/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Portfolio
    06 - Blog
    07 - Testimonial
    08 - Header
    09 - Footer
    10 - Title Bar
    11 - Overlap Colomn
    12 - Progress Bar
    13 - Accordion
    14 - Circle Progress
    15 - List Group
    16 - Revolution
    17 - Client
	18 - Spinner-Box
    19 - Cursor
	20 - Sortable
    21 - Split-Slide
    22 - Img Animation

******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
	margin-bottom: 30px;
	position: relative;
}

.pbmit-heading-subheading .pbmit-subtitle {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.pbmit-heading-subheading .pbmit-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-size: 54px;
	line-height: 54px;
	letter-spacing: 0px;
	color: var(--pbmit-blackish-color);
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
}

.pbmit-heading-subheading .pbmit-heading-desc {
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	text-transform: none;
	font-style: normal;
}

.pbmit-heading-subheading.text-white .pbmit-title,
.pbmit-heading-subheading.text-white .pbmit-subtitle {
	color: var(--pbmit-white-color);
}

.pbmit-heading-subheading.text-global .pbmit-subtitle {
	color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-headingicon {
	align-items: center;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon {
	margin-right: 20px;
}

.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 55px;
	line-height: 0;
	color: var(--pbmit-global-color);
	display: inline-block;
}

.pbmit-ihbox-style-1:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-type-text {
	transform: translateY(-3px);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 100%;
	width: 90px;
}

.pbmit-miconheading-style-1 .pbmit-element-subtitle {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
}

/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-title,
.pbmit-ihbox-style-2 .pbmit-title:before {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 50px;
	line-height: 60px;
	margin-top: 5px;
}

.pbmit-ihbox-style-2 .pbmit-heading,
.pbmit-ihbox-style-2 .pbmit-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
	position: relative;
}

.pbmit-ihbox-style-2 .pbmit-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	height: 2px;
	width: 30px;
	background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-2:hover .pbmit-title:before {
	width: 0px;
}

.pbmit-ihbox-style-2:hover .pbmit-title {
	padding-left: 0px;
}

.pbmit-ihbox-style-2 .pbmit-title {
	padding-left: 50px;
}

.pbmit-ihbox-style-2 .pbmit-heading-desc {
	padding: 15px 0 0 0;
	font-weight: 500;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 80px;
	width: 80px;
}

/** Style 3 **/
.pbmit-miconheading-style-3 {
	margin-bottom: 30px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-ihbox-style-3 .pbmit-heading-desc {
	transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box-number {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin: 90px 0 15px 0;
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon {
	text-align: center;
}

.pbmit-ihbox-style-3 .pbmit-number-wraper {
	position: relative;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	position: absolute;
	left: 0;
	right: 0;
	top: -65px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
	fill: var(--pbmit-global-color);
	width: 170px;
	height: 170px;
	position: relative;
}

.pbmit-ihbox-style-3 {
	margin-top: 95px;
}

.pbmit-ihbox-style-3 .pbmit-heading-desc {
	color: #c6ccff;
}

.pbmit-miconheading-style-3:first-child .pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 100px;
}

.pbmit-miconheading-style-3:first-child .pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	left: 60px;
}

.pbmit-miconheading-style-3:nth-child(2) .pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	left: 60px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
	height: 100px;
	width: 100px;
}

/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-contents .pbmit-title {
	font-size: 84px;
	line-height: 94px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-4 .pbmit-heading {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pbmit-ihbox-style-4 .pbmit-heading-desc {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

.pbmit-miconheading-style-4 .pbmit-ihbox-headingicon,
.pbmit-ihbox-style-4 .pbmit-ihbox-contents {
	text-align: center;
}

.pbmit-ihbox-style-4 {
	position: relative;
}

.pbmit-ihbox-style-4:after,
.pbmit-ihbox-style-4:before {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid;
	content: "";
	height: 70px;
	width: 70px;
	transition: 0.3s;
}

.pbmit-ihbox-style-4:before {
	top: -35px;
	left: -95px;
	border-bottom-color: transparent !important;
	border-right-color: transparent !important;
}

.pbmit-ihbox-style-4:after {
	top: auto;
	left: auto;
	bottom: -30px;
	right: -65px;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
}

.pbmit-ihbox-style-4:hover:before {
	top: -20px;
	left: -80px;
}

.pbmit-ihbox-style-4:hover:after {
	bottom: -15px;
	right: -50px;
}

.pbmit-bg-color-global .pbmit-ihbox-style-4:before {
	border-color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-heading,
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-contents .pbmit-title,
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}

/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-box-content,
.pbmit-ihbox-style-5 .pbmit-title-icon-meta {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-ihbox-style-5 .pbmit-feature-wrapper-img,
.pbmit-ihbox-style-5 .pbmit-ihbox-box {
	position: relative;
	overflow: hidden;
}

.pbmit-ihbox-style-5 .pbmit-box-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(var(--dsvy-karzo-secondary-color-rgb), .7);
	padding: 80px 40px;
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

.pbmit-ihbox-style-5:hover .pbmit-box-content {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.pbmit-ihbox-style-5 {
	display: inline-block;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 0;
	width: 215px;
}

.pbmit-ihbox-style-5 .pbmit-title-icon-meta {
	position: absolute;
	background: var(--pbmit-white-color);
	left: 0;
	right: 0;
	bottom: 0;
}

.pbmit-ihbox-style-5:hover .pbmit-title-icon-meta {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.pbmit-ihbox-style-5 .pbmit-meta-inner {
	padding: 20px 30px;
	position: relative;
}

.pbmit-ihbox-style-5 .pbmit-title-icon-meta .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-title-icon-meta .pbmit-ihbox-icon {
	position: absolute;
	left: auto;
	right: 30px;
	top: -35px;
	text-align: center;
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-5 .pbmit-title-icon-meta .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-5 .pbmit-title-icon-meta .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	font-size: 26px;
	line-height: 70px;
	height: 70px;
	width: 60px;
	background-color: var(--pbmit-global-color);
	position: relative;
	display: inline-block;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	z-index: 9;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
	text-align: center;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg {
	width: 30px;
	height: 30px;
}

.pbmit-ihbox-style-5 .pbmit-box-content:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: left;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: rgba(20, 25, 60, .7);
	z-index: -1;
}

.pbmit-ihbox-style-5 .pbmit-box-content .pbmit-ihbox-icon {
	margin-right: 20px;
	text-align: center;
}

.pbmit-ihbox-style-5 .pbmit-box-content .pbmit-ihbox-btn a,
.pbmit-ihbox-style-5 .pbmit-box-content .pbmit-heading-desc,
.pbmit-ihbox-style-5 .pbmit-box-content .pbmit-ihbox-icon,
.pbmit-ihbox-style-5 .pbmit-box-content .pbmit-element-title {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-5 .pbmit-box-content .pbmit-heading-desc {
	margin: 18px 0 20px 0;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a span {
	font-size: 0;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a {
	font-size: 0;
	bottom: 0;
	position: relative;
	display: inline-block;
	top: 5px;
	border-radius: 0;
	height: 55px;
	width: 55px;
	padding: 0 !important;
	border: 2px solid rgba(255, 255, 255, .5) !important;
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	background-repeat: no-repeat;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .5) calc(14px * 0.75 - 1px * 1), transparent calc(14px * 0.75 - 1px * 1)) !important;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a:after {
	content: '\e814';
	font-family: 'pbminfotech-base-icons';
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a:hover {
	background-color: var(--pbmit-white-color) !important;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a:hover:after {
	color: var(--pbmit-blackish-color)
}

/** Style 6 **/
.pbmit-ihbox-style-6 {
	text-align: center;
	display: inline-block;
	position: relative;
	background-color: var(--pbmit-global-color);
	width: 518px;
	height: 582px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
}

.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 30px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-headingicon {
	transform: translate(-50%, -50%);
	left: 50%;
	position: relative;
	right: 50%;
	top: 50%;
	padding: 35px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-box {
	background-color: var(--pbmit-white-color);
	width: 490px;
	height: 550px;
	transition: 0.4s;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	position: absolute;
	left: 15px;
	top: 15px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	height: 70px;
	width: 60px;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
	line-height: 80px;
	font-size: 30px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-btn a {
	background: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	padding: 13px 25px;
	display: inline-block;
	margin: 30px 0 0 0;
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-btn a:hover {
	background: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-btn .pbmit-button-text {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-btn .pbmit-button-text:after {
	content: '\e814';
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	top: -1px;
	font-family: "pbminfotech-base-icons";
	right: -3px;
	left: auto;
	color: var(--pbmit-white-color);
}

/** Style 7 **/
.pbmit-ihbox-style-7 .pbmit-title {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0px;
	letter-spacing: -0.10px;
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-7 .pbmit-heading-desc {
	font-weight: normal;
	letter-spacing: -0.10px;
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-7 .pbmit-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	line-height: 40px;
	margin-top: 5px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 80px;
	width: 80px;
}

.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.pbmit-ihbox-style-7 .pbmit-globalcolor {
	color: var(--pbmit-global-color);
}

/** Style 8 **/
.pbmit-ihbox-style-8 {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(20, 25, 60, 0.1);
	background-image: linear-gradient(-45deg, rgba(20, 25, 60, 0.1) calc(30px * 0.75 - 3px * 1), transparent calc(30px * 0.75 - 3px * 1));
	--gradient-size: calc(30px * 0.75 - 3px * 1);
	background-repeat: no-repeat;
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 30px), calc(100% - 30px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 30px), calc(100% - 30px) 101%, 0 100%, 0 0);
}

.pbmit-ihbox-style-8,
.pbmit-ihbox-style-8:after,
.pbmit-ihbox-style-8:hover:after,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	width: 90px;
	height: 105px;
	background-color: var(--pbmit-light-color);
	margin-right: 30px;
}

.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
	line-height: 105px;
	margin-top: 5px;
	color: var(--pbmit-global-color);
	text-align: center;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.pbmit-ihbox-style-8:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 90px;
	width: 90px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-box-number {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-right: 25px;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

/** Style 9 **/
.pbmit-ihbox-style-9,
.pbmit-miconheading-style-9,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
	margin-right: 20px;
}

.pbmit-ihbox-style-9 .pbmit-element-title a,
.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 15px;
}

.pbmit-ihbox-style-9 .pbmit-icon-type-icon i {
	font-size: 40px;
	line-height: 50px;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-9 .pbmit-heading-desc {
	font-weight: normal;
}

.pbmit-ihbox-style-9 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 80px;
	width: 80px;
}

/** Style 10 **/
.pbmit-ihbox-style-10 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.pbmit-ihbox-style-10 .pbmit-element-heading {
	margin-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-heading-desc {
	font-size: 14px;
	margin-left: 5px;
	font-weight: normal;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon .pbmit-ihbox-icon {
	position: relative;
	margin-right: 25px;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text {
	font-size: 30px;
	line-height: 30px;
}

.pbmit-ihbox-style-10 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon .pbmit-ihbox-icon-wrapper {
	font-size: 60px;
	line-height: 60px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 80px;
	width: 80px;
}

/** Style 11 **/
.pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon,
.pbmit-ihbox-style-11,
.pbmit-ihbox-style-11 .pbmit-element-title::before {
	transition: all 0.8s ease-in-out;
}

.pbmit-ihbox-style-11 .pbmit-element-title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-11 .pbmit-heading-desc {
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
}

.pbmit-ihbox-style-11 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.pbmit-ihbox-style-11 .pbmit-icon-type-icon {
	font-size: 25px;
	line-height: 30px;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-11 .pbmit-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	margin-top: 5px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 80px;
	width: 80px;
}

.pbmit-ihbox-style-11:hover .pbmit-element-title,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon {
	transform: translateX(2%);
}

/** Style 12 **/
.pbmit-ihbox-style-12 .pbmit-box-content,
.pbmit-ihbox-style-12 .pbmit-title-icon-meta {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-box .pbmit-heading-desc {
	font-size: 18px;
	line-height: 30px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-box .pbmit-heading-desc::first-letter {
	font-size: 30px;
	line-height: 30px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	font-weight: 700;
	color: var(--pbmit-global-color);
	border: 2px solid #ddd;
}

.pbmit-ihbox-style-12 .pbmit-box-content-inner {
	padding-right: 50px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image {
	width: 160px;
}

.pbmit-ihbox-style-12 .pbmit-feature-wrapper-img {
	position: relative;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-wrapper:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(20, 25, 60, .5);
	border-radius: 5px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image img {
	border-radius: 5px;
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: inherit;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon i {
	font-size: 25px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg svg {
	height: 30px;
	width: 30px;
	fill: #fff;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ele.pbmit-team-style-1 {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbminfotech-box-content:after,
.pbmit-team-style-1 .pbminfotech-box-social-links,
.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-team-style-1 .pbminfotech-box-social-links {
	transition: all .9s ease-in-out;
}

.pbmit-team-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-team-style-1 .pbminfotech-box-content {
	padding: 25px 0 0;
	position: relative;
}

.pbmit-team-style-1 .pbminfotech-box-content:after {
	position: absolute;
	content: '\e845';
	font-family: 'pbminfotech-base-icons';
	right: 30px;
	top: -25px;
	background-color: var(--pbmit-light-color);
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	width: 45px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	color: var(--pbmit-global-color);
	opacity: 1;
	visibility: visible;
}

.pbmit-team-style-1:hover .pbminfotech-box-content:after {
	opacity: 0;
	visibility: hidden;
}

.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px;
	font-weight: 600;
}

.pbmit-bg-color-blackish .pbmit-team-style-1 .pbmit-team-title a {
	color: var(--pbmit-global-color);
}

.pbmit-bg-color-blackish .pbmit-team-style-1 .pbmit-team-title a:hover {
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}

.pbmit-team-style-1 .pbminfotech-box-content-inner {
	text-align: left;
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	font-weight: normal;
}

.pbmit-team-style-1 .pbmit-featured-wrap {
	position: relative;
	overflow: hidden;
}

.pbmit-team-style-1 .pbmit-team-social-links li {
	padding: 0 !important;
	margin: 10px 0 0 0;
	display: block;
}

.pbmit-team-style-1 .pbmit-team-social-links li:first-child {
	margin-top: 0;
}

.pbmit-team-style-1 .pbmit-team-social-links li a {
	display: inline-block;
	opacity: 1;
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	background: transparent;
	color: var(--pbmit-white-color);
}

.pbmit-team-style-1 .pbmit-team-social-links li a:hover {
	color: rgba(255, 255, 255, .7)
}

.pbmit-team-style-1 .pbminfotech-box-social-links {
	clip-path: polygon(-50% 22%, 0% 90%, 50% 100%, 100% 92%, 100% 10%, 50% 0%);
	z-index: 9;
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 30px;
	margin: 0;
	width: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10%);
	padding: 25px 12px;
	background-color: var(--pbmit-global-color);
}

.pbmit-team-style-1:hover .pbminfotech-box-social-links {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pbmit-team-style-1:hover .pbmit-team-social-links li {
	opacity: 1;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.10);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 0px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
}

.pbminfotech-ele-fid-style-1 .pbmit-fld-wrap {
	text-align: center;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 40px;
	line-height: 40px;
	position: relative;
	margin-left: -20px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 0;
	top: -20px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: 0;
	top: inherit;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid span {
	position: relative;
	top: 0;
	right: 5px;
}

.pbminfotech-ele-fid-style-1 {
	position: relative;
	width: 271px;
	height: 309px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 49% 100%, 101% 75%, 100% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 49% 100%, 101% 75%, 100% 25%, 50% 0%);
	background-color: rgba(20, 25, 60, 0.15)
}

.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
	width: 269px;
	height: 307px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 49% 100%, 101% 75%, 100% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 49% 100%, 101% 75%, 100% 25%, 50% 0%);
	background-color: #fff;
	position: absolute;
	left: 1px;
	top: 1px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fld-contents .pbmit-fld-wrap {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	right: 50%;
	position: relative;
}

/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 30px;
	color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-2 {
	background-color: var(--pbmit-global-color);
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	display: inline-block;
	height: 215px;
	width: 185px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	position: relative;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100%;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap i,
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap svg {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -30px;
	fill: var(--pbmit-secondary-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap i {
	color: var(--pbmit-secondary-color);
	font-size: 65px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: -5px;
	top: -15px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 0;
	top: -15px;
	bottom: 0;
	top: inherit;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid span {
	position: relative;
	top: 0;
	right: 5px;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 {
	position: relative;
}

.pbmit-service-style-1:after,
.pbmit-service-style-1:before,
.pbmit-service-style-1 .pbmit-service-content,
.pbmit-service-style-1 .pbminfotech-box-content h3 a,
.pbmit-service-style-1 .pbmit-service-image-wrapper,
.pbmit-service-style-1 .pbminfotech-post-item-inner {
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.pbmit-service-style-1 .pbminfotech-post-item {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	padding: 80px 45px 25px;
	position: relative;
	z-index: 1;
	margin: 40px 0px;
	background: var(--pbmit-white-color);
}

.pbmit-service-style-1.swiper-slide-active .pbminfotech-post-item,
.pbmit-service-style-1:hover .pbminfotech-post-item {
	box-shadow: unset;
}

.pbmit-service-style-1 .pbmit-service-image-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border: 2px solid transparent;
	opacity: 0;
}

.pbmit-service-style-1.swiper-slide-active .pbmit-service-image-wrapper,
.pbmit-service-style-1:hover .pbmit-service-image-wrapper {
	background-color: rgba(20, 25, 60, 0.6);
	height: calc(100% + 48px);
	top: -24px;
	opacity: 1;
	border: 2px solid var(--pbmit-global-color);
}

.pbmit-service-style-1 .pbminfotech-box-content h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 25px;
	margin-top: 45px;
}

.pbmit-service-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	width: 80px;
	height: 90px;
	display: inline-block;
	line-height: 100px;
	background-color: var(--pbmit-global-color);
	text-align: center;
	font-size: 35px;
	color: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-content {
	font-weight: normal;
}

.pbmit-service-style-1.swiper-slide-active .pbmit-service-content,
.pbmit-service-style-1.swiper-slide-active .pbminfotech-box-content h3 a,
.pbmit-service-style-1:hover .pbmit-service-content,
.pbmit-service-style-1:hover .pbminfotech-box-content h3 a {
	color: var(--pbmit-white-color);
}

.pbmit-service-style-1:hover .pbminfotech-box-content h3 a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-service-style-1 .pbmit-service-btn a {
	font-size: 0;
	bottom: 0;
	position: relative;
	display: inline-block;
	top: 5px;
	border-radius: 0;
	height: 55px;
	width: 55px;
	padding: 0;
	opacity: 0;
	border: 2px solid rgba(255, 255, 255, .5) !important;
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	background-repeat: no-repeat;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .5) calc(14px *0.75 - 1px* 1), transparent calc(14px *0.75 - 1px* 1)) !important;
}

.pbmit-service-style-1 .pbmit-service-btn a:hover {
	background-color: var(--pbmit-global-color) !important;
}

.pbmit-service-style-1.swiper-slide-active .pbmit-service-btn a,
.pbmit-service-style-1:hover .pbmit-service-btn a {
	opacity: 1;
}

.pbmit-service-style-1 .pbmit-service-btn a:after {
	content: '\e814';
	font-family: 'pbminfotech-base-icons';
	font-size: 20px;
	line-height: normal;
	position: absolute;
	font-weight: 600;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-bg-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.pbmit-service-style-1 .pbmit-service-bg-image::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(20, 25, 60, .6);
}

.pbmit-service-style-1:after,
.pbmit-service-style-1:before {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid;
	content: "";
	height: 40px;
	width: 40px;
	transition: 0.3s;
	border-color: var(--pbmit-global-color);
	opacity: 0;
}

.pbmit-service-style-1:before {
	top: 0px;
	left: -20px;
	right: auto;
	border-bottom-color: transparent !important;
	border-right-color: transparent !important;
}

.pbmit-service-style-1:after {
	top: auto;
	left: auto;
	bottom: 0px;
	right: -20px;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
}

.pbmit-service-style-1.swiper-slide-active:before,
.pbmit-service-style-1:hover:before {
	left: -15px;
}

.pbmit-service-style-1.swiper-slide-active:after,
.pbmit-service-style-1:hover:after {
	right: -15px;
}

.pbmit-service-style-1:hover:after,
.pbmit-service-style-1:hover:before,
.pbmit-service-style-1.swiper-slide-active:after,
.pbmit-service-style-1.swiper-slide-active:before {
	opacity: 1;
}

/** Style 2 **/
.pbmit-service-style-2 .pbmit-title-btn-meta,
.pbmit-service-style-2 .pbmit-featured-img-wrapper:before,
.pbmit-service-style-2 .pbmit-service-btn.pbmit-meta-btn,
.pbmit-service-style-2 .pbmit-service-content,
.pbmit-service-style-2 .pbminfotech-box-number,
.pbmit-service-style-2 .pbmit-contentbox,
.pbmit-service-style-2 .pbmit-title-btn-meta,
.pbmit-service-style-2 .pbmit-service-btn a,
.pbmit-service-style-2 .pbmit-service-btn.pbmit-meta-btn a,
.pbmit-service-style-2 .pbmit-titlebox {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.pbmit-service-style-2 .pbmit-title-btn-meta .pbmit-service-icon-wrapper i {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.pbmit-service-style-2:hover .pbmit-title-btn-meta .pbmit-service-icon-wrapper i {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.pbmit-service-style-2 .pbmit-service-title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0;
	width: 330px;
	font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-service-style-2 .pbmit-service-content,
.pbmit-service-style-2 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-title a:hover {
	color: rgba(255, 255, 255, .7);
}

.pbmit-service-style-2 .pbminfotech-box-content {
	position: relative;
	overflow: hidden;
}

.pbmit-service-style-2 .pbmit-title-btn-meta {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: -120px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding-top: 30px;
}

.pbmit-service-style-2:hover .pbmit-title-btn-meta {
	border-color: var(--pbmit-global-color);
}

.pbmit-service-style-2:hover .pbmit-title-btn-meta {
	bottom: 40px;
	opacity: 1;
}

.pbmit-service-style-2 .pbmit-featured-img-wrapper:before {
	position: absolute;
	content: '';
	background-color: rgba(20, 25, 60, .6);
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
}

.pbmit-service-style-2:hover .pbmit-featured-img-wrapper:before {
	background-color: rgba(20, 25, 60, .9);
}

.pbmit-service-style-2 .pbmit-meta-inner {
	justify-content: space-between;
}

.pbmit-service-style-2 .pbmit-title-btn-meta .pbmit-service-icon-wrapper i {
	color: var(--pbmit-white-color);
	font-size: 45px;
	line-height: 45px;
	display: inline-block;
}

.pbmit-service-style-2 .pbmit-service-btn.pbmit-meta-btn a,
.pbmit-service-style-2 .pbmit-service-btn a {
	background: var(--pbmit-global-color);
	display: inline-block;
	font-size: 20px;
	text-align: center;
	color: var(--pbmit-white-color);
	border: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.pbmit-service-style-2 .pbmit-service-btn a {
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
}

.pbmit-service-style-2 .pbmit-service-btn a:hover {
	background: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}

.pbmit-service-style-2 .pbminfotech-box-number {
	position: absolute;
	top: 50px;
	left: 41px;
	font-size: 70px;
	font-weight: 700;
	overflow: visible !important;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .6);
	color: transparent;
	display: flex;
	letter-spacing: -0.10px;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-service-style-2:hover .pbminfotech-box-number {
	color: var(--pbmit-white-color);
	-webkit-text-stroke: unset;
}

.pbmit-service-style-2 .pbmit-service-content {
	margin: 30px 0;
}

.pbmit-service-style-2 .pbmit-service-btn.pbmit-meta-btn,
.pbmit-service-style-2 .pbmit-service-content {
	opacity: 0;
}

.pbmit-service-style-2:hover .pbmit-service-btn.pbmit-meta-btn,
.pbmit-service-style-2:hover .pbmit-service-content {
	opacity: 1;
}

/** Style 3 **/
.pbmit-element-service-style-3 .pbmit-featured-img-wrapper,
.pbmit-element-service-style-3 .pbminfotech-box-content,
.pbmit-element-service-style-3 .pbmit-contant-box,
.pbmit-element-service-style-3 .pbmit-service-icon-wrapper:not(.pbmit-meta-icon),
.pbmit-element-service-style-3 .pbmit-service-btn,
.pbmit-element-service-style-3 .pbminfotech-post-item {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.pbmit-element-service-style-3 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-element-service-style-3 .pbmit-service-btn a {
	display: inline-block;
	color: var(--pbmit-global-color);
}

.pbmit-element-service-style-3 .pbmit-contant-area.pbmit-active .pbmit-service-btn a:hover {
	border-color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

.pbmit-element-service-style-3 .pbmit-service-title {
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pbmit-element-service-style-3 .pbminfotech-box-content {
	padding: 110px 30px 90px 30px;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.pbmit-element-service-style-3 .pbmit-contant-area.pbmit-active .pbminfotech-box-content {
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

.pbmit-element-service-style-3 .pbmit-contant-area.pbmit-active .pbminfotech-post-item {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
	background-color: var(--pbmit-white-color);
}

.pbmit-element-service-style-3 .pbmit-featured-img-wrapper {
	clip-path: polygon(100% 0, 100% 45%, 50% 80%, 0 45%, 0 0);
}

.pbmit-element-service-style-3 .pbmit-service-icon-wrapper {
	text-align: center;
	display: inline-block;
	height: 90px;
	width: 80px;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
	line-height: 100px;
	font-size: 30px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	opacity: 1;
}

.pbmit-element-service-style-3 .pbmit-contant-area.pbmit-active .pbmit-service-icon-wrapper:not(.pbmit-meta-icon) {
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.pbmit-element-service-style-3 .pbmit-service-icon-wrapper.pbmit-meta-icon {
	position: absolute;
	top: 0px;
	-khtml-transform: translateX(-50%) translateY(90%);
	-moz-transform: translateX(-50%) translateY(90%);
	-ms-transform: translateX(-50%) translateY(90%);
	-o-transform: translateX(-50%) translateY(90%);
	transform: translateX(-50%) translateY(90%);
	left: 50%;
	right: 0;
	opacity: 0;
	z-index: 5;
}

.pbmit-element-service-style-3 .pbmit-contant-area.pbmit-active .pbmit-service-icon-wrapper.pbmit-meta-icon {
	-khtml-transform: translateX(-50%) translateY(113px);
	-moz-transform: translateX(-50%) translateY(113px);
	-ms-transform: translateX(-50%) translateY(113px);
	-o-transform: translateX(-50%) translateY(113px);
	transform: translateX(-50%) translateY(113px);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	opacity: 1;
}

.pbmit-element-service-style-3 .pbmit-service-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-element-service-style-3 .pbmit-featured-img-wrapper {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-o-transition: .3s cubic-bezier(.24, .74, .58, 1);
	transition: .3s cubic-bezier(.24, .74, .58, 1);
	opacity: 0;
}

.pbmit-element-service-style-3 .pbmit-contant-area.pbmit-active .pbmit-featured-img-wrapper {
	top: 0px;
	opacity: 1;
}

.pbmit-element-service-style-3 .pbmit-heading-subheading .pbmit-heading-desc {
	font-weight: normal !important;
	font-size: 16px;
	line-height: 24px;
}

.pbmit-element-service-style-3 .pbmit-contant-area {
	padding: 0;
}

.pbmit-element-service-style-3 .pbmit-contant-area .pbmit-service-btn a {
	padding: 10px 13px;
	transition: all .3s ease-out;
	--gradient-size: calc(14px * 0.75 - 2px * 1);
	background-repeat: no-repeat;
	clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	border: 1px solid var(--pbmit-global-color);
	background-image: linear-gradient(-45deg, var(--pbmit-global-color) calc(14px * 0.75 - 2px * 1), transparent calc(14px * 0.75 - 2px * 1));
}

.pbmit-element-service-style-3 .pbmit-contant-area .pbmit-service-btn {
	position: absolute;
	right: auto;
	bottom: 25px;
	left: 30px;
	opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.pbmit-element-service-style-3 .pbmit-contant-area.pbmit-active .pbmit-service-btn {
	opacity: 1;
	visibility: visible;
}

/*----------------------------------------*/
/*  05 - Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-posts-wrapper .pbmit-ele.pbmit-portfolio-style-1 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
	position: relative;
	display: block;
	overflow: hidden;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	margin-top: 5px;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--pbmit-secondary-color);
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	transition: all 500ms ease;
}

.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
	opacity: 0.1;
	transform: scale(1.05);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
	opacity: 0;
	transition: all 500ms ease;
	padding: 30px 30px 0 30px;
}

.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-portfolio-title a:hover,
.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-portfolio-style-1 .pbmit-port-cat a {
	color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbmit-element-portfolio-style-2 {
	position: relative;
	padding-bottom: 100px;
}

.pbmit-element-portfolio-style-2 .pbminfotech-box-content {
	background-position: center;
	background-size: cover;
	position: relative;
	height: 650px;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-element-portfolio-style-2 .pbminfotech-title-box {
	position: absolute;
	left: -110px;
	bottom: 70px;
	background: rgba(255, 255, 255, .9);
	width: 370px;
	padding: 40px 40px 40px 45px;
	box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.04);
	clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);
}

.pbmit-element-portfolio-style-2 .pbminfotech-portfolio-des {
	position: absolute;
	bottom: -120px;
	word-break: break-word;
	font-weight: normal;
}

.pbmit-element-portfolio-style-2 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-content {
	width: 590px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-active .pbminfotech-portfolio-des,
.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-active .pbmit-port-cat a {
	transition: all .9s ease-in-out;
	-moz-transition: all .9s ease-in-out;
	-ms-transition: all .9s ease-in-out;
	-o-transition: all .9s ease-in-out;
	-webkit-transition: all .9s ease-in-out;
}

.pbmit-element-portfolio-style-2 .pbminfotech-portfolio-des,
.pbmit-element-portfolio-style-2 .pbminfotech-title-box {
	opacity: 0;
	-webkit-transition: 3s cubic-bezier(.63, .25, .25, 1);
	-o-transition: 3s cubic-bezier(.63, .25, .25, 1);
	transition: 3s cubic-bezier(.63, .25, .25, 1);
}

.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-active .pbminfotech-portfolio-des,
.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-active .pbminfotech-title-box {
	opacity: 1;
	visibility: visible;
}

.pbmit-element-portfolio-style-2 .portfolio-container .swiper-slide .pbmit-featured-img-wrapper img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next,
.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev {
	background: transparent;
	border: 2px solid var(--pbmit-global-color);
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next:hover,
.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev:hover {
	background-color: var(--pbmit-blackish-color);
	border-color: var(--pbmit-blackish-color);
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next:after,
.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev:after {
	color: var(--pbmit-global-color);
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next:hover:after,
.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev:hover:after {
	color: var(--pbmit-white-color);
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button {
	right: 0;
	left: 0;
	position: absolute;
	bottom: 0;
	transform: translate(-28%, 25%);
	top: 50%;
	bottom: 0;
	z-index: -1;
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev,
.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next {
	bottom: 0;
	top: auto;
	border-radius: 0;
	height: 55px;
	width: 55px
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev:before,
.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next:before {
	position: absolute;
	content: '';
	background-color: var(--pbmit-global-color);
	transform: rotate(-45deg);
	transition: all 0.3s ease-in;
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next {
	left: auto;
	right: 10px;
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next:hover:before,
.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev:hover:before {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev {
	right: 70px;
	left: auto;
	clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-prev:before {
	left: 32px;
	right: auto;
	height: 2px;
	width: 30px;
	bottom: 9px;
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next {
	clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.pbmit-element-portfolio-style-2 .pbmit-swiper-button .swiper-button-next:before {
	right: -5px;
	left: auto;
	height: 2px;
	width: 30px;
	bottom: 3px;
}

/** Style 3 **/
.pbmit-portfolio-style-3 {
	overflow: hidden;
}

.pbmit-ele.pbmit-portfolio-style-3 {
	margin-top: 5px;
}

.pbmit-portfolio-style-3 .pbminfotech-box-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 15px 30px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .9s;
}

.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);
	font-size: 14px;
}

.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: 20px;
	line-height: 24px;
	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-portfolio-style-3 .pbminfotech-post-content {
	position: relative;
	overflow: hidden;
}

.pbmit-portfolio-style-3 .pbmit-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-1 .pbmit-featured-wrapper::before {
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.95s ease 0s;
}

.pbmit-blog-style-1 .post-item {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

.pbmit-blog-style-1 .pbminfotech-box-content {
	padding: 30px;
	position: relative;
	background-color: var(--pbmit-white-color);
}

.pbmit-blog-style-1 .pbmit-meta-category a {
	position: relative;
	padding: 7px 15px 7px 20px;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbmit-blog-style-1 .pbmit-meta-category a:hover {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-1 .pbmit-meta-category a:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 10px;
	height: 5px;
	width: 5px;
	background: var(--pbmit-white-color);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.pbmit-blog-style-1 .pbmit-meta-line {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 12px;
	color: #999;
}

.pbmit-blog-style-1 .pbmit-meta-line,
.pbmit-blog-style-1 .pbmit-meta-line a {
	font-size: 13px;
	line-height: 23px;
	text-transform: capitalize;
}

.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

.pbmit-element-viewtype-masonry .pbmit-blog-style-1 .pbmit-post-title,
.pbmit-element-posts-wrapper .pbmit-blog-style-1 .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
}

.pbmit-blog-style-1 .pbmit-content-wrapper {
	margin: 15px 0;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.pbmit-blog-style-1 .pbmit-meta-date-month {
	width: 85px;
	height: 100px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	background-color: var(--pbmit-white-color);
	text-align: center;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper {
	position: absolute;
	top: -50px;
	right: 33px;
}

.pbmit-blog-style-1 .pbmit-post-month {
	font-size: 36px;
	line-height: 36px;
	color: var(--pbmit-global-color);
	font-weight: normal;
	display: block;
}

.pbmit-blog-style-1 .pbmit-meta-date-month .pbmit-meta-inner {
	transform: translate(-50%, -50%);
	left: 50%;
	position: relative;
	right: 50%;
	top: 50%;
}

.pbmit-blog-style-1 .pbmit-meta-date-month .pbmit-post-date {
	font-weight: 700;
}

.pbmit-blog-style-1 .pbmit-meta-date-month .pbmit-author-name {
	font-size: 13px;
	line-height: 23px;
}

.pbmit-blog-style-1 .pbmit-author-avatar .pbmit-author-image img {
	min-width: 50px;
	width: 50px;
	height: 60px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	border-radius: 0;
	margin-right: 15px;
	object-fit: cover;
}

.pbmit-blog-style-1 .pbmit-author-avatar .pbmit-author-name {
	text-transform: capitalize;
	color: var(--pbmit-global-color);
	font-size: 13px;
	font-weight: 500;
}

.pbmit-element-viewtype-masonry .pbmit-blog-style-1 {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.pbmit-column-three .pbmit-blog-style-1 .pbmit-meta-date-wrapper {
	right: 0;
}

.pbmit-column-three .pbmit-blog-style-1 .pbmit-post-title {
	font-size: 20px;
	line-height: 26px;
}

.pbmit-column-three .pbmit-blog-style-1 .pbmit-meta-date-month {
	width: 70px;
	height: 90px;
}

.pbmit-column-three .pbmit-blog-style-1 .pbmit-post-month {
	font-size: 30px;
	line-height: 30px;
}

.pbmit-column-three .pbmit-blog-style-1 .pbmit-meta-date-month .pbmit-post-date {
	font-weight: 500;
}

.pbmit-column-four .pbmit-blog-style-1 .pbmit-post-title {
	font-size: 22px;
	line-height: 28px;
}

.pbmit-column-four .pbmit-blog-style-1 .pbmit-meta-date-wrapper {
	right: 10px;
}

.pbmit-element-posts-wrapper .pbmit-blog-style-1 {
	margin-bottom: 30px;
}

/** Style 2 **/
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pbmit-blog-style-2 .pbminfotech-box-desc {
	font-weight: normal;
}

.pbmit-blog-style-2 .pbmit-meta-date.pbmit-meta-line {
	margin-bottom: 0;
	margin-left: 15px;
	color: var(--pbmit-global-color);
	font-size: 14px;
	font-weight: 500;
}

.pbmit-blog-style-2 .pbmit-meta-category a {
	padding: 7px 15px 7px 20px;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	font-size: 13px;
	line-height: 23px;
	text-transform: capitalize;
}

.pbmit-blog-style-2 .pbmit-meta-category a:hover {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-2 .pbmit-meta-cat-wrapper {
	position: relative;
}

.pbmit-blog-style-2 .pbmit-meta-category a:before {
	background: var(--pbmit-white-color);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	content: '';
	top: 50%;
	left: 10px;
	height: 5px;
	width: 5px;
}

.pbmit-blog-style-2 {
	-webkit-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
	-khtml-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
}

.pbmit-blog-style-2 .pbmit-post-item {
	position: relative;
	perspective: 1200px;
	margin: 15px;
}

.pbmit-blog-style-2 .pbmit-post-item .pbmit-post-item-inner {
	position: relative;
	transition-property: box-shadow, transform;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transform-style: preserve-3d;
}

.pbmit-blog-style-2:hover .pbmit-post-item-inner {
	transform: rotateY(180deg);
	transform-origin: 50% 50%;
}

.pbmit-blog-style-2 .pbmit-blog-bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(180deg)translateZ(1px);
	padding: 20px 40px 50px;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-blog-style-2 .pbmit-blog-bg-image {
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: cover;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
	-webkit-box-shadow: 0 0 21px rgba(85, 25, 239, .1);
	-khtml-box-shadow: 0 0 21px rgba(85, 25, 239, .1);
	-moz-box-shadow: 0 0 21px rgba(85, 25, 239, .1);
	-ms-box-shadow: 0 0 21px rgba(85, 25, 239, .1);
	-o-box-shadow: 0 0 21px rgba(85, 25, 239, .1);
	box-shadow: 0 0 21px rgba(85, 25, 239, .1);
	position: relative;
	background-color: var(--pbmit-white-color);
	overflow: hidden;
}

.pbmit-blog-style-2 .pbmit-featured-container {
	opacity: 0;
}

.pbmit-blog-style-2 .pbminfotech-box-content-inner {
	padding: 55px 30px 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--pbmit-white-color)
}

.pbmit-element-blog-style-2 .pbmit-ele-header-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-blog-style-2 .pbmit-flip-meta {
	position: absolute;
	z-index: -1;
	bottom: 90px;
}

.pbmit-blog-style-2 .pbmit-flip-meta .pbmit-post-title {
	margin-bottom: 45px;
}

.pbmit-blog-style-2 .pbmit-flip-meta .pbmit-blog-btn a {
	background: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border: none;
	padding: 13px 35px 13px 30px;
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
}

.pbmit-blog-style-2 .pbmit-flip-meta .pbmit-blog-btn a span {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.pbmit-blog-style-2 .pbmit-flip-meta .pbmit-blog-btn a span:after {
	content: '\e814';
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	top: -1px;
	font-family: "pbminfotech-base-icons";
	right: -3px;
	left: auto;
}

.pbmit-blog-style-2 .pbmit-flip-meta .pbmit-blog-btn a:hover {
	background: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border: none;
}

.pbmit-blog-style-2 .pbmit-blog-bg-image:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(20, 25, 60, .5);
	top: 0;
	z-index: -2;
}

.pbmit-blog-style-2 .pbmit-meta-date-month .pbmit-author-name {
	font-size: 13px;
	line-height: 23px;
}

.pbmit-blog-style-2 .pbmit-author-avatar .pbmit-author-image img {
	min-width: 50px;
	width: 50px;
	height: 55px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	border-radius: 0;
	margin-right: 15px;
	object-fit: cover;
}

.pbmit-blog-style-2 .pbmit-author-avatar .pbmit-author-name {
	text-transform: capitalize;
	color: var(--pbmit-global-color);
	font-size: 13px;
	font-weight: 500;
}

.pbmit-blog-style-2 .pbmit-author-avatar {
	padding-top: 35px;
}

.pbmit-blog-style-2 .pbmit-flip-meta .pbmit-post-title a {
	color: var(--pbmit-white-color);
}

.pbmit-blog-style-2 .pbmit-flip-meta .pbmit-post-title a:hover {
	color: rgba(255, 255, 255, .8);
}

.pbmit-blog-style-2 .pbmit-blog-btn {
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	position: relative;
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 15px;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
}

.pbmit-testimonial-style-1 .pbminfotech-box-img {
	position: relative;
	margin-top: -60px;
	margin-left: 70px;
}

.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper {
	width: 96px;
	height: 106px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	background-color: var(--pbmit-white-color);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}

.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper .pbmit-featured-wrapper {
	width: 90px;
	height: 100px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	position: absolute;
	left: 3px;
	top: 3px;
}

.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper img {
	width: 90px;
	height: 100px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc {
	margin: 5px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
	padding: 60px 80px 55px 125px;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
	font-size: 18px;
	line-height: 26px;
	padding: 0px 0 20px;
	color: var(--pbmit-blackish-color);
	margin: 0;
	border: 0;
	font-weight: 700;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p {
	margin-bottom: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
	color: #feb437;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i:before {
	margin: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-author {
	padding-left: 125px;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item::before {
	font-family: "pbminfotech-base-icons";
	content: "\e888";
	position: absolute;
	left: 40px;
	top: 80px;
	font-size: 50px;
	line-height: 60px;
	color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbminfotech-star-ratings-text {
	font-size: 30px;
	line-height: 26px;
	font-weight: 600 !important;
	font-style: italic !important;
	color: var(--pbmit-blackish-color);
	letter-spacing: -0.25px;
}

/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item {
	width: auto;
	height: 678px;
	text-align: center;
}

.pbmit-testimonial-style-2 .pbminfotech-post-item-inner {
	transform: translate(-50%, -50%);
	left: 50%;
	position: relative;
	right: 50%;
	top: 50%;
	padding: 90px 30px 0px;
}

.pbmit-testimonial-style-2 .pbminfotech-post-item .pbminfotech-post-item-inner:before {
	font-family: "pbminfotech-base-icons";
	content: "\e888";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color);
	right: 0;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper img {
	width: 90px;
	height: 100px;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
	font-size: 24px;
	font-style: italic;
	color: var(--pbmit-blackish-color);
	margin: 0;
	line-height: 30px;
	padding: 0px 0 20px;
	border: 0;
	font-weight: 600;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-text p {
	margin-bottom: 0;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	color: #feb437;
	margin-right: 15px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	font-size: 18px;
}

.pbmit-testimonial-style-2 .pbminfotech-star-ratings-text {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600 !important;
	font-style: italic !important;
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.site-title {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 80px;
	transition: none;
	line-height: inherit;
}

.site-title a {
	display: flex;
	align-items: center;
}

.site-header .pbmit-header-search-btn {
	padding-right: 65px;
}

.site-header .pbmit-header-search-btn a {
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}

.site-header .pbmit-social-links li a:hover,
.site-header .pbmit-header-search-btn a:hover {
	color: rgba(255, 255, 255, .5);
}

/** Header Style 1 **/
.header-style-1 .pbmit-pre-header-wrapper {
	color: var(--pbmit-white-color);
}

.header-style-1 .pbmit-pre-header-left .pbmit-contact-info {
	font-size: 14px;
}

.header-style-1 .pbmit-pre-header-left .pbmit-contact-info li {
	padding-right: 41px;
	display: inline-block;
	vertical-align: top;
}

.header-style-1 .pbmit-pre-header-left ul .pbmit-news {
	color: #cdd3ff;
}

.pbmit-pre-header-left ul .pbmit-news span {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	padding: 2px 10px 2px 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-right: 6px;
	font-weight: 500;
	clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}

.header-style-1 .pbmit-pre-header-left ul li i {
	font-size: 20px;
	margin-right: 6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-pre-header-left ul li i::before {
	margin: 0;
}

.header-style-1 .pbmit-pre-header-wrapper .pbmit-pre-header-right {
	display: flex;
	align-items: center;
}

.header-style-1 .pbmit-pre-header-right .pbmit-contact-info li a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--pbmit-btn-typography-font-family);
}

.header-style-1 .pbmit-pre-header-right .pbmit-contact-info li a:after {
	content: '\e814';
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	top: -1px;
	font-family: "pbminfotech-base-icons";
	right: -3px;
	left: auto;
}

.header-style-1 .pbmit-pre-header-right .pbmit-contact-info li a:hover {
	color: var(--pbmit-white-color);
}

.header-style-1 .site-branding {
	margin-right: 30px;
}

/** Header Style 2 **/
.header-style-2 .pbmit-main-header-area {
	background-color: var(--pbmit-global-color);
}

.header-style-2 .site-header-menu .site-branding {
	display: none;
}

.header-style-2 .site-branding .site-title {
	height: 60px;
}

.header-style-2 .pbmit-header-info-inner {
	display: flex;
	align-items: center;
}

.header-style-2 .pbmit-header-info-inner .pbmit-header-box span {
	display: block;
}

.header-style-2 .pbmit-header-info-inner .pbmit-header-box:last-child {
	margin-right: 0;
}

.header-style-2 .pbmit-header-box-content {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: none;
	font-style: normal;
}

.header-style-2 .pbmit-header-box-title {
	color: var(--pbmit-white-color);
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}

.header-style-2 .sticky-header .site-branding {
	display: block;
}

.header-style-2 .sticky-header .site-navigation {
	margin-left: auto;
}

.header-style-2 .sticky-header .site-navigation ul.navigation>li>a,
.header-style-2 .sticky-header .site-navigation ul.navigation>li>a:after,
.header-style-2 .sticky-header .pbmit-social-links li a,
.header-style-2 .sticky-header .pbmit-header-search-btn a {
	color: var(--pbmit-blackish-color);
}

.header-style-2 .sticky-header .site-navigation ul.navigation>li.active>a,
.header-style-2 .sticky-header .site-navigation ul.navigation>li.active>a:after,
.header-style-2 .sticky-header .site-navigation ul.navigation>li>a:hover,
.header-style-2 .sticky-header .site-navigation ul.navigation>li>a:hover:after,
.header-style-2 .sticky-header .pbmit-header-search-btn a:hover {
	color: var(--pbmit-global-color);
}

.header-style-2 .sticky-header .pbmit-social-links li a:hover {
	color: rgba(20, 25, 60, .6);
}

/** Header Style 3 **/
.header-style-3 {
	overflow: hidden;
}

.header-style-3 .pbmit-header-overlay {
	position: relative;
	z-index: 2;
}

.header-style-3 .pbmit-main-header-area {
	background-color: var(--pbmit-global-color);
}

.header-style-3 .site-branding .pbmit-sticky-logo {
	display: none;
}

.header-style-3 .site-branding .logo-img {
	max-height: 65px;
}

.header-style-3 .site-branding .pbmit-responsive-logo {
	display: none;
}

.header-style-3 .pbmit-contact-info {
	font-size: 14px;
}

.header-style-3 .pbmit-pre-header-left .pbmit-contact-info li {
	padding-right: 40px;
	color: #cdd3ff;
}

.header-style-3 .pbmit-pre-header-right {
	display: flex;
	align-items: center;
	color: var(--pbmit-white-color);
}

.header-style-3 .pbmit-pre-header-right ul li {
	display: inline-block;
	vertical-align: top;
}

.header-style-3 .pbmit-pre-header-right ul li:not(:last-child) {
	padding-right: 15px;
}

.header-style-3 .pbmit-pre-header-right ul li i {
	font-size: 20px;
	margin-right: 6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-global-color);
}

.header-style-3 .site-header-menu .container {
	padding: 0;
}

.header-style-3 .pbmit-menuarea .site-branding {
	display: none;
}

.header-style-3 .sticky-header .container {
	padding: 0 15px;
}

.header-style-3 .sticky-header .pbmit-menuarea .site-branding,
.header-style-3 .sticky-header .site-branding .pbmit-sticky-logo {
	display: block;
}

.header-style-3 .sticky-header .site-navigation ul.navigation>li>a {
	height: 80px;
	line-height: 80px;
}

.header-style-3 .sticky-header .site-navigation ul.navigation>li>a,
.header-style-3 .sticky-header .pbmit-social-links li a,
.header-style-3 .sticky-header .pbmit-header-search-btn a,
.header-style-3 .sticky-header .main-menu ul>li.dropdown>a:after,
.header-style-3 .sticky-header .site-navigation ul.navigation>li.active>a,
.header-style-3 .sticky-header .site-navigation ul.navigation>li.active>a:after {
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
.site-footer .widget {
	padding-top: 70px;
	position: relative;
}

.site-footer .widget .widget-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #3147f3;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 30px;
}

.site-footer .widget ul li:not(:last-child) {
	padding-bottom: 10px;
}

.site-footer .pbmit-social-links li:not(:last-child) {
	margin-right: 5px;
}

.site-footer .pbmit-social-links li a {
	font-size: 15px;
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	color: var(--pbmit-white-color);
}

.site-footer .pbmit-social-links li:first-child a {
	background-color: #2947c3;
}

.site-footer .pbmit-social-links li:nth-child(2) a {
	background-color: #08b8de;
}

.site-footer .pbmit-social-links li:nth-child(3) a {
	background-color: #e400ff;
}

.site-footer .pbmit-social-links li:last-child a {
	background-color: #c80e0e;
}

.site-footer .pbmit-social-links li a:hover {
	background-color: var(--pbmit-blackish-color);
}

/** footer Style 1 **/
.footer-style-1 {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	background-image: url(../images/bg/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	background-attachment: scroll;
	color: var(--pbmit-blackish-color);
}

.footer-style-1 .pbmit-footer-big-area {
	padding-bottom: 30px;
}

.footer-style-1 .pbmit-footer-newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	padding: 45px 120px 50px 60px;
	background-color: var(--pbmit-blackish-color);
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 40px), calc(100% - 40px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 40px), calc(100% - 40px) 101%, 0 100%, 0 0);
}

.footer-style-1 .pbmit-footer-newsletter:after {
	position: absolute;
	content: '';
	top: -18px;
	right: 0;
	left: auto;
	height: 200px;
	width: 245px;
	background-image: url(../images/bg/form-bottom-pattern.png);
	background-repeat: no-repeat;
	z-index: -1;
}

.footer-style-1 .pbmit-footer-newsletter .pbmit-footer-icon-title i {
	font-size: 80px;
	line-height: 80px;
	color: var(--pbmit-global-color);
	margin-right: 10px;
}

.footer-style-1 .pbmit-footer-newsletter .pbmit-footer-title {
	color: var(--pbmit-white-color);
	margin: 0;
	font-size: 30px;
	line-height: 30px;
}

.footer-style-1 .pbmit-footer-email-button,
.footer-style-2 .pbmit-footer-email-button {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 510px;
	clip-path: polygon(100% 0, 100% 70%, 96% 100%, 0 100%, 0 0);
}

.footer-style-1 .pbmit-footer-email-button input {
	height: 50px;
	padding: 0 160px 0 35px;
	font-weight: 700;
	color: rgba(255, 255, 255, .8);
	border: 1px solid #485295;
}

.footer-style-1 .pbmit-footer-email-button button,
.footer-style-2 .pbmit-footer-email-button button {
	position: absolute;
	top: 50%;
	right: 0px;
	background: transparent;
	-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%);
	background: var(--pbmit-global-color);
	padding: 15px 40px 15px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
	transition: all .6s;
	border: none;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.footer-style-1 .pbmit-footer-email-button button:after,
.footer-style-2 .pbmit-footer-email-button button:after {
	content: '\e814';
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	left: auto;
	top: 14px;
	font-family: "pbminfotech-base-icons";
	right: 20px;
}

.footer-style-1 .pbmit-footer-email-button button:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.footer-style-1 .pbmit-footer-widget-area {
	padding-bottom: 50px;
}

.footer-style-1 .pbmit-footer-widget-area .widget_text {
	font-size: 14px;
	line-height: 24px;
}

.footer-style-1 .pbmit-footer-widget-col-1 .textwidget {
	padding-right: 55px;
}

.footer-style-1 .pbmit-contact-widget-lines .pbmit-contact-widget-line:first-child {
	padding-top: 0;
}

.footer-style-1 .pbmit-contact-widget-lines .pbmit-contact-widget-line {
	padding: 5px 0;
}

.footer-style-1 .pbmit-footer-widget-col-4 .pbmit-timelist-list li {
	display: flex;
	align-items: center;
}

.footer-style-1 .pbmit-footer-widget-col-4 ul li .pbmit-timelist-li-title {
	font-weight: 400;
	min-width: 180px;
}

.footer-style-1 .pbmit-footer-widget-col-4 .pbmit-timelist-list li:last-child {
	margin: 5px 0 30px;
}

.footer-style-1 .pbmit-footer-text-area .container {
	margin-top: 35px;
	padding: 50px 0 75px 0;
	border-top: 1px solid rgba(20, 25, 60, 0.15);
}

.footer-style-1 .pbmit-footer-text-inner {
	text-align: center;
}

/** footer Style 2 **/
.footer-style-2 {
	color: var(--pbmit-blackish-color);
	background-image: url(../images/bg/form-bottom-pattern.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	background-attachment: scroll;
	padding: 60px 0 85px;
	font-size: 14px;
}

.footer-style-2 .pbmit-footer-big-area {
	padding-bottom: 60px;
}

.footer-style-2 .pbmit-two-column-menu li {
	float: left;
	width: 50%;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-line {
	padding: 5px 0;
}

.footer-style-2 .pbmit-footer-newsletter .pbmit-footer-title {
	font-size: 24px;
	line-height: 24px;
	color: var(--pbmit-global-color);
	margin: 30px 0;
}

.footer-style-2 .widget ul.pbmit-social-links li:not(:last-child) {
	padding-bottom: 0;
	margin-right: 6px;
}

.footer-style-2 .pbmit-footer-email-button {
	width: 100%;
}

.footer-style-2 .pbmit-footer-email-button input {
	height: 50px;
	color: var(--pbmit-blackish-color);
	font-size: 14px;
	line-height: 24px;
	padding: 0 145px 0 20px;
	border-color: var(--pbmit-global-color);
}

.footer-style-2 .pbmit-footer-email-button button:hover {
	background-color: var(--pbmit-blackish-color);
}

.footer-style-2 .pbmit-footer-instagram-area {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

.footer-style-2 .pbmit-footer-instagram-wrapper {
	padding: 5px 5px 15px 5px;
}

.footer-style-2 .pbmit-footer-instagram-wrapper .sbi_item {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 20%;
	zoom: 1;
	padding: inherit !important;
	margin: 0 !important;
	text-decoration: none;
	opacity: 1;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-style-2 .pbmit-footer-instagram-wrapper .sbi_item a {
	position: relative;
	display: block;
}

.footer-style-2 .pbmit-footer-instagram-wrapper .sbi_item a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(49, 71, 243, .5);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.footer-style-2 .pbmit-footer-instagram-wrapper .sbi_item a:before {
	position: absolute;
	content: '\f16d';
	font-family: 'pbminfotech-base-icons';
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-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%);
	font-size: 40px;
	color: var(--pbmit-white-color);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	z-index: 1;
}

.footer-style-2 .pbmit-footer-instagram-wrapper .sbi_item a:hover:after,
.footer-style-2 .pbmit-footer-instagram-wrapper .sbi_item a:hover:before {
	opacity: 1;
}

.footer-style-2 .pbmit-footer-text-area {
	position: relative;
	padding: 15px 0;
}

.footer-style-2 .pbmit-footer-menu-area {
	text-align: right;
}

.footer-style-2 .pbmit-footer-menu-area ul li {
	display: inline-block;
	margin: 0 10px;
}

.footer-style-2 .pbmit-footer-menu-area ul li:last-child {
	margin-right: 0;
}

.footer-style-2 .pbmit-footer-menu-area ul li a {
	position: relative;
}

.footer-style-2 .pbmit-footer-menu-area ul li:not(:first-child) a:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 13px;
	background-color: rgba(20, 25, 60, .2);
	top: 50%;
	left: -12px;
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

/** footer Style 3 **/
.footer-style-3 {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	background-image: url(../images/bg/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	background-attachment: scroll;
	background-color: var(--pbmit-blackish-color);
}

.footer-style-3:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
	background-color: rgba(20, 25, 60, 0.80);
}

.footer-style-3 .pbmit-footer-big-area {
	color: rgba(255, 255, 255, 1);
}

.footer-style-3 .pbmit-footer-contact-info {
	padding: 50px 0;
}

.footer-style-3 .pbmit-footer-contact-info .pbmit-footer-icon {
	margin-right: 20px;
	font-size: 40px;
	color: var(--pbmit-global-color);
}

.footer-style-3 .pbmit-footer-contact-info .pbmit-label {
	display: block;
	font-size: 14px;
	color: var(--pbmit-global-color);
}

.footer-style-3 .pbmit-footer-contact-info .pbmit-label-two {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-style: normal;
}

.footer-style-3 .pbmit-footer-logo {
	position: absolute;
	top: -1px;
	-khtml-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	left: 50%;
	right: 0;
	text-align: center;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
	-o-transition: all ease 800ms;
	background: var(--pbmit-white-color);
	padding: 25px 20px 45px;
	width: 135px;
	clip-path: polygon(99% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.footer-style-3 .pbmit-footer-logo img {
	max-height: 60px;
}

.footer-style-3 .pbmit-footer-widget-area {
	padding-bottom: 50px;
}

.footer-style-3 .pbmit-footer-widget-area .container {
	border-top: 1px solid rgba(49, 71, 243, .22);
	padding: 25px 0 50px;
}

.footer-style-3 .pbmit-footer-widget-col-1 {
	padding-right: 45px;
}

.footer-style-3 .widget {
	font-size: 14px;
	line-height: 24px;
}

.footer-style-3 .widget ul li a {
	color: rgba(255, 255, 255, 1);
}

.footer-style-3 .pbmit-footer-widget-col-2 .widget ul li a:hover {
	color: var(--pbmit-global-color);
}

.footer-style-3 .pbmit-timelist-list li {
	display: flex;
	align-items: center;
}

.footer-style-3 .pbmit-timelist-list li .pbmit-timelist-li-title {
	min-width: 135px;
}

.footer-style-3 .pbmit-timelist-list li:last-child {
	margin: 5px 0 30px;
}

.footer-style-3 .pbmit-footer-email-button {
	position: relative;
	overflow: hidden;
	width: 100%;
	clip-path: polygon(100% 0, 100% 70%, 96% 100%, 0 100%, 0 0);
}

.footer-style-3 .pbmit-footer-email-button input {
	padding: 0 70px 0 20px;
	border-color: rgba(49, 71, 243, .5);
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 24px;
	height: 50px;
}

.footer-style-3 .pbmit-footer-email-button input::placeholder {
	color: var(--pbmit-global-color);
	opacity: .8;
}

.footer-style-3 .pbmit-footer-email-button button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px;
	background-color: var(--pbmit-global-color);
	line-height: 50px;
	border: none;
	transition: all .6s;
}

.footer-style-3 .pbmit-footer-email-button button:after {
	content: '\e814';
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	top: -1px;
	font-family: "pbminfotech-base-icons";
	right: 20px;
	left: auto;
}

.footer-style-3 .pbmit-footer-email-button button:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.footer-style-3 .pbmit-social-links {
	margin-top: 35px;
}

.footer-style-3 .pbmit-social-links li a:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.site-footer.footer-style-3 .pbmit-social-links li:not(:last-child) {
	padding-bottom: 0;
}

.footer-style-3 .pbmit-footer-text-area {
	padding: 25px 0;
	background-color: var(--pbmit-global-color);
}

.footer-style-3 .pbmit-footer-text-inner {
	font-size: 14px;
}

.footer-style-3 .pbmit-footer-copyright-text-area a {
	color: var(--pbmit-white-color);
}

.footer-style-3 .pbmit-footer-copyright-text-area a:hover {
	color: rgba(255, 255, 255, .6);
}

.footer-style-3 .pbmit-footer-menu-area {
	text-align: right;
}

.footer-style-3 .pbmit-footer-menu-area ul li {
	display: inline-block;
	margin: 0 10px;
}

.footer-style-3 .pbmit-footer-menu-area ul li a {
	color: rgba(255, 255, 255, 1);
	position: relative;
}

.footer-style-3 .pbmit-footer-menu-area ul li:not(:first-child) a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: var(--pbmit-white-color);
	top: 50%;
	left: -12px;
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

.footer-style-3 .pbmit-footer-menu-area ul li:last-child {
	margin-right: 0;
}

.footer-style-3 .pbmit-footer-menu-area ul li a:hover {
	color: rgba(255, 255, 255, .6);
}

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
	position: relative;
	z-index: 1;
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-wrapper::before {
	background-color: rgba(20, 25, 60, 0.5);
	background-image: url(../images/bg/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: 400px;
}

.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;
}

.pbmit-title-bar-content-inner,
.pbmit-title-bar-wrapper .pbmit-breadcrumb {
	width: 100%;
	text-align: center;
}

.pbmit-title-bar-wrapper .pbmit-tbar {
	padding-right: 15px;
}

.pbmit-title-bar-wrapper .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb {
	display: block;
}

.pbmit-title-bar-content .pbmit-tbar-inner {
	max-width: none;
	padding: 0;
}

.pbmit-tbar-subtitle {
	padding-top: 5px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
	font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-tbar-title {
	font-weight: 700;
	font-size: 60px;
	line-height: 66px;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb {
	padding-left: 15px;
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
	font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
	display: inline-block;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span i:before {
	margin: 0;
}

.pbmit-breadcrumb-inner .sep {
	font-size: 13px;
	top: 3px;
	position: relative;
	color: var(--pbmit-global-color);
}

.pbmit-breadcrumb-inner i {
	font-size: 20px;
	display: inline-block;
}

/*----------------------------------------*/
/*  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 {
	overflow: hidden;
	margin-bottom: 10px;
}

.progressbar .progress-label {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	font-weight: 600;
	font-style: normal;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.progress {
	height: 21px;
	padding: 1px;
	overflow: visible;
	display: inherit;
	border-radius: 0px;
	position: relative;
	border: 1px solid var(--pbmit-global-color);
	background-color: transparent;
}

.progress .progress-bar {
	position: relative;
	display: flex;
	font-size: 11px;
	line-height: 15px;
	height: 17px;
	background-color: var(--pbmit-global-color);
	border-radius: 2px;
	transition: width 1s ease-in-out;
}

.progress .progress-percent {
	padding-right: 0;
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 13px;
	line-height: 15px;
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  13 - Accordion
/*----------------------------------------*/
.accordion-item {
	border: none;
	position: relative;
	margin-bottom: 0px;
	background-color: transparent;
	color: inherit;
	border-bottom: 1px solid rgba(20, 25, 60, 0.1);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.12);
}

.accordion-button {
	display: inherit;
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	border-radius: 0 !important;
	outline: none;
	position: relative;
	padding: 15px 15px 15px 30px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-blackish-color);
	background-color: transparent !important;
}

.accordion-item:last-of-type {
	border-radius: 0;
}

.accordion-button:not(.collapsed) {
	padding-top: 30px;
	box-shadow: none;
	color: var(--pbmit-global-color);
}

.accordion-button:not(.collapsed):hover {
	color: var(--pbmit-blackish-color);
}

.pbmit-accordion-icon.pbmit-accordion-icon-left,
.pbmit-accordion-icon.pbmit-accordion-icon-right {
	font-size: 13px;
	display: inline-block;
	width: auto;
	margin-right: 14px;
	color: var(--pbmit-global-color);
}

.pbmit-accordion-icon.pbmit-accordion-icon-left {
	float: left;
	text-align: left;
}

.pbmit-accordion-icon.pbmit-accordion-icon-right {
	float: right;
	text-align: right;
}

.accordion-item.active .pbmit-accordion-icon-closed {
	display: none;
}

.accordion-item .pbmit-accordion-icon-closed {
	display: block;
}

.accordion-item .pbmit-accordion-icon-opened {
	display: none;
}

.accordion-item.active .pbmit-accordion-icon-opened {
	display: block;
}

.accordion-button::after {
	display: none;
}

.accordion-body {
	padding: 0 15px 25px 30px;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item.active button .pbmit-accordion-title {
	color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  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 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
	font-size: inherit;
	align-items: center;
	padding-bottom: calc(0px/2);
	padding: 0;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
	position: relative;
	border: none;
	background: transparent;
}

.list-group-borderless .list-group-item:not(:first-child) {
	margin-top: calc(10px/2);
}

.list-group .pbmit-icon-list-icon {
	padding-right: 5px;
	color: var(--pbmit-global-color);
	display: flex;
	position: relative;
	top: 0px;
	line-height: normal;
}

.list-group .pbmit-icon-list-icon i {
	width: auto;
	line-height: inherit;
	color: var(--pbmit-global-color);
}

.list-group .pbmit-icon-list-text {
	font-size: inherit;
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-body-typography-font-family);
}

/*----------------------------------------*/
/*  16 -  Revolution
/*----------------------------------------*/
/** Slider 01 **/
.pbmit-pentagone-shape img {
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	width: 245px !important;
	height: 275px !important;
	left: 3px;
	top: 3px
}

.pbmit-pentagone-shape {
	width: 250px !important;
	height: 281px !important;
	background-color: #fff;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	background-color: #fff
}

.rs-layer.pbmit-lightbox-video.pbmit-hover-animation.rev-btn {
	position: relative !important
}

.rev-btn {
	-webkit-clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
	clip-path: polygon(101% 0, 100% calc(101% - 14px), calc(100% - 14px) 101%, 0 100%, 0 0);
}

.rev-btn .elementor-button-text {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.rev-btn .elementor-button-text:after {
	content: '\e814';
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	top: -1px;
	font-family: "pbminfotech-base-icons";
	right: -3px;
	left: auto;
}

.pbmit-hover-animation {
	position: relative !important;
	clip-path: unset;
	-webkit-clip-path: unset;
	z-index: 1;
	height: 70px !important;
	width: 70px !important;
	line-height: 70px !important
}

.pbmit-hover-animation:before,
.pbmit-hover-animation:after {
	position: absolute;
	left: -10px;
	top: -10px;
	height: 90px;
	width: 90px;
	background: rgba(49, 71, 243, .5);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .08);
	content: '';
	border-radius: 50%;
	z-index: -1
}

.pbmit-hover-animation:before {
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	-moz-animation: pulse-border-2 1.5s linear infinite;
	-o-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite
}

.pbmit-hover-animation:after {
	background: rgba(49, 71, 243, .1);
	height: 115px;
	width: 115px;
	left: -23px;
	top: -23px
}

.pbmit-hover-animation:after {
	-webkit-animation: pulse-border 1s linear infinite;
	-moz-animation: pulse-border 1s linear infinite;
	-o-animation: pulse-border 1s linear infinite;
	animation: pulse-border 1s linear infinite
}

#rev_slider_1_1_wrapper .persephone .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #aaaaaa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	box-sizing: content-box
}

#rev_slider_1_1_wrapper .persephone .tp-bullet.rs-touchhover,
#rev_slider_1_1_wrapper .persephone .tp-bullet.selected {
	background: #000000
}

@keyframes pulse-border {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.7);
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}

/** Slider 02 **/
.custom .tp-bullet.selected {
	background: #fff !important
}

.custom .tp-bullet {
	background: rgba(255, 255, 255, .4) !important
}

.header-style-2 .pbmit-slider-area {
	background-color: transparent;
	clip-path: polygon(0 0, 100% 0, 100% 76%, 88% 100%, 12% 100%, 0 76%)
}

.pbmit-icon-shape {
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%)
}

.custom.tp-bullets:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box
}

.custom .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #aaa;
	background: rgba(125, 125, 125, 0.5);
	cursor: pointer;
	box-sizing: content-box
}

.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected {
	background: rgb(125, 125, 125)
}

/** Slider 03 **/
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected {
	background: #fff !important
}

.pbmit-team-btn button span:after {
	top: 0px !important
}

.screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.pbmit-form-shape {
	clip-path: polygon(100% 0, 100% 83%, 49% 100%, 0 83%, 0 0);
	overflow: hidden;
	position: relative;
}

.pbmit-form-shape:before,
.pbmit-form-shape:after {
	position: absolute;
	left: auto;
	content: '';
	background-repeat: no-repeat;
}

.pbmit-form-shape:before {
	height: 265px;
	width: 255px;
	top: -60px;
	right: -60px;
	background-image: url(../images/bg/form-top-pattern.png);
}

.pbmit-form-shape::after {
	background-image: url(../images/bg/form-bottom-pattern.png);
	bottom: 0px;
	right: -30px;
	height: 235px;
	width: 365px;
}

.pbmit-form-shape h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.pbmit-form.pbmit-slider-form .input-group {
	margin-bottom: 10px;
}

.pbmit-form.pbmit-slider-form .input-group input {
	padding: 0 20px;
	height: 50px;
	border-color: #485295;
	font-family: inherit;
	font-weight: 400;
}

.pbmit-form.pbmit-slider-form .input-group input::placeholder,
.pbmit-form.pbmit-slider-form .input-group select,
.pbmit-form.pbmit-slider-form .input-group textarea::placeholder {
	color: var(--pbmit-white-color);
}

.pbmit-form.pbmit-slider-form .input-group select option {
	color: var(--pbmit-blackish-color);
}

.pbmit-form.pbmit-slider-form .input-group textarea {
	height: 150px;
	resize: none;
	border-color: #485295;
	padding: 20px;

}

.pbmit-form.pbmit-slider-form .input-group select {
	border-color: #485295 !important;
	height: 50px;
	width: 100%;
	appearance: auto;
}

.pbmit-form.pbmit-slider-form .input-group button {
	margin-top: 20px;
}

.pbmit-form.pbmit-slider-form .input-group button:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  17 - Client
/*----------------------------------------*/
.pbminfotech-hide,
.pbmit-hide {
	display: none;
}

/** Style 2 **/
.pbmit-ele.pbmit-client-style-2 {
	margin-bottom: 30px;
}

.pbmit-client-style-2 .pbmit-border-wrapper {
	border: 1px solid rgba(20, 25, 60, .15);
	padding: 30px 0;
	text-align: center;
	transition: all .6s ease-in-out;
}

.pbmit-client-style-2 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-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:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}

.pbmit-client-style-2:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/*----------------------------------------*/
/* 18 - Spinner Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-spinner-box-style-1 {
	width: 170px;
	position: relative;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 9;
	padding: 10px;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
	fill: var(--pbmit-blackish-color);
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-spinner-box-style-1 .pbmit-icon-wrapper i {
	font-size: 40px;
	line-height: 85px;
	color: var(--pbmit-white-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-icon {
	width: 65px;
	height: 75px;
	text-align: center;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	background-color: var(--pbmit-global-color);
}

.pbmit-spinner-box-style-1 .pbmit-icon-type-svg img {
	width: 40px;
	height: 70px;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

/* --------------------------------------
* 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-bg-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-bg-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 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

.pbmit-sortable-list-ul li {
	display: inline-block;
}

.pbmit-sortable-list-ul li:not(:last-child) {
	margin: 0 10px;
}

.pbmit-sortable-list a {
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 500;
}

.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 21 - Split-Slide
* ---------------------------------------*/
.pbmit-element-split-slide-style-1 {
	position: relative;
	z-index: 1;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-number p {
	font-size: 150px;
	line-height: 150px;
	display: inline-block;
	position: absolute;
	color: rgba(49, 71, 243, .15);
	right: 40px;
	top: -50px;
	font-weight: 700;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
	font-size: 30px;
	line-height: 30px;
	padding-right: 120px;
	margin-bottom: 20px;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-title {
	margin: 0px 0 35px 0;
	border-bottom: 1px solid var(--pbmit-global-color);
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
	padding: 135px 50px 200px 140px;
	position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-ihbox-icon {
	font-size: 30px;
	line-height: 30px;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox {
	overflow: hidden;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox {
	padding: 180px 90px 0 0px;
}

body.rtl .pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox {
	padding-left: 90px;
	padding-right: 0;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
	margin-bottom: 30px;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-split-slide-item {
	margin: 0 0 35px 0;
	position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-subheading {
	font-size: 15px;
	letter-spacing: 1px;
}

.pbmit-element-split-slide-style-1 .pbmit-heading-subheading {
	margin: 0;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
	clip-path: polygon(-1% 25%, -1% 75%, 50% 100%, 101% 75%, 101% 25%, 50% 0%);
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.first,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.last,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.active {
	opacity: 1;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img {
	position: relative;
	overflow: hidden;
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
	font-size: 100px;
	line-height: 110px;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-desc {
	position: relative;
	padding-bottom: 40px;
	font-weight: normal;
}

.pbmit-element-split-slide-style-1 .pbmit-icon-box-wrapper {
	z-index: 11;
	position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-element-split-slide-wrapper {
	margin-top: -110px;
	z-index: -1;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
	padding: 160px 0 0 0;
}

/* --------------------------------------
* 22 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style3 .progress-one_leftbox,
.pbmit-animation-style3 .progress-two_rightbox,
.pbmit-animation-style1 .about-us-three_signbox,
.pbmit-animation-style1 .pbmit-pf-img01,
.pbmit-animation-style2 .pbmit-pf-img02,
.pbmit-animation-style1 .pbmit-service-img01,
.pbmit-animation-style2 .pbmit-service-img02 {
	position: relative;
	overflow: hidden;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.pbmit-animation-style3 .progress-one_leftbox img,
.pbmit-animation-style3 .progress-two_rightbox img,
.pbmit-animation-style1 .about-us-three_signbox img,
.pbmit-animation-style1 .pbmit-pf-img01 img,
.pbmit-animation-style2 .pbmit-pf-img02 img,
.pbmit-animation-style1 .pbmit-service-img01 img,
.pbmit-animation-style2 .pbmit-service-img02 img {
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}