/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading,
.pbmit-heading-subheading-style-2 {
	margin-bottom: 50px;
	position: relative;
}

.pbmit-heading-subheading .pbmit-subtitle,
.pbmit-heading-subheading-style-2 .pbmit-subtitle {
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #5f708f;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 10px;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-heading-subheading .pbmit-title,
.pbmit-heading-subheading-style-2 .pbmit-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 0;
	color: #29364e;
	text-transform: none;
	font-style: normal;
}

.pbmit-heading-subheading .pbmit-heading_desc {
	margin-top: 20px;
}

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

.pbmit-heading-subheading .pbmit-heading-,
.pbmit-heading-subheading-style-2 .pbmit-heading-desc {
	margin-top: 40px;
}

.pbmit-heading-subheading-style-2 {
	display: flex;
}

.pbmit-heading-subheading-style-2 .pbmit-hs-right {
	flex: 1 1 0%;
	padding-left: 100px;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-ihbox-box {
	display: flex;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	padding-right: 20px;
}

.rtl .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	padding-left: 20px;
	padding-right: inherit;
}

.pbmit-ihbox-style-1 .pbmit-icon-type-icon {
	font-size: 25px;
	line-height: 25px;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 12px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	width: 80px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
	padding-bottom: 20px;
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon {
	font-size: 70px;
	line-height: 70px;
	position: relative;
	color: var(--pbmit-global-color);
	z-index: 1;
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon::after {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	width: 70px;
	height: 70px;
	z-index: -1;
	border-radius: 50px;
	background-color: var(--pbmit-light-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.rtl .pbmit-ihbox-style-2 .pbmit-icon-type-icon::after {
	right: -15px;
	left: inherit;
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon::after {
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-2:hover .pbmit-icon-type-icon::after {
	top: -10px;
	left: -10px;
}

.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img {
	width: 80px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

/** Style 3 **/
.pbmit-ihbox-style-3 .pbmit-ihbox-inner,
.pbmit-ihbox-style-3 .pbmit-ihbox-box {
	display: flex;
}

.pbmit-ihbox-style-3 .pbmit-icon-wrapper {
	padding-right: 20px
}

.rtl .pbmit-ihbox-style-3 .pbmit-icon-wrapper {
	padding-left: 20px;
	padding-right: inherit;
}

.pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	font-size: 12px;
	line-height: inherit;
	position: relative;
	top: 5px;
	color: #094B9E;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 16px;
	line-height: inherit;
	margin-bottom: 0;
	margin-right: 8px;
	font-weight: 600;
}

.rtl .pbmit-ihbox-style-3 .pbmit-element-title {
	margin-left: 8px;
	margin-right: inherit;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	margin-right: 20px;
}

.rtl .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	margin-left: 20px;
	margin-right: inherit;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-box {
	padding: 50px;
	position: relative;
	overflow: hidden;
	z-index: 3;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #EDEEEE;
	transition: color 500ms ease;
}

.pbmit-ihbox-style-4:hover .pbmit-ihbox-box {
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-box::before,
.pbmit-ihbox-style-4 .pbmit-ihbox-box::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: var(--pbmit-global-color);
	z-index: -1;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-box::before {
	transform: translateX(-101%);
	z-index: -1;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-box::after {
	z-index: -1;
	transform: translateX(101%);
	transition: transform 500ms ease;
}

.pbmit-ihbox-style-4:hover .pbmit-ihbox-box::after {
	opacity: 1;
	transform: translateX(0);
	transition: transform 500ms 360ms ease;
}

.pbmit-ihbox-style-4:hover .pbmit-ihbox-box::before {
	transform: translateX(0);
	transition: transform 500ms ease;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-inner {
	display: flex;
	align-items: center;
	padding-bottom: 70px;
	justify-content: space-between;
}

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

.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: Noto Sans, sans-serif;
	font-weight: 600;
}

.pbmit-ihbox-style-4 .pbmit-heading-desc,
.pbmit-ihbox-style-4 .pbmit-element-title {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.pbmit-ihbox-style-4:hover .pbmit-heading-desc,
.pbmit-ihbox-style-4:hover .pbmit-element-title {
	color: var(--pbmit-white-color);
}

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

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
	line-height: 20px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-inner .pbmit-ihbox-box-number {
	font-size: 100px;
	line-height: 100px;
	font-weight: 900;
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
	-moz-text-fill-color: var(--pbmit-white-color);
	-webkit-text-fill-color: var(--pbmit-white-color);
	-moz-text-stroke-color: rgb(31 36 44 / 0.2);
	;
	-webkit-text-stroke-color: rgb(31 36 44 / 0.2);
	;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: Noto Sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.pbmit-ihbox-style-4:hover .pbmit-ihbox-inner .pbmit-ihbox-box-number {
	-moz-text-fill-color: var(--pbmit-global-color);
	-webkit-text-fill-color: var(--pbmit-global-color);
	-moz-text-stroke-color: rgb(255 255 255 / 70%);
	-webkit-text-stroke-color: rgb(255 255 255 / 70%);
}

.pbminfotech-gap-0px .pbmit-miconheading-style-4:last-child .pbmit-ihbox-style-4 .pbmit-ihbox-box {
	border-right: 1px solid #edeeee;
}

.pbminfotech-gap-0px .pbmit-miconheading-style-4:last-child .pbmit-ihbox-style-4 .pbmit-ihbox-box,
.pbminfotech-gap-0px .pbmit-miconheading-style-4 .pbmit-ihbox-style-4 .pbmit-ihbox-box {
	border-right: none;
}

.pbminfotech-gap-0px .pbmit-miconheading-style-4:first-child .pbmit-ihbox-style-4 .pbmit-ihbox-box {
	border-left: none;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-4 .pbmit-ihbox-box::before {
	transform: translateX(0);
	transition: transform 500ms ease;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-4 .pbmit-heading-desc,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-4 .pbmit-element-title {
	color: var(--pbmit-white-color);
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-4 .pbmit-ihbox-inner .pbmit-ihbox-box-number {
	-moz-text-fill-color: var(--pbmit-global-color);
	-webkit-text-fill-color: var(--pbmit-global-color);
	-moz-text-stroke-color: rgb(255 255 255 / 70%);
	-webkit-text-stroke-color: rgb(255 255 255 / 70%);
}

/** Style 5 **/
.pbmit-ihbox-style-5 {
	/* width: 400px !important; */
	/* height: 400px; */
	padding: 30px !important;
	border-radius: 100%;
	text-align: center;
	/* border: 1px solid #edeeee; */
	transition: background 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pbmit-miconheading-style-5 {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	/* width: 400px !important; */
	margin: 0px -15px 0px -15px;
}

.pbmit-element-miconheading-style-5 .pbmit-element-posts-wrapper {
	justify-content: center;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	/* position: absolute;
	top: 60px;
	left: 30px; */
	margin: 0 auto 10px;
	font-size: 12px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 100%;
	color: var(--pbmit-white-color);
	background-color: #094B9E;
	border: 1px solid #094B9E;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-ihbox-style-5:hover .pbmit-ihbox-icon-type-text {
	background-color: #fff;
	color: #094B9E;

}

.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: 600;
}

/** Style 6 **/
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
	padding-bottom: 20px;
}

.pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	font-size: 70px;
	line-height: 70px;
	position: relative;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image img {
	width: 80px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.pbmit-ihbox-style-6 .pbmit-element-heading {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 500;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1 .pbmit-team-title,
.pbmit-team-style-1 .pbmit-team-title a,
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.pbmit-team-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

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

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

.pbmit-team-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: 15px;
	right: 0;
	background: var(--pbmit-white-color);
	padding: 15px 25px;
	transform: translateX(101%);
	transition: transform 500ms ease;
}

.pbmit-team-style-1:hover .pbminfotech-box-content {
	transform: translateX(0);
}

/** Style 2 **/
.pbmit-team-style-2 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-team-style-2 .pbmit-featured-wrapper img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.pbmit-team-style-2:nth-child(2n+2) {
	margin-top: 80px;
}

.pbmit-team-style-2 .pbminfotech-post-item .pbminfotech-team-image-box,
.pbmit-team-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	transition: color 500ms ease;
}

.pbmit-team-style-2 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	width: 100%;
}

.pbmit-team-style-2:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

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

.pbmit-team-style-2:hover .pbmit-team-title a,
.pbmit-team-style-2:hover .pbmit-team-title a {
	color: var(--pbmit-global-color);
}

.pbmit-team-style-2 .pbmit-featured-img-wrapper {
	margin-bottom: 30px;
}

.pbmit-team-style-2 .pbmit-team-title a {
	color: var(--pbmit-white-color);
}

.pbmit-team-style-2 .pbminfotech-box-team-position {
	color: rgba(255, 255, 255, 50%);
}

.pbmit-element-team-style-2 .pbmit-ele-header-area .container {
	display: flex;
	justify-content: space-between;
}

.pbmit-element-team-style-2 .pbmit-ele-header-area .pbmit-team-btn a {
	padding: 15px 35px;
	background-color: transparent;
	color: var(--pbmit-blackish-color);
	border: 1px solid #d7dce4;
	border-radius: 50px;
	display: inline-block;
	margin-right: 110px;
}

.pbmit-element-team-style-2 .pbmit-ele-header-area .pbmit-team-btn a {
	color: var(--pbmit-white-color);
}

.pbmit-element-team-style-2 .pbmit-ele-header-area .pbmit-team-btn a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-element-team-style-2 .pbmit-ele-header-area .pbmit-team-btn a:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-element-team-style-2 .pbmit-heading-subheading .pbmit-element-subtitle {
	color: var(--pbmit-global-color);
}

.pbmit-team-style-2:nth-child(2n+2),
.pbmit-team-style-2:nth-child(2n+2) {
	margin-top: 0px;
}

.pbmit-team-style-2 ul.pbmit-social-links {
	position: absolute;
	right: 40px;
	top: 40px;
}

.rtl .pbmit-team-style-2 ul.pbmit-social-links {
	left: 40px;
	right: inherit;
}

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

.pbmit-team-style-2 .pbmit-team-social-links li a {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	transform: translateY(calc(100% - 1px));
	transition: transform .2s ease-in-out, all 0.4s;
}

.pbmit-team-style-2:hover .pbmit-team-social-links li a {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
	transition: transform .3s ease-in-out, all .4s;
}

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

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

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

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

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

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

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

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

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

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	display: inline-flex;
	font-size: 55px;
	line-height: 55px;
	margin: 0;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	color: var(--pbmit-global-color)
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 17px;
	line-height: 27px;
	color: var(--pbmit-blackish-color);
	font-family: Noto Sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-before span,
.pbminfotech-ele-fid-style-1 sub,
.pbminfotech-ele-fid-style-1 sup {
	font-size: 35px;
	line-height: normal;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid span {
	font-size: 55px;
	line-height: 55px;
}

/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	text-align: center;
}

.pbminfotech-ele-fid-style-2 .pbmit-circle {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
	left: 6px;
}

.rtl .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
	right: 6px;
	left: inherit;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
	top: -7px;
	left: 0px;
	font-size: 15px;
	font-weight: 600;
}

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

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 600;
}

.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
	margin-top: 10px;
}

/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	display: inline-flex;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	float: right;
}

.rtl .pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	float: left;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	padding-bottom: 60px;
}

.pbminfotech-ele-fid-style-3 sub,
.pbminfotech-ele-fid-style-3 sup {
	font-size: 35px;
	line-height: normal;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-before span,
.pbminfotech-ele-fid-style-3 .pbmit-fid span {
	font-size: 55px;
	line-height: 55px;
}

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

.pbminfotech-ele-fid-style-3 sub,
.pbminfotech-ele-fid-style-3 sup,
.pbminfotech-ele-fid-style-3 sub,
.pbminfotech-ele-fid-style-3 sup {
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.pbmit-service-style-1 {
	padding-bottom: 30px;
}

.pbmit-service-style-1 .pbminfotech-post-item {
	position: relative;
}

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

.pbmit-service-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.pbmit-service-style-1 .pbmit-box-content-inner {
	display: flex;
	align-items: center;
	padding: 20px 30px 0 30px;
	text-align: center;
	justify-content: center;
}

.pbmit-service-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin-left: 30px;
	background: var(--pbmit-white-color);
}

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

.pbmit-service-style-1 .pbmit-service-icon-wrapper i {
	font-size: 50px;
	line-height: 50px;
	padding-right: 20px;
	color: var(--pbmit-global-color);
}

body.rtl .pbmit-service-style-1 .pbmit-service-icon-wrapper i {
	padding-left: 20px;
	padding-right: 0;
}

.pbmit-service-style-1 .pbmit-service-cat a {
	color: #a3acbe !important;
}

/** Style 2 **/
.pbmit-service-style-2 .pbminfotech-post-item {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	max-height: 100%;
	z-index: 1;
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.2s;
	transition: transform 0.75s ease-out 0s, opacity 0.9s ease 0s;
}

.pbmit-service-style-2 .pbmit-box-content-inner,
.pbmit-service-style-2 .pbminfotech-post-item {
	padding: 310px 50px 270px 50px;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper {
	padding-bottom: 100px;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper i {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
	transition: color 0.3s ease 0s;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper img {
	width: 80px;
	height: 80px;
}

.pbmit-service-style-2 .pbmit-service-cat {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	transition: color 0.3s ease 0s;
}

.pbmit-service-style-2:hover .pbmit-service-cat a {
	color: var(--pbmit-white-color) !important;
}

.pbmit-service-style-2 .pbmit-service-cat a {
	transition: color 0.3s ease 0s;
}

.pbmit-service-style-2 .pbmit-service-cat::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(31, 36, 44, 0.2);
	transition: background-color 0.3s ease 0s;
}

.pbmit-service-style-2 .pbmit-service-title {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
	transition: color 0.3s ease 0s;
}

.pbmit-service-style-2 .pbmit-service-title a {
	transition: color 0.3s ease 0s;
}

.pbmit-service-style-2 .pbmit-featured-wrapper img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	opacity: 0.6;
	user-select: none;
	pointer-events: none;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s;
}

.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-featured-wrapper img {
	opacity: 1;
}

.pbmit-service-style-2:hover .pbmit-featured-wrapper img {
	opacity: 1;
	visibility: visible;
	transform: scale(1.08);
}

.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-title a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-icon-wrapper i,
.pbmit-service-style-2:hover .pbmit-service-title a,
.pbmit-service-style-2:hover .pbmit-service-cat a,
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper i {
	color: var(--pbmit-white-color);
}

.pbmit-service-style-2:hover .pbmit-service-cat::after,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat::after {
	background-color: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-box-content-inner {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	visibility: hidden;
	width: 20.3vw;
	height: 100%;
	z-index: 1;
	background-color: rgba(31, 36, 44, 0.3);
	transition: opacity 0.35s ease 0.3s, visibility 0.35s ease 0.15s;
}

.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-box-content-inner,
.pbmit-service-style-2:hover .pbmit-box-content-inner {
	opacity: 1;
	visibility: visible;
}

.pbmit-service-style-2 .pbminfotech-box-content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	opacity: 0;
	width: 0;
	z-index: 1;
	transition: width 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
}

.pbmit-service-style-2.pbmit-mihbox-hover-active .pbminfotech-box-content,
.pbmit-service-style-2:hover .pbminfotech-box-content {
	opacity: 1;
	width: 100%;
	transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s;
}

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

/** Style 3 **/
.pbmit-element-service-style-3 .swiper-hover-slide-nav li h3 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 600;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbminfotech-box-number {
	position: relative;
	padding-right: 20px;
	color: var(--pbmit-global-color);
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-title-inner {
	position: relative;
	padding-right: 30px;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav li .pbmit-title-inner::after {
	content: "\e87a";
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 50%;
	right: -15px;
	font-size: 10px;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	color: #bfc4cf;
	border: 1px solid #bfc4cf;
	border-radius: 100%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	transition: transform 500ms ease;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav li.pbmit-active .pbmit-title-inner::after {
	opacity: 1;
	visibility: visible;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbminfotech-box-number::after {
	position: absolute;
	content: "/";
	top: 0;
	right: 2px;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-hover-inner {
	padding: 0 40px 0 220px;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-heading-subheading {
	padding-right: 40px;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav li {
	list-style: none;
	display: block;
	margin-bottom: 25px;
}

.pbmit-element-service-style-3 .swiper-hover-slide-nav ul {
	padding: 0;
	margin: 0;
}

.pbmit-element-service-style-3 .pbmit-main-hover-slider {
	display: flex;
}

.pbmit-element-service-style-3 .swiper-hover-slide-desc .pbmit-service-icon-wraper * {
	display: block;
	color: var(--pbmit-white-color);
}

.pbmit-element-service-style-3 .swiper-hover-slide-desc .pbmit-desc {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 130px;
	color: var(--pbmit-white-color);
}

.pbmit-element-service-style-3 .swiper-hover-slide-desc .pbmit-service-icon-inner i {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 10px;
	color: var(--pbmit-white-color);
}

.pbmit-element-service-style-3 .swiper-hover-slide-desc {
	position: absolute;
	width: 330px;
	z-index: 1;
	bottom: -30px;
	left: 50px;
	text-align: left;
	padding: 65px 40px 50px 40px;
	background-color: var(--pbmit-global-color);
	cursor: grab;
}

.pbmit-element-service-style-3 .swiper-hover-slide-desc .swiper-wrapper {
	overflow: hidden;
}

.pbmit-element-service-style-3 .swiper-hover-slide-images {
	padding: 20px 0 0 0;
	position: relative;
	text-align: right;
}

.pbmit-element-service-style-3 .swiper-hover-slide-images .pbmit-hover-image {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

/*----------------------------------------*/
/*  05 - Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 .pbminfotech-post-content {
	position: relative;
	display: block;
	overflow: hidden;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	margin-top: 5px;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--pbmit-blackish-color);
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	transition: all 500ms ease;
}

.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
	opacity: 0.3;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	left: 25px;
	bottom: 0px;
	width: 100%;
	opacity: 0;
	transition: all 500ms ease;
}

.rtl .pbmit-portfolio-style-1 .pbminfotech-box-content {
	right: 25px;
	left: inherit;
}

.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	bottom: 25px;
	opacity: 1;
}

.pbmit-portfolio-style-1 .pbmit-port-cat a:hover,
.pbmit-portfolio-style-1 .pbmit-portfolio-title a {
	color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-1 .pbmit-port-cat a {
	color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbmit-portfolio-style-2 {
	overflow: hidden;
	border-radius: 0;
	perspective: 300px;
	margin-bottom: 30px;
}

.pbmit-element-portfolio-style-3 {
	height: 100% !important;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 0;
	padding: 30px;
	opacity: 0;
	max-width: 300px;
	word-break: break-word;
	background: var(--pbmit-blackish-color);
	transform: rotateY(30deg);
	transition: 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transform-origin: left center;
}

.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
	transform: rotateY(0);
	opacity: 1;
	transition: opacity 0.2s, transform 0.5s;
	display: none;
}

.pbmit-portfolio-style-2 .pbmit-port-cat a,
.pbmit-portfolio-style-2 .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-2 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-2 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
}

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

.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}

.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}

.pbmit-element-portfolio-style-3 .pbmit-element-posts-wrapper {
	position: relative;
	margin: 0;
	z-index: 10;
	overflow: visible;
}

/** Style 3 **/
.pbmit-portfolio-style-3 {
	overflow: hidden;
}

.pbmit-portfolio-style-3 .pbminfotech-box-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 40px 50px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}

.rtl .pbmit-portfolio-style-3 .pbminfotech-box-content {
	right: 50px;
	left: inherit;
	transform: translateX(100%);
}

.pbmit-portfolio-style-3:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateX(0);
}

.pbmit-portfolio-style-3 .pbmit-port-cat,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	color: var(--pbmit-global-color) !important;
	font-size: 14px;
	text-transform: uppercase;
}

.pbmit-portfolio-style-3 .pbmit-title:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-3 .pbmit-title {
	font-size: 22px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	margin-bottom: 0;
}

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

.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}

.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}

.pbmit-element-portfolio-style-3 .pbmit-element-inner .swiper-wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pbmit-portfolio-style-3 .pbminfotech-post-content {
	position: relative;
	overflow: hidden;
}

.pbmit-element-portfolio-style-3.pbmit-element-viewtype-carousel .pbmit-ele-group-wrapper .pbmit-ele:nth-child(2) {
	margin-top: 15px;
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}

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

.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

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

.pbmit-blog-style-1 .post-item {
	position: relative;
}

.pbmit-blog-style-1 .pbminfotech-box-content {
	padding-bottom: 5px;
}

.pbmit-meta-line {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	color: #5f708f;
	font-size: 14px;
	text-transform: uppercase;
}

.pbmit-blog-style-1 .pbmit-meta-line a,
.pbmit-blog-style-1 .pbmit-meta-line {
	color: #5f708f;
	font-size: 14px;
	text-transform: uppercase;
}

.pbmit-meta-date-wrapper.pbmit-meta-line::after {
	content: "/";
	position: absolute;
	top: -1px;
	right: -12px;
}

/** Style 2 **/
.pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.pbmit-blog-style-2 .post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-blog-style-2 .pbmit-box-content {
	flex: 1;
}

.pbmit-blog-style-2 .pbmit-blog-img-wrapper {
	width: 200px;
	background-size: cover;
	background-position: center center;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper {
	display: none;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
	display: flex;
}

.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

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

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.pbmit-blog-style-2 .pbmit-box-content {
	background-color: var(--pbmit-light-color);
}

.pbmit-blog-style-2 .pbmit-box-content .pbmit-box-content-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-elementor-bg-color-light .pbmit-blog-style-2 .pbmit-box-content {
	background-color: var(--pbmit-white-color);
}

.pbmit-blog-style-2 .pbmit-box-content-wrapper {
	padding-right: 80px;
}

.rtl .pbmit-blog-style-2 .pbmit-box-content-wrapper {
	padding-left: 80px;
	padding-right: inherit;
}

.multi-columns-row .pbmit-blog-style-2 {
	margin-bottom: 2px !important;
}

.pbmit-blog-style-2 .pbmit-box-content-inner {
	padding: 35px 40px 35px 50px;
}

.pbmit-blog-style-2 .pbmit-blog-btn a {
	font-size: 0;
}

.pbmit-blog-style-2 .pbmit-blog-btn a span {
	padding-right: 0;
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon::after {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	width: 70px;
	height: 70px;
	z-index: -1;
	border-radius: 50px;
	background-color: var(--pbmit-light-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pbmit-blog-style-2 .pbmit-blog-btn a span {
	position: relative;
}

.pbmit-blog-style-2 .pbmit-blog-btn a span::after {
	position: absolute;
	content: "\e87a";
	font-family: 'pbminfotech-base-icons';
	font-size: 10px;
	width: 30px;
	right: 0;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #bfc4cf;
	border: 1px solid #bfc4cf;
	border-radius: 100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-blog-style-2 .pbmit-meta-line {
	color: #5f708f;
	font-size: 14px;
	text-transform: uppercase;
}

.pbmit-blog-style-2 .pbmit-meta-category a {
	color: #5f708f;
}

/** Style 3 **/
.pbmit-blog-style-3 .post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.pbmit-blog-style-3 .pbminfotech-box-content>div {
	flex: 1 1 0;
}

.pbmit-blog-style-3 .pbmit-box-content-inner {
	padding: 80px 50px 50px 50px;
}

.pbmit-blog-style-3 .pbmit-blog-img-wrapper {
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
	display: none;
}

.pbmit-blog-style-3 .pbminfotech-box-content {
	display: flex;
}

.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-weight: 600;
}

.pbmit-blog-style-3 .pbmit-meta-line {
	color: #5f708f;
	font-size: 14px;
	text-transform: uppercase;
}

.pbmit-blog-style-3 .pbmit-meta-category a {
	color: #5f708f;
}

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

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

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.pbmit-blog-style-3 .pbmit-box-content {
	border-top: 1px solid #edeeee;
	border-left: none;
	border-bottom: 1px solid #edeeee;
	border-right: 1px solid #edeeee;
}

.pbmit-blog-style-3 .pbmit-box-content-wrapper {
	padding-bottom: 145px;
}

/** Style 4 **/
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.pbmit-blog-style-4 .post-item {
	position: relative;
}

.pbmit-blog-style-4 .pbmit-blog-btn {
	margin-top: 25px;
}

.pbmit-blog-style-4 .pbmit-blog-btn a {
	font-size: 0;
}

.pbmit-blog-style-4 .pbmit-blog-btn a span {
	padding-right: 30px;
}

.pbmit-blog-style-4 .pbmit-post-title {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #edeeee;
	font-weight: 600;
}

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

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

.pbmit-blog-style-4 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.pbmit-blog-style-4 .pbmit-meta-category a {
	color: #5f708f;
}

.pbmit-blog-style-4 .pbmit-blog-btn a span::after {
	position: absolute;
	content: "\e87a";
	font-family: 'pbminfotech-base-icons';
	font-size: 10px;
	width: 30px;
	left: 50px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #bfc4cf;
	border: 1px solid #bfc4cf;
	border-radius: 100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	padding-right: 140px;
	width: 100%;
}

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

.pbmit-blog-style-4 .pbminfotech-box-content {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 50px 50px 30px 50px;
	margin-left: 260px;
	background: var(--pbmit-light-color);
}

.pbmit-elementor-bg-color-light .pbmit-blog-style-4 .pbminfotech-box-content {
	background: var(--pbmit-white-color);
}

.pbmit-blog-style-4.col-md-4 .pbminfotech-box-content {
	padding: 30px 30px 25px 30px;
	margin-left: 200px;
}

.pbmit-blog-style-4.col-md-4 .pbmit-post-title {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.pbmit-blog-style-4.col-md-4 .pbmit-featured-wrapper img {
	padding-right: 110px;
}

.pbmit-blog-style-4.col-md-6.col-lg-3 .pbminfotech-box-content {
	padding: 20px 20px 15px 20px;
	margin-left: 110px;
}

.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-post-title {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.pbmit-blog-style-4.col-md-6.col-lg-3 .pbminfotech-box-desc,
.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-post-title a {
	-webkit-line-clamp: 1;
}

.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-blog-btn {
	margin-top: 15px;
}

.pbmit-blog-style-4.col-md-6.col-lg-3 .pbmit-featured-wrapper img {
	padding-right: 80px;
}

/** pbmit-blog-classic **/
.pbmit-blog-classic {
	margin-bottom: 60px;
	position: relative;
}

.pbmit-entry-content .wp-caption:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-audio-shortcode:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-pullquote:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-media-text:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-cover.has-background-dim {
	margin-bottom: 25px;
}

.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-image:last-child img {
	margin: 15px 0 0px;
}

.theme.single-post .pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-image img {
	width: 100%;
}

article.format-status.pbmit-no-img .pbmit-blog-classic {
	padding: 15px 50px 50px !important;
}

.format-status.pbmit-no-img .pbmit-blog-classic .pbmit-blog-classic-inner {
	padding-top: 5px;
}

.pbmit-entry-content .gallery {
	margin-bottom: 30px;
}

.pbmit-blog-classic .pbmit-featured-wrapper {
	margin-bottom: 0;
}

.pbmit-blog-classic .pbmit-featured-wrapper img {
	width: 100%;
	object-fit: cover !important;
	vertical-align: bottom !important;
}

body:not(.search-results) .site-main article:last-of-type .pbmit-blog-classic {
	margin-bottom: 0px;
}

.pbmit-blog-classic .pbmit-post-thumbnail {
	margin-bottom: 60px;
}

.pbmit-blog-classic .pbmit-post-title {
	margin-top: 15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
}

.pbmit-blog-classic .pbmit-post-title a {
	display: block;
}

.pbmit-blog-classic .pbmit-post-title a:empty {
	display: block;
	margin-top: -15px;
}

.pbmit-blog-classic .pbmit-entry-content {
	margin-top: 20px;
	margin-bottom: 0px;
}

.single .pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-entry-content {
	margin-top: 0px;
}

.pbmit-portfolio-single p.pbmit-firstletter,
.single .pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-entry-content p.pbmit-firstletter {
	margin-bottom: 15px;
}

.single .pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-entry-content p.pbmit-firstletter::first-letter {
	color: var(--pbmit-global-color);
	float: left;
	font-size: 60px;
	line-height: 60px;
	padding: 0 8px 0 3px;
	font-weight: 600 !important;
	margin-top: -4px;
}

article.post.pbmit-no-img {
	margin-top: 0px;
	padding: 0;
}

.pbmit-blog-classic .pbmit-meta-category-wrapper {
	background-color: var(--pbmit-global-color);
	font-weight: 400;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 9;
	padding: 6px 14px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.pbmit-blog-classic .pbmit-meta-category-wrapper:hover {
	background-color: var(--pbmit-blackish-color);
}

.single-post .pbmit-no-img .pbmit-blog-classic .pbmit-blog-classic-inner {
	padding-top: 0;
}

.pbmit-no-img .pbmit-blog-classic .pbmit-meta-category-wrapper {
	display: none !important;
}

.pbmit-blog-classic .pbmit-meta-category-wrapper span {
	display: block;
	color: var(--pbmit-white-color);
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
}

.pbmit-blog-classic .pbmit-meta-category-wrapper span a {
	color: var(--pbmit-white-color);
	letter-spacing: 1px;
}

.pbmit-blog-classic .pbmit-meta-category-wrapper span i {
	display: none;
}

.pbmit-blog-classic .pbmit-blog-classic-inner {
	background: transparent;
	padding: 0;
	position: relative;
}

.pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-entry-content ul:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-entry-content table:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-entry-content p:last-child {
	margin-bottom: 0;
}

article.format-quote .pbmit-meta-date-wrapper,
.pbmit-no-img .pbmit-blog-classic .pbmit-meta-date-wrapper {
	display: none;
}

article.format-quote .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	margin-bottom: 25px;
	padding: 30px 130px 30px 45px;
	margin: 0;
	margin-left: 0;
	border-left: 5px solid var(--pbmit-global-color);
}

article.format-quote .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) a {
	color: var(--pbmit-global-color);
}

article.format-quote .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)::before {
	display: none;
}

article.format-quote .pbmit-blog-classic {
	background: transparent;
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
	padding: 45px 45px;
	position: relative;
}

.pbmit-blog-classic .pbmit-meta-date-top {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	color: var(--pbmit-white-color);
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0px;
}

.pbmit-blog-classic .pbmit-meta-date-top span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
}

.pbmit-no-img .pbmit-blog-classic .pbmit-meta-date-top {
	display: none;
}

.pbmit-blog-meta.pbmit-blog-meta-bottom {
	margin-top: 25px;
}

.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	padding: 30px 100px 30px 140px;
	margin: 40px 0;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	border-left: 5px solid;
	color: var(--pbmit-blackish-color);
}

.rtl .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	border-left: inherit;
	border-right: 5px solid;
}

.rtl .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	padding: 30px 140px 30px 100px;
}

.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) a {
	color: var(--pbmit-white-color);
}

.pbmit-blog-classic blockquote {
	border-color: var(--pbmit-global-color);
}

.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)::before {
	left: 40px;
	content: '\e874';
	font-family: "pbminfotech-base-icons";
	font-size: 45px;
	position: absolute;
	top: 35px;
	color: var(--pbmit-global-color);
	font-weight: 700;
	line-height: normal;
}

.rtl .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)::before {
	right: 40px;
	left: inherit;
}

.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) em {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	margin-top: 15px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
}

.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) em cite {
	margin: 0;
	font-size: 16px;
	color: var(--pbmit-global-color);
}

.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) em::before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 2px;
	margin-right: 10px;
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-classic .pbmit-entry-content .has-text-color strong {
	color: var(--pbmit-white-color);
}

.pbmit-blog-classic blockquote .authorOrTitle {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
}

.wp-block-quote.is-style-large cite::before {
	display: none;
}

blockquote.wp-block-quote.is-style-large {
	padding: 40px 48px 50px;
	margin-top: 62px;
	margin-bottom: 30px;
}

blockquote small {
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-style: normal !important;
	margin-top: 15px;
	opacity: 1;
	font-weight: 500;
	letter-spacing: 1.2px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	background-color: var(--pbmit-white-color);
}

blockquote cite,
blockquote small {
	display: table;
	font-size: 13px;
	line-height: 24px;
	font-style: normal !important;
	margin-top: 15px;
	padding-left: 10px;
	opacity: 1;
	position: relative;
	text-transform: uppercase;
	color: #5f708f;
	letter-spacing: .75px;
	font-weight: 600;
}

.rtl blockquote cite,
.rtl blockquote small {
	padding-right: 10px;
	padding-left: inherit;
}

blockquote cite::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 1px;
	background-color: #5f708f;
}

.rtl blockquote cite::before {
	right: 0;
	left: inherit;
}

blockquote cite em,
blockquote small em {
	font-style: normal;
}

.pbmit-blog-classic-inner .wp-block-column p {
	margin-right: 35px;
}

.pbmit-blog-classic .pbmit-read-more-link {
	margin-left: auto;
	vertical-align: top;
	margin-top: 20px;
}

.pbmit-blog-classic .pbmit-featured-img-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.pbmit-blog-classic .pbmit-blog-meta-top .pbmit-comment-bigger-than-zero {
	display: none !important;
}

.pbmit-blog-classic .pbmit-blog-meta-top a {
	font-weight: 400;
	letter-spacing: 0.25px;
	font-size: 15px;
	color: #5f708f;
}

.pbmit-blog-classic .pbmit-blog-meta-top.pbmit-blog-meta .pbmit-meta-cat a {
	display: inline-block;
	padding: 0 15px;
	font-size: 14px !important;
	text-transform: capitalize;
	height: 32px;
	line-height: 30px;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
	color: #5f708f;
	border: 1px solid rgb(31 36 44 / 20%);
	border-radius: 50px;
	background-color: transparent;
}

.pbmit-blog-classic .pbmit-blog-meta-top.pbmit-blog-meta .pbmit-meta.pbmit-meta-cat a:hover {
	color: var(--pbmit-blackish-color);
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-classic .pbmit-blog-meta-top.pbmit-blog-meta .pbmit-meta a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-blog-classic .pbmit-meta:nth-child(3)::before,
.pbmit-blog-classic .pbmit-meta:last-child::before {
	content: unset;
	position: inherit;
}

.pbmit-blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link {
	margin-left: 5px;
}

.pbmit-team-single .pbmit-entry-content span>u,
.pbmit-portfolio-single .pbmit-entry-content span>u,
.single .pbmit-blog-classic .pbmit-entry-content span>u {
	text-underline-offset: 2px;
}

/*===Classic Social media===*/
.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-icon {
	height: 60px;
	text-align: center;
	width: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
}

.pbmit-blog-classic .pbmit-blog-meta-social-share {
	position: absolute;
	right: 30px;
	bottom: 35px;
	z-index: 1;
}

.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: max-content;
	height: 100%;
	opacity: 0;
	z-index: -1;
	transition: all 500ms ease;
	margin-right: -30px;
}

.pbmit-blog-classic .pbmit-blog-meta-social-share:hover .pbmit-social-share {
	opacity: 1;
	transform: translateX(-30px) translateZ(0px);
}

.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share li a {
	border: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: var(--pbmit-white-color);
	border-radius: 50%;
}

.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share li {
	display: inline-block;
	padding-right: 6px;
}

.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share li i {
	font-size: 17px;
	padding: 0;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta:last-child::after {
	content: unset;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta {
	padding-left: 6px;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta {
	padding-right: 20px;
	padding-left: inherit;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta:first-child {
	padding-right: 0;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta:first-child {
	padding-left: 0px;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta-author {
	margin-left: 20px;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta-author {
	margin-right: 20px;
	margin-left: inherit;
}

.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta-author::before {
	position: absolute;
	content: '/';
	left: -20px;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-60%);
	-moz-transform: translateX(0%) translateY(-60%);
	-ms-transform: translateX(0%) translateY(-60%);
	-o-transform: translateX(0%) translateY(-60%);
	transform: translateX(0%) translateY(-60%);
}

.pbmit-blog-classic .pbmit-blog-meta-top .pbmit-meta i {
	display: none;
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-testimonial-style-1 .pbminfotech-box-content::before {
	content: '\e87e';
	font-family: "pbminfotech-base-icons";
	font-size: 80px;
	position: absolute;
	left: 5px;
	top: 0;
	color: var(--pbmit-blackish-color);
	font-weight: 700;
	line-height: normal;
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 0;
	font-weight: 500;
}

.pbmit-testimonial-style-1 blockquote {
	font-size: 36px;
	line-height: 46px;
	margin: 0;
	padding: 110px 0 0 0;
	border: 0;
	font-weight: 400 !important;
	margin-bottom: 30px;
	font-family: Noto Sans, sans-serif;
	font-style: normal;
	color: var(--pbmit-white-color);
}

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

.pbmit-testimonial-style-1 .pbmit-featured-wrapper {
	padding-right: 20px;
}

.rtl .pbmit-testimonial-style-1 .pbmit-featured-wrapper {
	padding-left: 20px;
	padding-right: inherit;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text>.pbmit-port-cat a,
.pbmit-portfolio-style-1 .pbmit-port-cat a,
.pbmit-portfolio-style-2 .pbmit-port-cat a,
.pbmit-portfolio-style-3 .pbmit-port-cat a,
.pbmit-service-style-1 .pbmit-service-cat a,
.pbmit-service-style-2 .pbmit-service-cat a,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency,
.pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-team-style-2 .pbminfotech-box-team-position,
.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
	padding: 40px 50px 50px 50px;
	background-color: var(--pbmit-light-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-content::before {
	content: '\e874';
	font-family: "pbminfotech-base-icons";
	font-size: 45px;
	position: absolute;
	right: 55px;
	top: 55px;
	color: var(--pbmit-global-color);
	font-weight: 700;
	line-height: normal;
	transform: rotateY(180deg);
}

.rtl .pbmit-testimonial-style-2 .pbminfotech-box-content::before {
	left: 55px;
	right: inherit;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 600;
}

.pbmit-testimonial-style-2 blockquote {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 30px 0 15px 0;
	border: 0;
	font-weight: 400 !important;
	color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
	padding-right: 20px;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

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

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	font-size: 18px;
	color: var(--pbmit-blackish-color);
}

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

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.pbmit-header-overlay {
	position: absolute;
	width: 100%;
	z-index: 2;
}

.site-title {
	margin: 0;
	padding: 0;
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100px;
	transition: none;
	line-height: inherit;
}

.site-title a {
	display: table-cell;
	vertical-align: middle;
}

.pbmit-header-search-btn {
	padding: 0 20px;
}

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

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

.pbmit-nav-menu-toggle {
	padding: 0 0px;
	margin-left: 20px;
	line-height: var(--pbmit-header-height);
	line-height: 90px;
	height: 90px;
	border: none;
	color: var(--pbmit-white-color);
	background-color: transparent;
}

.pbmit-nav-menu-toggle svg path {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	transition: -webkit-clip-path .2s ease-out;
	transition: clip-path .2s ease-out;
	transition: clip-path .2s ease-out, -webkit-clip-path .2s ease-out;
	fill: var(--pbmit-white-color);
}

.pbmit-nav-menu-toggle:hover svg path:nth-of-type(1) {
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%);
}

.pbmit-nav-menu-toggle:hover svg path:nth-of-type(3) {
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0);
}

.floting-bar-wrap {
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 1000;
	width: 450px;
	height: 100%;
	display: inline-table;
	opacity: 0;
	padding: 120px 65px;
	-webkit-transform: translateX(101%);
	-moz-transform: translateX(101%);
	-ms-transform: translateX(101%);
	-o-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	background-color: var(--pbmit-white-color);
}

.floting-bar-wrap,
.floting-bar-wrap h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--pbmit-blackish-color);
}

.floting-bar-wrap.active {
	right: 0;
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.floting-bar-wrap .widget {
	font-size: 17px;
}

.floting-bar-widget-area .widget {
	margin-bottom: 40px;
}

.floting-bar-widget-area .widget_media_image img {
	max-width: 200px !important;
}

.floting-bar-widget-area .pbmit-contact-box {
	padding-right: 45px;
}

.pbmit-contact-box .pbmit-contact-list:not(:last-child) {
	margin-bottom: 40px;
}

.floting-bar-wrap h4 {
	font-family: Noto Sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}

.pbmit-contact-box .pbmit-contact-list h4 {
	margin-bottom: 5px;
}

.pbmit-contact-box .pbmit-contact-list span {
	display: block;
}

.floting-bar-social-wrap h4 {
	margin-bottom: 15px;
}

.floting-bar-social-wrap .pbmit-social-links li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.floting-bar-social-wrap .pbmit-social-links li:not(:last-child) {
	padding-right: 5px;
}

.floting-bar-social-wrap .pbmit-social-links li a:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}

.floting-bar-social-wrap .pbmit-social-links li a i {
	font-size: 16px;
	line-height: 40px;
}

.floting-bar-wrap .closepanel {
	position: absolute;
	z-index: 600;
	right: 0;
	top: 80px;
	display: block;
	width: 80px;
	height: 80px;
	font-size: 30px;
	line-height: 75px;
	text-align: center;
	cursor: pointer;
	color: var(--pbmit-blackish-color);
	transition: all 300ms ease;
	transform: translate(0%, -50%) rotate(0deg);
}

.floting-bar-wrap .closepanel svg rect {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@keyframes pbmit-closer-line-draw {

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

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

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

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

.floting-bar-wrap .closepanel:hover svg rect:nth-of-type(2) {
	animation-delay: .17s;
}

/** Header Style 1 **/
.header-style-1 .sticky-logo-img {
	display: none;
}

.header-style-1 .pbmit-header-content {
	padding: 0 27px;
}

.header-style-1 .main-menu .navigation>li>ul>li:hover>a {
	color: #094B9E;
}

.header-style-1 .main-menu .navigation>li>ul li:hover>a:before {
	width: 100%;
}

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

.pbmit-title-bar-wrapper .pbmit-section-grid::before {
	background: rgb(255 255 255 / .3);
}

.pbmit-title-bar-wrapper .pbmit-section-grid:after {
	background: rgb(255 255 255 / .3);
}

.pbmit-title-bar-wrapper .pbmit-section-grid>.container:after {
	display: none;
}

.header-style-1 .pbmit-header-search-btn {
	position: relative;
}

.header-style-1 .pbmit-header-search-btn a {
	font-size: 18px;
}

.header-style-1 .site-navigation {
	padding-right: 50px;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li a:hover {
	color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li a {
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li {
	margin: 20px 0;
	padding: 0;
	display: block;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li a span {
	display: none;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links .pbmit-social-facebook a::before {
	content: "Facebook";
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li a {
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
}

.header-style-1 .pbmit-slider-social .pbmit-social-links {
	position: absolute;
	left: 90px;
	z-index: 10;
	list-style: none;
	margin: 0;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--pbmit-global-color);
	-webkit-transition: all .600s ease-in-out;
	transition: all .600s ease-in-out;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li a:hover:after {
	width: 100%;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links .pbmit-social-twitter a::before {
	content: "Twitter";
}

.header-style-1 .pbmit-slider-social .pbmit-social-links .pbmit-social-linkedin a::before {
	content: "Linkedin";
}

.header-style-1 .pbmit-slider-social .pbmit-social-links .pbmit-social-instagram a::before {
	content: "Instagram";
}

/** Header Style 2 **/
.header-style-2 .site-title {
	height: 90px;
}

.header-style-2 .main-menu .navigation>li>ul li:hover a:before {
	width: 100%;
}

.header-style-2 .main-menu .navigation>li>ul li:hover a {
	color: var(--pbmit-global-color);
}

.header-style-2 .pbmit-header-overlay {
	position: relative !important;
}

/** Header Style 3 **/
.header-style-3 .pbmit-nav-menu-toggle svg path {
	fill: var(--pbmit-blackish-color);
}

.header-style-3 .pbmit-header-overlay {
	position: relative;
}

.header-style-3 .pbmit-menu-info,
.pbmit-contact-info {
	font-size: 14px;
}

.header-style-3 ul.pbmit-menu-info,
.header-style-3 ul.pbmit-social-links,
.header-style-3 ul.pbmit-contact-info {
	list-style: none;
}

.header-style-3 .pbmit-menu-info li,
.header-style-3 .pbmit-social-links li,
.header-style-3 .pbmit-contact-info li {
	display: inline-block;
	vertical-align: top;
}

.header-style-3 .pbmit-menu-info li:not(:last-child),
.header-style-3 .pbmit-social-links li:not(:last-child),
.header-style-3 .pbmit-contact-info li:not(:last-child) {
	padding: 0 7px 0 0;
}

.header-style-3 .pbmit-contact-info li:first-child {
	padding-left: 0;
}

.header-style-3 .pbmit-pre-header-wrapper {
	height: 50px;
	line-height: 50px;
}

.header-style-3 .pbmit-pre-header-wrapper .pbmit-menu-info li {
	position: relative;
}

.header-style-3 .pbmit-pre-header-wrapper .pbmit-menu-info li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	background-color: var(--pbmit-white-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

.header-style-3 .pbmit-pre-header-wrapper .pbmit-pre-header-right {
	display: flex;
	align-items: center;
}

.header-style-3 .pbmit-color-white a,
.pbmit-color-white {
	color: var(--pbmit-white-color);
}

.header-style-3 .pbmit-contact-info li i {
	font-size: 15px;
	margin-right: 6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-global-color);
}

.header-style-3 .pbmit-pre-header-wrapper .pbmit-menu-info li:not(:last-child) {
	margin: 0 5px 0 0;
}

.header-style-3 .pbmit-pre-header-wrapper .pbmit-menu-info {
	margin-right: 15px;
}

.header-style-3 .pbmit-pre-header-wrapper .pbmit-social-links li i {
	margin: 0;
	font-size: 15px;
}

.header-style-3 .site-header-menu {
	background-color: var(--pbmit-white-color);
}

.header-style-3 .site-header-menu .container {
	padding: 0 30px;
}

.header-style-3 .pbmit-pre-header-wrapper .container {
	padding: 0 30px;
}

.header-style-3 .site-navigation ul.navigation>li>a {
	color: var(--pbmit-blackish-color);
}

.header-style-3 .main-menu ul>li.dropdown>a:after {
	color: var(--pbmit-blackish-color);
}

.header-style-3 .pbmit-header-search-btn a {
	font-size: 18px;
	color: var(--pbmit-blackish-color);
}

.main-menu .navigation>li>ul li:hover>a:before {
	width: 100%;
}

.main-menu .navigation>li>ul li:hover>a {
	color: #094B9E;
}

.main-menu .navigation>li>ul li:hover::after {
	color: #094B9E !important;
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
/** footer Style 1 **/
.site-footer {
	position: relative;
	background-color: #2b4442;
}

/* .site-footer .pbmit-footer-widget-col-1{
	width: 22%;
	padding-left: 33px;
}
.site-footer .pbmit-footer-widget-col-2 {
	width: 28%;
}
.site-footer .pbmit-footer-widget-col-3 {
	width: 28%;
}
.site-footer .pbmit-footer-widget-col-4 {
	width: 22%;
} */
.site-footer .footer-logo img {
	margin-bottom: -5px;
	max-height: 60px;
}

.site-footer .pbmit-footer-big-area-wrapper {
	position: relative;
}

.site-footer .pbmit-footer-big-area {
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	padding: 10px 0px 25px;
}

.site-footer .pbmit-footer-boxes {
	padding: 35px 20px;
	display: inline-block;
	position: relative;
}

.pbmit-footer-bottom .pbmit-footer-copyright-text-area {
	font-size: 15px;
}

.pbmit-footer-widget-area .pbmit-heading.pbmit-globalcolor strong {
	color: var(--pbmit-global-color);
}

.site-footer .pbmit-footer-boxes:not(:first-child):before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .15);
}

.site-footer .pbmit-footer-boxes:not(:first-child) .pbmit-footer-contact-info {
	padding-left: 10px;
}

.site-footer .pbmit-footer-contact-info-inner i {
	font-size: 26px;
	line-height: normal;
	vertical-align: middle;
}

.site-footer .pbmit-footer-contact-info-inner .pbmit-label {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--pbmit-heading-typography-font-family);
}

.site-footer .pbmit-footer-social-area {
	padding-top: 30px;
}

.site-footer .pbmit-footer-social-area ul {
	text-align: right;
}

.site-footer .pbmit-footer-social-area ul li {
	display: inline-block;
	margin-bottom: 8px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 5px;
	margin-right: 4px;
	transition: all .25s ease-in-out;
}

.site-footer .pbmit-footer-social-area ul li a {
	display: block;
	color: var(--pbmit-white-color);
}

.site-footer .pbmit-footer-social-area ul li:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.site-footer .textwidge i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.30);
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	color: var(--pbmit-heading-color);
	font-size: 18px;
}

.pbmit-footer-widget-area {
	position: relative;
	z-index: 1;
	padding: 50px 0px 0px 0px;
}

.site-footer .widget .widget-title {
	font-family: Noto Sans, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #fff;
	text-transform: none;
	font-style: normal;
	margin-bottom: 30px;
	margin-top: 0;
}

.site-footer .pbmit-contact-widget-lines {
	color: var(--pbmit-white-color);
}

.site-footer .pbmit-contact-widget-lines span {
	display: block;
	font-weight: 700;
	font-size: 20px;
}

.site-footer .widget ul>.menu-item {
	padding: 0 0 8px 0;
}

.footer-style-1>.container>.row {
	padding-bottom: 30px;
}

.site-footer .widget ul .menu-item a {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, 1);
}

.site-footer .widget ul .menu-item a:hover {
	color: var(--pbmit-global-color);
}

.site-footer .pbmit-form-fields:after {
	font-family: "pbminfotech-base-icons";
	content: '\e81c';
	position: absolute;
	right: 14px;
	top: 0;
	opacity: 1;
	z-index: 1;
	color: rgb(0 0 0);
	font-size: 30px;
}

.site-footer .pbmit-rpw-list .menu-item {
	display: flex;
	margin-top: 10px;
}

.site-footer .pbmit-rpw-list>.menu-item>a {
	width: 75px;
	flex-shrink: 0;
	margin-right: 15px;
}

.site-footer .pbmit-rpw-list>li>a img {
	border-radius: 4px;
}

.site-footer .pbmit-rpw-content>span>a {
	color: rgba(255, 255, 255, 1);
}

.site-footer .pbmit-rpw-title a:hover {
	color: var(--pbmit-global-color);
}

.site-footer .pbmit-rpw-content .pbmit-rpw-date {
	line-height: 17px;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.site-footer .pbmit-rpw-content .pbmit-rpw-date a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--pbmit-global-color);
}

.site-footer form {
	position: relative;
}

.site-footer .pbmit-form-fields {
	position: relative;
}

.site-footer .pbmit-form-fields input {
	margin-top: 15px;
	height: 50px;
	font-weight: 400;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: normal;
	padding: 0 15px;
	border: 0;
	border-radius: 0px;
	background-color: rgb(247 249 250);
}

.site-footer .pbmit-form-fields input::placeholder {
	color: rgb(132 132 132);
	opacity: .6;
}

.site-footer .pbmit-form-fields button {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 3px;
	padding: 17px 17px;
	height: 45px;
	font-size: 20px;
	line-height: 15px;
	letter-spacing: .5px;
	font-weight: 600;
	border: none;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-blackish-color);
}

.pbmit-footer-bottom {
	padding-top: 25px;
	position: relative;
	z-index: 1;
}

.pbmit-footer-text-area {
	border-top: 1px solid rgb(255 255 255 / .14);
}

.pbmit-footer-text-inner {
	padding: 45px 0 35px;
}

.pbmit-footer-copyright-text-area a {
	color: rgba(255, 255, 255, 1);
}

.pbmit-footer-menu-area {
	text-align: right;
}

.pbmit-footer-menu-area ul li {
	display: inline-block;
	margin: 0 10px;
}

.pbmit-footer-menu-area ul li a,
.pbmit-footer-copyright-text-area,
.pbmit-footer-copyright-text-area a {
	color: rgb(255 255 255 / 60%);
	font-size: 14px;
}

.pbmit-footer-menu-area ul li a:hover,
.pbmit-footer-copyright-text-area a:hover {
	color: var(--pbmit-white-color);
}

.pbmit-footer-bottom .pbmit-social-links {
	display: inline-flex;
}

.pbmit-footer-bottom .pbmit-social-links a {
	color: var(--pbmit-white-color);
	font-size: 18px;
}

.pbmit-footer-bottom .pbmit-social-links li {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.30);
	text-align: center;
	border-radius: 5px;
	margin-right: 8px;
	transition: all .25s ease-in-out;
}

.pbmit-footer-bottom .pbmit-social-links li:hover {
	background-color: var(--pbmit-global-color);
}

.pbmit-footer-menu li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: rgb(255 255 255 / 60%);
	top: 50%;
	left: -12px;
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

.pbmit-footer-menu li a {
	position: relative;
}

.pbmit-footer-menu li:first-child a::before {
	display: none;
}

.site-footer .pbmit-footer-logo img {
	max-height: 100px;
}

.site-footer .pbmit-two-column-menu.widget ul>li {
	float: left;
	width: 50%;
	font-size: 16px;
}

.footer-style-1 .pbmit-social-footer {
	padding: 40px 0 0 0;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	display: inline-block;
}

.footer-style-1 .pbmit-social-links a {
	color: white;
}

.footer-style-1 {
	padding-top: 100px;
	overflow: hidden;
}

.footer-style-1 .pbmit-social-links a {
	color: white;
	margin: 0 11px 0 0;
}

.footer-style-1 .pbmit-contact-widget-line.pbmit-contact-widget-phone {
	text-decoration: underline;
	font-size: 16px;
display:flex;
gap:10px;
}

.footer-style-1 .pbmit-contact-widget-line.pbmit-contact-widget-email {
	font-size: 16px;
}

.footer-style-1 .pbmit-footer-newsletter-inner {
	font-size: 16px;
}

.footer-style-1 .pbmit-footer-newsletter p {
	font-size: 16px;
}

.footer-style-1 .pbmit-footer-copyright-text-area {
	padding-left: 12px;
}

.footer-style-1.pbmit-section-grid::before {
	background: rgb(255 255 255 / .14);
}

.footer-style-1.pbmit-section-grid:after {
	background: rgb(255 255 255 / .14);
}

.footer-style-1.pbmit-section-grid>.container:after {
	background: rgb(255 255 255 / .14);
}

.footer-style-1 .widget-title {
	margin-right: 15px;
}

.pbmit-contact-widget-address {
	font-size: 16px;
	margin-bottom: 30px;
}

.pbmit-footer-newsletter input[type="email"] {
	height: 55px;
	padding-right: 40px;
	color: var(--pbmit-white-color);
	border: none;
}

.pbmit-footer-newsletter input::placeholder {
	color: rgba(255, 255, 255, .6);
}

.pbmit-footer-newsletter-inner {
	border-bottom: 1px solid rgb(255 255 255 / 60%);
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.pbmit-footer-newsletter button {
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-blackish-color);
}

/* .footer-style-1 .row {
    padding: 0 28px;
} */
.pbmit-footer-newsletter input[type="email"] {
	background-color: #2b4442;
}

.pbmit-footer-newsletter-inner i {
	color: var(--pbmit-global-color);
	font-size: 22px;
}

.pbmit-footer-newsletter p {
	color: var(--pbmit-white-color);
}

/* .pbmit-footer-widget.pbmit-footer-widget-col-3.col-md-6.col-lg-3 {
    padding-left: 85px;
}
.pbmit-footer-widget.pbmit-footer-widget-col-2.col-md-6.col-lg-3 {
	padding-right: 85px;
} */

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
	position: relative;
	z-index: 1;
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-wrapper:before {
	background-color: rgba(31, 36, 44, .3);
	background-image: url(../images/titlebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
	min-height: 500px;
}

.pbmit-title-bar-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}

.pbmit-title-bar-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 64px 0;
	padding-top: 143px;
}

.pbmit-title-bar-content-inner {
	width: 100%;
	text-align: start;
}

.pbmit-title-bar-wrapper .pbmit-tbar {
	padding-right: 15px;
}

.pbmit-title-bar-wrapper .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb {
	display: block;
}

.pbmit-tbar-subtitle {
	font-family: Noto Sans, sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	padding-left: 17px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.pbmit-tbar-title {
	font-family: Noto Sans, sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0;
	color: #fff;
	text-transform: capitalize;
	font-style: normal;
	padding-left: 17px;
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb {
	padding-top: 7px;
	width: 100%;
	text-align: start;
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a {
	font-family: Noto Sans, sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	padding-left: 15px;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
	display: inline-block;
}

.pbmit-breadcrumb-inner .sep {
	font-size: 13px;
	position: relative;
	color: var(--pbmit-white-color);
}

.pbmit-breadcrumb-inner i {
	font-size: 10px;
	color: var(--pbmit-white-color);
	display: inline-block;
}

.pbmit-social-footer .textwidget {
	display: flex;
	justify-content: space-between;
}

/*----------------------------------------*/
/*  11 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
	position: relative;
}

.overlap-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.overlap-img,
.overlap-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.overlap-left {
	margin-left: -500px;
}

.overlap-right {
	margin-right: -500px;
	width: auto;
	left: 0;
	right: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.content-element-text {
	position: relative;
	z-index: 99;
	padding-top: 60px;
	padding-bottom: 40px;
	padding-right: 30px;
}

/*----------------------------------------*/
/*  12 - Progress Bar
/*----------------------------------------*/
.progressbar .progress-label {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 600;
	color: var(--pbmit-blackish-color);
}

.progress {
	height: 15px;
	overflow: visible;
	display: inherit;
	border-radius: 0px;
	position: relative;
}

.progress .progress-bar {
	position: relative;
	display: flex;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	background-color: var(--pbmit-global-color);
	border-radius: 2px;
}

.progress .progress-percent {
	position: absolute;
	right: 0;
	padding: 4px 7px;
	color: var(--pbmit-blackish-color);
	line-height: normal;
	border-radius: 2px;
	top: -35px;
	font-size: 16px;
	font-weight: 600;
}

.progressbar {
	overflow: hidden;
	margin-bottom: 10px;
}

/*----------------------------------------*/
/*  13 - Accordion
/*----------------------------------------*/
.accordion {
	background: none;
	border-radius: 0;
}

.pbmit-heading-subheading.animation-style2 {
	padding-left: 40px;
}

.accordion-item {
	border: none;
	border-radius: 0 !important;
	background-color: transparent;
	border-bottom: 1px solid #d1d1d1 !important;
}

.accordion-item h2 {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin-bottom: 0;
	border: none;
	padding: 15px 15px 15px 0;
}

.accordion-button {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	background: none;
	outline: none;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: -0.6px;
	color: var(--pbmit-heading-color);
}

.accordion-button span {
	margin-right: 14px;
}

.accordion-button.collapsed {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}

.accordion-button.collapsed span {
	margin-right: 14px;
}

.accordion-item.collapsed {
	background-color: #fff;
}

.accordion-button::after {
	background-color: transparent;
	color: var(--pbmit-blackish-color);
	border-radius: 0;
	font-size: 16px;
	background-image: none;
	content: "\f067";
	text-align: center;
	font-family: 'FontAwesome';
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f068";
	transform: none;
	background-color: transparent;
	color: var(--pbmit-global-color);
}

.accordion-button:focus {
	box-shadow: none;
	border-color: #d4d4d4;
}

.accordion-button:not(.collapsed) {
	color: var(--pbmit-global-color);
	background: none;
	box-shadow: none;
}

.accordion-body {
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #13263e;
	padding: 15px 15px 15px 0;
}

.accordion-button.collapsed:hover {
	color: var(--pbmit-global-color);
}

.accordion-item.active h2 .accordion-button.collapsed {
	color: var(--pbmit-global-color);
}

.accordion-style-1 .accordion-button.collapsed span {
	margin-right: 5px;
}

.accordion-style-1 .accordion-item {
	border-top: 1px solid rgba(31, 36, 44, .1);
	border-bottom: none !important;
}

.accordion-style-1 .accordion-item:last-child {
	border-bottom: 1px solid rgba(31, 36, 44, .1) !important;
}

.accordion-style-1 .accordion-button.collapsed {
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	font-weight: 600;
}

.accordion-style-1 .accordion-button span {
	margin-right: 5px;
}

.accordion-style-1 .accordion-item.active h2 .accordion-button.collapsed {
	color: var(--pbmit-global-color);
}

.accordion-style-1 .accordion-item.active h2 .accordion-button.collapsed:after {
	content: "\f068" !important;
	color: var(--pbmit-global-color);
}

.accordion-style-1 .accordion-item h2 {
	padding: 20px 0px 20px 0px;
}

.accordion-style-1 .accordion-item.active h2 {
	padding: 18px 0px 22px 0px;
}

.accordion-style-1 .accordion-body {
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: normal;
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 0px;
	color: #5f708f;
	padding: 0 0px 35px 0px;
}

.accordion-style-1 .accordion-button:not(.collapsed) {
	font-size: 18px;
	line-height: 28px;
	background: none;
	box-shadow: none;
	color: var(--pbmit-global-color);
	font-weight: 600;
}

.accordion-style-1 .accordion-button::after {
	content: "\f067";
}

.accordion-style-1 .accordion-button:not(.collapsed)::after {
	content: "\f068";
}

.accordion-item.active .accordion-button:not(.collapsed)::after {
	content: "\f068" !important;
}

/*----------------------------------------*/
/*  14 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center
}

.db-fidbox-style-2 .db-circle-w {
	position: relative;
	text-align: center
}

.db-fidbox-style-2 .db-fid-title {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0
}

.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number {
	font-size: 20px;
	color: #fff;
	font-weight: bold
}

.db-fidbox-style-2 .db-circle-number sub {
	bottom: 0
}

.db-fidbox-style-1 .db-fid-title {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0
}

.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
	display: inline-block
}

.db-fidbox-style-1 .db-fid-title-w {
	width: 43%;
	margin-left: 12px
}

.db-fidbox-style-1 .db-circle-w {
	width: 122px;
	position: relative;
	vertical-align: top
}

.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
	font-size: 20px;
	font-weight: bold
}

.db-fidbox-style-1 .db-circle-number sub {
	bottom: 0
}

.db-fidbox-style-1 .db-fid-title-w {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%)
}

.db-fidbox-style-1 .db-fid-title-w h3 {
	margin-bottom: 0
}

.db-circle canvas {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

.db-circle canvas {
	max-width: 100%;
	height: auto !important
}

.db-overlap-row {
	position: relative;
	z-index: 1
}

.db-overlap-row-section {
	position: relative;
	z-index: 2
}

/*----------------------------------------*/
/*  15 -  Revolution
/*----------------------------------------*/
body {
	counter-reset: item pbmit-rev-counter;
}

/** Slider 01 **/
.tp-tab-mask .tp-tab {
	border: 1px solid rgb(255 255 255 / 40%);
	border-right: none
}

.tp-tab-mask .tp-tab:first-child {
	border-left: none
}

.tp-tab-mask .tp-tab:last-child {
	border-right: none
}

.tp-tab-mask .tp-tab .tp-tab-title {
	text-align: left !important;
	position: relative
}

.tp-tab-mask .tp-tab .tp-tab-title::after {
	content: "0"counter(pbmit-rev-counter) !important;
	counter-increment: pbmit-rev-counter !important;
	position: absolute;
	top: 40%;
	left: 45px;
	font-weight: 700;
	font-size: 16px;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%)
}

.tp-tab-mask .tp-tab {
	overflow: hidden;
	z-index: 3;
	transition: color 500ms ease
}

.tp-tab-mask .tp-tab.selected {
	background: var(--pbmit-white-color)
}

.tp-tab-mask .tp-tab.selected .tp-tab-title::after,
.tp-tab-mask .tp-tab.selected .tp-tab-title {
	color: var(--pbmit-blackish-color) !important
}

#rev_slider_4_1_wrapper .hermes .tp-bullet {
	overflow: hidden;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 2px #ffffff;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	position: absolute
}

#rev_slider_4_1_wrapper .hermes .tp-bullet.rs-touchhover {
	background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_4_1_wrapper .hermes .tp-bullet:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 1px #ffffff;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease
}

#rev_slider_4_1_wrapper .hermes .tp-bullet.selected:after {
	height: 100%
}

#rev_slider_4_1_wrapper .zeus .tp-tab {
	opacity: 1;
	box-sizing: border-box;
	display: none;
}

#rev_slider_4_1_wrapper .zeus .tp-tab-title {
	display: block;
	text-align: center;
	background: transparent;
	font-family: 'Noto Sans', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	padding: 30px 130px 30px 80px
}

#rev_slider_4_1_wrapper .zeus .tp-tab.rs-touchhover .tp-tab-title,
#rev_slider_4_1_wrapper .zeus .tp-tab.selected .tp-tab-title {
	color: #ffffff;
	background: transparent
}

#rev_slider_4_1_wrapper .rev-btn span {
	padding-right: 23px;
	position: relative;
}

#rev_slider_4_1_wrapper .rev-btn span::after {
	content: "\e87a";
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

/** Slider 02 **/
#rev_slider_2_1_wrapper .hebe.tp-bullets:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box
}

#rev_slider_2_1_wrapper .hebe .tp-bullet {
	width: 3px;
	height: 3px;
	position: absolute;
	background: #094B9E;
	cursor: pointer;
	border: 5px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	-webkit-perspective: 400;
	perspective: 400;
	-webkit-transform: translatez(0.01px);
	transform: translatez(0.01px);
	transition: all 0.3s
}

#rev_slider_2_1_wrapper .hebe .tp-bullet.rs-touchhover,
#rev_slider_2_1_wrapper .hebe .tp-bullet.selected {
	background: #ffffff;
	border-color: #094B9E;
}

#rev_slider_2_1_wrapper .hebe .tp-bullet-image {
	position: absolute;
	width: 70px;
	height: 70px;
	background-position: center center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	bottom: 3px;
	transition: all 0.3s;
	-webkit-transform-style: flat;
	transform-style: flat;
	perspective: 600;
	-webkit-perspective: 600;
	transform: scale(0) translateX(-50%) translateY(0%);
	-webkit-transform: scale(0) translateX(-50%) translateY(0%);
	transform-origin: 0% 100%;
	-webkit-transform-origin: 0% 100%;
	margin-bottom: 15px;
	border-radius: 6px
}

#rev_slider_2_1_wrapper .hebe .tp-bullet.rs-touchhover .tp-bullet-image {
	display: block;
	opacity: 1;
	transform: scale(1) translateX(-50%) translateY(0%);
	-webkit-transform: scale(1) translateX(-50%) translateY(0%);
	visibility: visible
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical .tp-bullet-image {
	bottom: auto;
	margin-right: 15px;
	margin-bottom: 0px;
	right: 3px;
	transform: scale(0) translateX(0px) translateY(-50%);
	-webkit-transform: scale(0) translateX(0px) translateY(-50%);
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical .tp-bullet.rs-touchhover .tp-bullet-image {
	transform: scale(1) translateX(0px) translateY(-50%);
	-webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image {
	bottom: auto;
	margin-left: 15px;
	margin-bottom: 0px;
	left: 3px;
	transform: scale(0) translateX(0px) translateY(-50%);
	-webkit-transform: scale(0) translateX(0px) translateY(-50%);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet.rs-touchhover .tp-bullet-image {
	transform: scale(1) translateX(0px) translateY(-50%);
	-webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_2_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet-image {
	bottom: auto;
	top: 3px;
	transform: scale(0) translateX(-50%) translateY(0%);
	-webkit-transform: scale(0) translateX(-50%) translateY(0%);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	margin-top: 15px;
	margin-bottom: 0px
}

#rev_slider_2_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet.rs-touchhover .tp-bullet-image {
	transform: scale(1) translateX(-50%) translateY(0%);
	-webkit-transform: scale(1) translateX(-50%) translateY(0%)
}

#rev_slider_2_1_wrapper .rev-btn span::after {
	content: "\e87a";
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

#rev_slider_2_1_wrapper .rev-btn span {
	position: relative;
	padding-right: 23px;
}

/** Slider 03 **/
#rev_slider_1_1_wrapper .zeus.tparrows {
	cursor: pointer;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1)
}

#rev_slider_1_1_wrapper .zeus.tparrows:before {
	font-family: "pbminfotech-base-icons";
	font-size: 30px;
	color: #ffffff;
	display: block;
	line-height: 70px;
	text-align: center;
	z-index: 2;
	position: relative
}

#rev_slider_1_1_wrapper .zeus.tparrows.tp-leftarrow:before {
	content: '\e81e'
}

#rev_slider_1_1_wrapper .zeus.tparrows.tp-rightarrow:before {
	content: '\e814'
}

#rev_slider_1_1_wrapper .zeus .tp-title-wrap {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border-radius: 50%
}

#rev_slider_1_1_wrapper .zeus .tp-arr-imgholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	transform: translatex(-100%);
	-webkit-transform: translatex(-100%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s
}

#rev_slider_1_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
	transform: translatex(100%);
	-webkit-transform: translatex(100%)
}

#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {
	transform: translatex(0);
	-webkit-transform: translatex(0);
	opacity: 1
}

#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}

#rev_slider_1_1_wrapper .rev-btn span::after {
	content: "\e87a";
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

#rev_slider_1_1_wrapper .rev-btn span {
	position: relative;
	padding-right: 23px;
}

/*----------------------------------------*/
/*  16 - Marquee
/*----------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-marquee-container {
	display: flex;
}

.pbmit-marquee-effect-style-1 .swiper-slide {
	display: flex;
	width: auto;
	flex-shrink: 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title {
	line-height: normal;
	width: auto;
	position: relative;
	overflow: hidden;
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 120px;
	font-weight: 900 !important;
	position: relative !important;
	overflow: visible !important;
	-webkit-text-stroke: 1px rgba(31 36 44 / 60%);
	color: transparent;
	display: flex;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:before {
	content: '*';
	font-size: 130px;
	line-height: normal;
	margin: 0 130px;
}

/*----------------------------------------*/
/*  17 - Client
/*----------------------------------------*/
/** Style 2 **/
.pbmit-client-style-2 {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #edeeee;
	border-right: 1px solid #edeeee;
	width: 100%;
}

.rtl .pbmit-client-style-2 {
	border-right: 0;
	border-left: 1px solid #edeeee;
}

.pbmit-element-client-style-2 .pbmit-element-posts-wrapper .swiper-slide-duplicate-prev,
.pbmit-element-client-style-2 .pbmit-element-posts-wrapper .pbmit-client-style-2:last-child {
	border-right: none;
}

.pbmit-client-style-2 .pbmit-client-wrapper {
	overflow: hidden;
}

.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-2 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-2 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}

.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	transform: translateY(-100%);
}

.pbmit-client-style-2 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}

.pbmit-client-style-2 .pbmit-client-with-hover-img:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}

.pbmit-hide {
	display: none;
}

.pbmit-client-wrapper {
	position: relative;
	text-align: center;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

/*----------------------------------------*/
/* 18 - Pricing Table
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	padding: 55px;
	background-color: var(--pbmit-light-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col {
	padding: 0 20px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d7dce4;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #5f708f;
	font-family: Noto Sans, sans-serif;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a span::after {
	content: "\e87a";
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 10px;
	line-height: 10px;
	transform: translateX(0%) translateY(-50%);
	top: 60%;
	transition: all .25s ease-in-out;
	color: #bfc4cf;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a span {
	position: relative;
	padding-right: 23px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper {
	display: flex;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 32px;
	top: -3px;
	position: relative;
	color: var(--pbmit-blackish-color);
	font-family: Noto Sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.pbminfotech-ele-ptable-style-1 .pbmit-icon-type-icon {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-image {
	width: 100px;
	height: 100px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-text {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	text-align: right;
}

.rtl .pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	text-align: left;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
	font-size: 10px;
	line-height: 10px;
	padding-right: 15px;
	color: var(--pbmit-global-color);
}

.rtl .pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
	padding-left: 15px;
	padding-right: inherit;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
	padding: 60px 0;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	z-index: 1;
	background-color: var(--pbmit-blackish-color);
	position: relative;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a span::after,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-symbol {
	color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a {
	color: var(--pbmit-white-color);
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 20%);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency {
	color: rgba(255, 255, 255, 50%);
}

.pbmit-blog-classic .pbmit-read-more-link a:hover,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover {
	color: var(--pbmit-blackish-color);
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-classic .pbmit-read-more-link a,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {
	padding: 15px 30px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid rgb(31 36 44 / 20%);
	background-color: var(--pbmit-white-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-style: normal;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover span::after {
	color: var(--pbmit-blackish-color);
}

/* --------------------------------------
* 19 - Cursor
* ---------------------------------------*/
.pbmit-cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	contain: layout style size;
	pointer-events: none;
	will-change: transform;
	-webkit-transition: opacity 0.3s, color 0.4s;
	-o-transition: opacity 0.3s, color 0.4s;
	-moz-transition: opacity 0.3s, color 0.4s;
	transition: opacity 0.3s, color 0.4s;
}

.pbmit-cursor:before {
	content: "";
	position: absolute;
	top: -24px;
	left: -24px;
	display: block;
	width: 48px;
	height: 48px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
	-o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.1s;
	transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.pbmit-cursor-text {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: scale(0) rotate(10deg);
	-moz-transform: scale(0) rotate(10deg);
	-ms-transform: scale(0) rotate(10deg);
	-o-transform: scale(0) rotate(10deg);
	transform: scale(0) rotate(10deg);
	opacity: 0;
	color: var(--pbmit-white-color);
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
	transition: opacity 0.4s, -webkit-transform 0.3s;
	-o-transition: opacity 0.4s, -o-transform 0.3s;
	-moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
	transition: opacity 0.4s, transform 0.3s;
	transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.pbmit-cursor-text i {
	font-size: 20px;
}

@supports (mix-blend-mode: exclusion) {

	.pbmit-cursor.-exclusion,
	.pbmit-cursor.-opaque {
		mix-blend-mode: exclusion;
	}
}

@supports (mix-blend-mode: exclusion) {

	.pbmit-cursor.-exclusion:before,
	.pbmit-cursor.-opaque:before {
		background: white;
	}
}

.pbmit-cursor.-normal,
.pbmit-cursor.-text {
	mix-blend-mode: normal;
}

.pbmit-cursor.-normal:before,
.pbmit-cursor.-text:before {
	background: #000;
}

.pbmit-cursor.-inverse {
	color: white;
}

.pbmit-cursor.-visible:before {
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}

.pbmit-cursor.-visible.-active:before {
	-webkit-transform: scale(0.23);
	-moz-transform: scale(0.23);
	-ms-transform: scale(0.23);
	-o-transform: scale(0.23);
	transform: scale(0.23);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.pbmit-cursor.-pointer:before {
	-webkit-transform: scale(0.15);
	-moz-transform: scale(0.15);
	-ms-transform: scale(0.15);
	-o-transform: scale(0.15);
	transform: scale(0.15);
}

.pbmit-cursor.-text:before {
	opacity: 1;
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-ms-transform: scale(1.7);
	-o-transform: scale(1.7);
	transform: scale(1.7);
}

.pbmit-cursor.-text .pbmit-cursor-text {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pbmit-cursor.-text.-active:before {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.pbmit-cursor.-tooltip:before {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.pbmit-cursor.-tooltip .pbmit-cursor-text {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-align: left;
	display: block;
	width: auto;
	height: auto;
	justify-content: unset;
	align-items: unset
}

.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat {
	background-color: var(--pbmit-blackish-color);
	padding: 5px 15px 5px 15px;
	display: inline-block;
	margin-bottom: 1px;
	color: #fff;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat a {
	color: #fff;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text>* {
	color: var(--pbmit-blackish-color);
	background-color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 15px;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
	width: 270px;
	word-wrap: break-word;
	font-size: 20px;
	line-height: 26px;
	text-transform: capitalize;
}

.pbmit-cursor.-opaque:before {
	-webkit-transform: scale(1.32);
	-moz-transform: scale(1.32);
	-ms-transform: scale(1.32);
	-o-transform: scale(1.32);
	transform: scale(1.32);
}

.pbmit-cursor.-opaque.-active:before {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.pbmit-cursor.-lg:before {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.pbmit-cursor.-hidden:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.pbmit-cursor.-color-red:before {
	background: red;
}

.pbmit-cursor.global-color:before {
	background: var(--pbmit-global-color);
}

.pbmit-cursor.blackish-color:before {
	background: var(--pbmit-blackish-color);
}

.pbmit-cursor.white-color:before {
	background: var(--pbmit-white-color);
}

.pbmit-cursor.white-color .pbmit-cursor-text {
	color: #000;
}

.pbmit-cursor.secondary-color:before {
	background: var(--pbmit-secondary-color);
}

.pbmit-cursor.light-color:before {
	background: var(--pbmit-light-color);
}

.pbmit-cursor.transparent-color:before {
	background: var(--pbmit-white-color);
}

.-color-green {
	color: #51c67d;
}

.pbmit-cursor.blackish-color:before {
	background: var(--pbmit-blackish-color);
}

.pbmit-cursor.white-color:before {
	background: var(--pbmit-white-color);
}

.pbmit-cursor.secondary-color:before {
	background: var(--pbmit-secondary-color);
}

.pbmit-cursor.light-color:before {
	background: var(--pbmit-light-color);
}

.pbmit-cursor.transparent-color:before {
	background: var(--pbmit-white-color);
}

.pbmit-cursor.-team:before {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-ms-transform: scale(10);
	-o-transform: scale(10);
	transform: scale(10);
}

/* --------------------------------------
* 20 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style2,
.pbmit-animation-style1 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: 2s cubic-bezier(.5, .5, 0, 1);
}

.pbmit-animation-style2 img,
.pbmit-animation-style1 img {
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(.5, .5, 0, 1);
}

.pbmit-animation-style1 {
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.pbmit-animation-style1 img {
	transform: scale(1.5) translate(-100px, 0px);
}

.pbmit-animation-style2 {
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.pbmit-animation-style2 img {
	transform: scale(1.5) translate(100px, 0px);
}

.pbmit-animation-style1.active,
.pbmit-animation-style2.active {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.pbmit-animation-style1.active img,
.pbmit-animation-style2.active img {
	transform: scale(1) translate(0, 0);
}

.pbmit-heading-desc {
	font-size: 16px;
	line-height: 28px;
	/* text-transform: lowercase; */
	text-align: unset;
	width: 90%;
}

footer.site-footer .pbmit-two-column-menu.widget ul>li {
	width: 100%;
}




.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
margin-bottom: 60px;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 33%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: #094B9E;
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(17 61 140);
}

.projectFactsWrap .item:nth-child(3){
  background:#094B9E;
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(17 61 140);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}
