/* Slider Fonts */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Job Single Detail
		03 - Service Detail
        04 - Portfolio Single 
        05 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        06 - Team Single
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
	overflow: hidden;
	position: relative;
}

/** Homepage 01 **/
.pbmit-half-round-shape {
	position: relative;
}

.pbmit-half-round-shape:before {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	left: -70px;
	top: -70px;
	border-radius: 100% 0 0 0 / 100% 0 0 0;
	background-color: var(--pbmit-light-color);
}

.about-one-leftbox {
	padding: 0 80px;
}

.about-one-leftbox .list-group .list-group-item:not(:last-child) {
	border-bottom: 1px solid #ddd;
	padding-bottom: calc(34px/2);
}

.about-one-leftbox .list-group .list-group-item:not(:first-child) {
	margin-top: calc(34px/2);
}

.why-choose-one-left-col {
	padding: 0 60px 0 0;
}

.why-choose-one-left-col .pbmit-ihbox-style-1:first-child {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 40px;
	padding: 0 20px 40px 0;
}

.info-about-imgbbox {
	position: relative;
	text-align: center;
}

.info-about-imgbbox figure {
	position: relative;
	display: inline-block;
}

.info-about-imgbbox img {
	border-radius: 20px;
	transform: perspective(100px) rotateY(-3deg);
	transition: 0.9s;
	z-index: 1;
	position: relative;
}

.info-about-imgbbox img:hover {
	transform: rotateY(10deg);
	cursor: grab;
}

.info-about-imgbbox:after,
.info-about-imgbbox figure:before,
.info-about-imgbbox figure:after {
	position: absolute;
	content: "";
	border-radius: 10px;
	background-color: var(--pbmit-light-color);
}

.info-about-imgbbox:after {
	height: 80px;
	width: 80px;
	right: 50px;
	left: auto;
	top: -30px;
}

.info-about-imgbbox figure:before {
	height: 170px;
	width: 200px;
	left: -15px;
	top: -30px;
}

.info-about-imgbbox figure:after {
	height: 170px;
	width: 200px;
	left: auto;
	right: -35px;
	bottom: -55px;
	top: auto;
}

.why-choose-one-right-col {
	padding-left: 60px;
}

.why-choose-one-right-col .pbmit-ihbox-style-1:first-child {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 40px;
	padding: 0 0px 40px 20px;
}

.service-one-area {
	padding: 120px 100px 70px 100px;
	border-radius: 6px;
}

.pbmit-portfolio-move {
	position: relative;
}

.pbmit-portfolio-move .swiper-slider.first .swiper-wrapper,
.pbmit-portfolio-move .swiper-slider.second .swiper-wrapper {
	width: 100%;
	will-change: transform;
	white-space: nowrap;
}

.pbmit-portfolio-move .swiper-slider.first .swiper-wrapper {
	animation: move-left 50s linear infinite;
}

@keyframes move-left {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-100%, 0);
	}
}

.pbmit-portfolio-move .swiper-slider.second {
	padding-top: 20px;
}

.pbmit-portfolio-move .swiper-slider.second .swiper-wrapper {
	animation: move-right 50s linear infinite;
}

@keyframes move-right {
	0% {
		transform: translate(-100%, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}

.pbmit-portfolio-move .fid-box {
	position: absolute;
	left: 42%;
	top: 28%;
	width: auto;
	max-width: 100%;
	z-index: 1;
}

.process-one-leftbox {
	position: relative;
}

.process-one-leftbox .pbmit-shape-svg {
	position: absolute;
	width: auto;
	max-width: 100%;
	right: 10%;
	top: 22%;
}

.process-one-leftbox .pbmit-shape-svg svg {
	width: 100%;
	height: 110px;
	fill: var(--pbmit-global-color);
}

/* .process-one-rightbox {
	padding-left: 80px;
} */

.testimonial-one-leftbox {
	position: relative;
}

.testimonial-one-leftbox .google-rating-img {
	position: relative;
}

.testimonial-one-leftbox .google-rating-img:after {
	content: "";
	position: absolute;
	width: 99%;
	height: 30%;
	top: inherit;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	background: linear-gradient(to top, rgba(var(--pbmit-white-color-rgb), 1) 0, rgba(var(--pbmit-white-color-rgb), 0) 52%, rgba(var(--pbmit-white-color-rgb), 0) 73%);
}

.testimonial-one-leftbox .ihbox-style-5-wrap {
	border-radius: 6px 0 0 6px;
	border: 1px solid var(--pbmit-blackish-color);
	margin-left: 100px;
	padding: 25px 20px 25px 30px;
}

.testimonial-one-leftbox .ihbox-style-6-wrap {
	margin-right: 100px;
	border-radius: 0 6px 6px 0;
	padding: 25px 20px 25px 30px;
	height: 100%;
}

.testimonial-one-leftbox .tween-effect-wrap {
	position: absolute;
	width: auto;
	max-width: 100%;
	bottom: 30%;
	left: -54%;
	transform: rotateZ(-90deg);
}

.testimonial-one-rightbox {
	/* padding-left: 30px; */
}

.testimonial-one-rightbox .swiper-slider {
	padding-bottom: 80px;
}

.testimonial-one-rightbox .swiper-buttons {
	position: absolute;
	bottom: 30px;
}

.client-one-bg {
	padding: 70px 100px 70px 100px;
	border-radius: 6px;
	padding: 70px 100px 70px 100px;
}

.client-one-bg .pbminfotech-ele-fid-style-2 .pbmit-fid-content {
	text-align: left;
}

.client-one-bg .pbmit-element-client-style-1 {
	border-left: 1px solid #2A4362;
	padding-left: 10px;
}

.client-one-bg .pbmit-element-client-style-1>.row {
	grid-gap: 50px 0;
}

.pbmit-column-one .pbmit-blog-style-2:not(:last-child) {
	margin-bottom: 15px;
}

.pbmit-column-one .pbmit-blog-style-2:not(:last-child) .post-item {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

/** Homepage 02 **/
.about-two-leftbox {
	padding-right: 50px;
}

.pbmit-half-round-shape-right {
	position: relative;
}

.pbmit-half-round-shape-right:before {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	top: 20px;
	left: inherit;
	right: -70px;
	border-radius: 0 100% 0 0 / 0 100% 0 0;
	background-color: var(--pbmit-light-color);
}

.about-two-content {
	padding: 0 50px;
}

.about-two-content .list-group-box {
	padding: 25px 45px 25px 45px;
	border-radius: 6px;
	margin-top: -20px;
	margin-bottom: 25px;
	background-color: var(--pbmit-light-color);
}

.accordion-two-left-box {
	padding-right: 50px;
}

.fid-style-area {
	padding-top: 80px;
	border-top: 1px solid #2A4362;
	margin-top: 20px;
}

.portfolio-two-rightbox {
	height: 100%;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.service-arrow,
.portfolio-arrow,
.testimonial-arrow,
.history-slider-arrow {
	position: relative;
}

.swiper-custom-arrow .swiper-button-next,
.swiper-custom-arrow .swiper-button-prev,
.history-slider-arrow .swiper-button-next,
.history-slider-arrow .swiper-button-prev {
	position: static;
}

.swiper-custom-arrow .swiper-button-prev,
.history-slider-arrow .swiper-button-prev {
	margin-right: 10px;
}

.testimonial-two-rating-box {
	background-image: url(../images/homepage-2/bg/rating-info-img.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 6px;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.info-section-two {
	border-radius: 6px;
}

.info-section-two .pbmit-col-stretched-left {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: auto;
	z-index: 1;
	overflow: hidden;
	right: 0;
	background-image: url(../images/homepage-2/bg/info-bg-pattern-01.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto;
}

.info-section-two .info-img-box {
	margin: 60px 0 100px 50px;
	position: relative;
	z-index: 1;
}

.info-section-two .pbmit-info-desc {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-top: -30px;
	text-align: center;
	color: var(--pbmit-white-color);
}

.info-section-two .pbmit-list-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.info-section-two .pbmit-list-items li {
	margin-right: calc(30px / 2);
	margin-left: calc(30px / 2);
	margin-bottom: 5px;
}

.info-section-two .pbmit-list-items .pbmit-list-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: var(--pbmit-white-color);
}

/** Homepage 03 **/
.pbmit-half-round-shape-center,
.pbmit-half-round-shape-bottom {
	position: relative;
}

.pbmit-half-round-shape-center::before {
	content: "";
	position: absolute;
	width: 135px;
	height: 60px;
	z-index: 1;
	left: 0;
	top: 200px;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	background-color: var(--pbmit-global-color);
}

.pbmit-half-round-shape-bottom:after {
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
	top: inherit;
	bottom: 0;
	left: inherit;
	right: -70px;
	border-radius: 0 0 100% 0 / 0 0 100% 0;
	background-color: var(--pbmit-light-color);
}

.about-three-leftbox {
	background-image: url(../images/homepage-3/about-img-01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 60px;
	border-radius: 6px;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.about-three-leftbox .inner-box {
	padding: 0px 0px 60px 130px;
}

.about-three-leftbox .inner-box .ihbox-second {
	margin: 165px 0px 0px 25px;
}

.about-three-rightbox {
	padding: 60px 80px;
}

.about-three-rightbox .ihbox-style-inner {
	margin-top: 70px;
}

.about-three-rightbox .ihbox-first {
	margin: 0% 0% 0% -15%;
}

.about-three-rightbox .ihbox-second {
	padding: 50px 0px 0px 130px;
}

.about-three-rightbox .ihbox-third {
	margin: -10% 0% 0% -50%;
	width: auto;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.about-three-rightbox .ihbox-fourth {
	margin: 0% 0% 0% -12%;
	padding-top: 50px;
}

.service-section-three {
	padding-bottom: 160px;
}

.service-section-three .service-arrow {
	right: auto;
	left: 48%;
	top: auto;
	bottom: -40px;
}

.service-areas-three-leftbox {
	padding: 0 8px 0 90px;
}

.service-areas-three-rightbox {
	padding: 0 0 0 60px;
}

.about-us-three-img-wrap {
	margin-right: 100px;
	text-align: center;
	border-radius: 5px;
	align-content: center;
	background-color: #6c9ed9;
}

/* .about-us-three-img-wrap .about-img {
	margin-top: -30px;
} */

.about-us-three-content {
	/* padding: 0 40px 0 33px; */
}

.about-us-three-content .pbmit-heading {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 20px;
}

.about-us-three-content .ihbox-style-wrap {
	padding-bottom: 10px;
	/* border-bottom: 1px solid #DDDDDD; */
}

.about-us-three-content .pbmit-tab {
	padding-top: 15px;
}

.tween-effect-style-wrap {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: auto;
	max-width: 100%;
}

.team-three-bg {
	background-image: url(../images/homepage-3/bg/team-bg-pattern.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 0 80px 0;
	position: relative;
}

.about-us .team-three-bg {
	padding: 200px 0 200px 0;
}

.team-three-bg .first-col,
.team-three-bg .third-col {
	width: 20%;
}

.team-three-bg .second-col {
	width: 60%;
}

.team-three-bg .pbmit-team-effect-01,
.team-three-bg .pbmit-team-effect-02,
.team-three-bg .pbmit-team-effect-03,
.team-three-bg .pbmit-team-effect-04,
.team-three-bg .pbmit-team-effect-05,
.team-three-bg .pbmit-team-effect-06 {
	position: absolute;
	width: auto;
	max-width: 100%;
	z-index: 1;
}

.team-three-bg .pbmit-team-effect-01 {
	right: -25px;
	top: -32%;
}

.team-three-bg .pbmit-team-effect-02 {
	top: 42%;
}

.team-three-bg .pbmit-team-effect-03 {
	bottom: -29%;
	right: -22px;
}

.team-three-bg .pbmit-team-effect-04 {
	top: -25%;
	left: -5px;
}

.team-three-bg .pbmit-team-effect-05 {
	right: 8px;
	top: 25%;
}

.team-three-bg .pbmit-team-effect-06 {
	bottom: -20%;
}

.pbmit-team-effect-01 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-02 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-03 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-04 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-05 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-06 .pbmit-tween-effect-style-1::after {
	content: '';
	position: absolute;
	bottom: 50%;
	top: 50%;
	left: 50%;
	right: 50%;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	z-index: -1;
	border-radius: 100%;
	transform: translateX(-50%) translateY(-50%);
}

.pbmit-team-effect-01 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-06 .pbmit-tween-effect-style-1::after {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-team-effect-02 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-05 .pbmit-tween-effect-style-1::after {
	width: 85px;
	height: 85px;
	background-color: var(--pbmit-light-color);
}

.pbmit-team-effect-03 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-04 .pbmit-tween-effect-style-1::after {
	width: 85px;
	height: 85px;
	background-color: var(--pbmit-global-color);
}

.testimonial-section-three {
	padding: 80px 0;
	margin-top: 20px;
}

.testimonial-section-three .pbmit-rating-wrapper {
	display: flex;
	justify-content: end;
}

.testimonial-section-three .pbmit-rating-wrapper .pbmit-icon {
	margin-right: 2px;
}

.testimonial-section-three .pbmit-rating-wrapper svg {
	height: 17px;
	width: auto;
	fill: #EAB80C;
}

.testimonial-section-three .custom-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}

.testimonial-section-three .ihbox-style-wrap {
	padding: 15px;
	display: flex;
	justify-content: space-around;
	border-radius: 6px;
	margin-top: 35px;
	background-color: var(--pbmit-white-color);
}

.testimonial-section-three .pbmit-vertical-scroller-wrapper {
	position: relative;
	height: 675px;
}

.testimonial-section-three .pbmit-vertical-scroller-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 12%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(var(--pbmit-blackish-color-rgb), 1) 41%, rgba(var(--pbmit-blackish-color-rgb), .36) 79%, rgba(var(--pbmit-blackish-color-rgb), 0) 100%);
}

.testimonial-section-three .pbmit-vertical-scroller-wrapper:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: inherit;
	bottom: 0;
	height: 20%;
	z-index: 2;
	background: linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), 1) 41%, rgba(var(--pbmit-blackish-color-rgb), .36) 79%, rgba(var(--pbmit-blackish-color-rgb), 0) 100%);
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.pbmit-timeline-style-1 .pbmit-timeline-year {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-weight: 600;
	color: var(--pbmit-global-color);
}

.pbmit-timeline-style-1 .pbmit-timeline-title {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 15px;
	padding: 0 50px;
	text-transform: capitalize;
}

.pbmit-timeline-style-1 .pbmit-timeline-desc {
	margin: 0;
	padding: 0 90px;
	line-height: 22px;
}

.pbmit-timeline-style-1 .pbmit-timeline-wrapper {
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
}

.pbmit-timeline-style-1 .pbmit-same-height.steps-content_wrap {
	justify-content: flex-start;
}

.pbmit-timeline-style-1 .pbmit-slide-even .pbmit-same-height.steps-content_wrap {
	justify-content: flex-end;
}

.pbmit-timeline-style-1 .steps-dot .dot {
	background-color: var(--pbmit-blackish-color);
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	z-index: 2;
	position: relative;
}

.pbmit-timeline-style-1 .pbmit-timeline-wrapper .steps-dot {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}

.pbmit-timeline-style-1 .steps-dot .dot::after {
	content: "";
	position: absolute;
	left: -11px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: 0;
	background: rgb(var(--pbmit-blackish-color-rgb), .90);
	transform: rotate(-45deg);
}

.pbmit-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after {
	left: 19px;
	top: 0;
	bottom: auto;
}

.pbmit-timeline-style-1 .steps-dot .steps-dot-line {
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pbmit-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::after {
	content: "";
	width: calc(50% + 10px * 100);
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}

.pbmit-timeline-style-1 .steps-dot .steps-dot-line::after {
	left: 50%;
	background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}

.pbmit-timeline-style-1 .steps-dot .steps-dot-line::before {
	right: 50%;
	background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}

.pbmit-timeline-style-1 .pbmit-same-height {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.pbmit-timeline-style-1 .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image {
	order: 0;
}

.pbmit-timeline-style-1 .pbmit-slide-even .pbmit-feature-image {
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-timeline-style-1 .pbmit-feature-image img {
	border-radius: 6px;
}

.pbmit-timeline-style-1 .steps-dot,
.pbmit-timeline-style-1 .pbmit-feature-image,
.pbmit-timeline-style-1 .steps-content_wrap {
	opacity: 1;
}

/* Column Set */
.pbmit-column-six.pbmit-timeline-style-1 .pbmit-timeline-desc,
.pbmit-column-five.pbmit-timeline-style-1 .pbmit-timeline-desc {
	margin: 0;
	padding: 0 15px;
}

/** 02 - Job Single Detail **/
.single-job-listing .meta {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.single-job-listing .meta li {
	color: #999;
	float: left;
	line-height: 1em;
	margin: 0 1em 0 0;
	padding: .5em;
	font-size: 14px;
}

.single-job-listing .meta .full-time {
	background-color: #90da36;
}

.single-job-listing .meta .job-type {
	color: var(--pbmit-white-color);
}

.single-job-listing .meta .location:before {
	content: '\e864';
}

.single-job-listing .meta .date-posted:before {
	content: '\e844';
}

.single-job-listing .meta .salary:before {
	content: '\e82e';
}

.single-job-listing .meta .location:before,
.single-job-listing .meta .date-posted:before,
.single-job-listing .meta .salary:before {
	margin: 0 8px 0 0;
	font-size: 15px;
	color: var(--pbmit-global-color);
	font-family: "pbminfotech-base-icons";
}

.single-job-listing .company {
	border: 1px solid #eee;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
}

.single-job-listing .company img {
	float: left;
	height: 3em;
	width: 3em;
	position: absolute;
}

.single-job-listing .company .company-header {
	margin: 0 0 1em;
	min-height: 60px;
}

.single-job-listing .company .name {
	line-height: 50px;
	margin-left: 50px;
	padding-left: 15px;
}

.single-job-listing .company .company-video {
	border-top: 1px solid #eee;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25%;
	position: relative;
}

.single-job-listing .company .company-video iframe {
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-job-listing .job-description ul {
	/* padding-left: 20px; */
	margin-bottom: 25px;
	/* list-style: disc; */
}

.single-job-listing .job-application .btn {
	border: none;
	font-size: 18px;
	border-radius: 30px;
	padding: 15px 35px;
	text-transform: capitalize;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-btn-typography-font-family);
}

.single-job-listing .job-application .application_details {
	border: 1px solid #eee;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	margin: 15px 0;
	padding: 10px 15px 0 15px;
}

.pbmit-sidebar .widget {
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	border-radius: 6px;
	margin-bottom: 25px;
}

.pbmit-sidebar .widget .widget-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -.25px;
	position: relative;
	margin: 0;
	padding: 20px 30px;
	border-radius: 6px 6px 0 0;
	background-color: var(--pbmit-blackish-color);
	text-transform: capitalize;
	color: var(--pbmit-white-color);
}

.pbmit-job-single .job-listings li.job-listing {
	line-height: 20px;
	border-bottom: 1px solid #eee;
}

.pbmit-job-single .job-listings li.job-listing a {
	display: block;
	line-height: 1.5em;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.pbmit-job-single .job-listings li.job-listing .position h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

.pbmit-job-single .job-listings li.job-listing .position h3:hover {
	color: var(--pbmit-global-color);
}

.pbmit-job-single .job-listings li.job-listing a ul.meta {
	color: #999;
}

.pbmit-job-single .job-listings li.job-listing a ul.meta li {
	font-size: 14px;
	display: inline;
	font-weight: 400;
	margin-right: 10px;
}

.pbmit-job-single .job-listings li.job-listing a ul.meta li:not(:last-child):after {
	content: "‣";
	padding-left: 10px;
}

.pbmit-job-single .job-listings li.job-listing .freelance {
	color: #39c;
}

.pbmit-job-single .job-listings li.job-listing .full-time {
	color: #90da36;
}

.pbmit-job-single .job-listings li.job-listing .internship {
	color: #6033cc;
}

.pbmit-job-single .job-listings li.job-listing .part-time {
	color: #f08d3c;
}

.pbmit-job-single .job-listings li.job-listing .temporary {
	color: #d93674;
}

/** 03 - Service Detail **/
.service-details .all-post-list li {
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .06);
}

.service-details .all-post-list li a {
	padding: 16px 30px 16px 0;
	display: block;
	position: relative;
	border-radius: 0;
	font-size: 15px;
	margin: 0 30px 0 25px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--pbmit-blackish-color);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a {
	color: var(--pbmit-global-color);
	padding-left: 30px;
}

.service-details .all-post-list li a:before {
	position: absolute;
	content: "\e82d";
	font-family: 'pbminfotech-base-icons';
	left: 0;
	font-size: 20px;
	top: 50%;
	z-index: 1;
	opacity: 0;
	font-weight: 400;
	visibility: hidden;
	transform: translateY(-50%) scale(0);
	color: var(--pbmit-global-color);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.service-details .all-post-list li a:after {
	position: absolute;
	content: "\e82d";
	font-family: 'pbminfotech-base-icons';
	right: 0;
	left: auto;
	top: 50%;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	transform: translateY(-50%) scale(1);
	color: rgba(var(--pbmit-blackish-color-rgb), .2);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.service-details .all-post-list li.post-active a:before,
.service-details .all-post-list li:hover a:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after {
	opacity: 1;
	transform: translateY(-50%) scale(0);
}

.pbmit-sidebar .pbmit-widget-ads {
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.pbmit-sidebar:not(.service-left-col) .pbmit-widget-ads {
	min-height: 430px;
}

.pbmit-widget-ads .pbmit-service-ads-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 0 28px 60px 28px;
	text-align: center;
}

.pbmit-sidebar .pbmit-widget-ads:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), 1) 0%, rgba(var(--pbmit-blackish-color-rgb), 1) 37%, rgba(var(--pbmit-blackish-color-rgb), 0) 100%);
}

.pbmit-sidebar .pbmit-widget-ads .ads-bg-img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	object-fit: cover;
}

.pbmit-sidebar .pbmit-widget-ads .pbmit-ads-icon {
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 50px;
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-sidebar .pbmit-widget-ads .pbmit-service-ads span {
	font-size: 18px;
	line-height: 24px;
	display: block;
	padding: 20px 40px;
	color: var(--pbmit-white-color);
}

.pbmit-sidebar .pbmit-service-ads .pbmit-ads-call {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.pbmit-sidebar .pbmit-service-ads .pbmit-ads-call a:not(:hover) {
	color: var(--pbmit-white-color);
}

.pbmit-sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget .pbmit-download .pbmit-item-download {
	padding: 30px;
}

.widget .pbmit-download .pbmit-item-download:first-child {
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .15);
}

.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: 40px;
	line-height: 40px;
	color: var(--pbmit-global-color);
}

.widget .pbmit-download i::before {
	margin: 0;
}

.widget .pbmit-item-download .pbmit-title-wrap {
	padding: 0px 0 0 15px;
}

.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0px;
	color: var(--pbmit-blackish-color);
}

.widget .pbmit-item-download .pbmit-download-wrap span {
	font-size: 14px;
	line-height: 14px;
	color: #565656;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
	font-size: 26px;
	line-height: 26px;
	color: var(--pbmit-blackish-color);
	transition: all 0.4s ease-in;
}

.widget .pbmit-download .pbmit-item-download a:hover .pbmit-download-item i {
	color: var(--pbmit-global-color);
}

.service-details .pbmit-service-feature-image img {
	margin-bottom: 50px;
	border-radius: 6px;
}

.service-details .pbmit-entry-content .service-single-02-imgbox {
	background-image: url(../images/service/service-single-02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	height: 100%;
	margin-right: 1px;
}

.service-details .ihbox-style-area {
	padding: 40px 50px 50px 50px;
	border-radius: 6px;
	margin-left: 1px;
}

/** 04 - Portfolio Single **/
.pbmit-portfolio-single .pbmit-portfolio-top-content {
	padding-bottom: 80px;
}

.pbmit-single-project-details-list {
	padding: 25px;
	border-radius: 6px;
	background-color: var(--pbmit-blackish-color);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li {
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	display: flex;
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), .1);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
	width: 100px;
	text-align: right;
	color: var(--pbmit-global-color);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
	flex: 1;
	padding-left: 15px;
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-single .pbmit-featured-img-wrapper {
	padding-bottom: 80px;
}

.pbmit-portfolio-single .pbmit-featured-img-wrapper img {
	border-radius: 6px;
}

.pbmit-portfolio-single .portfolio-single-02-imgbox {
	/* background-image: url(../images/portfolio/portfolio-single-02.jpg); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	height: 100%;
	margin-right: 60px;
}

.pbmit-portfolio-single .pbmit-entry-content .pbmit-shape-wrap {
	position: absolute;
	left: 18%;
	top: -28%;
	width: auto;
	max-width: 100%;
}

.pbmit-portfolio-single .pbmit-entry-content .pbmit-shape-wrap .pbmit-shape {
	font-size: 110px;
}

.pbmit-portfolio-single .pbmit-entry-content .pbmit-shape-wrap .pbmit-shape svg {
	width: 100%;
	height: 110px;
	fill: var(--pbmit-global-color);
}

.pbmit-portfolio-single .pbmit-entry-content .list-group .pbmit-icon-list-text {
	padding-left: 0;
}

.pbmit-portfolio-single .pbmit-entry-content .list-group .list-group-item:not(:last-child) {
	padding-bottom: calc(12px / 2);
}

.pbmit-portfolio-single .pbmit-entry-content .list-group .list-group-item:not(:first-child) {
	margin-top: calc(12px / 2);
}

.pbmit-portfolio-single .pbmit-entry-content .ihbox-style-10-wrap {
	padding: 60px 80px 40px 80px;
	border-radius: 6px;
}

.pbmit-portfolio-single .post-navigation {
	margin-top: 60px;
}

.post-navigation {
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	padding: 40px;
	margin-top: 35px;
}

.post-navigation .nav-links {
	display: flex;
	align-items: normal;
	width: 100%;
	position: relative;
}

.post-navigation .nav-links::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .1);
	transform: translateX(-50%) translateY(-50%);
}

.post-navigation .nav-previous {
	width: 50%;
	margin-right: auto !important;
	position: relative;
}

.post-navigation .nav-links a {
	display: block;
	text-align: left;
	transition: all 0.3s ease-in;
}

.post-navigation .pbmit-post-nav-icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 20px;
	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 {
	font-size: 18px;
	color: var(--pbmit-global-color);
	transition: all 0.3s ease-in;
}

.post-navigation .nav-links .pbmit-post-nav-head {
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 8px;
	color: var(--pbmit-global-color);
	letter-spacing: 0;
	transition: all .25s ease-in-out;
}

.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: 22px;
	line-height: 26px;
	margin-top: 5px;
	text-transform: none;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.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;
}

/** 05 - Blog Detail**/
/** Sidebar Right **/
.single-blog-authorbox {
	text-align: center;
	padding: 40px 30px;
}

.single-blog-authorbox .authorbox-img {
	display: inline-block;
}

.single-blog-authorbox img {
	height: 190px;
	width: 190px;
	border-radius: 50%;
	object-fit: cover;
}

.single-blog-authorbox .pbmit-authorbox-title {
	font-size: 15px;
	line-height: 20px;
	margin: 20px 0 0;
	text-transform: capitalize;
	color: var(--pbmit-global-color);
}

.single-blog-authorbox .pbmit-authorbox-subtitle {
	font-size: 13px;
	line-height: 16px;
}

.single-blog-authorbox .pbmit-authorbox-desc {
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.single-blog-authorbox .pbmit-social-links li {
	padding: 0 8px 0 0;
}

.single-blog-authorbox .pbmit-social-links li a:not(:hover) {
	color: var(--pbmit-blackish-color);
}

.pbmit-sidebar .widget.widget-search {
	border: none;
}

.widget .search-form {
	position: relative;
}

.widget .search-form input.search-field {
	font-weight: 400;
	background-color: transparent;
	padding-right: 70px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.widget .search-form button.search-submit {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 55px;
	height: 55px;
	z-index: 1;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 6px;
	outline: none;
	color: var(--pbmit-secondary-color);
	background: var(--pbmit-global-color);
	transition: all .6s;
}

.widget .search-form button.search-submit:after {
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	content: '\e80d';
	right: 50%;
	top: 50%;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	padding: 15px;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	transition: all .25s ease-in-out;
}

.widget .search-form button.search-submit:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.pbmit-sidebar .widget-categories ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .06);
}

.pbmit-sidebar .widget-categories ul li:last-child {
	border-bottom: none;
}

.pbmit-sidebar .widget ul>li {
	line-height: 20px;
}

.pbmit-sidebar .widget-categories ul li a {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: normal;
}

.pbmit-sidebar .widget-categories ul li a:not(:hover) {
	color: var(--pbmit-blackish-color);
}

.pbmit-sidebar .widget-categories ul li:hover a,
.pbmit-sidebar .widget-categories ul li:hover .pbmit-brackets {
	color: var(--pbmit-global-color);
}

.pbmit-sidebar .widget-recent-post ul li {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	padding: 0 30px 20px 30px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-sidebar .widget-recent-post ul li:first-child {
	margin-top: 0;
	padding-top: 30px;
}

.pbmit-sidebar .widget-recent-post ul li:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 30px;
}

.pbmit-sidebar .widget-recent-post ul>li>a {
	width: 91px;
	flex-shrink: 0;
	margin-right: 20px;
	display: inline-block;
}

.pbmit-sidebar .widget-recent-post ul>li>a img {
	border-radius: 6px;
}

.pbmit-sidebar .widget-recent-post li .pbmit-rpw-content {
	display: flex;
	flex-direction: column-reverse;
}

.pbmit-sidebar .widget-recent-post .pbmit-rpw-title a {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: normal;
}

.pbmit-sidebar .widget-recent-post li .pbmit-rpw-content .pbmit-rpw-date a {
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: capitalize;
	display: inline-block;
	color: var(--pbmit-global-color);
}

.widget.widget-tag-cloud .tagcloud {
	margin: 25px;
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
	margin-bottom: 4px;
	margin-right: 8px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

aside.widget.widget-tag-cloud a:not(:hover) {
	color: var(--pbmit-blackish-color);
}

aside.widget.widget-tag-cloud a:not(:last-child):after {
	content: '/';
	padding-left: 8px;
	display: inline-block;
}

/** Blog Classic **/
.site-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.post.blog-classic {
	position: relative;
	margin-bottom: 60px;
}

.post.blog-classic .pbmit-img-wrapper {
	position: relative;
}

.post.blog-classic .pbmit-featured-wrapper img {
	border-radius: 6px;
}

.post.blog-classic:last-child {
	margin-bottom: 0px;
}

.post.blog-classic .pbmit-featured-img-wrapper {
	margin-bottom: 30px;
}

.post.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
	position: relative;
	font-size: 14px;
}

.post.blog-classic .pbmit-blog-meta-top .pbmit-meta {
	display: inline-block;
	margin-right: 28px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 0;
	font-size: 14px;
	text-transform: capitalize;
	color: var(--pbmit-blackish-color);
}

.post.blog-classic .pbmit-blog-meta-top .pbmit-meta i {
	width: 30px;
	height: 30px;
	font-size: 12px;
	margin-right: 15px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	color: var(--pbmit-global-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.post.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link {
	margin-left: 5px;
}

.blog-classic .pbmit-blog-classic-inner .pbmit-post-title {
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

/** Blog Single **/
.blog-details .blog-classic {
	margin-bottom: 0;
}

.single-post .blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.blog-details .pbmit-entry-content blockquote {
	border: 0;
	padding: 50px 20px 50px 130px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	margin: 30px 0;
	position: relative;
	letter-spacing: 0;
	border-radius: 6px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}

.blog-details .pbmit-entry-content blockquote:before {
	content: '\e801';
	font-family: "pbminfotech-base-icons";
	font-size: 30px;
	position: absolute;
	top: 25%;
	left: 35px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100%;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	font-style: normal;
}

.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: 14px;
	text-transform: capitalize;
	padding-top: 10px;
	display: block;
	line-height: 24px;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	color: var(--pbmit-global-color);
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	font-family: var(--pbmit-heading-typography-font-family);
}

.blog-details .pbmit-entry-content blockquote cite:before {
	content: "-";
	margin-right: 5px;
}

.blog-details .pbmit-entry-content .pbmit-block-columns .pbmit-block-column:first-child figure {
	padding-right: 22px;
}

.blog-details .pbmit-entry-content .pbmit-block-columns figure img {
	margin: 15px 0 40px 0;
	border-radius: 6px;
}

.blog-details .pbmit-entry-content .pbmit-block-columns .pbmit-block-column:last-child figure {
	padding-left: 22px;
}

.pbmit-blog-meta-bottom-left {
	position: relative;
	overflow: hidden;
	width: 50%;
}

.pbmit-blog-meta-bottom .pbmit-meta-tags {
	display: block;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.pbmit-blog-meta-bottom .pbmit-meta-tags a {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	background-color: var(--pbmit-light-color);
}

.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.blog-details .comments-area {
	margin-top: 60px;
}

.blog-details .comments-area .comments-title {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 40px;
}

.blog-details .comment-list .pbmit-comment-avatar-wrap {
	display: flex;
	padding-right: 40px;
	padding-bottom: 15px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.blog-details .pbmit-comment-avatar {
	float: left;
}

.blog-details .comment-list .pbmit-comment-avatar img {
	width: 90px;
	height: 90px;
	margin: 0 40px 0 0;
	border-radius: 6px;
}

.blog-details .comments-area .pbmit-comment-meta {
	display: block;
	align-items: center;
	flex: 1;
}

.blog-details .pbmit-comment-meta .pbmit-comment-author {
	font-size: 16px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}

.pbmit-comment-meta .pbmit-comment-author .pbmit-comment-author-inner {
	color: var(--pbmit-blackish-color);
	text-transform: capitalize;
}

.blog-details .pbmit-comment-date {
	display: block;
	position: relative;
	top: -5px;
}

.blog-details .pbmit-comment-date a {
	font-size: 14px;
	line-height: 18px;
	position: relative;
}

.blog-details .pbmit-comment-avatar-wrap .reply a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	position: relative;
	color: var(--pbmit-global-color);
	-webkit-transition: .4s ease-out 0s;
	transition: .4s ease-out 0s;
}

.blog-details .pbmit-comment-avatar-wrap .reply a:after {
	font-family: "pbminfotech-base-icons";
	content: "\e8dd";
	font-style: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	font-size: 10px;
	margin-left: 6px;
}

.blog-details .pbmit-comment-avatar-wrap .reply a:hover {
	color: var(--pbmit-blackish-color);
}

.blog-details .pbmit-comment-content {
	position: relative;
	padding: 0;
	min-height: 100px;
}

.blog-details .pbmit-comment-content p {
	margin: 10px 0 18px;
}

.blog-details .comment-list .children {
	margin-left: 100px;
	padding-top: 8px;
}

.blog-details .comment-respond {
	padding: 60px 60px 40px;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-details .comment-respond .comment-notes {
	font-size: 15px;
}

/** 06 - Team Single **/
.pbmit-team-single .pbmit-team-left-inner {
	position: relative;
	z-index: 2;
	margin: 0;
	border-radius: 6px;
	padding: 15px;
	background-color: var(--pbmit-blackish-color);
}

.pbmit-team-single .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 6px;
}

.pbmit-team-single .pbmit-team-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 15px 20px 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), .1);
}

.pbmit-team-single .pbmit-team-designation {
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 0;
	position: relative;
	color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-team-designation:before {
	content: '/';
	padding-right: 5px;
	display: inline-block;
}

.pbmit-team-single .pbmit-team-title {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	color: var(--pbmit-white-color);
}

.pbmit-team-single .pbmit-team-share-btn {
	position: relative;
}

.pbmit-team-single .pbmit-share-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-radius: 6px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	transition: all 0.3s ease-in-out;
}

.pbmit-team-single .pbmit-share-icon i {
	transition: all 0.3s ease-in-out;
	display: block;
	font-size: 15px;
}

.pbmit-team-single .pbmit-team-box-links {
	text-align: center;
	position: absolute;
	bottom: 25px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 0;
}

.pbmit-team-single .pbmit-team-box-links .pbmit-team-social-links {
	display: flex;
	flex-direction: column-reverse;
}

.pbmit-team-single .pbmit-team-social-links li {
	margin-right: 0;
	display: block;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}

.pbmit-team-single .pbmit-team-social-links li:nth-child(1) {
	transform: translate(0, 0);
}

.pbmit-team-single .pbmit-team-social-links li:nth-child(2) {
	transform: translate(0, 43px);
}

.pbmit-team-single .pbmit-team-social-links li:nth-child(3) {
	transform: translate(0, 86px);
}

.pbmit-team-single .pbmit-team-social-links li:nth-child(4) {
	transform: translate(0, 129px);
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-social-links li a {
	position: relative;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all 600ms ease-in-out;
}

.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-team-box-links {
	transform: translateY(-50px);
	opacity: 1;
}

.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all 0.3s ease-in-out;
}

.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon i {
	transform: rotateY(180deg);
}

.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-team-box-links li {
	transform: translate(0);
}

.pbmit-team-single .pbmit-team-detail-wrap {
	padding: 0 25px 30px 25px;
}

.pbmit-team-single .pbmit-short-description {
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}

.pbmit-team-single .pbmit-single-team-info li {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}

.pbmit-team-single .pbmit-single-team-info li:last-child {
	margin-bottom: 0;
}

.pbmit-team-single .pbmit-single-team-info li label {
	font-size: 16px;
	line-height: 26px;
	display: block;
	text-transform: capitalize;
	color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-single-team-info li a:not(:hover) {
	color: var(--pbmit-white-color);
}

.pbmit-firstletter::first-letter {
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	padding: 8px 10px;
	border-radius: 6px;
	font-weight: 600;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.pbmit-team-single .pbmit-entry-content .text-editor-box {
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
}

.pbmit-team-single .pbmit-entry-content .text-editor-box .col-xl-4 {
	width: 15%;
}

.pbmit-team-single .pbmit-entry-content .text-editor-box .col-xl-8 {
	width: 85%;
}

.pbmit-team-single .comment-respond {
	padding: 70px;
	border-radius: 6px;
}

.pbmit-team-single form .form-check-input[type=checkbox] {
	margin-top: 7px;
}

/** 07 - Contact Us **/
.contact-form-box {
	padding: 60px 60px 20px 60px;
	border-radius: 6px;
}

.contact-form-heading-area {
	padding-right: 50px;
}

.iframe-area {
	line-height: 0;
}

.iframe-area iframe {
	height: 550px;
	width: 100%;
	max-width: 100%;
	border: none;
	line-height: 1;
}

label.error {
	color: #dc3232;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 17px;
	display: block;
	margin-top: 0px;
	margin-right: 20%;
}

.form-control.error {
	margin-bottom: 0 !important;
}

/**08 - Comment Form **/
.form-control {
	font-weight: 600;
	line-height: normal;
	border: none;
	background-color: var(--pbmit-light-color);
	height: 60px;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
}

form textarea.form-control {
	padding: 20px;
	resize: none;
	height: 130px;
}

form .form-check {
	margin: 10px 0 20px 0;
}

form .form-check-input[type=checkbox] {
	width: 13px;
	height: 13px;
	border-radius: 2px;
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.7);
	background-size: 15px 15px;
}

form .form-check-input:checked {
	border-color: transparent;
}

form .form-check .form-check-label {
	font-size: 14px;
}

.pbmit-bg-color-light .form-control {
	background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-light .form-control::placeholder {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}




/* Mano */

/* @media query Padding Top And Bottom Section */
/* padding Top  */
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pt--media-30-15 {
		padding-top: 15px !important;
	}
}

.pt--media-30-15 {
	padding-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pt--media-40-20 {
		padding-top: 20px !important;
	}
}

.pt--media-40-20 {
	padding-top: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pt--media-50-25 {
		padding-top: 25px !important;
	}
}

.pt--media-50-25 {
	padding-top: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pt--media-60-30 {
		padding-top: 30px !important;
	}
}

.pt--media-60-30 {
	padding-top: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pt--media-80-40 {
		padding-top: 40px !important;
	}
}

.pt--media-80-40 {
	padding-top: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pt--media-100-50 {
		padding-top: 50px !important;
	}
}

.pt--media-100-50 {
	padding-top: 100px;
}

/* Padding bottom */

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pb--media-30-15 {
		padding-bottom: 15px !important;
	}
}

.pb--media-30-15 {
	padding-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pb--media-40-20 {
		padding-bottom: 20px !important;
	}
}

.pb--media-40-20 {
	padding-bottom: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pb--media-50-25 {
		padding-bottom: 25px !important;
	}
}

.pb--media-50-25 {
	padding-bottom: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pb--media-60-30 {
		padding-bottom: 30px !important;
	}
}

.pb--media-60-30 {
	padding-bottom: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pb--media-80-40 {
		padding-bottom: 40px !important;
	}
}

.pb--media-80-40 {
	padding-bottom: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pb--media-100-50 {
		padding-bottom: 50px !important;
	}
}

.pb--media-100-50 {
	padding-bottom: 100px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.pb--media-120-50 {
		padding-bottom: 110px !important;
	}
}

.pb--media-120-50 {
	padding-bottom: 120px;
}

/* Margin Top  */

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.mt--media-40-20 {
		margin-top: 20px !important;
	}
}

.mt--media-40-20 {
	margin-top: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.mt--media-60-30 {
		margin-top: 30px !important;
	}
}

.mt--media-60-30 {
	margin-top: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.mt--media-80-40 {
		margin-top: 40px !important;
	}
}

.mt--media-80-40 {
	margin-top: 80px;
}

/* Margin bottom */

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.mb--media-40-20 {
		margin-bottom: 20px !important;
	}
}

.mb--media-40-20 {
	margin-bottom: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.mb--media-60-30 {
		margin-bottom: 30px !important;
	}
}

.mb--media-60-30 {
	padding-bottom: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.mb--media-80-40 {
		margin-bottom: 40px !important;
	}
}

.mb--media-80-40 {
	margin-bottom: 80px;
}

/* padding-section */

/* padding-section top */

.pt--0 {
	padding-top: 0px !important;
}

.pt--10 {
	padding-top: 10px !important;
}

.pt--15 {
	padding-top: 15px !important;
}

.pt--20 {
	padding-top: 20px !important;
}

.pt--30 {
	padding-top: 30px !important;
}

.pt--35 {
	padding-top: 35px !important;
}

.pt--40 {
	padding-top: 40px !important;
}

.pt--45 {
	padding-top: 45px !important;
}

.pt--60 {
	padding-top: 60px !important;
}

.pt--80 {
	padding-top: 80px !important;
}

.pt--100 {
	padding-top: 100px !important;
}

.pt--120 {
	padding-top: 120px !important;
}

/* padding-section bottom */

.pb--0 {
	padding-bottom: 0px !important;
}

.pb--10 {
	padding-bottom: 10px !important;
}

.pb--15 {
	padding-bottom: 15px !important;
}

.pb--20 {
	padding-bottom: 20px !important;
}

.pb--30 {
	padding-bottom: 30px !important;
}

.pb--35 {
	padding-bottom: 35px !important;
}

.pb--40 {
	padding-bottom: 40px !important;
}

.pb--45 {
	padding-bottom: 45px !important;
}

.pb--60 {
	padding-bottom: 60px !important;
}

.pb--80 {
	padding-bottom: 80px !important;
}

.pb--100 {
	padding-bottom: 100px !important;
}

.pb--120 {
	padding-bottom: 120px !important;
}

/* margin-section */

/* margin-section top */

.mt--0 {
	margin-top: 10px !important;
}

.mt--10 {
	margin-top: 10px !important;
}

.mt--15 {
	margin-top: 15px !important;
}

.mt--20 {
	margin-top: 20px !important;
}

.mt--30 {
	margin-top: 30px !important;
}

.mt--35 {
	margin-top: 35px !important;
}

.mt--40 {
	margin-top: 40px !important;
}

.mt--45 {
	margin-top: 45px !important;
}

.mt--60 {
	margin-top: 60px !important;
}

.mt--80 {
	margin-top: 80px !important;
}

.mt--100 {
	margin-top: 100px !important;
}

.mt--120 {
	margin-top: 120px !important;
}

/* padding-section bottom */

.mb--0 {
	margin-bottom: 0px !important;
}

.mb--10 {
	margin-bottom: 10px !important;
}

.mb--15 {
	margin-bottom: 15px !important;
}

.mb--20 {
	margin-bottom: 20px !important;
}

.mb--30 {
	margin-bottom: 30px !important;
}

.mb--35 {
	margin-bottom: 35px !important;
}

.mb--40 {
	margin-bottom: 40px !important;
}

.mb--45 {
	margin-bottom: 45px !important;
}

.mb--60 {
	margin-bottom: 60px !important;
}

.mb--80 {
	margin-bottom: 80px !important;
}

.mb--100 {
	margin-bottom: 100px !important;
}

.mb--120 {
	margin-bottom: 120px !important;
}



/* Soical Media Link */

.fb-clr {
	background-color: #395498 !important;
}

.ig-clr {
	background: #833ab4 !important;
	background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045) !important;
}

.wh-clr {
	background-color: #29af3e !important;
}

.yt-clr {
	background-color: #ff0000 !important;
}

.tw-clr {
	background-color: #1da1f2 !important;
}


/* Header Section */

@media (max-width: 1300px) {
	.pbmit-button-box {
		display: none;
	}
}

@media (min-width: 1400px) {
	.pbmit-button-box {
		padding-right: 10px;
	}
}

@media (min-width: 1550px) {
	.pbmit-button-box {
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.site-title {
		height: 105px;
	}

	.site-header .site-branding img {
		max-height: 100px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
	.main-menu .navigation>li {
		margin: 0 15px !important;
	}
}

@media (min-width: 1500px) {
	.main-menu .navigation>li {
		margin: 0 20px !important;
	}
}

@media only screen and (min-width:1201px) and (max-width:1350px){
	.main-menu .navigation>li {
		margin: 0 12px !important;
	}
	
}

.pbmit-serv-cat p {
	margin: 0;
}


.pbmit-ihbox-contents .pbmit-ptable-line {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	/* font-size: 15px; */
	line-height: 30px;
	color: #333;
}

.pbmit-ihbox-contents .pbmit-ptable-line::before {
	content: '\e89a';
	font-family: 'pbminfotech-base-icons';
	left: 0;
	top: 6px;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: var(--pbmit-global-color);
}

.testimonial-one-rightbox .swiper-buttons {
	right: 52%;
}

.test-bg-1 {
	background: #f0f0ff;
}

@media (min-width: 1100px) {
	.pd-lt-lg {
		padding-left: 30px;
	}
}

/* Footer Section */

.ftr-add-sec li {
	display: flex;
}

.ftr-add-sec li i {
	font-size: 20px;
	color: #b31f43;
	position: relative;
	top: 3px;
	padding-right: 8px;
}

.ftr-add-sec li p {
	line-height: 26px;
	margin: 0;
}

.pbmit-footer-widget-area .widget {
	font-size: 16px;
}

.pbmit-featured-wrapper img {
	border-radius: 10px;
}

@media (max-width: 991px) {
	.site-header .site-branding img {
		max-height: 85px;
	}

	.navbar-toggler {
		font-size: 40px !important;
		color: #222222 !important;
	}
}

@media (max-width: 768px) {
	.about-us-three-content {
		padding: 20px 0 0 0;
	}

	.about-us-three-content .ihbox-style-wrap {
		padding-bottom: 20px;
	}

	.about-us-three-content .pbmit-tab {
		padding-top: 30px;
	}

	.testimonial-one-rightbox .swiper-slider {
		margin-top: 30px;
	}

	.pbminfotech-testimonial-text h5 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.about-us-three-img-wrap {
		padding: 15px;
	}

	.about-us-three-content .ihbox-style-wrap {
		padding-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.pbmit-footer-copyright-text-area a {
		display: block;
	}
}

@media (min-width: 1400px) {
	.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
		font-size: 66px;
	}
}

.pd-l-r {
	padding: 0 0px;
}

.pd-l-r .list-group .list-group-item:not(:last-child) {
	border-bottom: none;
	padding-bottom: 0px;
}

.pd-l-r .list-group .list-group-item:not(:first-child) {
	margin-top: calc(5px / 2);
}

.list-group-item {
	border: 0;
	padding: 8px 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background: transparent;
}

.list-group-item i {
	font-size: 12px;
	padding-right: 4px;
	color: var(--pbmit-global-color);
}


/* Contact Page Section */

/* Base Section */
/* .contact-section {
    padding: 80px 0 60px;
} */

/* Card Style */
.contact-box {
	background: #fff;
	padding: 35px 30px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	transition: all .35s ease;
	position: relative;
	overflow: hidden;
}

/* ✨ SPECIAL STYLING */
.contact-box--special {
	border: 2px solid transparent;
	background-clip: padding-box;
}

.contact-box--special:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 2px;
	background: linear-gradient(135deg,
			var(--pbmit-global-color),
			var(--pbmit-secondary-color));
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

/* On Hover */
.contact-box--special:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

/* Glow Hover */
.contact-box--special:hover:before {
	filter: brightness(1.15);
}

/* Icon Style */
.contact-icon i {
	font-size: 48px;
	color: var(--pbmit-global-color);
	margin-bottom: 15px;
	display: inline-block;
	transition: .3s ease;
}

/* Icon Animation on Hover */
.contact-box--special:hover .contact-icon i {
	color: var(--pbmit-secondary-color);
	transform: scale(1.15) rotate(4deg);
}

/* Text */
.contact-text {
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	line-height: 1.6;
}

.contact-text a {
	color: var(--pbmit-secondary-color);
	font-weight: 600;
	text-decoration: none;
}

.contact-text a:hover {
	color: var(--pbmit-global-color);
}

.contact-section {
	/* padding: 100px 0; */
	position: relative;
}

/* Glass Card */
.contact-glass {
	background: var(--glass-bg);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 18px;
	padding: 35px 30px;
	border: 1px solid var(--glass-stroke);
	text-align: center;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	transition: .4s ease;
	position: relative;
}

/* Hover */
.contact-glass:hover {
	transform: translateY(-5px) scale(1.00);
	border-color: var(--pbmit-global-color);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.contact-in-img img {
	border-radius: 10px;
}

.form-control {
	margin-bottom: 8px;
}

.services-sb-tl {
	font-size: 28px;
}

.services-img-lfm {
	margin-right: 0px;
	margin-left: 60px;
}

.emp-in-box {
	display: flex;
	gap: 8px;
}

.emp-in-box i {
	color: var(--pbmit-global-color);
	padding-top: 3px;
}

.emp-in-box p {
	margin-bottom: 10px;
}

.pbmit-job-single .job-listings li.job-listing .scope-li-st {
	background: #f0f8ff;
	display: block;
	line-height: 1.5em;
	overflow: hidden;
	position: relative;
	padding: 20px;
	border-radius: 10px;
}

.sec-bg-1 {
	background: #f0f8ff;
}

@media (min-width: 1201px) {
	.pbmit-job-single .single-job-listing {
		padding-right: 0px;
	}
}

.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
	margin-bottom: 40px;
}

.contact-form label {
	display: inline-block;
	margin-top: 15px;
	font-weight: 500;
	font-size: 17px;
	padding-left: 5px;
	color: #1c3261;
}

.contact-form .form-check-label {
	display: inline-block;
	margin-top: 0px;
	padding-left: 0px;
}

/* Inner Banner Section */


@media (max-width: 768px) {
	.list-group-box {
		margin-top: 20px !important;
	}
}

@media (max-width: 575px) {
	.pbmit-portfolio-single .portfolio-single-02-imgbox {
		padding: 66px !important;
	}

	.pbmit-custom-heading {
		margin-top: 20px;
	}

	.contact-form label {
		margin-top: 12px;
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.pbmit-jobs-style-2 .pbmit-job-logo {
		padding: 0 0 0px 0 !important;
	}

	.contact-form-heading-area {
		padding-right: 0px !important;
	}

	.contact-form {
		margin-top: 20px;
	}
}

@media (min-width: 1300px) {
	.pd-rt-lg {
		padding-right: 25px;
	}
}

.br-rd-10 img {
	border-radius: 10px;
}

.benef-ul-sec li {
	display: flex;
	gap: 8px;
}

.benef-ul-sec li p {
	margin-bottom: 5px;
}

.benef-ul-sec li i {
	color: #b31f43;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: 2px;
}

.pbmit-ihbox-style-7 .pbmit-heading-desc{
    overflow: visible;
    text-overflow: none;
	-webkit-line-clamp: unset;
    line-clamp: unset;
}

@media (max-width: 767px) {
    .team-three-bg {
        text-align: center;
	}
	    .about-two-content {
        padding: 0px 0px 0 0px !important;
    }
}

/* About Image */

.about-img-show-1 {
  display: none;
}

@media only screen and (min-width: 992px) {
  .about-img-show-1 {
    display: block;
  }
}

.about-img-show-2 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .about-img-show-2 {
    display: block;
  }
}


.txt-clr-1{
	color: var(--pbmit-global-color);
}

.txt-clr-2{
	color: rgba(var(--pbmit-white-color-rgb)) !important;
}

.our-values-img {
	background-image: url(../images/our-values-img.jpg) !important;
}

@media (min-width: 992px) {
	.our-values-img {
		margin-left: 20px;
		margin-right: 0px;
	}
}

@media (min-width: 992px) {
.achive-sec-fl{
	    display: flex;
    justify-content: center;
    align-items: center;
}
}


/* Achievements Section */
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
    color: var(--pbmit-blackish-color) !important;
    -webkit-text-stroke: 0 !important;
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
    color: var(--pbmit-white-color) !important;
    -webkit-text-stroke: 0 !important;
}

/* About Section */
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    color: var(--pbmit-white-color) !important;
    -webkit-text-stroke: 0 !important;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    color: var(--pbmit-white-color) !important;
    -webkit-text-stroke: 0 !important;
}

.pbmit-slider-title-wrap{
	display: none !important;
}

@media (min-width: 1400px) {
.pbmit-slider-one .pbmit-slider-item {
    padding: 180px 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1300px){
.site-header .site-branding img {
        max-height: 85px;
    }
	    .navbar-toggler {
        color: #222222 !important;
    }
}

@media only screen and (max-width: 991px) {
	.about-sub-img-mb-d-none{
		display: none;
	}
}

@media only screen and (max-width: 991px) {
    .pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
        font-size: 48px !important;
        line-height: 50px !important;
    }
}

@media only screen and (min-width: 768px) {
.gallery-hdr-sec{
	display: none;
}
}


@media only screen and (max-width: 767px) {
.pbmit-portfolio-move .swiper-slider.first .swiper-wrapper {
	animation: move-left 10s linear infinite;
}

.pbmit-portfolio-move .swiper-slider.second .swiper-wrapper {
	animation: move-right 10s linear infinite;
}
}






.scroll-top-3d {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;

    /* Equal fade shadow */
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(0, 0, 0, 0.08),
        inset 0 0 10px rgba(255, 255, 255, 0.9);

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
}

/* Show active */
.scroll-top-3d.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Arrow */
.scroll-top-3d svg {
    width: 26px;
    height: 26px;
    fill: var(--pbmit-global-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Hover soft lift */
.scroll-top-3d:hover {
    transform: translateY(-4px);

    /* softer highlighted shadow */
    box-shadow:
        0 12px 25px rgba(0, 0, 0, 0.18),
        0 0 25px rgba(0, 0, 0, 0.1),
        inset 0 0 10px rgba(255, 255, 255, 1);
}



.footer-bg-1{
	background: #1c3261 !important;
}

/* .contact-bg-1{
	    background: linear-gradient(180deg, #9c9c9c, transparent);
} */

.contact-bg-1{
	    background: lavender;
}

.pbmit-slider-small-title {
	/* font-family: "Kaushan Script", cursive; */
	font-weight: 600;
}

.txt-para-1{
	color: #222222;
}

.pbmit-btn {
    font-size: 17px;
    font-weight: 600;
}

.hm-contact-para{
	font-size: 20px;
	font-weight: 500;
}



/* sridhar */

/*=============================
    00. Preloader
===============================*/
#preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #e6eeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid #b31f43;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
}
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.pbmit-base-icon-facebook-f{
	background-color: #1877F2;
	padding: 7px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.pbmit-base-icon-instagram{
	 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	 padding: 7px;
	 border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 -ms-border-radius: 10px;
	 -o-border-radius: 10px;
}
.pbmit-base-icon-linkedin-in{
	background-color: #0077B5;
	padding: 7px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.client-padding{
	padding: 40px 0px 60px;
}










/* 


.values-row {
    display: flex;
    flex-wrap: nowrap; 
}

.col-five {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 12px;
}


@media (max-width: 991px) {
    .values-row {
        flex-wrap: wrap;
    }
    .col-five {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}


@media (max-width: 575px) {
    .col-five {
        flex: 0 0 100%;
        max-width: 100%;
    }
} */



/* Layout - GRID */
.values-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Remove flex behavior */
.col-five {
    max-width: 100%;
}

/* Creative Card */
.value-card {
    position: relative;
    height: 100%;
    padding: 40px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	border: 1px solid #c7c7c7;
    transition: all 0.4s ease;
}

.value-card:hover {
    /* transform: translateY(-12px); */
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Icon */
.value-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #b31f43;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon img {
    width: 70px;
    filter: brightness(0) invert(1);
}

/* Text */
.value-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Responsive Grid */
@media (max-width: 991px) {
    .values-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .values-row {
        grid-template-columns: 1fr;
    }
}


@media only screen and (min-width:1024px) and (max-width:1199px){
	.values-row{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width:320px) and (max-width:991px){
	.about__area-two .container .row{
		
		flex-direction: column-reverse;
	}
}

.about__list-box .list-wrap li p{
	margin-bottom: 0px !important;
}
.value-card p{
	margin-bottom: 0px !important;
}
.col-five{
	padding: 0;
}

@media only screen AND (min-width:320px) and (max-width:767px){
	.about__shape-wrap-two{
		display: none;
	}
}


/* Service image flashing effect */
.pbmit-service-image-wrapper {
  position: relative;
  overflow: hidden;
}

.pbmit-service-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: skewX(-25deg);
}

/* Trigger on hover */
.pbmit-service-style-1:hover .pbmit-service-image-wrapper::after {
  animation: flashEffect 0.5s ease-in-out;
  -webkit-animation: flashEffect 0.5s ease-in-out;
}

@keyframes flashEffect {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* =========================
   Navigation Underline Effect
========================= */

.navigation > li {
  position: relative;
}

.navigation > li > a {
  position: relative;
  /* padding-bottom: 10px; */
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* underline (hidden by default) */
.navigation > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background:  #c51f3a; 
  transform: translateX(-50%);
  transition: width 0.35s ease;
}

/* hover + active underline */
.navigation > li:hover > a::after,
.navigation > li.active > a::after {
  width: 100%;
}

/* optional hover lift */
.navigation > li:hover > a {
  transform: translateY(-2px);
}


.letter-bounce{
  display: inline-block;
  font-weight: 800;
  color: #c51f3a;
  animation: miniBounce 2.6s ease-in-out infinite;
}

@keyframes miniBounce{
  0%, 100%{
    transform: translateY(0);
  }
  40%{
    transform: translateY(-4px);
  }
  60%{
    transform: translateY(1px);
  }
}

 #preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid transparent;
  border-top-color: var(--pbmit-global-color);
  border-right-color: var(--pbmit-secondary-color);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite linear;
  -webkit-animation: loaderspin 1.8s infinite linear;
}


.pbmit-service-style-1 .pbmit-service-description p{
margin-bottom: 20px !important;
}


.dropdown a i{
	font-size: 11px;
	padding-left: 5px;
}


@media only screen and (min-width:320px) and (max-width:1199px){
	.dropdown a i{
		display: none;
	}
}




























/* Vertical Timeline */
.vertical-timeline {
    padding: 60px 0;
    position: relative;
}

.timeline-track {
    position: relative;
}

.timeline-track::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--pbmit-global-color) 0%, var(--pbmit-secondary-color) 100%);
    transform: translateX(-50%);
}

.timeline-item {
    margin-bottom: 4rem;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Country Badge */
.country-badge {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--paper);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #cbcbcb;
    transition: all 0.3s ease;
}

.timeline-item:hover .country-badge {
    transform: translateX(10px);
    border-color: var(--pbmit-global-color);
}

.timeline-item.right:hover .country-badge {
    transform: translateX(-10px);
}

.country-badge img {
    width: 100px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.country-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--pbmit-secondary-color);
    margin-bottom: 0.25rem;
}

.country-info span {
    font-size: 0.875rem;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Center Line & Node */
.center-line {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.timeline-node {
    /* width: 20px; */
    /* height: 20px; */
    /* background: var(--paper); */
    /* border: 4px solid var(--pbmit-secondary-color); */
    border-radius: 50%;
    position: relative;
	/* background-color: var(--pbmit-secondary-color); */
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-node.large {
    width: 30px;
    height: 30px;
    border-width: 5px;
    background: var(--pbmit-global-color);
}

.timeline-item:hover .timeline-node {
    transform: scale(1.3);
    box-shadow: 0 0 0 10px rgba(179, 31, 67, 0.1);
}

/* Outcome Box */
.outcome-box {
    background: #efefef;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid var(--light-gray);
    position: relative;
    transition: all 0.3s ease;
}

.outcome-box:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.outcome-box.featured {
    border-color: var(--pbmit-global-color);
    background: linear-gradient(135deg, var(--paper) 0%, #fff5f7 100%);
}

.featured-ribbon {
    position: absolute;
    top: -1px;
    right: 2rem;
    background: var(--pbmit-global-color);
    color: var(--paper);
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 0 8px 8px;
}

.outcome-box h4 {
    /* font-size: 1.25rem; */
    font-weight: 700;
    color: var(--pbmit-secondary-color);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--light-gray);
}

.outcome-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outcome-box li {
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
    /* font-size: 0.95rem; */
    color: var(--ink);
}

.outcome-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--pbmit-global-color);
    border-radius: 50%;
}

.outcome-meta {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--light-gray);
}

.tag {
    display: inline-block;
    background: rgba(20, 53, 94, 0.1);
    color: var(--pbmit-secondary-color);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 767px) {
    .timeline-track::before {
        left: 30px;
    }
    
    .timeline-item .row {
        flex-direction: column;
    }
    
    .timeline-item .col-md-5,
    .timeline-item .col-md-2 {
        width: 100%;
        max-width: 100%;
    }
    
    .center-line {
        justify-content: flex-start;
        padding-left: 20px;
        height: 40px;
    }
    
    .country-badge {
        margin-bottom: 1rem;
    }
    
    .timeline-item.right .country-badge,
    .timeline-item:hover .country-badge,
    .timeline-item.right:hover .country-badge {
        transform: none;
    }
    
    .order-md-1, .order-md-3 {
        order: unset !important;
    }
    
    .big-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .visa-stamps {
        justify-content: center;
    }
    
    .stamp {
        min-width: calc(33% - 1rem);
    }
    
    .passport-title h1 {
        font-size: 2rem;
    }
    
    .passport-body {
        padding: 2rem;
    }
}

.pbmit-jobs-category-style-3 .pbmit-job-icon img{
	width: 55px;
}




.pbmit-title-wrap p {
    /* font-size: 16px; */
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}
.pbmit-title-wrap p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
	padding-bottom: 15px;
}

.pbmit-title-wrap p i {
    margin-top: 10px;
    color: var(--pbmit-global-color);
    font-size: 25px;
}

.achive-section{
	padding: 60px 0px;
}


@media only screen and (min-width:320px) and (max-width:767px){
	.timeline-node{
		display: none;
	}
	.timeline-track::before{
		display: none;
	}
}

.pbmit-column-one .pbmit-miconheading-style-3 {
    position: relative;
}

.custom-popup .modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

.popup-wrapper {
  position: relative;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

/* LEFT SIDE */
.popup-left {
  background: linear-gradient(135deg, #2d416d, #b31f43);
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
}

.popup-left-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-size: 35px;
}

.popup-left .highlight {
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-left .highlight span {
  color: #ffeb3b;
  font-weight: bold;
}

.popup-list {
  list-style: none;
  padding: 0;
}

.popup-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.popup-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00e676;
  font-weight: bold;
}

/* RIGHT SIDE */
.popup-right {
  padding: 40px;
  background: #fff;
}

.popup-form .form-control {
  margin-bottom: 15px;
  height: 45px;
  border-radius: 8px;
}

.popup-form .input-group-text {
  background: #f1f1f1;
  border-radius: 8px 0 0 8px;
}

.popup-form button {
  margin-top: 10px;
  border-radius: 8px;
}

/* MOBILE */
@media (max-width: 768px) {
  .popup-left {
    display: none;
  }
}







    /* main section — clean, spacious, no artificial boxes */
    .services-flow-section {
      padding: 5rem 0 6rem 0;
      background: #ffffff;
    }

    /* header area — minimal and expressive */
    .intro-wrapper {
      max-width: 880px;
      margin: 0 auto 4rem auto;
      text-align: center;
    }

    .badge-subtle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      padding: 0;
      margin-bottom: 1rem;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.4px;
      color: #3b7c9c;
      border: none;
    }
    .badge-subtle i {
      font-size: 0.9rem;
      color: #3b7c9c;
    }

    .main-headline {
      font-size: 3.2rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      background: linear-gradient(135deg, #133e54, #1f6b8c);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 1.25rem;
      line-height: 1.2;
    }

    .global-description {
      font-size: 1.18rem;
      line-height: 1.5;
      color: #2c4b66;
      /* max-width: 720px; */
      margin: 0 auto;
      font-weight: 400;
    }

    /* ---- NO BOX DESIGN: each service is a fluid row with subtle dividers ---- */
    .service-stream {
      max-width: 1100px;
      margin: 0 auto;
      padding: 2.5rem 1.5rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .service-stream:last-of-type {
      border-bottom: none;
    }

    /* content layout: left (icon + title + tag) + right (details) */
    .service-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      align-items: flex-start;
    }
    .service-aside {
      flex: 1.2;
      min-width: 220px;
    }
    .service-main {
      flex: 2.5;
      min-width: 260px;
    }

    /* fluid icon style — not inside any box, just floating */
    .fluid-icon {
      font-size: 2.4rem;
      color: #2a7f6e;
      margin-bottom: 1rem;
      display: inline-block;
      background: transparent;
      padding: 0;
    }
    .service-title-main {
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #103e53;
      margin: 0.25rem 0 0.5rem 0;
      line-height: 1.2;
    }
    .service-tagline {
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #4b7a94;
      margin-bottom: 0.75rem;
      display: block;
    }

    .service-description-text {
      font-size: 1rem;
      line-height: 1.55;
      color: #2c3f4f;
      margin-bottom: 1.5rem;
    }

    .feature-inline-list {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      list-style: none;
      padding: 0;
      margin: 1rem 0 0.5rem 0;
    }
    .feature-inline-list li {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.9rem;
      background: transparent;
      padding: 0;
      margin: 0;
      color: #1e4e6e;
    }
    .feature-inline-list li i {
      color: #2b8c6e;
      font-size: 0.8rem;
    }

    /* detailed bullet list (no background, no border) */
    .detail-bullets {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0 0;
    }
    .detail-bullets li {
      display: flex;
      align-items: baseline;
      gap: 0.7rem;
      margin-bottom: 0.7rem;
      font-size: 0.92rem;
      color: #2c4e6b;
    }
    .detail-bullets li i {
      color: #2a7f6e;
      font-size: 0.8rem;
      margin-top: 0.2rem;
      min-width: 1rem;
    }

    /* subtle connector between items (no box, just line) */
    .connector-dot {
      width: 4px;
      height: 4px;
      background: #b9d2e3;
      border-radius: 50%;
      display: inline-block;
      margin: 0 0.5rem;
    }

    /* transformation specific layout (no box) */
    .roadmap-hint {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1rem;
      font-size: 0.85rem;
      color: #2f6c8a;
      border-top: 1px dashed rgba(0,0,0,0.05);
      padding-top: 1rem;
    }

    /* last CTA segment — fluid, not a box */
    .integrated-closing {
      max-width: 900px;
      margin: 4rem auto 0 auto;
      text-align: center;
      padding: 2rem 1rem 0 1rem;
    }
    .closing-quote {
      font-size: 1.1rem;
      font-weight: 450;
      color: #1f5e7e;
      border-left: 2px solid #86bfda;
      padding-left: 1.5rem;
      display: inline-block;
      text-align: left;
      margin-bottom: 1.5rem;
    }
    .closing-quote i {
      color: #86bfda;
      margin-right: 0.5rem;
    }
    .link-underline {
      font-weight: 600;
      color: #1e6a5e;
      text-decoration: none;
      border-bottom: 1.5px solid #cbe4f0;
      transition: border-color 0.2s;
    }
    .link-underline:hover {
      border-bottom-color: #1e6a5e;
    }

    @media (max-width: 768px) {
      .services-flow-section {
        padding: 3rem 0;
      }
      .main-headline {
        font-size: 2.2rem;
      }
      .global-description {
        font-size: 1rem;
        padding: 0 1rem;
      }
      .service-grid {
        flex-direction: column;
        gap: 1rem;
      }
      .service-title-main {
        font-size: 1.7rem;
      }
      .service-stream {
        padding: 2rem 1rem;
      }
      .feature-inline-list {
        flex-direction: column;
        gap: 0.5rem;
      }
      .closing-quote {
        font-size: 0.95rem;
        padding-left: 1rem;
      }
    }

		.timeline-node i{
			background-color: var(--pbmit-secondary-color);
			color: #fff;
			padding: 10px;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
}

.carrers-section{
	padding: 60px 0px;
}

.achivement-section{
	padding: 60px 0;
}

.swiper-slide-active .slide-title{
	max-width: 750px;
}

.certificate-section {
	text-align: center;
}
.certificate-section .container{
	border: 1px dashed #b31f43;
	padding: 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.achievements-section {
  background: #f8f9fc;
}

/* Title */
.section-title .sub-title {
  color: #b31f43;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.section-title .title {
  color: #1c3261;
  font-weight: 700;
  font-size: 36px;
}

.section-desc {
  color: #555;
  font-size: 16px;
}

/* Stats */
.stat-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s;
  border: 2px solid #b31f43;
}

.stat-box:hover {
  transform: translateY(-5px);
  border-color: #b31f43;
}

.stat-box h3 {
  font-size: 32px;
  color: #1c3261;
  font-weight: 700;
}


/* Cards */
.achievements-card {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s;
  border-left: 5px solid #1c3261;
}

.achievements-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-left-color: #b31f43;
}

.achievements-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  font-weight: 800;
  color:rgb(180 33 69 / 34%);
}

.achievements-card h6 {
  color: #b31f43;
  font-weight: 600;
}

.achievements-card h4 {
  color: #1c3261;
  font-weight: 700;
  margin: 10px 0;
}

.who-we-serve {
  background: #ffffff;
}

/* Title */
.section-subtitle {
  color: #b31f43;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.section-title {
  color: #1c3261;
  font-weight: 700;
  font-size: 34px;
  margin-top: 10px;
}

.section-desc {
  color: #666;
  font-size: 15px;
}

/* Cards */
.serve-card {
  background: #f8f9fc;
  padding: 30px 20px;
  border-radius: 12px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.serve-card:hover {
  transform: translateY(-8px);
  background: #1c3261;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Icon */
.serve-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background: rgba(179, 31, 67, 0.1);
  color: #b31f43;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  transition: 0.4s;
}

/* Text */
.serve-card h5 {
  color: #1c3261;
  font-weight: 600;
  transition: 0.4s;
}

/* Hover Changes */
.serve-card:hover .serve-icon {
  background: #ffffff;
  color: #1c3261;
}

.serve-card:hover h5 {
  color: #ffffff;
}
.achievements-stats  {
	row-gap: 20px;
}


@media only screen and (min-width:320px) and (max-width:991px){
	.slide-bg::before{
		background-color: transparent !important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.slide-image-container{
		width: 70% !important;
	}
	
}

@media only screen and (min-width:320px) and (max-width:767px){
	.choose__area-three .container .row{
		flex-direction: column-reverse !important;
	}
	.choose__img-wrap-three{
		margin-bottom: 0 !important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.choose__area-three .container .row{
		flex-direction: column-reverse !important;
	}
	.choose__img-wrap-three{
		margin-bottom: 0 !important;
	}
	.proven-section .container .row{
		flex-direction: column-reverse !important;

	}
}

@media only screen and (min-width:1024px) and (max-width:1200px){
	.country-list{
		flex-wrap: nowrap !important;
	}
}
section {
  scroll-margin-top: 100px;
}

@media only screen and (min-width:320px) and (max-width:767px){
	.solution-content{
	padding: 25px 0px;
}
.solution-img{
	margin-bottom: 20px;
}
}


.book-consultation-banner{
	background-image: url(../images/book-now-inner-banner.jpg)

}
.business-service-banner{
	background-image: url(../images/business-inner-banner.jpg)
}
.career-banner{
	background-image: url(../images/career-banner.jpg)

}
.contact-us-banner{
background-image: url(../images/contact-inner-banner.jpg)
}
.creadit-accreditions-banner{
	background-image: url(../images/credit-accreditions-inner-banner.jpg)
	
}
.legal-compliance-banner{
	background-image: url(../images/legcal-inner-banner.jpg)
	
}
.people-service-banner{
	background-image: url(../images/people-inner-banner.jpg)

}
.solution-banner{
background-image: url(../images/solutions-inner-banner.jpg)
}
.about-banner{
	background-image: url(../images/about-inner-banner.jpg)
	
}



