@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;600;700&display=swap');


/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box 
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Testimonial
    07 - Header
    08 - Footer
    09 - Title Bar
    10 - Overlap Colomn
    11 - Accordion
    12 - Circle Progress
    13 - List Group
    14 - Banner Slider
    15 - Client
    16 - Spinner-Box
	17 - Sortable
    18 - Img Animation
	19 - Marquee
    20 - Tab
    21 - Pricing
	22 - Portfolio
	23 - Progress Bar
	24 - Tween Effect
	25 - Static Box
	26 - Product Style

******************************/

body {
	counter-reset: pbmitbox3;
	font-family: 'Titillium Web', sans-serif;
}
/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
	margin-bottom: 25px;
	position: relative;
}
.pbmit-heading-subheading .pbmit-subtitle{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #c37243;
	
	font-style: normal;
	position: relative;
	display: inline-block;
	padding: 3px 23px 3px 23px;
	border-radius: 30px;
	margin-bottom: 15px;
	background-color: var(--pbmit-white-color);
}
.demo-six .pbmit-heading-subheading .pbmit-subtitle{
	color: var(--pbmit-secondary-color) !important;
}
.pbmit-heading-subheading .pbmit-subtitle.blackish-color{
	color: var(--pbmit-blackish-color);
}
.pbmit-heading-subheading .pbmit-subtitle.global-color{
	color: var(--pbmit-global-color) !important;
}
.pbmit-heading-subheading .pbmit-subtitle.secondary-color{
	color: var(--pbmit-secondary-color);
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle{
	color: var(--pbmit-blackish-color);
}
.pbmit-button-box-second a{
        background-color: #c37243;
}
	.header-style-2 .pbmit-button-box-second a:hover,
	.header-style-3 .pbmit-button-box-second a:hover,
	.header-style-9 .pbmit-button-box-second a:hover{
		background-color: #d9d9d9;
	}
.pbmit-bg-color-white .pbmit-heading-subheading .pbmit-subtitle{
	background-color: #d9d9d9;
	color:white;
	
}
.pbmit-heading-subheading .pbmit-title{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0px;
	color: var(--pbmit-heading-color);
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
}
.pbmit-heading-subheading .pbmit-heading-desc{
	margin-top: 30px;
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-heading-desc{
	color: rgba(255,255,255,.8);
}
.pbmit-heading-subheading.text-white .pbmit-title{
	color: white;
}
.demo_ten .pbmit-heading-subheading .pbmit-subtitle{
	color: #3368c6;
}
/*=== For the same css ===*/
.pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-blog-style-1 .pbmit-meta-line,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text,
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.header-style-1 .pbmit-header-button a .pbmit-header-button-text-2,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc,
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper,
.pbminfotech-ele-ptable-style-1 .pbmit-button a,
.pbmit-ihbox-style-18 .pbmit-ihbox-box-number,
.pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title,
.pbmit-ihbox-style-29 .pbmit-ihbox-box-number,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper,
.pbmit-ihbox-style-32 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-39 .pbmit-heading-desc{
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-ihbox-btn a,
.pbmit-service-btn{
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.6px;
	
	font-style: normal;
	position: relative;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
}
.pbmit-ihbox-style-1 .pbmit-element-title{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-1 .pbmit-element-title span{
	border-bottom: 1px solid var(--pbmit-blackish-color);
	font-weight: 600;
}
.pbmit-ihbox-style-1:hover .pbmit-element-title{
	transform: translateX(1%);
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-bg-color-global .pbmit-ihbox-style-1 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-2 .pbmit-title-wrap {
	margin-bottom: 7px;
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-2 .pbmit-element-heading,
.pbmit-ihbox-style-2 .pbmit-element-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-2 .pbmit-element-heading {
	margin-right: 5px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2:hover .pbmit-element-title{
	transform: translateX(1%);
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg{
	font-size: 15px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 50px;
	margin-bottom: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn a:hover{
	border-color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-ihbox-style-3 .pbmin-lightbox-video{
	position: relative;
	margin-left: 25px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -42%);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-3 .pbmit-feature-wrapper-img .pbmit-ihbox-icon-type-image{
	width: 170px;
}
.pbmit-ihbox-style-3 .pbmit-feature-wrapper-img .pbmit-ihbox-icon-type-image img{
	border-radius: 20px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-contents{
	text-align: end;
}
.pbmit-ihbox-style-3 .pbmit-element-title{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text{
	font-size: 60px;
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-wrapper:not(.pbmit-ihbox-icon-type-image) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -42%);
	font-size: 50px;
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-3 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-element-title{
	font-size: 36px;
	margin-bottom: 0;
	padding-left: 5px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle,
.pbmit-ihbox-style-4 .pbmit-element-heading{
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.6px;
	display: inline-block;
	margin-bottom: 0;
	
	border: 1px solid var(--pbmit-blackish-color);
	border-radius: 30px;
	padding: 0 13px 0 20px;
	margin-bottom: 12px;
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-4:hover .pbmit-element-subtitle,
.pbmit-ihbox-style-4:hover .pbmit-element-heading{
	background-color: var(--pbmit-blackish-color);
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg{
	font-size: 15px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image{
	width: 80px;
	height: 50px;
	margin-bottom: 30px;
	object-fit: cover;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn{
	margin-top: 26px;
	display: inline-block;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn a{
	padding: 21px 35px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-text-color-white .pbmit-ihbox-style-4 .pbmit-element-subtitle,
.pbmit-text-color-white .pbmit-ihbox-style-4 .pbmit-element-heading{
	border-color: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}
.pbmit-text-color-white .pbmit-ihbox-style-4:hover .pbmit-element-subtitle,
.pbmit-text-color-white .pbmit-ihbox-style-4:hover .pbmit-element-heading{
	background-color: var(--pbmit-white-color);
	border: 1px solid var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
.pbmit-text-color-white .pbmit-ihbox-style-4 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
/** Style 5 **/
.pbmit-ihbox-style-5,
.pbmit-ihbox-style-5::before,
.pbmit-ihbox-style-5 .pbmit-element-title,
.pbmit-ihbox-style-5 .pbmit-heading-desc,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg{
	margin-right: 30px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper{
	width: 125px;
	height: 125px;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	font-size: 75px;
	line-height: 70px;
	color: var(--pbmit-white-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper{
	line-height: 50px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper{
	font-size: 20px;
	line-height: 20px;
}
.pbmit-ihbox-style-5 .pbmit-element-title{
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 10px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image img{
	width: 110px;
	height: 80px;
	object-fit: cover;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-bg-color-global .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-5 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
/** Style 9 **/
.pbmit-ihbox-style-9,
.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
.pbmit-miconheading-style-9:hover .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon::before,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper::before,
.pbmit-miconheading-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text::before,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a{
	transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-9 .pbmit-element-title{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 15px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(3, 27, 78,.1);
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg{
	border: 3px solid var(--pbmit-global-color);
	border-radius: 50%;
	height: 127px;
	min-width: 127px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}
.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	font-size: 35px;
	line-height: 30px;
	height: 92px;
	width: 92px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	position: relative;
	z-index: 0;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	font-size: 15px;
	line-height: 15px;
}
.pbmit-ihbox-style-9 .pbmit-icon-type-icon::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--pbmit-blackish-color);
	z-index: -1;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon .pbmit-icon-type-icon::before{
	width: 100%;
	height: 100%;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon .pbmit-icon-type-icon{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img{
	width: 80px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-miconheading-style-9 .pbmit-ihbox-icon-type-text{
	font-size: 35px;
	line-height: 35px;
	height: 92px;
	width: 92px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	border: 0;
	position: relative;
	z-index: 0;
	margin: auto;
}
.pbmit-miconheading-style-9 .pbmit-ihbox-icon-type-text::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--pbmit-blackish-color);
	z-index: -1;
}
.pbmit-miconheading-style-9:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text::before{
	width: 100%;
	height: 100%;
}
.pbmit-miconheading-style-9:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-white-color);
}
/** Style 12 **/
.pbmit-ihbox-style-12,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-contents{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg{
	margin-right: 30px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-12 .pbmit-icon-type-icon{
	font-size: 52px;
	line-height: 52px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12 .pbmit-element-title{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-12:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 13 **/
.pbmit-ihbox-style-13,
.pbmit-ihbox-style-13 .pbmit-icon-type-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-contents{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-13 {
	display: inline-block;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-box {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper{
	font-size: 10px;
}
.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13:hover .pbmit-ihbox-svg-wrapper{
	transform: scale(-1) rotate(180deg);
	transition: all 300ms ease-in;
}
.pbmit-ihbox-style-13 .pbmit-icon-type-icon{
	font-size: 17px;
	line-height: 15px;
}
.pbmit-ihbox-style-13 .pbmit-element-title{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}
.pbmit-ihbox-style-13 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-13 .pbmit-element-title,
.pbmit-bg-color-secondary .pbmit-ihbox-style-13 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
/* pbmit-ihbox-style-13-new */
.pbmit-ihbox-style-13-new .pbmit-miconheading-style-13{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper{
	font-size: 30px;
	line-height: 30px;
	width: 55px;
	height: 55px;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	margin-right: 15px;
}
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper .pbmit-icon-wrapper{
	font-size: 30px;
	line-height: 30px;
}
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-element-title{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--pbmit-white-color);
}

/** Style 15 **/
.pbmit-ihbox-style-15,
.pbmit-ihbox-style-15 .pbmit-ihbox-box,
.pbmit-ihbox-style-15 .pbmit-element-title::before{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box{
	padding: 45px;
	border-radius: 30px;
	position: relative;
	background: var(--pbmit-white-color);
	clip-path: polygon( 4.606% 0.587%,4.606% 0.587%,3.957% 0.956%,3.345% 1.416%,2.774% 1.96%,2.247% 2.582%,1.768% 3.277%,1.342% 4.038%,0.971% 4.86%,0.659% 5.737%,0.409% 6.662%,0.227% 7.631%,0.227% 7.631%,0.176% 8.335%,0.134% 9.763%,0.099% 11.946%,0.072% 14.917%,0.051% 18.706%,0.037% 23.346%,0.03% 28.867%,0.029% 35.301%,0.035% 42.68%,0.045% 51.035%,0.113% 92.777%,0.749% 94.636%,0.749% 94.636%,0.972% 95.238%,1.222% 95.814%,1.498% 96.362%,1.799% 96.88%,2.124% 97.366%,2.471% 97.819%,2.84% 98.238%,3.229% 98.619%,3.636% 98.963%,4.061% 99.266%,5.105% 99.951%,40.273% 100.049%,40.273% 100.049%,47.134% 100.064%,53.253% 100.069%,58.643% 100.064%,63.317% 100.051%,67.287% 100.029%,70.567% 99.997%,73.168% 99.957%,75.104% 99.909%,76.387% 99.853%,77.03% 99.788%,77.03% 99.788%,77.672% 99.619%,78.291% 99.406%,78.885% 99.149%,79.453% 98.849%,79.993% 98.508%,80.504% 98.126%,80.984% 97.703%,81.432% 97.241%,81.846% 96.74%,82.225% 96.201%,82.225% 96.201%,82.57% 95.659%,82.865% 95.163%,83.121% 94.679%,83.351% 94.17%,83.567% 93.6%,83.781% 92.935%,84.004% 92.138%,84.25% 91.174%,84.531% 90.008%,84.857% 88.603%,84.857% 88.603%,85.333% 86.669%,85.798% 85.032%,86.279% 83.655%,86.799% 82.501%,87.387% 81.534%,88.067% 80.718%,88.866% 80.016%,89.809% 79.392%,90.922% 78.81%,92.231% 78.233%,92.231% 78.233%,93.686% 77.583%,94.945% 76.913%,96.023% 76.202%,96.936% 75.429%,97.699% 74.572%,98.33% 73.612%,98.842% 72.527%,99.253% 71.297%,99.578% 69.901%,99.832% 68.319%,99.832% 68.319%,99.883% 67.664%,99.925% 66.524%,99.96% 64.872%,99.987% 62.684%,100.008% 59.934%,100.022% 56.596%,100.029% 52.644%,100.03% 48.052%,100.024% 42.796%,100.014% 36.85%,99.946% 7.337%,99.31% 5.479%,99.31% 5.479%,99.087% 4.876%,98.837% 4.3%,98.561% 3.752%,98.26% 3.234%,97.935% 2.748%,97.588% 2.295%,97.219% 1.877%,96.83% 1.495%,96.423% 1.151%,95.998% 0.848%,94.954% 0.163%,50.37% 0.098%,50.37% 0.098%,38.83% 0.081%,29.459% 0.07%,22.024% 0.07%,16.291% 0.082%,12.028% 0.11%,9.002% 0.157%,6.979% 0.225%,5.728% 0.317%,5.014% 0.437%,4.606% 0.587% );
}
.pbmit-ihbox-style-15 {
	position: relative;
}
.pbmit-ihbox-style-15:hover {
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-15 .pbmit-icon-type-icon {
	font-size: 30px;
	line-height: 30px;
	color: #c37243;
}
.pbmit-ihbox-style-15 .pbmit-icon-wrap {
	justify-content: space-between;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-image img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box-number {
	font-size: 20px;
	line-height: 20px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg{
	font-size: 15px;
	line-height: 15px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-15 .pbmit-element-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
	padding-top: 15px;
	margin-top: 15px;
	margin-right: 12px;
	position: relative;
	border-top: 1px solid rgba(3, 27, 78, .1);
}
.pbmit-ihbox-style-15 .pbmit-element-title::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(3, 27, 78, .6);
}
.pbmit-ihbox-style-15 .pbmit-element-title::after {
	content: "";
	position: absolute;
	top: -6px;
	right: -12px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background-color: rgba(3, 27, 78, .2);
}
.pbmit-ihbox-style-15:hover .pbmit-element-title::before{
	width: 100%;
}
.pbmit-ihbox-style-15 .pbmit-content-wrapper {
	padding-top: 30px;
	padding-right: 50px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-btn a {
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-15 .pbmit-ihbox-btn a .pbmit-button-text {
	font-size: 0;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-15 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: -4px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-56px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-15:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-15 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-15:hover .pbmit-ihbox-btn .pbmit-button-icon {
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 16 **/
.pbmit-ihbox-style-16,
.pbmit-ihbox-style-16 .pbmit-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-contents{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-16 {
	text-align: center;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg{
	display: inline-block;
	margin-bottom: 25px;
}
.pbmit-ihbox-style-16 .pbmit-icon-type-icon{
	font-size: 75px;
	line-height: 75px;
	position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper svg {
	font-size: 45px;
	line-height: 45px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-icon-type-icon::after {
	content: '';
	position: absolute;
	top: 20px;
	right: -30px;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-image img {
	width: 75px;
	height: 75px;
	border-radius: 100%;
}
.pbmit-ihbox-style-16 .pbmit-element-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-16:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text{
	font-size: 75px;
	line-height: 75px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 17 **/
.pbmit-ihbox-style-17,
.pbmit-ihbox-style-17 .pbmit-icon-type-icon,
.pbmit-ihbox-style-17 .pbmit-ihbox-contents{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-box .pbmit-ihbox-contents {
	flex: 1;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-17 .pbmit-icon-wrapper,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper{
	height: 142px;
	width: 142px;
	line-height: 142px;
	font-size: 70px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-right: 30px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	transition: all .3s ease-out 0s;
}
.pbmit-ihbox-style-17 .pbmit-icon-wrapper {
	line-height: 162px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper svg{
	width: 70px;
	height: 70px;
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-17 .pbmit-element-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-17 .pbmit-element-heading {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image{
	background: transparent;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image img {
	border-radius: 100%;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn a{
	padding: 21px 35px;
	border-radius: 30px;
	color: var(--pbmit-white-color);
	background-color: #c37243;
	transition: all .4s ease-in;
	display: inline-block;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-54px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/* == For bg color == */
.pbmit-bg-color-secondary .pbmit-ihbox-style-17 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-17 .pbmit-ihbox-btn a:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
/** Style 18 **/
.pbmit-ihbox-style-18 .pbmit-lightbox-video{
	position: relative;
	margin-left: 25px;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-18 .pbmit-feature-wrapper-img img{
	border-radius: 20px;
	clip-path: polygon( 6.297% 0.632%,6.297% 0.632%,5.409% 1.003%,4.571% 1.466%,3.79% 2.016%,3.069% 2.647%,2.414% 3.353%,1.83% 4.127%,1.323% 4.964%,0.897% 5.857%,0.558% 6.8%,0.31% 7.787%,0.31% 7.787%,0.241% 8.497%,0.183% 9.929%,0.135% 12.113%,0.098% 15.082%,0.07% 18.864%,0.051% 23.493%,0.041% 28.998%,0.04% 35.41%,0.047% 42.761%,0.062% 51.082%,0.155% 92.679%,1.024% 94.576%,1.024% 94.576%,1.328% 95.19%,1.67% 95.778%,2.048% 96.337%,2.46% 96.866%,2.904% 97.362%,3.379% 97.825%,3.883% 98.251%,4.414% 98.641%,4.971% 98.991%,5.553% 99.301%,6.98% 100%,93.216% 100%,94.984% 99.068%,94.984% 99.068%,95.557% 98.741%,96.105% 98.375%,96.626% 97.969%,97.119% 97.528%,97.581% 97.051%,98.013% 96.542%,98.41% 96.001%,98.774% 95.431%,99.1% 94.833%,99.389% 94.21%,99.389% 94.21%,99.565% 93.759%,99.707% 93.2%,99.817% 92.344%,99.9% 91.003%,99.959% 88.989%,99.999% 86.114%,100.023% 82.188%,100.035% 77.024%,100.04% 70.434%,100.04% 62.23%,100.04% 31.78%,99.296% 29.817%,99.296% 29.817%,99.031% 29.16%,98.729% 28.525%,98.39% 27.914%,98.016% 27.33%,97.609% 26.772%,97.168% 26.244%,96.697% 25.747%,96.195% 25.283%,95.665% 24.853%,95.108% 24.459%,95.108% 24.459%,94.848% 24.316%,94.504% 24.149%,94.086% 23.963%,93.604% 23.761%,93.069% 23.548%,92.49% 23.328%,91.88% 23.106%,91.248% 22.884%,90.604% 22.669%,89.959% 22.463%,89.959% 22.463%,88.711% 22.056%,87.636% 21.687%,86.712% 21.346%,85.922% 21.024%,85.244% 20.711%,84.659% 20.397%,84.147% 20.072%,83.689% 19.727%,83.265% 19.351%,82.855% 18.935%,82.855% 18.935%,82.476% 18.507%,82.118% 18.033%,81.774% 17.5%,81.439% 16.899%,81.106% 16.215%,80.771% 15.437%,80.428% 14.553%,80.07% 13.552%,79.692% 12.421%,79.288% 11.148%,79.288% 11.148%,78.909% 9.986%,78.55% 8.947%,78.204% 8.02%,77.865% 7.193%,77.527% 6.452%,77.184% 5.786%,76.828% 5.183%,76.455% 4.63%,76.057% 4.116%,75.627% 3.627%,75.627% 3.627%,75.181% 3.199%,74.65% 2.777%,74.047% 2.367%,73.385% 1.976%,72.677% 1.61%,71.933% 1.274%,71.168% 0.976%,70.393% 0.721%,69.621% 0.516%,68.865% 0.366%,68.865% 0.366%,68.176% 0.299%,66.901% 0.239%,65.054% 0.184%,62.651% 0.137%,59.706% 0.096%,56.235% 0.062%,52.251% 0.035%,47.771% 0.016%,42.809% 0.004%,37.379% 0%,37.379% 0%,29.872% 0.011%,23.739% 0.024%,18.832% 0.044%,15.003% 0.074%,12.102% 0.116%,9.979% 0.175%,8.487% 0.253%,7.475% 0.352%,6.795% 0.478%,6.297% 0.632% );
}
.pbmit-miconheading-style-18:nth-child(odd) .pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img {
	clip-path: polygon( 6.297% 0.632%,6.297% 0.632%,5.409% 1.003%,4.571% 1.466%,3.79% 2.016%,3.069% 2.647%,2.414% 3.353%,1.83% 4.127%,1.323% 4.964%,0.897% 5.857%,0.558% 6.8%,0.31% 7.787%,0.31% 7.787%,0.241% 8.497%,0.183% 9.929%,0.135% 12.113%,0.098% 15.082%,0.07% 18.864%,0.051% 23.493%,0.041% 28.998%,0.04% 35.41%,0.047% 42.761%,0.062% 51.082%,0.155% 92.679%,1.024% 94.576%,1.024% 94.576%,1.328% 95.19%,1.67% 95.778%,2.048% 96.337%,2.46% 96.866%,2.904% 97.362%,3.379% 97.825%,3.883% 98.251%,4.414% 98.641%,4.971% 98.991%,5.553% 99.301%,6.98% 100%,93.216% 100%,94.984% 99.068%,94.984% 99.068%,95.557% 98.741%,96.105% 98.375%,96.626% 97.969%,97.119% 97.528%,97.581% 97.051%,98.013% 96.542%,98.41% 96.001%,98.774% 95.431%,99.1% 94.833%,99.389% 94.21%,99.389% 94.21%,99.565% 93.759%,99.707% 93.2%,99.817% 92.344%,99.9% 91.003%,99.959% 88.989%,99.999% 86.114%,100.023% 82.188%,100.035% 77.024%,100.04% 70.434%,100.04% 62.23%,100.04% 31.78%,99.296% 29.817%,99.296% 29.817%,99.031% 29.16%,98.729% 28.525%,98.39% 27.914%,98.016% 27.33%,97.609% 26.772%,97.168% 26.244%,96.697% 25.747%,96.195% 25.283%,95.665% 24.853%,95.108% 24.459%,95.108% 24.459%,94.848% 24.316%,94.504% 24.149%,94.086% 23.963%,93.604% 23.761%,93.069% 23.548%,92.49% 23.328%,91.88% 23.106%,91.248% 22.884%,90.604% 22.669%,89.959% 22.463%,89.959% 22.463%,88.711% 22.056%,87.636% 21.687%,86.712% 21.346%,85.922% 21.024%,85.244% 20.711%,84.659% 20.397%,84.147% 20.072%,83.689% 19.727%,83.265% 19.351%,82.855% 18.935%,82.855% 18.935%,82.476% 18.507%,82.118% 18.033%,81.774% 17.5%,81.439% 16.899%,81.106% 16.215%,80.771% 15.437%,80.428% 14.553%,80.07% 13.552%,79.692% 12.421%,79.288% 11.148%,79.288% 11.148%,78.909% 9.986%,78.55% 8.947%,78.204% 8.02%,77.865% 7.193%,77.527% 6.452%,77.184% 5.786%,76.828% 5.183%,76.455% 4.63%,76.057% 4.116%,75.627% 3.627%,75.627% 3.627%,75.181% 3.199%,74.65% 2.777%,74.047% 2.367%,73.385% 1.976%,72.677% 1.61%,71.933% 1.274%,71.168% 0.976%,70.393% 0.721%,69.621% 0.516%,68.865% 0.366%,68.865% 0.366%,68.176% 0.299%,66.901% 0.239%,65.054% 0.184%,62.651% 0.137%,59.706% 0.096%,56.235% 0.062%,52.251% 0.035%,47.771% 0.016%,42.809% 0.004%,37.379% 0%,37.379% 0%,29.872% 0.011%,23.739% 0.024%,18.832% 0.044%,15.003% 0.074%,12.102% 0.116%,9.979% 0.175%,8.487% 0.253%,7.475% 0.352%,6.795% 0.478%,6.297% 0.632% );
}
.pbmit-miconheading-style-18:nth-child(even) .pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img {
	clip-path: polygon( 6.297% 0.599%,6.297% 0.599%,5.41% 0.975%,4.573% 1.444%,3.792% 1.999%,3.072% 2.634%,2.418% 3.342%,1.834% 4.119%,1.327% 4.957%,0.9% 5.851%,0.56% 6.795%,0.31% 7.783%,0.31% 7.783%,0.241% 8.493%,0.183% 9.924%,0.135% 12.107%,0.098% 15.074%,0.07% 18.855%,0.051% 23.481%,0.041% 28.983%,0.04% 35.393%,0.047% 42.74%,0.062% 51.056%,0.155% 92.633%,1.024% 94.529%,1.024% 94.529%,1.328% 95.143%,1.67% 95.73%,2.048% 96.289%,2.46% 96.817%,2.904% 97.314%,3.379% 97.776%,3.883% 98.202%,4.414% 98.592%,4.971% 98.942%,5.553% 99.252%,5.553% 99.252%,5.976% 99.441%,6.511% 99.593%,7.341% 99.713%,8.649% 99.806%,10.617% 99.875%,13.428% 99.927%,17.265% 99.965%,22.311% 99.996%,28.748% 100.022%,36.759% 100.05%,36.759% 100.05%,42.461% 100.065%,47.601% 100.07%,52.181% 100.066%,56.203% 100.052%,59.667% 100.029%,62.578% 99.997%,64.935% 99.957%,66.742% 99.907%,68% 99.85%,68.71% 99.784%,68.71% 99.784%,69.499% 99.626%,70.296% 99.416%,71.089% 99.158%,71.868% 98.859%,72.622% 98.524%,73.34% 98.158%,74.01% 97.766%,74.622% 97.354%,75.165% 96.927%,75.627% 96.491%,75.627% 96.491%,76.057% 96.003%,76.455% 95.489%,76.828% 94.936%,77.184% 94.333%,77.527% 93.668%,77.865% 92.927%,78.204% 92.1%,78.55% 91.173%,78.909% 90.135%,79.288% 88.974%,79.288% 88.974%,79.692% 87.702%,80.07% 86.571%,80.428% 85.57%,80.771% 84.687%,81.106% 83.91%,81.439% 83.226%,81.774% 82.625%,82.118% 82.093%,82.476% 81.619%,82.855% 81.191%,82.855% 81.191%,83.265% 80.775%,83.689% 80.399%,84.147% 80.054%,84.659% 79.729%,85.244% 79.415%,85.922% 79.102%,86.712% 78.781%,87.636% 78.44%,88.711% 78.072%,89.959% 77.665%,89.959% 77.665%,90.604% 77.459%,91.248% 77.244%,91.88% 77.022%,92.49% 76.8%,93.069% 76.58%,93.604% 76.367%,94.086% 76.165%,94.504% 75.979%,94.848% 75.812%,95.108% 75.669%,95.108% 75.669%,95.665% 75.276%,96.195% 74.846%,96.697% 74.382%,97.168% 73.885%,97.609% 73.357%,98.016% 72.8%,98.39% 72.216%,98.729% 71.606%,99.031% 70.971%,99.296% 70.314%,100.04% 68.352%,100.04% 37.918%,100.04% 37.918%,100.04% 29.717%,100.035% 23.13%,100.023% 17.969%,99.999% 14.046%,99.959% 11.172%,99.9% 9.159%,99.817% 7.818%,99.707% 6.963%,99.565% 6.404%,99.389% 5.954%,99.389% 5.954%,99.1% 5.33%,98.774% 4.733%,98.41% 4.163%,98.013% 3.623%,97.581% 3.114%,97.119% 2.637%,96.626% 2.196%,96.105% 1.791%,95.557% 1.424%,94.984% 1.098%,93.216% 0.166%,50.563% 0.1%,50.563% 0.1%,39.565% 0.082%,30.62% 0.072%,23.505% 0.071%,17.998% 0.084%,13.878% 0.112%,10.921% 0.16%,8.907% 0.229%,7.613% 0.323%,6.817% 0.446%,6.297% 0.599% );
}
.pbmit-ihbox-style-18{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-18:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-18 .pbmit-icon-wrap {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-box-number {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 100%;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-miconheading-style-18:nth-child(odd) .pbmit-ihbox-style-18 .pbmit-ihbox-box-number {
	position: absolute;
	top: 0;
	right: 0;
}
.pbmit-miconheading-style-18:nth-child(even) .pbmit-ihbox-style-18 .pbmit-ihbox-box-number {
	position: absolute;
	top: inherit;
	bottom: 0;
	right: 0;
}
.pbmit-ihbox-style-18 .pbmit-icon-type-icon {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper svg {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-text {
	font-size: 14px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-18 .pbmit-element-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px;
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-18 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	background-color: transparent;
	border-radius: 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 19 **/
.pbmit-ihbox-style-19,
.pbmit-ihbox-style-19 .pbmit-icon-type-icon,
.pbmit-ihbox-style-19 .pbmit-ihbox-contents{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon {
	margin-right: 30px;
}
.pbmit-ihbox-style-19 .pbmit-icon-type-icon,
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper{
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper svg{
	width: 70px;
	height: 70px;
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-19 .pbmit-element-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	font-weight: 600;
}
.pbmit-ihbox-style-19 .pbmit-element-heading {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image{
	background: transparent;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-text{
	font-size: 90px;
	line-height: 90px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-19 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	background-color: transparent;
	border-radius: 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-btn a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-19 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-19 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 20 **/
.pbmit-ihbox-style-20 .pbmit-ihbox-icon,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg {
	margin-right: 10px;
}
.pbmit-ihbox-style-20 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 50px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-image {
	width: 50px;
	height: 50px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text {
	font-size: 22px;
	line-height: 28px;
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-20 .pbmit-element-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
}
.pbmit-bg-color-global .pbmit-ihbox-style-20 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-20 .pbmit-element-title span{
	border-bottom: 1px solid var(--pbmit-blackish-color);
	font-weight: 600;
}
.pbmit-ihbox-style-20:hover .pbmit-element-title{
	transform: translateX(1%);
}
.pbmit-ihbox-style-20 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}

/** Style 21 **/
.pbmit-ihbox-style-21 {
	display: flex;
	border-radius: 30px;
	padding: 40px 70px 40px 30px;
	align-items: flex-start;
	background: var(--pbmit-white-color);
}
.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 35px;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-contents {
	padding-left: 110px;
	position: relative;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-contents::before {
	content: '\e894';
	font-family: "pbminfotech-base-icons";
	font-size: 80px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0;
	color: var(--pbmit-global-color);
	font-style: normal;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-21 .pbmit-icon-type-icon {
	font-size: 32px;
	line-height: 70px;
	color: rgba(51, 104, 198, 0.5);
}
.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-21 .pbmit-icon-type-icon {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pbmit-ihbox-style-21 .pbmit-ihbox-svg svg{
	width: 32px;
	height: 32px;
	fill: rgba(51, 104, 198, 0.5);
}
.pbmit-ihbox-style-21:hover .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-21:hover .pbmit-icon-type-icon {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
}
.pbmit-ihbox-style-21 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #666666;
	letter-spacing: 1px;
	
}
.pbmit-ihbox-style-21 .pbmit-element-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0;
	font-weight: 400;
}
.pbmit-ihbox-style-21 .pbmit-element-heading {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-21 .pbmit-element-heading::before {
	content: "-";
	margin-right: 5px;
}
.pbmit-ihbox-style-21 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-btn {
	padding-top: 35px;
}
/** Style 22 **/
.pbmit-ihbox-style-22 .pbmit-icon-type-icon,
.pbmit-ihbox-style-22 .pbmit-ihbox-contents,
.pbmit-ihbox-style-22{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg{
	margin-bottom: 25px;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 70px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-22 .pbmit-icon-type-icon{
	font-size: 36px;
	line-height: 36px;
}
.pbmit-ihbox-style-22 i.pbmit-xcare-icon{
	margin-top: 10px;
}
.pbmit-ihbox-style-22 .pbmit-element-title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-22 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-22:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-type-text{
	font-size: 24px;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 23 **/
.pbmit-ihbox-style-23 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-23 .pbmit-icon-type-icon,
.pbmit-ihbox-style-23 .pbmit-element-title,
.pbmit-ihbox-style-23 .pbmit-heading-desc,
.pbmit-ihbox-style-23::before,
.pbmit-ihbox-style-23{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg{
	margin-right: 30px;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper{
	width: 142px;
	height: 142px;
	background-color: var(--pbmit-white-color);
	border-radius: 50%;
	font-size: 75px;
	line-height: 75px;
	color: var(--pbmit-blackish-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-23 i.pbmit-xcare-icon.pbmit-xcare-icon-subscribe{
	margin-top: 20px;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper{
	font-size: 20px;
	line-height: 20px;
}
.pbmit-ihbox-style-23 .pbmit-element-title{
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-23 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 10px;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon-type-image img{
	width: 110px;
	height: 80px;
	object-fit: cover;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 24 **/
.pbmit-ihbox-style-24 .pbmit-icon-type-icon,
.pbmit-ihbox-style-24 .pbmit-ihbox-contents,
.pbmit-ihbox-style-24{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-24 .pbmit-icon-type-icon{
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-24 .pbmit-element-title{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-24 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-24:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 25 **/
.pbmit-ihbox-style-25 .pbmit-content-wrapper::before,
.pbmit-ihbox-style-25 .pbmit-ihbox-box,
.pbmit-ihbox-style-25 .pbmit-ihbox-btn,
.pbmit-ihbox-style-25{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-25{
	position: relative;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-box{
	padding: 42px 42px 28px;
	border-radius: 30px 30px 0 30px;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in;
	background-color:transparent;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 30px 30px 0 30px;
	transition: all 0.4s ease-in;
	background-color: rgba(255,255,255, 0.6);
	clip-path: polygon( 9.202% 0%,90.798% 0%,90.798% 0%,92.289% 0.11%,93.705% 0.429%,95.025% 0.939%,96.231% 1.622%,97.303% 2.463%,98.223% 3.442%,98.972% 4.543%,99.531% 5.748%,99.879% 7.041%,100% 8.403%,100% 69.468%,100% 69.468%,99.633% 73.178%,98.616% 75.937%,97.076% 77.918%,95.14% 79.293%,92.934% 80.235%,90.585% 80.917%,88.221% 81.511%,85.967% 82.19%,83.95% 83.128%,82.298% 84.496%,82.298% 84.496%,81.047% 86.306%,80.14% 88.282%,79.405% 90.341%,78.671% 92.399%,77.767% 94.371%,76.523% 96.173%,74.767% 97.721%,72.33% 98.931%,69.039% 99.719%,64.724% 100%,9.202% 100%,9.202% 100%,7.711% 99.89%,6.295% 99.571%,4.975% 99.061%,3.769% 98.378%,2.697% 97.538%,1.777% 96.558%,1.028% 95.457%,0.469% 94.252%,0.121% 92.959%,0% 91.597%,0% 8.403%,0% 8.403%,0.121% 7.041%,0.469% 5.748%,1.028% 4.543%,1.777% 3.442%,2.697% 2.463%,3.769% 1.622%,4.975% 0.939%,6.295% 0.429%,7.711% 0.11%,9.202% 0% );
}
.pbmit-ihbox-style-25:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg{
	margin-top: 102px;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper{
	font-size: 40px;
	line-height: 40px;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-25 .pbmit-icon-type-icon{
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper svg{
	width: 150px;
	height: 100px;
	object-fit: cover;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-25 .pbmit-element-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-25 .pbmit-element-subtitle a,
.pbmit-ihbox-style-25 .pbmit-element-title a{
	color: var(--pbmit-blackish-color) !important;
}
.pbmit-ihbox-style-25 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-25 .pbmit-element-title a:hover{
	color: var(--pbmit-global-color) !important;
}
.pbmit-ihbox-style-25 .pbmit-heading-desc,
.pbmit-ihbox-style-25 .pbmit-element-title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-ihbox-style-25 .pbmit-content-wrapper .pbmit-heading-desc{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 8px;
	padding-left: 16px;
	
	letter-spacing: 1.2px;
	position: relative;
	-webkit-line-clamp: 1;
	color: #6e778c;
}
.pbmit-ihbox-style-25 .pbmit-heading-desc::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.pbmit-ihbox-style-25 .pbmit-content-wrapper{
	position: relative;
	z-index: 1;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-25 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-btn a{
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-btn a .pbmit-button-text{
	font-size: 0;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: -4px;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-56px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-25:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-25:hover .pbmit-ihbox-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-box-number{
	color: #6e778c;
}
/** Style 26 **/
.pbmit-ihbox-style-26 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-26 .pbmit-icon-type-icon,
.pbmit-ihbox-style-26 .pbmit-element-title,
.pbmit-ihbox-style-26 .pbmit-heading-desc,
.pbmit-ihbox-icon::before,
.pbmit-ihbox-style-26{
	transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-26{
	position: relative;
	padding: 45px 30px 40px;
	border-radius: 30px;
	background-color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-26{
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-26 .pbmit-element-title{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-26 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-26 .pbmit-element-subtitle a,
.pbmit-ihbox-style-26 .pbmit-element-title a{
	color: var(--pbmit-blackish-color) !important;
}
.pbmit-ihbox-style-26 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-26 .pbmit-element-title a:hover{
	color: var(--pbmit-global-color) !important;
}
.pbmit-ihbox-style-26 .pbmit-element-title span{
	border-bottom: 1px solid var(--pbmit-blackish-color);
	font-weight: 600;
}
.pbmit-ihbox-style-26 .pbmit-ihbox-icon,
.pbmit-ihbox-style-26 .pbmit-ihbox-svg{
	margin-bottom: 25px;
}
.pbmit-ihbox-style-26 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-26 .pbmit-icon-type-icon{
	font-size: 40px;
	margin-bottom: 20px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-26 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-26 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-26 .pbmit-ihbox-btn{
	margin-top: 26px;
}
.pbmit-ihbox-style-26 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-26 .pbmit-content-wrapper .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-26 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-26 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-26 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-26 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-26 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-ihbox-style-26 .pbmit-content-wrapper .pbmit-ihbox-box-number,
.pbmit-ihbox-style-26 .pbmit-content-wrapper .pbmit-heading-desc{
	color: #6e778c;
}
/** Style 27 **/
.pbmit-ihbox-style-27,
.pbmit-ihbox-style-27 .pbmit-icon-type-icon,
.pbmit-ihbox-style-27 .pbmit-ihbox-contents{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-icon,
.pbmit-ihbox-style-27 .pbmit-ihbox-svg{
	margin-right: 30px;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-27 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-27 .pbmit-icon-type-icon{
	font-size: 45px;
	line-height: 45px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon{
	margin-top: 7px;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-27 .pbmit-heading-desc,
.pbmit-ihbox-style-27 .pbmit-element-title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-ihbox-style-27 .pbmit-element-title{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 5px;
	-webkit-line-clamp: 1;
}
.pbmit-ihbox-style-27:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-27 .pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-27 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 28 **/
.pbmit-ihbox-style-28{
	display: inline-block;
	position: relative;
	padding: 0 20px 20px 0;
	margin: 0 30px 30px 0;
	border-radius: 0 0 30px;
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-headingicon{
	display: flex;
	padding: 40px 24px 30px;
	border-radius: 30px;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-28 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-28 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-28 .pbmit-element-subtitle a,
.pbmit-ihbox-style-28 .pbmit-element-title a{
	color: var(--pbmit-blackish-color) !important;
}
.pbmit-ihbox-style-28 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-28 .pbmit-element-title a:hover{
	color: var(--pbmit-global-color) !important;
}
.pbmit-ihbox-style-28 .pbmit-content-wrapper .pbmit-heading-desc,
.pbmit-ihbox-style-28 .pbmit-ihbox-box-number{
	color:#6e778c;
}
.pbmit-ihbox-style-28 .pbmit-content-wrapper .pbmit-heading-desc{
	font-size: 13px;
}
.pbmit-ihbox-style-28 .pbmit-heading-desc > span{
	font-size: 14px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-28 .pbmit-heading-desc > span::before{
	content: '\e889';
	display: inline-block;
	font-family: "pbminfotech-base-icons";
	color: #fdcf00;
	margin-right: 5px;
}
.pbmit-ihbox-style-28 .pbmit-top-right-corner{
	top: 0;
	right: -30px;
	transform: rotate(90deg) scaleX(-1);
}
.pbmit-ihbox-style-28 .pbmit-bottom-left-corner{
	bottom: -30px;
	left: 0;
	transform: rotate(90deg) scaleX(-1);
}
.pbmit-ihbox-style-28 .pbmit-sticky-corner svg path{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-icon,
.pbmit-ihbox-style-28 .pbmit-ihbox-svg{
	margin-right: 18px;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-28 .pbmit-icon-type-icon{
	font-size: 42px;
	margin-bottom: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-28 .pbmit-ihbox-icon .pbmit-icon-type-icon svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-icon-type-image{
	width: 60px;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn{
	margin-top: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 29 **/
.pbmit-ihbox-style-29{
	position: relative;
	z-index: 1;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg{
	margin-bottom: 28px;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg::before{
	content: '';
	position: relative;
	top: 50px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
	background-color: rgba(3, 27, 78, 0.5);
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg::before{
	display: none;
}
.pbmit-text-color-white .pbmit-ihbox-style-29 .pbmit-ihbox-svg::before,
.pbmit-bg-color-global .pbmit-ihbox-style-29 .pbmit-ihbox-icon::before{
	background-color: rgba(255,255,255, 0.5);
}
.ihbox-style-29-area .pbmit-column:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.ihbox-style-29-area .pbmit-column:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-svg::before,
.pbmit-element-miconheading-style-29 .pbmit-ele:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.pbmit-element-miconheading-style-29 .pbmit-ele:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-svg::before{
	display: block;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.pbmit-ihbox-style-29 .pbmit-icon-type-icon{
	font-size: 40px;
	line-height: 40px;
}
.pbmit-ihbox-style-29 i.pbmit-xcare-icon{
	margin-top: 10px;
}
.pbmit-ihbox-style-29 .pbmit-element-title{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-29 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-icon-type-text{
	font-size: 24px;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-box-number{
	position: absolute;
	top: 23px;
	left: 75px;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-29:hover .pbmit-ihbox-box-number{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-29 .pbmit-ihbox-contents{
	padding: 0 15px;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn{
	margin-top: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-29 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-bg-color-global .pbmit-ihbox-style-29 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-29 .pbmit-heading-desc{
	color: rgba(255,255,255,.8);
}
/** Style 30 **/
.pbmit-ihbox-style-30{
	display: inline-block;
	position: relative;
	padding: 25px 20px 0 25px;
	border-radius: 30px 0 0;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-30 .pbmit-ihbox-headingicon{
	display: flex;
	padding: 35px 24px 23px;
	border-radius: 30px;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-30 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-30 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-30 .pbmit-element-subtitle a,
.pbmit-ihbox-style-30 .pbmit-element-title a{
	color: var(--pbmit-blackish-color) !important;
}
.pbmit-ihbox-style-30 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-30 .pbmit-element-title a:hover{
	color: var(--pbmit-global-color) !important;
}
.pbmit-ihbox-style-30 .pbmit-content-wrapper .pbmit-heading-desc,
.pbmit-ihbox-style-30 .pbmit-ihbox-box-number{
	color:#6e778c;
}
.pbmit-ihbox-style-30 .pbmit-content-wrapper .pbmit-heading-desc{
	font-size: 13px;
}
.pbmit-ihbox-style-30 .pbmit-heading-desc > span{
	font-size: 14px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-30 .pbmit-heading-desc > span::before{
	content: '\e889';
	display: inline-block;
	font-family: "pbminfotech-base-icons";
	color: #fdcf00;
	margin-right: 5px;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-icon,
.pbmit-ihbox-style-30 .pbmit-ihbox-svg{
	margin-right: 18px;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-30 .pbmit-icon-type-icon{
	font-size: 42px;
	margin-bottom: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-30 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-30 .pbmit-ihbox-icon .pbmit-icon-type-icon svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-30 .pbmit-ihbox-icon-type-image{
	width: 60px;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-btn{
	margin-top: 10px;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-30 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-30 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 31 **/
.pbmit-ihbox-style-31 .pbmit-icon-type-icon,
.pbmit-ihbox-style-31 .pbmit-ihbox-contents,
.pbmit-ihbox-style-31{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon,
.pbmit-ihbox-style-31 .pbmit-ihbox-svg{
	margin-right: 22px;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-31 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-31 .pbmit-icon-type-icon{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon{
	margin-top: 7px;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-31 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-31 .pbmit-element-title{
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-31 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-element-miconheading-style-31.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide{
	padding-top: 5px;
}
.pbmit-ihbox-style-31:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn{
	margin-top: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 32 **/
.pbmit-ihbox-style-32,
.pbmit-ihbox-style-32 .pbmit-ihbox-box,
.pbmit-ihbox-style-32 .pbmit-ihbox-box::before,
.pbmit-ihbox-style-32 .pbmit-element-title::before{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-box{
	padding: 47px;
	border-radius: 30px;
	position: relative;
	background: transparent;
	z-index: 1;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 30px;
	background: var(--pbmit-white-color);
	clip-path: polygon(4.596% 0.565%,4.596% 0.565%,3.947% 0.895%,3.336% 1.309%,2.766% 1.801%,2.24% 2.364%,1.762% 2.994%,1.336% 3.686%,0.966% 4.433%,0.655% 5.23%,0.407% 6.072%,0.226% 6.954%,0.226% 6.954%,0.176% 7.633%,0.134% 9.052%,0.099% 11.243%,0.071% 14.238%,0.051% 18.072%,0.037% 22.777%,0.03% 28.386%,0.029% 34.931%,0.034% 42.447%,0.045% 50.966%,0.113% 93.462%,0.747% 95.156%,0.747% 95.156%,0.969% 95.705%,1.219% 96.23%,1.495% 96.729%,1.795% 97.201%,2.119% 97.644%,2.466% 98.057%,2.834% 98.439%,3.221% 98.786%,3.628% 99.099%,4.052% 99.376%,5.094% 100%,94.968% 100%,96.009% 99.376%,96.009% 99.376%,96.433% 99.099%,96.84% 98.786%,97.228% 98.439%,97.595% 98.057%,97.942% 97.644%,98.266% 97.201%,98.566% 96.729%,98.842% 96.23%,99.092% 95.705%,99.314% 95.156%,99.948% 93.462%,100.016% 62.259%,100.016% 62.259%,100.026% 56.181%,100.03% 50.744%,100.027% 45.939%,100.017% 41.754%,100.002% 38.18%,99.98% 35.207%,99.952% 32.824%,99.919% 31.023%,99.88% 29.793%,99.835% 29.123%,99.835% 29.123%,99.782% 28.765%,99.722% 28.409%,99.657% 28.055%,99.585% 27.703%,99.506% 27.353%,99.421% 27.006%,99.33% 26.662%,99.233% 26.32%,99.129% 25.982%,99.02% 25.646%,99.02% 25.646%,98.694% 24.858%,98.32% 24.143%,97.887% 23.492%,97.382% 22.896%,96.796% 22.344%,96.115% 21.827%,95.33% 21.335%,94.428% 20.858%,93.398% 20.387%,92.228% 19.911%,92.228% 19.911%,90.917% 19.385%,89.803% 18.853%,88.861% 18.284%,88.064% 17.642%,87.387% 16.895%,86.802% 16.008%,86.285% 14.949%,85.808% 13.684%,85.345% 12.179%,84.871% 10.401%,84.871% 10.401%,84.719% 9.788%,84.565% 9.183%,84.412% 8.598%,84.262% 8.041%,84.118% 7.522%,83.984% 7.05%,83.863% 6.635%,83.757% 6.286%,83.669% 6.013%,83.603% 5.825%,83.603% 5.825%,83.404% 5.38%,83.153% 4.909%,82.858% 4.424%,82.528% 3.935%,82.171% 3.455%,81.797% 2.994%,81.414% 2.564%,81.031% 2.177%,80.656% 1.843%,80.298% 1.575%,80.298% 1.575%,79.621% 1.141%,78.889% 0.795%,77.849% 0.527%,76.251% 0.327%,73.84% 0.186%,70.367% 0.092%,65.577% 0.037%,59.22% 0.01%,51.043% 0.001%,40.794% -0%,40.794% 0%,31.784% 0.009%,24.453% 0.022%,18.619% 0.04%,14.103% 0.066%,10.725% 0.104%,8.304% 0.156%,6.661% 0.225%,5.615% 0.315%,4.987% 0.427%,4.596% 0.565%);
}
.pbmit-ihbox-style-32{
	position: relative;
}
.pbmit-element-miconheading-style-32.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide{
	padding-top: 10px;
}
.pbmit-ihbox-style-32:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-32 .pbmit-icon-type-icon{
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-32 .pbmit-icon-wrap{
	justify-content: space-between;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-icon-type-image img{
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-box-number{
	font-size: 20px;
	line-height: 20px;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-svg-wrapper svg{
	font-size: 15px;
	line-height: 15px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-32 .pbmit-element-title{
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 20px;
	margin: 0 12px 15px 0;
	position: relative;
	color: var(--pbmit-global-color);
	border-bottom: 1px solid rgba(3, 27, 78, .1);
}
.pbmit-ihbox-style-32 .pbmit-element-title::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(3, 27, 78, .6);
}
.pbmit-ihbox-style-32 .pbmit-element-title::after{
	content: "";
	position: absolute;
	bottom: -6px;
	right: -12px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background-color: rgba(3, 27, 78, .2);
}
.pbmit-ihbox-style-32:hover .pbmit-element-title::before{
	width: 100%;
}
.pbmit-ihbox-style-32 .pbmit-content-box{
	padding-top: 80px;
}
.pbmit-ihbox-style-32 .pbmit-content-wrapper{
	padding: 0 50px 0 0;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn a{
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn a .pbmit-button-text{
	font-size: 0;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-32 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: -4px;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 10px;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-56px, 65px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-32:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	top: 0;
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-32:hover .pbmit-ihbox-btn .pbmit-button-icon {
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-ihbox-style-32 .pbmit-ihbox-box-number {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
/** Style 33 **/
.pbmit-ihbox-style-33{
	display: inline-block;
	position: relative;
	padding: 22px 0 0 22px;
	border-radius: 30px 0 0;
	background-color: var(--pbmit-light-color);
}
.rtl .pbmit-ihbox-style-33{
	border-radius: 0 30px 0 0;
	padding: 22px 22px 0 0;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-headingicon{
	padding: 23px 32px;
	border-radius: 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-33 .pbmit-element-title{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-33 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-33 .pbmit-ihbox-icon,
.pbmit-ihbox-style-33 .pbmit-ihbox-svg{
	margin-bottom: 15px;
}
.pbmit-ihbox-style-33 .pbmit-icon-type-icon,
.pbmit-ihbox-style-33 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-icon-type-image{
	width: 158px;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn{
	margin-top: 10px;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-content-wrapper a:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-33 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 34 **/
.pbmit-ihbox-style-34 .pbmit-icon-type-icon,
.pbmit-ihbox-style-34 .pbmit-ihbox-contents,
.pbmit-ihbox-style-34{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg-wrapper{
	position: relative;
	padding: 0 20px 20px 0;
	z-index: 1;
	display: inline-block;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg-wrapper::before{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper i{
	font-size: 80px;
	line-height: 80px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-34 .pbmit-icon-type-icon,
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon{
	line-height: 0;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-34 .pbmit-element-title{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-34 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-element-miconheading-style-34.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide{
	padding-top: 5px;
}
.pbmit-ihbox-style-34:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn{
	margin-top: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 35 **/
.pbmit-ihbox-style-35{
	margin-bottom: 22px;
}
.pbmit-ihbox-style-35 .pbmit-ihbox-box,
.pbmit-ihbox-style-35 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-35 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-35 .pbmit-element-title,
.pbmit-ihbox-style-35 .pbmit-heading-desc,
.pbmit-ihbox-style-35::before,
.pbmit-ihbox-style-35{
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-35 .pbmit-element-title{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.pbmit-ihbox-style-35 .pbmit-ihbox-box{
	border: 1px solid rgba(24, 26, 23,.15);
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	padding: 5px;
}
.pbmit-ihbox-style-35:hover .pbmit-ihbox-box{
	border-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-35 .pbmit-ihbox-icon,
.pbmit-ihbox-style-35 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-35 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-35 .pbmit-ihbox-svg-wrapper{
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 30px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.pbmit-ihbox-style-35:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-35:hover .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
/** Style 36 **/
.pbmit-ihbox-style-36 .pbmit-element-title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-36 .pbmit-content-wrapper{
	margin-right: 30px
}
.pbmit-ihbox-style-36 .pbmit-heading-desc{
	font-size: 14px;
	line-height: 24px;
}
.pbmit-ihbox-style-36 .pbmit-ihbox-icon-wrapper{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color)
}
.pbmit-ihbox-style-36 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
	height: 50px;
	width: 50px
}
.pbmit-ihbox-style-36 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
}
/** Style 37 **/
.pbmit-miconheading-style-37{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-37 .pbmit-ihbox-contents,
.pbmit-ihbox-style-37 .pbmit-element-subtitle,
.pbmit-ihbox-style-37 .pbmit-element-title,
.pbmit-ihbox-style-37 .pbmit-heading-desc,
.pbmit-ihbox-style-37{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-37{
	display: inline-block;
	padding: 35px;
	position: relative;
	z-index: 1;
}
.pbmit-ihbox-style-37::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: var(--pbmit-white-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-37::before,
.pbmit-ihbox-style-37:hover::before{
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg{
	margin-right: 22px;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 90px;
	width: 90px;
	font-size: 50px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon{
	margin-top: 10px;
	display: inline-block;
}
.pbmit-mihbox-hover-active .pbmit-ihbox-icon-wrapper,
.pbmit-mihbox-hover-active .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-37:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-37:hover .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-37 .pbmit-element-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 12px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-37 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-mihbox-hover-active .pbmit-element-subtitle,
.pbmit-mihbox-hover-active .pbmit-element-title,
.pbmit-ihbox-style-37:hover .pbmit-element-subtitle,
.pbmit-ihbox-style-37:hover .pbmit-element-title{
	color: var(--pbmit-blackish-color);
}
.pbmit-mihbox-hover-active .pbmit-heading-desc,
.pbmit-ihbox-style-37:hover .pbmit-heading-desc{
	color: #666 !important;
}
.pbmit-ihbox-style-37:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-37 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn{
	margin-top: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-37 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-bg-color-global .pbmit-ihbox-style-37 .pbmit-heading-desc{
	color: rgba(255,255,255,0.8);
}
/** Style 38 **/
.pbmit-ihbox-style-38 .pbmit-element-title{
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-38 .pbmit-ihbox-box{
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	padding: 5px;
	background-color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-38 .pbmit-ihbox-box{
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-38 .pbmit-ihbox-icon,
.pbmit-ihbox-style-38 .pbmit-ihbox-svg{
	margin-right: 15px;
}
.pbmit-ihbox-style-38 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-38 .pbmit-ihbox-svg-wrapper{
	width: 50px;
	height: 50px;
	font-size: 23px;
	line-height: 23px;
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.pbmit-ihbox-style-38 i.pbmit-xcare-icon.pbmit-xcare-icon-phone-call{
	line-height: 0;
}
/** Style 39 **/
.pbmit-ihbox-style-39 .pbmit-element-heading{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-39 .pbmit-element-title{
	font-size: 60px;
	line-height: 64px;
	margin-bottom: 0;
	font-weight: 600;
}
.pbmit-ihbox-style-39 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-39 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-39 .pbmit-ihbox-svg-wrapper {
	font-size: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
}
.pbmit-ihbox-style-39 .pbmit-title-wrap{
	margin-right: 20px;
}
.pbmit-ihbox-style-39 .pbmit-ihbox-icon-type-image img{
	width: auto;
	height: 30px;
}
.pbmit-ihbox-style-39 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-global-color);
	border-radius: 30px;
}
.pbmit-ihbox-style-39 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
	width: 75px;
	height: 15px;
	top: -2px;
}
.pbmit-ihbox-style-39 .pbmit-heading-desc{
	letter-spacing: -0.5px;
	color: var(--pbmit-global-color);
}
/** Style 40 **/
.pbmit-ihbox-style-40,
.pbmit-ihbox-style-40 .pbmit-icon-type-icon,
.pbmit-ihbox-style-40 .pbmit-ihbox-contents{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-40{
	position: relative;
	padding: 0 0 0 15px;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon,
.pbmit-ihbox-style-40 .pbmit-ihbox-svg{
	position: relative;
	margin-right: 30px;
	height: 60px;
	width: 60px;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-40 .pbmit-ihbox-svg-wrapper{
	position: relative;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	font-size: 30px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-secondary-color);
}
.ihbox-section-twelve .pbmit-column:nth-child(2) .pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-global-color);
}
.ihbox-section-twelve .pbmit-column:nth-child(3) .pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-40 .pbmit-ihbox-svg::before{
	position: absolute;
	content: '';
	top: -12px;
	left: -12px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 0;
	background-color: var(--pbmit-secondary-color);
}
.ihbox-section-twelve .pbmit-column:nth-child(2) .pbmit-ihbox-style-40 .pbmit-ihbox-icon::before{
	background-color: var(--pbmit-global-color);
}
.ihbox-section-twelve .pbmit-column:nth-child(3) .pbmit-ihbox-style-40 .pbmit-ihbox-icon::before{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-40 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-40 .pbmit-ihbox-icon .pbmit-icon-type-icon svg{
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-40 .pbmit-element-subtitle,
.pbmit-ihbox-style-40 .pbmit-heading-desc,
.pbmit-ihbox-style-40 .pbmit-element-title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-ihbox-style-40 .pbmit-element-title{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
	-webkit-line-clamp: 1;
}
.pbmit-ihbox-style-40 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 5px;
	-webkit-line-clamp: 1;
}
.pbmit-element-miconheading-style-40.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide{
	padding-top: 5px;
}
.pbmit-ihbox-style-40:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-image img{
	height: 90px;
	width: 90px;
	border-radius: 50%;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn{
	margin-top: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbmit-featured-wrapper:after,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbmit-team-social-links li,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-1 .pbminfotech-box-social-links {
	transition: all .6s ease-in-out;
}
.pbmit-team-style-1 .pbmit-featured-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-team-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbminfotech-box-content {
	padding: 22px 0 0;
}
.pbmit-team-style-1 .pbmit-featured-wrapper{
	clip-path: polygon( 6.232% 0.432%,6.232% 0.432%,5.354% 0.704%,4.526% 1.042%,3.753% 1.442%,3.04% 1.9%,2.393% 2.412%,1.816% 2.972%,1.313% 3.577%,0.891% 4.222%,0.554% 4.903%,0.307% 5.616%,0.307% 5.616%,0.239% 6.246%,0.181% 7.641%,0.134% 9.838%,0.097% 12.874%,0.069% 16.786%,0.051% 21.61%,0.041% 27.382%,0.04% 34.141%,0.047% 41.922%,0.061% 50.762%,0.153% 94.684%,0.798% 95.788%,0.798% 95.788%,1.084% 96.238%,1.407% 96.669%,1.767% 97.08%,2.16% 97.47%,2.587% 97.837%,3.045% 98.181%,3.533% 98.499%,4.048% 98.792%,4.59% 99.056%,5.157% 99.292%,6.907% 99.964%,36.839% 100.036%,36.839% 100.036%,42.57% 100.047%,47.735% 100.051%,52.337% 100.047%,56.376% 100.038%,59.856% 100.021%,62.778% 99.998%,65.143% 99.969%,66.954% 99.933%,68.212% 99.891%,68.92% 99.844%,68.92% 99.844%,69.701% 99.73%,70.49% 99.578%,71.275% 99.393%,72.046% 99.177%,72.792% 98.935%,73.502% 98.671%,74.165% 98.388%,74.771% 98.091%,75.308% 97.783%,75.766% 97.468%,75.766% 97.468%,76.191% 97.116%,76.585% 96.745%,76.954% 96.346%,77.304% 95.911%,77.642% 95.431%,77.974% 94.897%,78.305% 94.299%,78.642% 93.631%,78.991% 92.882%,79.358% 92.044%,79.358% 92.044%,80.059% 90.471%,80.718% 89.157%,81.376% 88.068%,82.075% 87.173%,82.857% 86.436%,83.765% 85.826%,84.84% 85.308%,86.124% 84.85%,87.66% 84.418%,89.489% 83.979%,89.489% 83.979%,91.465% 83.502%,93.172% 83.009%,94.632% 82.485%,95.867% 81.916%,96.899% 81.285%,97.749% 80.579%,98.439% 79.78%,98.992% 78.875%,99.429% 77.848%,99.773% 76.683%,99.773% 76.683%,99.841% 76.095%,99.899% 74.924%,99.946% 73.137%,99.983% 70.696%,100.011% 67.566%,100.029% 63.71%,100.039% 59.094%,100.04% 53.681%,100.033% 47.436%,100.018% 40.322%,99.926% 5.4%,99.282% 4.296%,99.282% 4.296%,98.996% 3.846%,98.673% 3.415%,98.313% 3.004%,97.919% 2.614%,97.493% 2.247%,97.035% 1.903%,96.547% 1.585%,96.032% 1.292%,95.489% 1.028%,94.922% 0.792%,93.172% 0.12%,50.5% 0.072%,50.5% 0.072%,39.499% 0.059%,30.551% 0.052%,23.433% 0.051%,17.925% 0.06%,13.803% 0.081%,10.847% 0.115%,8.833% 0.165%,7.541% 0.233%,6.748% 0.321%,6.232% 0.432% );
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-1 .pbminfotech-box-team-position {
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	
	padding-left: 15px;
	position: relative;
	letter-spacing: 1px;
}
.pbmit-team-style-1 .pbminfotech-box-team-position::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #d9d9d9;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
	    font-weight: 500;
}
.pbmit-team-style-1 .pbmit-team-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
	background-color: #c37243;
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 50%;
	color:white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbminfotech-box-social-links {
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 3px;
}
.pbmit-team-style-1 .pbminfotech-box-social-links ul {
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links {
	transform: translateY(-25px);
	opacity: 1;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li {
	padding: 11px !important;
	display: block;
	margin: 0;
	background-color: var(--pbmit-white-color);
	border-radius: 50%;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-social-links li {
	transform: translate(0);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1){
	transition-delay: 750px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1) {
	transform: translate(0, 0);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2) {
	transform: translate(0, 43px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3) {
	transform: translate(0, 86px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4) {
	transform: translate(0, 129px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5) {
	transform: translate(0, 172px);
}
.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-blackish-color);
}
.pbmit-team-style-1 .pbmit-team-social-links li:hover {
	background-color: #d9d9d9;
	color:white;
}
.pbmit-team-style-1 .pbmit-team-social-links li:hover a {
	color: var(--pbmit-white-color);
}
.pbmit-element-posts-wrapper.row .pbmit-team-style-1{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
/** Style 3 **/
.pbmit-team-style-3{
	position: relative;
}
.pbmit-team-style-3 .pbminfotech-post-item{
	padding: 33px 0 33px;
	border-bottom: 1px solid rgba(24, 26, 23,.1);
}
.pbmit-team-style-3 .pbminfotech-box-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.pbmit-team-style-3 .pbmit-team-title-wapper{
	align-items: center;
}
.pbmit-team-style-3 .pbmit-team-title-wapper::before{
	counter-increment: pbmitbox3;
	content: "0" counter(pbmitbox3, decimal-leading-zero);
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid;
	color: #6e778c;
	border-radius: 20px;
	margin-right: 10px;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;
}
.pbmit-team-style-3 .pbmit-team-title{
	font-size: 60px;
	line-height: 54px;
	margin-bottom: 0;
	transform-style: preserve-3d;
	display: flex;
	align-items: center;
}
.pbmit-team-style-3:hover .pbmit-team-title a{
	color: var(--pbmit-global-color);
}
.pbmit-team-style-3 .pbminfotech-box-team-position{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 1.2px;
	font-weight: 500;
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	
	transition: all .4s ease-in;
	align-self: end;
}
.pbmit-team-style-3 .pbminfotech-box-team-position::before{
	content: "/";
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(5deg);
}
.pbmit-team-style-3 .pbmit-featured-wrapper img{
	position: absolute;
	top: -177px;
	left: 48%;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform-origin: top center;
	transition: all .3s;
	transform: translateY(30%);
	border-radius: 30px;
	transition: all .3s ease-in;
}
.pbmit-team-style-3:last-child .pbmit-featured-wrapper img{
	top: -220px;
}
.pbmit-team-style-3:hover .pbmit-featured-wrapper img{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.pbmit-team-style-3 .pbmit-team-btn{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.65px;
	
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	transition: all .4s ease-in;
}
.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon-wrapper::before,
.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon{
	color: var(--pbmit-global-color);
}
.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-right: 6px;
	transform: rotate(45deg);
}
.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-team-style-3:hover .pbmit-team-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-team-style-3:hover .pbmit-team-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 4 **/
.pbmit-team-style-4 .pbmit-featured-wrapper img,
.pbmit-team-style-4 .pbmit-featured-wrapper::after,
.pbmit-team-style-4 .pbmit-team-social-links li a,
.pbmit-team-style-4 .pbmit-team-social-links li,
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-4 .pbminfotech-box-social-links{
	transition: all .6s ease-in-out;
}
.pbmit-team-style-4 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-team-style-4 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
	padding: 20px 20px 30px;
	z-index: 1;
}
.pbmit-team-style-4 .pbminfotech-box-content{
	padding: 22px 0 0;
}
.pbmit-team-style-4 .pbminfotech-post-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 6.232% 0.432%,6.232% 0.432%,5.354% 0.704%,4.526% 1.042%,3.753% 1.442%,3.04% 1.9%,2.393% 2.412%,1.816% 2.972%,1.313% 3.577%,0.891% 4.222%,0.554% 4.903%,0.307% 5.616%,0.307% 5.616%,0.239% 6.246%,0.181% 7.641%,0.134% 9.838%,0.097% 12.874%,0.069% 16.786%,0.051% 21.61%,0.041% 27.382%,0.04% 34.141%,0.047% 41.922%,0.061% 50.762%,0.153% 94.684%,0.798% 95.788%,0.798% 95.788%,1.084% 96.238%,1.407% 96.669%,1.767% 97.08%,2.16% 97.47%,2.587% 97.837%,3.045% 98.181%,3.533% 98.499%,4.048% 98.792%,4.59% 99.056%,5.157% 99.292%,6.907% 99.964%,36.839% 100.036%,36.839% 100.036%,42.57% 100.047%,47.735% 100.051%,52.337% 100.047%,56.376% 100.038%,59.856% 100.021%,62.778% 99.998%,65.143% 99.969%,66.954% 99.933%,68.212% 99.891%,68.92% 99.844%,68.92% 99.844%,69.701% 99.73%,70.49% 99.578%,71.275% 99.393%,72.046% 99.177%,72.792% 98.935%,73.502% 98.671%,74.165% 98.388%,74.771% 98.091%,75.308% 97.783%,75.766% 97.468%,75.766% 97.468%,76.191% 97.116%,76.585% 96.745%,76.954% 96.346%,77.304% 95.911%,77.642% 95.431%,77.974% 94.897%,78.305% 94.299%,78.642% 93.631%,78.991% 92.882%,79.358% 92.044%,79.358% 92.044%,80.059% 90.471%,80.718% 89.157%,81.376% 88.068%,82.075% 87.173%,82.857% 86.436%,83.765% 85.826%,84.84% 85.308%,86.124% 84.85%,87.66% 84.418%,89.489% 83.979%,89.489% 83.979%,91.465% 83.502%,93.172% 83.009%,94.632% 82.485%,95.867% 81.916%,96.899% 81.285%,97.749% 80.579%,98.439% 79.78%,98.992% 78.875%,99.429% 77.848%,99.773% 76.683%,99.773% 76.683%,99.841% 76.095%,99.899% 74.924%,99.946% 73.137%,99.983% 70.696%,100.011% 67.566%,100.029% 63.71%,100.039% 59.094%,100.04% 53.681%,100.033% 47.436%,100.018% 40.322%,99.926% 5.4%,99.282% 4.296%,99.282% 4.296%,98.996% 3.846%,98.673% 3.415%,98.313% 3.004%,97.919% 2.614%,97.493% 2.247%,97.035% 1.903%,96.547% 1.585%,96.032% 1.292%,95.489% 1.028%,94.922% 0.792%,93.172% 0.12%,50.5% 0.072%,50.5% 0.072%,39.499% 0.059%,30.551% 0.052%,23.433% 0.051%,17.925% 0.06%,13.803% 0.081%,10.847% 0.115%,8.833% 0.165%,7.541% 0.233%,6.748% 0.321%,6.232% 0.432% );
}
.pbmit-team-style-4 .pbmit-featured-wrapper img{
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.pbmit-team-style-4:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-4 .pbminfotech-box-team-position{
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	
	padding-left: 15px;
	position: relative;
	letter-spacing: 1px;
	color: #6e778c;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;
}
.pbmit-team-style-4 .pbminfotech-box-team-position::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-team-style-4 .pbmit-team-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
}
.pbmit-team-style-4 .pbmit-team-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 2;
}
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-team-style-4 .pbminfotech-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 3px;
}
.pbmit-team-style-4 .pbminfotech-box-social-links ul{
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-team-style-4 .pbmit-team-btn:hover .pbminfotech-box-social-links{
	transform: translateY(-25px);
	opacity: 1;
}
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-social-links li{
	padding: 0 !important;
	display: block;
	margin: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}
.pbmit-team-style-4 .pbmit-team-btn:hover .pbmit-team-social-links li{
	transform: translate(0);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(1){
	transition-delay: 750px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(2){
	transform: translate(0, 43px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(3){
	transform: translate(0, 86px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(4){
	transform: translate(0, 129px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(5){
	transform: translate(0, 172px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:first-child{
	margin-top: 0;
}
.pbmit-team-style-4 .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-4 .pbmit-team-social-links li:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-4 .pbmit-team-social-links li:hover a{
	color: var(--pbmit-white-color);
}
/* pbmit-team-style-4-new */
.pbmit-team-style-4-new .pbmit-team-style-4 .pbminfotech-box-team-position{
	font-weight: 500;
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-team-style-4-new .pbmit-team-style-4 .pbminfotech-box-team-position::before{
	background-color: var(--pbmit-global-color);
}
.pbmit-team-style-4-new .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-team-style-4-new .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-4-new .pbmit-team-style-4:nth-child(odd){
	margin-top: -50px;
}
.pbmit-team-style-4-new .pbmit-team-style-4{
	margin-bottom: 40px;
}
.pbmit-team-style-4-new .pbmit-element-posts-wrapper{
	padding-top: 50px;
}
.pbmit-team-style-4-new .pbmit-team-style-4:hover .pbmit-featured-wrapper img{
	transform: none;
}
/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 2 **/
.pbminfotech-ele-fid-style-2{
	padding: 30px 0  0 30px;
	position: relative;
	background-color: var(--pbmit-light-color);
	border-radius: 30px 0 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents{
	padding: 40px 45px 40px 40px;
	background-color: var(--pbmit-white-color);
	border-radius: 30px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 10px;
	min-width: 180px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(3, 27, 78,.2);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: 600 !important;
}
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate{
	position: relative;
	padding-left: 25px;
}
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate::before{
	position: absolute;
	content: "\e88d";
	font-family: "pbminfotech-base-icons";
	font-size: 18px;
	left: 0;
	top: -4px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid{
	font-size: 42px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid sup{
	top: -20px;
	margin-left: -15px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup{
	margin-right: -11px;
	top: -14px;
	color: var(--pbmit-global-color);
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 .pbmit-fld-contents{
	text-align: center;
}
.pbminfotech-ele-fid-style-4 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-4 .pbmit-circle canvas{
	transform: rotate(-60deg);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	height: 110px;
	width: 110px;
	top: 48%;
	left: 50%;
	font-size: 30px;
	line-height: 26px;
	font-weight: 600 !important;
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup{
	top: -12px;
	font-size: 20px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-sub{
	margin-top: 8px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-sub .pbmit-fid-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
	font-size: 70px;
	line-height: 90px;
	margin-bottom: 0;
	font-weight: 600;
	border-radius: 40px;
    text-align: center;
    margin-top: 20px;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
	font-weight: normal;
	color: v#c37243;
	font-family: var(--pbmit-body-typography-font-family);
}
.pbminfotech-ele-fid-style-5 .pbmit-icon-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	justify-content: center;
}
.pbminfotech-ele-fid-style-5 .pbmit-icon-type-icon {
	font-size: 30px;
	line-height: 30px;
	margin-right: 10px;
	color: #c37243;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid > span {
	left: -20px;
	position: relative;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 50px;
	line-height: 50px;
	position: relative;
	left: -20px;
	top: -30px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 0;
	top: -20px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: -8px;
	top: inherit;
}
/** Style 6 **/
.pbminfotech-ele-fid-style-6 .pbmit-fld-contents{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-6 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-6 .pbmit-circle canvas{
	transform: rotate(-60deg);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	height: 92px;
	width: 92px;
	top: 48%;
	left: 50%;
	font-size: 23px;
	line-height: 23px;
	font-weight: 600 !important;
	transform: translate(-50%, -50%);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup{
	top: -9px;
	font-size: 15px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-sub{
	margin-left: 15px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-sub .pbmit-fid-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-bg-color-white .pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	background-color: var(--pbmit-light-color);
}
/** Style 7 **/
.pbminfotech-ele-fid-style-7{
	padding: 15px 15px 0 0;
	position: relative;
	background-color: var(--pbmit-light-color);
	border-radius: 0 30px 0 0;
	text-align: center;
}
.pbminfotech-ele-fid-style-7 .pbmit-fld-contents{
	padding: 45px 30px 30px 35px;
	background-color: var(--pbmit-secondary-color);
	border-radius: 20px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner{
	font-size: 55px;
	line-height: 55px;
	min-width: 145px;
	margin-bottom: 8px;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sup{
	font-size: 32px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sup{
	top: -20px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid sup{
	margin-left: -10px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-before sup{
	margin-right: -10px;
}
.pbminfotech-ele-fid-style-7 .pbmit-top-left-corner{
	top: -30px;
	left: 2px;
	transform: rotate(90deg);
}
.pbminfotech-ele-fid-style-7 .pbmit-bottom-right-corner{
	bottom: 1px;
	right: -30px;
	transform: rotate(90deg);
}
/** Style 8 **/
.pbminfotech-ele-fid-style-8 .pbmit-fld-contents{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-8 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-8 .pbmit-circle canvas{
	transform: rotate(-60deg);
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	height: 92px;
	width: 92px;
	top: 48%;
	left: 50%;
	font-size: 23px;
	line-height: 23px;
	font-weight: 600 !important;
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-inner sup{
	top: -9px;
	font-size: 15px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-sub{
	margin-left: 15px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-sub .pbmit-fid-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 2 **/
.pbmit-service-style-2 .pbmit-service-image-wrapper,
.pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-service-style-2 .pbmit-service-btn,
.pbmit-service-style-2 .pbmit-service-btn a{
	transition: all 0.5s ease-in-out;
}
.pbmit-service-style-2{
	position: relative;
}
.pbmit-element-service-style-2 .pbmit-ele-header-area.container{
	margin-left: 0;
	padding-left: 0;
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	transition: all 0.8s ease-in-out;
	clip-path: polygon( 4.724% 0.355%,4.724% 0.355%,4.058% 0.579%,3.43% 0.857%,2.845% 1.186%,2.305% 1.563%,1.814% 1.983%,1.376% 2.444%,0.995% 2.942%,0.675% 3.472%,0.42% 4.032%,0.233% 4.619%,0.233% 4.619%,0.181% 5.212%,0.137% 6.592%,0.102% 8.797%,0.073% 11.866%,0.052% 15.839%,0.038% 20.755%,0.031% 26.653%,0.03% 33.571%,0.035% 41.549%,0.047% 50.627%,0.116% 95.628%,0.605% 96.536%,0.605% 96.536%,0.822% 96.906%,1.067% 97.26%,1.339% 97.599%,1.638% 97.919%,1.961% 98.221%,2.308% 98.504%,2.678% 98.766%,3.069% 99.006%,3.479% 99.224%,3.909% 99.418%,5.236% 99.97%,40.024% 100.03%,40.024% 100.03%,46.77% 100.039%,52.801% 100.042%,58.126% 100.039%,62.755% 100.031%,66.697% 100.017%,69.962% 99.998%,72.56% 99.974%,74.499% 99.945%,75.79% 99.911%,76.442% 99.872%,76.442% 99.872%,77.034% 99.778%,77.631% 99.653%,78.227% 99.501%,78.811% 99.323%,79.376% 99.124%,79.915% 98.907%,80.418% 98.674%,80.877% 98.43%,81.284% 98.177%,81.631% 97.918%,81.631% 97.918%,81.953% 97.628%,82.251% 97.323%,82.531% 96.995%,82.797% 96.637%,83.053% 96.242%,83.305% 95.803%,83.556% 95.312%,83.811% 94.762%,84.075% 94.146%,84.353% 93.457%,84.353% 93.457%,84.885% 92.163%,85.384% 91.083%,85.883% 90.188%,86.413% 89.451%,87.006% 88.846%,87.694% 88.344%,88.509% 87.918%,89.482% 87.541%,90.646% 87.186%,92.032% 86.825%,92.032% 86.825%,93.53% 86.432%,94.825% 86.027%,95.931% 85.596%,96.867% 85.128%,97.649% 84.61%,98.293% 84.029%,98.817% 83.372%,99.236% 82.628%,99.567% 81.783%,99.828% 80.825%,99.828% 80.825%,99.88% 80.265%,99.923% 79.078%,99.959% 77.224%,99.987% 74.659%,100.008% 71.344%,100.022% 67.235%,100.029% 62.292%,100.03% 56.473%,100.025% 49.737%,100.014% 42.041%,99.944% 4.441%,99.293% 3.316%,99.293% 3.316%,99.064% 2.951%,98.808% 2.603%,98.524% 2.271%,98.215% 1.958%,97.882% 1.663%,97.526% 1.389%,97.148% 1.136%,96.749% 0.905%,96.331% 0.697%,95.895% 0.513%,94.825% 0.099%,50.379% 0.059%,50.379% 0.059%,38.88% 0.049%,29.54% 0.043%,22.128% 0.042%,16.412% 0.05%,12.159% 0.067%,9.137% 0.095%,7.115% 0.136%,5.86% 0.192%,5.14% 0.264%,4.724% 0.355% );
}
.pbmit-service-style-2 .pbmit-service-image-wrapper img{
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
	width: 100%;
}
.pbmit-service-style-2:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05);
}
.pbmit-service-style-2 .pbmit-featured-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 30px;
    background: linear-gradient(to top, #c37243 0, #c37243 17%, rgba(var(--pbmit-blackish-bg-color-rgb), 0) 44%, rgba(var(--pbmit-blackish-bg-color-rgb), 0) 100%);
}
.pbmit-service-style-2 .pbminfotech-box-content {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-service-style-2 .pbmit-contant-box{
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1;
}
.pbmit-service-style-2 .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-title{
	font-size: 28px;
	line-height: 32px;
	max-width: 250px;
	margin-bottom: 0;
}
.pbmit-service-style-2 .pbmit-serv-cat a{
	font-size: 12px;
	line-height: 22px;
	
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 5px;
	color: rgba(255,255,255,0.7);
}
.pbmit-service-style-2 .pbmit-service-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
	background-color: transparent;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-service-style-2 .pbmit-service-icon {
	display: none;
	margin-bottom: 10px;
}
.pbmit-service-style-2 .pbmit-service-icon img{
	width: 50px;
	height: 50px;
}
.pbmit-service-style-2 .pbmit-service-icon i {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-icon svg {
	fill: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-service-style-2 .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-service-style-2:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-service-style-2 .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-2:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-service-style-2:hover .pbminfotech-box-content .pbmit-service-btn{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.pbmit-bg-color-global .pbmit-service-style-2 .pbmit-service-btn{
	border: 1px solid var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-service-style-2:hover .pbmit-service-btn{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
/** Style 4 **/
.pbmit-service-style-4{
	margin-bottom: 30px;
}
.pbmit-service-style-4 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-4 .pbmit-service-btn{
	transition: all 0.5s ease-in-out;
}
.pbmit-service-style-4,
.pbmit-service-style-4 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-4 .pbmit-box-content-wrap,
.pbmit-service-style-4 .pbmit-content-inner-wrap {
	display: flex;
}
.pbmit-service-style-4 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 20px 80px 20px 20px;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 2.551% 0.478%,2.551% 0.478%,2.192% 0.779%,1.853% 1.153%,1.536% 1.596%,1.245% 2.102%,0.98% 2.668%,0.743% 3.288%,0.538% 3.957%,0.365% 4.671%,0.227% 5.424%,0.126% 6.213%,0.126% 6.213%,0.098% 6.864%,0.074% 8.27%,0.055% 10.464%,0.04% 13.481%,0.028% 17.357%,0.021% 22.127%,0.017% 27.825%,0.016% 34.487%,0.019% 42.148%,0.025% 50.843%,0.063% 94.119%,0.327% 95.341%,0.327% 95.341%,0.444% 95.838%,0.576% 96.315%,0.723% 96.77%,0.884% 97.201%,1.059% 97.607%,1.246% 97.988%,1.446% 98.34%,1.657% 98.663%,1.879% 98.956%,2.111% 99.217%,2.828% 99.96%,44.613% 100.04%,44.613% 100.04%,52.86% 100.052%,60.162% 100.056%,66.542% 100.052%,72.021% 100.042%,76.624% 100.023%,80.372% 99.998%,83.289% 99.965%,85.397% 99.926%,86.719% 99.88%,87.277% 99.827%,87.277% 99.827%,87.945% 99.545%,88.547% 99.154%,89.09% 98.644%,89.577% 98.005%,90.014% 97.226%,90.404% 96.297%,90.754% 95.208%,91.066% 93.949%,91.347% 92.51%,91.6% 90.88%,91.6% 90.88%,91.835% 89.316%,92.075% 87.982%,92.331% 86.851%,92.617% 85.895%,92.947% 85.086%,93.332% 84.396%,93.787% 83.798%,94.324% 83.264%,94.956% 82.767%,95.697% 82.278%,95.697% 82.278%,96.506% 81.749%,97.205% 81.204%,97.803% 80.625%,98.308% 79.995%,98.73% 79.298%,99.078% 78.516%,99.361% 77.633%,99.587% 76.632%,99.766% 75.495%,99.907% 74.207%,99.907% 74.207%,99.935% 73.599%,99.958% 72.439%,99.978% 70.693%,99.993% 68.329%,100.004% 65.313%,100.012% 61.611%,100.016% 57.192%,100.016% 52.021%,100.014% 46.066%,100.008% 39.294%,100.008% 39.294%,99.997% 30.282%,99.987% 23.054%,99.976% 17.405%,99.961% 13.127%,99.942% 10.016%,99.915% 7.865%,99.88% 6.47%,99.835% 5.623%,99.777% 5.119%,99.706% 4.752%,99.706% 4.752%,99.589% 4.255%,99.457% 3.778%,99.31% 3.323%,99.148% 2.892%,98.974% 2.485%,98.786% 2.105%,98.587% 1.753%,98.376% 1.43%,98.154% 1.137%,97.921% 0.876%,97.205% 0.133%,50.205% 0.08%,50.205% 0.08%,37.986% 0.066%,28.081% 0.057%,20.245% 0.057%,14.23% 0.067%,9.79% 0.09%,6.676% 0.127%,4.642% 0.183%,3.441% 0.258%,2.827% 0.356%,2.551% 0.478% );
}
.pbmit-service-style-4 .pbmit-featured-img-wrapper {
	margin-right: 45px;
}
.pbmit-service-style-4 .pbmit-featured-wrapper img {
	border-radius: 20px;
}
.pbmit-service-style-4 .pbmit-box-content-inner {
	display: grid;
	flex: 1;
	padding: 30px 0;
}
.pbmit-service-style-4 .pbmit-content-inner-wrap {
	align-self: self-start;
	justify-content: space-between;
}
.pbmit-service-style-4 .pbmit-service-title {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	padding-right: 0;
}
.pbmit-service-style-4 .pbmit-serv-cat,
.pbmit-service-style-4 .pbmit-serv-cat {
	font-size: 12px;
	line-height: 32px;
	
	padding-left: 15px;
	position: relative;
	letter-spacing: 0.6px;
}
.pbmit-service-style-4 .pbmit-serv-cat::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0 , -50%);
}
.pbmit-service-style-4 .pbmit-service-icon{
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-4 .pbmit-service-icon img{
	height: 70px;
	width: 70px;
	border-radius: 100%;
}
.pbmit-service-style-4 .pbmit-service-description {
	align-self: self-end;
	padding-top: 20px;
	color: #6e778c;
	border-top: 1px solid rgba(1, 13, 39,0.1);
}
.pbmit-service-style-4 .pbmit-service-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-service-style-4 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-service-style-4 .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-service-style-4 .pbmit-service-description,
.pbmit-service-style-4 .pbmit-serv-cat,
.pbmit-service-style-4 .pbmit-serv-cat a,
.pbmit-service-style-4 .pbmit-service-title a,
.pbmit-service-style-4 .pbmit-service-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-4:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-service-style-4 .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-4:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(50px, -50px);
}
.pbmit-service-style-4:hover .pbminfotech-box-content .pbmit-service-btn{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-element-service-style-4 .pbmit-sticky-section{
	position: relative;
	overflow: hidden;
}
/** Style 5 **/
.pbmit-element-service-style-5 .pbmit-title-data-hover .pbmit-title-inner,
.pbmit-element-service-style-5 .pbmit-title-data-hover .pbmit-service-btn a,
.pbmit-element-service-style-5 .pbmit-title-data-hover .pbmit-service-btn{
	transition: all 0.5s ease-in-out;
}
.pbmit-element-service-style-5 .pbmit-hover-inner{
	padding: 0 85px 0 85px;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 35px 30px;
}
.pbmit-element-service-style-5 .pbmit-hover-inner li{
	position: relative;
}
.pbmit-element-service-style-5 .pbmit-featured-wrapper {
	clip-path: polygon( 5.329% 0%,94.671% 0%,94.671% 0%,95.535% 0.073%,96.355% 0.286%,97.119% 0.625%,97.818% 1.081%,98.439% 1.64%,98.971% 2.292%,99.405% 3.026%,99.728% 3.829%,99.93% 4.69%,100% 5.597%,100% 79.664%,100% 79.664%,99.787% 82.136%,99.199% 83.973%,98.307% 85.292%,97.186% 86.208%,95.909% 86.836%,94.549% 87.29%,93.179% 87.685%,91.874% 88.138%,90.706% 88.762%,89.75% 89.674%,89.75% 89.674%,89.026% 90.879%,88.5% 92.195%,88.074% 93.567%,87.649% 94.937%,87.126% 96.251%,86.406% 97.451%,85.389% 98.482%,83.978% 99.288%,82.072% 99.813%,79.574% 100%,5.329% 100%,5.329% 100%,4.465% 99.927%,3.645% 99.714%,2.881% 99.375%,2.182% 98.919%,1.561% 98.36%,1.029% 97.708%,0.595% 96.974%,0.272% 96.171%,0.07% 95.31%,0% 94.403%,0% 5.597%,0% 5.597%,0.07% 4.69%,0.272% 3.829%,0.595% 3.026%,1.029% 2.292%,1.561% 1.64%,2.182% 1.081%,2.881% 0.625%,3.645% 0.286%,4.465% 0.073%,5.329% 0% );
}
.pbmit-element-service-style-5 .pbmit-featured-wrapper img{
	border-radius: 30px;
	width: 100%;
}
.pbmit-element-service-style-5 .swiper-hover-slide-images {
	flex: 0 0 auto;
	width: 44.666667%;
	padding-right: 0;
}
.pbmit-element-service-style-5 .swiper-hover-slide-nav {
	flex: 0 0 auto;
	width: 55.333333%;
}
.pbmit-element-service-style-5 .pbmit-title-data-hover{
	margin-bottom: 0;
	font-weight: 400;
}
.pbmit-element-service-style-5 .pbminfotech-box-number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-element-service-style-5 .pbmit-title-inner{
	font-size: 28px;
	line-height: 28px;
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
	font-weight: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-title-inner{
	color: var(--pbmit-global-color);
}
.pbmit-element-service-style-5 .pbmit-service-btn a{
	font-size: 14px;
	opacity: 0;
}
.pbmit-element-service-style-5 .swiper-hover-slide-nav .pbmit-hover-inner li.pbmit-active .pbmit-service-btn a {
	opacity: 1;
}
.pbmit-element-service-style-5 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-element-service-style-5 .pbmit-hover-inner .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	color: var(--pbmit-white-color);
	transform: scale(1) translate(-4px, 0px);
}
.pbmit-element-service-style-5 .pbmit-hover-inner .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-bg-color-global .pbmit-element-service-style-5 .pbminfotech-box-number,
.pbmit-bg-color-global .pbmit-element-service-style-5 .pbmit-title-inner,
.pbmit-bg-color-global .pbmit-element-service-style-5 .pbmit-service-btn a{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-title-inner {
	color: var(--pbmit-white-color);
}
.pbmit-element-service-style-5 .pbmit-service-icon {
	position: absolute;
	bottom: 0;
	right: 1px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	line-height: 65px;
	text-align: center;
	border-radius: 100%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-element-service-style-5 .pbmit-service-icon {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-element-service-style-5 .pbmit-service-icon svg {
	fill: var(--pbmit-blackish-color);
}
.pbmit-element-service-style-5 .pbmit-service-icon img{
	width: 55px;
	height: 55px;
	border-radius: 100%;
}
.pbmit-element-service-style-5 .swiper-hover-slide-images .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
.pbmit-element-service-style-5 .pbmit-hover-image .swiper-slide .pbmit-service-icon {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.pbmit-element-service-style-5 .pbmit-hover-image .swiper-slide.swiper-slide-active .pbmit-service-icon {
	opacity: 1;
}
/** Style 6 **/
.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-6 .pbmit-service-btn{
	transition: all 0.5s ease-in-out;
}
.pbmit-service-style-6,
.pbmit-service-style-6 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 20px 20px 45px;
	background-color: transparent;
	position: relative;
	z-index: 1;
}
.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 5.592% 0.486%,5.592% 0.486%,5.013% 0.617%,4.455% 0.784%,3.921% 0.988%,3.415% 1.225%,2.939% 1.495%,2.495% 1.795%,2.086% 2.124%,1.715% 2.48%,1.384% 2.863%,1.096% 3.269%,0.548% 4.107%,0.548% 96.637%,1.096% 97.476%,1.096% 97.476%,1.313% 97.786%,1.556% 98.084%,1.822% 98.368%,2.112% 98.638%,2.423% 98.892%,2.756% 99.13%,3.109% 99.352%,3.48% 99.555%,3.87% 99.74%,4.276% 99.906%,5.373% 100.325%,40.789% 100.375%,40.789% 100.375%,47.309% 100.383%,53.25% 100.386%,58.596% 100.384%,63.329% 100.378%,67.431% 100.367%,70.886% 100.353%,73.675% 100.334%,75.78% 100.312%,77.186% 100.287%,77.873% 100.258%,77.873% 100.258%,78.776% 100.146%,79.619% 100%,80.403% 99.819%,81.129% 99.604%,81.798% 99.353%,82.412% 99.066%,82.972% 98.742%,83.48% 98.38%,83.936% 97.981%,84.342% 97.543%,84.342% 97.543%,84.434% 97.414%,84.548% 97.235%,84.681% 97.01%,84.831% 96.747%,84.992% 96.451%,85.162% 96.128%,85.336% 95.785%,85.513% 95.427%,85.687% 95.061%,85.855% 94.693%,85.855% 94.693%,86.388% 93.549%,86.871% 92.612%,87.349% 91.851%,87.863% 91.235%,88.459% 90.733%,89.181% 90.314%,90.07% 89.948%,91.172% 89.605%,92.531% 89.252%,94.189% 88.859%,94.189% 88.859%,95.184% 88.611%,96.061% 88.356%,96.829% 88.085%,97.498% 87.794%,98.081% 87.474%,98.588% 87.12%,99.028% 86.725%,99.415% 86.281%,99.757% 85.782%,100.066% 85.222%,100.548% 84.233%,100.548% 4.107%,100% 3.269%,100% 3.269%,99.783% 2.958%,99.541% 2.66%,99.274% 2.376%,98.985% 2.107%,98.673% 1.852%,98.341% 1.614%,97.988% 1.393%,97.616% 1.189%,97.227% 1.004%,96.82% 0.838%,95.724% 0.419%,50.987% 0.386%,50.987% 0.386%,43.747% 0.387%,36.853% 0.39%,30.401% 0.395%,24.486% 0.402%,19.202% 0.411%,14.646% 0.422%,10.911% 0.435%,8.094% 0.45%,6.289% 0.467%,5.592% 0.486% );
}
.pbmit-service-style-6 .pbmit-featured-wrapper img{
	border-radius: 30px;
	margin-bottom: 25px;
	width: 100%;
}
.pbmit-service-style-6 .pbmit-box-content-inner{
	padding: 0 10px;
}
.pbmit-service-style-6 .pbmit-service-title{
	font-size: 26px;
	line-height: 32px;
	padding-right: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-service-style-6 .pbmit-serv-cat{
	font-size: 12px;
	line-height: 32px;
	
	padding-left: 15px;
	position: relative;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-6 .pbmit-serv-cat::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0 , -50%);
}
.pbmit-service-style-6 .pbmit-service-description{
	color: #6e778c;
	border-top: 1px solid #e7e8e7;
	padding: 20px 65px 0 0;
	margin-top: 60px;
}
.pbmit-service-style-6 .pbmit-service-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-service-style-6 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-service-style-6 .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-6:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-service-style-6 .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-6:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-service-style-6:hover .pbminfotech-box-content .pbmit-service-btn{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-6-hover .pbmit-service-style-6 .pbmit-box-content-wrap::before{
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.pbmit-service-style-6-hover .pbmit-service-style-6 .pbmit-service-description,
.pbmit-service-style-6-hover .pbmit-service-style-6{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-service-description,
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-service-title a,
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-serv-cat a,
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-service-description{
	border-color: rgba(255,255,255, 0.1);
}
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbminfotech-box-content .pbmit-service-btn{
	color: var(--pbmit-blackish-color);
}
/** Style 7 **/
.pbmit-service-style-7 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-7 .pbmit-service-image-wrapper,
.pbmit-service-style-7 .pbmit-featured-wrapper,
.pbmit-service-style-7 .pbminfotech-post-item,
.pbmit-service-style-7 .pbmit-service-title,
.pbmit-service-style-7 .pbmit-service-icon,
.pbmit-service-style-7 .pbmit-service-btn,
.pbmit-service-style-7 .pbmit-serv-cat{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-service-style-7,
.pbmit-service-style-7 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-7 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(3, 27, 78, .1);
}
.pbmit-text-color-white .pbmit-service-style-7 .pbminfotech-post-item{
	border-bottom-color: rgba(255,255,255, .1);
}
.pbmit-service-style-7 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 40px 60px 40px 0;
	width: 100%;
}
.pbmit-service-style-7 .pbmit-service-title{
	font-size: 26px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	margin-bottom: 0;
}
.pbmit-service-style-7 .pbmit-serv-cat{
	font-size: 12px;
	line-height: 15px;
	
	position: relative;
	letter-spacing: 0.6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	align-self: end;
}
.pbmit-service-style-7 .pbmit-serv-cat::before{
	display: inline-block;
	content: "/";
	margin: 0 5px;
}
.pbmit-service-style-7 .pbmit-service-icon{
	font-size: 48px;
	line-height: 30px;
	margin-right: 25px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-7 .pbmit-service-icon img{
	height: 48px;
	width: 48px;
}
.pbmit-service-style-7 .pbmit-service-btn{
	position: absolute;
	top: 35px;
	right: 0;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-service-style-7 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-service-style-7 .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-7:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-service-style-7 .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-7:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-elementor-bg-color-white .pbmit-service-style-7 .pbmit-service-btn{
	background-color: var(--pbmit-light-color);
}
.pbmit-service-style-7 .pbmit-box-content-inner{
	display: flex;
	align-items: center;
	width: 100%;
}
.pbmit-service-style-7 .pbmit-service-description{
	color: #6e778c;
	padding: 0 20px;
}
.pbmit-text-color-white .pbmit-service-style-7 .pbmit-service-description{
	color: rgba(255,255,255, .6);
}
.pbmit-service-style-7 .pbmit-service-description,
.pbmit-service-style-7 .pbmit-service-title a,
.pbmit-service-style-7 .pbmit-serv-cat{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-service-style-7 .pbmit-title-box{
	display: flex;
	align-items: center;
	width: 50%;
}
.pbmit-element-service-style-7 .pbmit-element-posts-wrapper.row .pbmit-ele{
	margin-bottom: 0;
}
.pbmit-element-service-style-7 .pbmit-featured-img-wrapper,
.pbmit-service-style-7 .pbmit-featured-wrapper{
	width: 100%;
	height: 100%;
}
.pbmit-element-service-style-7 .pbmit-featured-img-wrapper{
	padding: 10px 0;
}
.pbmit-service-style-7 .pbmit-service-image-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pbmit-service-style-7 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	opacity: 0;
	border-radius: 30px;
}
.pbmit-service-style-7 .pbmit-featured-wrapper::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(24, 26, 23, 0.2);
}
.pbmit-service-style-7 .pbmit-service-image-wrapper .pbmit-service-title{
	opacity: 0;
	position: absolute;
	top: calc(50% - 15px);
	left: 100%;
	right: 0;
	bottom: 0;
	font-size: 36px;
	line-height: 36px;
	z-index: 3;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-service-style-7.pbmit-active .pbmit-service-image-wrapper .pbmit-service-title{
	left: calc(50% - 100px);
}
.pbmit-service-style-7 .pbmit-service-image-wrapper .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-7.pbmit-active .pbmit-service-image-wrapper .pbmit-service-title,
.pbmit-service-style-7.pbmit-active .pbmit-featured-wrapper{
	opacity: 1;
}
.pbmit-service-style-7 .pbmit-featured-wrapper::before,
.pbmit-service-style-7 .pbmit-featured-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2);
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
	background-position: center 0px;
	background-size: auto;
	border-radius: 30px;
}
.pbmit-service-style-7.pbmit-active .pbmit-featured-wrapper img{
	transform: scale(1);
}
.pbmit-service-style-7.pbmit-active .pbminfotech-box-content,
.pbmit-service-style-7.pbmit-active .pbmit-service-btn{
	opacity: 0;
}
/** Style 8 **/
.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap::before,
.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-8 .pbmit-service-btn{
	transition: all 0.5s ease-in-out;
}
.pbmit-service-style-8,
.pbmit-service-style-8 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap{
	position: relative;
	padding: 42px 38px 38px;
	z-index: 1;
	background-color: transparent!important;
}
.pbmit-service-style-8 .pbminfotech-post-item{
	text-align: center;
}
.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 12.644% -0.118%,14.465% -0.118%,14.465% -0.118%,14.958% -0.118%,15.452% -0.118%,15.945% -0.118%,16.439% -0.118%,16.932% -0.118%,17.426% -0.118%,17.92% -0.118%,18.414% -0.118%,18.908% -0.118%,19.402% -0.118%,19.402% -0.118%,19.919% -0.118%,20.436% -0.118%,20.954% -0.118%,21.471% -0.118%,21.989% -0.118%,22.507% -0.118%,23.024% -0.118%,23.542% -0.118%,24.06% -0.118%,24.578% -0.118%,24.578% -0.118%,25.448% -0.118%,26.317% -0.118%,27.187% -0.118%,28.056% -0.118%,28.926% -0.118%,29.795% -0.118%,30.664% -0.118%,31.533% -0.118%,32.403% -0.118%,33.272% -0.118%,33.272% -0.118%,34.276% -0.118%,35.28% -0.118%,36.284% -0.118%,37.288% -0.118%,38.292% -0.118%,39.296% -0.118%,40.299% -0.118%,41.303% -0.118%,42.306% -0.118%,43.309% -0.118%,43.309% -0.118%,44.276% -0.118%,45.243% -0.118%,46.21% -0.118%,47.177% -0.118%,48.144% -0.118%,49.111% -0.118%,50.078% -0.118%,51.045% -0.118%,52.012% -0.118%,52.98% -0.118%,52.98% -0.118%,53.39% -0.118%,53.8% -0.118%,54.211% -0.118%,54.622% -0.118%,55.032% -0.118%,55.443% -0.118%,55.854% -0.118%,56.266% -0.118%,56.677% -0.118%,57.088% -0.118%,57.088% -0.118%,57.574% -0.118%,58.059% -0.118%,58.545% -0.118%,59.03% -0.118%,59.516% -0.118%,60.001% -0.118%,60.487% -0.118%,60.972% -0.118%,61.458% -0.118%,61.943% -0.118%,63.721% -0.118%,63.721% -0.118%,65.014% -0.113%,66.303% -0.09%,67.583% -0.034%,68.847% 0.066%,70.089% 0.224%,71.303% 0.454%,72.483% 0.768%,73.624% 1.179%,74.719% 1.701%,75.762% 2.346%,75.762% 2.346%,76.347% 2.882%,76.87% 3.446%,77.336% 4.033%,77.755% 4.64%,78.132% 5.265%,78.476% 5.903%,78.794% 6.552%,79.093% 7.209%,79.382% 7.87%,79.667% 8.531%,79.667% 8.531%,80.019% 9.334%,80.378% 10.09%,80.759% 10.803%,81.177% 11.474%,81.646% 12.103%,82.18% 12.692%,82.794% 13.243%,83.504% 13.756%,84.323% 14.234%,85.265% 14.677%,85.265% 14.677%,85.637% 14.788%,86.011% 14.895%,86.385% 14.998%,86.761% 15.097%,87.138% 15.193%,87.516% 15.285%,87.895% 15.376%,88.276% 15.464%,88.657% 15.552%,89.04% 15.638%,89.04% 15.638%,90.179% 15.9%,91.291% 16.172%,92.37% 16.464%,93.407% 16.792%,94.397% 17.166%,95.333% 17.601%,96.208% 18.109%,97.014% 18.703%,97.747% 19.396%,98.398% 20.202%,98.398% 20.202%,98.621% 20.581%,98.821% 20.968%,98.998% 21.36%,99.151% 21.758%,99.281% 22.161%,99.387% 22.568%,99.469% 22.979%,99.527% 23.392%,99.56% 23.808%,99.569% 24.226%,99.569% 24.226%,99.569% 24.298%,99.569% 24.371%,99.569% 24.445%,99.569% 24.52%,99.569% 24.596%,99.569% 24.673%,99.569% 24.75%,99.569% 24.827%,99.569% 24.904%,99.569% 24.981%,99.569% 25.802%,99.569% 26.683%,99.569% 26.683%,99.569% 26.925%,99.569% 27.168%,99.569% 27.41%,99.569% 27.652%,99.569% 27.894%,99.569% 28.137%,99.569% 28.379%,99.569% 28.621%,99.569% 28.863%,99.569% 29.105%,99.569% 31.181%,99.569% 31.181%,99.569% 31.864%,99.57% 32.548%,99.571% 33.232%,99.573% 33.916%,99.574% 34.6%,99.577% 35.284%,99.58% 35.969%,99.583% 36.653%,99.586% 37.337%,99.59% 38.022%,99.59% 38.022%,99.59% 38.2%,99.59% 38.378%,99.59% 38.556%,99.59% 38.734%,99.59% 38.911%,99.59% 39.089%,99.59% 39.268%,99.59% 39.446%,99.59% 39.625%,99.59% 39.804%,99.59% 39.804%,99.591% 40.911%,99.591% 42.018%,99.592% 43.126%,99.594% 44.233%,99.596% 45.34%,99.598% 46.448%,99.601% 47.555%,99.604% 48.663%,99.608% 49.77%,99.612% 50.878%,99.612% 50.878%,99.612% 51.135%,99.612% 51.391%,99.612% 51.647%,99.612% 51.904%,99.612% 52.16%,99.612% 52.416%,99.612% 52.673%,99.612% 52.929%,99.612% 53.186%,99.612% 53.442%,99.612% 54.086%,99.612% 54.086%,99.612% 55.117%,99.613% 56.148%,99.615% 57.18%,99.617% 58.211%,99.62% 59.243%,99.624% 60.274%,99.628% 61.306%,99.633% 62.338%,99.639% 63.37%,99.645% 64.402%,99.645% 64.402%,99.65% 65.463%,99.654% 66.523%,99.658% 67.583%,99.661% 68.643%,99.664% 69.703%,99.666% 70.763%,99.669% 71.823%,99.67% 72.883%,99.671% 73.943%,99.672% 75.002%,99.672% 75.002%,99.672% 75.597%,99.673% 76.192%,99.674% 76.786%,99.675% 77.381%,99.676% 77.976%,99.678% 78.57%,99.68% 79.165%,99.682% 79.759%,99.685% 80.354%,99.687% 80.949%,99.687% 80.949%,99.691% 81.456%,99.693% 81.963%,99.695% 82.47%,99.696% 82.977%,99.697% 83.483%,99.696% 83.99%,99.695% 84.497%,99.693% 85.004%,99.691% 85.51%,99.687% 86.017%,99.687% 86.017%,99.687% 86.275%,99.687% 86.534%,99.687% 86.792%,99.687% 87.05%,99.687% 87.308%,99.687% 87.566%,99.687% 87.825%,99.687% 88.083%,99.687% 88.341%,99.687% 88.6%,99.687% 88.6%,99.687% 88.883%,99.687% 89.165%,99.687% 89.446%,99.687% 89.727%,99.687% 90.007%,99.687% 90.287%,99.687% 90.566%,99.687% 90.846%,99.687% 91.126%,99.687% 91.407%,99.687% 91.407%,99.687% 91.487%,99.687% 91.568%,99.687% 91.649%,99.687% 91.729%,99.687% 91.811%,99.687% 91.892%,99.687% 91.974%,99.687% 92.056%,99.687% 92.139%,99.687% 92.221%,99.687% 92.221%,99.67% 92.826%,99.598% 93.425%,99.47% 94.017%,99.29% 94.598%,99.057% 95.167%,98.772% 95.721%,98.437% 96.259%,98.052% 96.778%,97.619% 97.276%,97.139% 97.751%,97.139% 97.751%,96.436% 98.216%,95.717% 98.609%,94.981% 98.934%,94.227% 99.197%,93.451% 99.403%,92.652% 99.559%,91.83% 99.67%,90.982% 99.741%,90.106% 99.777%,89.201% 99.785%,88.133% 99.785%,88.133% 99.785%,87.842% 99.785%,87.551% 99.785%,87.261% 99.785%,86.97% 99.785%,86.679% 99.785%,86.389% 99.785%,86.098% 99.785%,85.807% 99.785%,85.516% 99.785%,85.226% 99.785%,82.082% 99.785%,82.082% 99.785%,81.467% 99.785%,80.851% 99.785%,80.236% 99.785%,79.621% 99.785%,79.005% 99.785%,78.39% 99.785%,77.775% 99.785%,77.159% 99.785%,76.544% 99.785%,75.929% 99.785%,68.831% 99.785%,68.831% 99.785%,67.474% 99.785%,66.117% 99.785%,64.759% 99.785%,63.402% 99.785%,62.044% 99.785%,60.686% 99.785%,59.328% 99.785%,57.97% 99.785%,56.611% 99.785%,55.252% 99.785%,55.252% 99.785%,54.012% 99.785%,52.772% 99.785%,51.531% 99.786%,50.291% 99.786%,49.05% 99.788%,47.81% 99.789%,46.569% 99.79%,45.329% 99.792%,44.088% 99.794%,42.848% 99.796%,42.848% 99.796%,41.574% 99.799%,40.299% 99.801%,39.025% 99.803%,37.75% 99.805%,36.476% 99.806%,35.201% 99.807%,33.927% 99.808%,32.653% 99.809%,31.378% 99.809%,30.104% 99.808%,30.104% 99.808%,29.388% 99.808%,28.673% 99.808%,27.957% 99.808%,27.242% 99.808%,26.526% 99.808%,25.811% 99.808%,25.095% 99.808%,24.38% 99.808%,23.664% 99.808%,22.949% 99.808%,22.949% 99.808%,22.342% 99.808%,21.734% 99.808%,21.126% 99.808%,20.517% 99.808%,19.908% 99.808%,19.299% 99.808%,18.689% 99.808%,18.078% 99.808%,17.467% 99.808%,16.856% 99.808%,16.856% 99.808%,16.545% 99.808%,16.235% 99.808%,15.925% 99.808%,15.614% 99.808%,15.304% 99.808%,14.993% 99.808%,14.683% 99.808%,14.372% 99.808%,14.062% 99.808%,13.752% 99.808%,13.752% 99.808%,13.415% 99.808%,13.078% 99.808%,12.74% 99.808%,12.403% 99.808%,12.066% 99.808%,11.728% 99.808%,11.391% 99.808%,11.053% 99.808%,10.715% 99.808%,10.377% 99.808%,9.4% 99.808%,9.4% 99.808%,8.64% 99.788%,7.888% 99.726%,7.145% 99.623%,6.416% 99.48%,5.702% 99.297%,5.007% 99.076%,4.332% 98.816%,3.681% 98.52%,3.057% 98.186%,2.461% 97.817%,2.461% 97.817%,1.789% 97.203%,1.242% 96.571%,0.807% 95.922%,0.471% 95.255%,0.222% 94.568%,0.047% 93.862%,-0.065% 93.136%,-0.129% 92.388%,-0.155% 91.619%,-0.158% 90.827%,-0.158% 90.827%,-0.158% 90.716%,-0.158% 90.606%,-0.158% 90.495%,-0.158% 90.385%,-0.158% 90.274%,-0.158% 90.164%,-0.158% 90.053%,-0.158% 89.943%,-0.158% 89.832%,-0.158% 89.722%,-0.158% 89.722%,-0.158% 89.42%,-0.158% 89.118%,-0.158% 88.816%,-0.158% 88.514%,-0.158% 88.211%,-0.158% 87.909%,-0.158% 87.607%,-0.158% 87.305%,-0.158% 87.003%,-0.158% 86.701%,-0.158% 86.701%,-0.158% 86.374%,-0.158% 86.048%,-0.158% 85.722%,-0.158% 85.395%,-0.158% 85.069%,-0.158% 84.743%,-0.158% 84.416%,-0.158% 84.09%,-0.158% 83.763%,-0.158% 83.437%,-0.158% 83.437%,-0.158% 82.798%,-0.158% 82.159%,-0.158% 81.52%,-0.158% 80.881%,-0.158% 80.242%,-0.158% 79.603%,-0.158% 78.964%,-0.158% 78.324%,-0.158% 77.685%,-0.158% 77.045%,-0.158% 77.045%,-0.158% 76.525%,-0.158% 76.004%,-0.158% 75.484%,-0.158% 74.964%,-0.158% 74.445%,-0.158% 73.926%,-0.158% 73.407%,-0.158% 72.888%,-0.158% 72.37%,-0.158% 71.852%,-0.158% 69.596%,-0.158% 69.596%,-0.158% 68.187%,-0.158% 66.778%,-0.158% 65.369%,-0.158% 63.96%,-0.158% 62.551%,-0.158% 61.142%,-0.158% 59.733%,-0.158% 58.324%,-0.158% 56.915%,-0.158% 55.506%,-0.158% 55.506%,-0.158% 54.218%,-0.158% 52.93%,-0.159% 51.641%,-0.16% 50.353%,-0.162% 49.065%,-0.163% 47.777%,-0.165% 46.488%,-0.167% 45.2%,-0.17% 43.912%,-0.173% 42.624%,-0.173% 42.624%,-0.176% 41.298%,-0.179% 39.973%,-0.181% 38.649%,-0.182% 37.325%,-0.182% 36.001%,-0.182% 34.678%,-0.181% 33.355%,-0.179% 32.032%,-0.176% 30.71%,-0.173% 29.389%,-0.173% 29.389%,-0.173% 28.646%,-0.173% 27.903%,-0.173% 27.16%,-0.173% 26.417%,-0.173% 25.675%,-0.173% 24.932%,-0.173% 24.189%,-0.173% 23.446%,-0.173% 22.703%,-0.173% 21.961%,-0.173% 21.961%,-0.173% 21.328%,-0.173% 20.696%,-0.173% 20.064%,-0.173% 19.432%,-0.173% 18.8%,-0.173% 18.167%,-0.173% 17.535%,-0.173% 16.903%,-0.173% 16.27%,-0.173% 15.638%,-0.173% 15.638%,-0.173% 15.315%,-0.173% 14.993%,-0.173% 14.67%,-0.173% 14.348%,-0.173% 14.026%,-0.173% 13.703%,-0.173% 13.381%,-0.173% 13.058%,-0.173% 12.736%,-0.173% 12.414%,-0.173% 12.414%,-0.173% 12.118%,-0.173% 11.823%,-0.173% 11.527%,-0.173% 11.232%,-0.173% 10.936%,-0.173% 10.64%,-0.173% 10.344%,-0.173% 10.049%,-0.173% 9.753%,-0.173% 9.457%,-0.173% 9.457%,-0.173% 9.35%,-0.173% 9.244%,-0.173% 9.137%,-0.173% 9.031%,-0.173% 8.924%,-0.173% 8.818%,-0.173% 8.711%,-0.173% 8.605%,-0.173% 8.498%,-0.173% 8.392%,-0.173% 8.392%,-0.183% 7.665%,-0.153% 6.958%,-0.076% 6.269%,0.055% 5.598%,0.247% 4.943%,0.506% 4.304%,0.839% 3.681%,1.252% 3.072%,1.753% 2.477%,2.349% 1.894%,2.349% 1.894%,2.496% 1.787%,2.647% 1.683%,2.8% 1.582%,2.956% 1.483%,3.114% 1.387%,3.275% 1.294%,3.439% 1.203%,3.605% 1.115%,3.774% 1.029%,3.945% 0.947%,4.442% 0.686%,4.442% 0.686%,5.206% 0.402%,5.991% 0.189%,6.795% 0.036%,7.613% -0.065%,8.443% -0.123%,9.281% -0.15%,10.123% -0.153%,10.967% -0.142%,11.808% -0.128%,12.644% -0.118% );
}
.pbmit-service-style-8 .pbmit-featured-wrapper img{
	border-radius: 50%;
	margin-bottom: 25px;
}
.pbmit-service-style-8 .pbmit-service-title{
	font-size: 22px;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.pbmit-service-style-8 .pbmit-serv-cat{
	font-size: 12px;
	line-height: 32px;
	
	letter-spacing: 0.6px;
}
.pbmit-service-style-8 .pbmit-service-title,
.pbmit-service-style-8 .pbmit-serv-cat{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-service-style-8 .pbmit-serv-cat::before{
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-service-style-8 .pbmit-service-btn{
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.pbmit-service-style-8 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-service-style-8 .pbmit-service-description{
	color: #6e778c;
}
.pbmit-service-style-8 .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-8:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-service-style-8 .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-8:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-service-style-8:hover .pbminfotech-box-content .pbmit-service-btn{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
/** Style 9 **/
.pbmit-service-style-9{
	margin-bottom: 30px;
}
.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap::before,
.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-9 .pbmit-service-btn{
	transition: all 0.5s ease-in-out;
}
.pbmit-service-style-9,
.pbmit-service-style-9 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap{
	position: relative;
	padding: 40px 55px 30px 40px;
	z-index: 1;
	background-color: transparent;
}
.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 6.726% 0%,93.274% 0%,93.274% 0%,94.364% 0.14%,95.399% 0.545%,96.364% 1.192%,97.245% 2.061%,98.029% 3.129%,98.701% 4.373%,99.249% 5.772%,99.657% 7.303%,99.912% 8.945%,100% 10.676%,100% 61.278%,100% 61.278%,99.732% 65.983%,98.988% 69.483%,97.863% 71.995%,96.447% 73.739%,94.835% 74.934%,93.119% 75.798%,91.39% 76.552%,89.742% 77.413%,88.268% 78.601%,87.061% 80.335%,87.061% 80.335%,86.147% 82.63%,85.483% 85.137%,84.946% 87.749%,84.409% 90.359%,83.749% 92.86%,82.839% 95.146%,81.556% 97.11%,79.775% 98.644%,77.369% 99.643%,74.215% 100%,6.726% 100%,6.726% 100%,5.637% 99.861%,4.603% 99.457%,3.638% 98.811%,2.758% 97.944%,1.974% 96.879%,1.302% 95.638%,0.754% 94.241%,0.346% 92.712%,0.09% 91.071%,0% 89.342%,0% 10.676%,0% 10.676%,0.088% 8.945%,0.343% 7.303%,0.751% 5.772%,1.299% 4.373%,1.971% 3.129%,2.755% 2.061%,3.636% 1.192%,4.601% 0.545%,5.636% 0.14%,6.726% 0% );
}
.pbmit-service-style-9:hover .pbminfotech-post-item .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-9 .pbmit-service-title,
.pbmit-service-style-9 .pbmit-serv-cat{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-9 .pbmit-service-title{
	font-size: 26px;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.pbmit-service-style-9 .pbmit-serv-cat{
	font-size: 12px;
	line-height: 32px;
	
	padding-left: 15px;
	position: relative;
	letter-spacing: 0.6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-9 .pbmit-serv-cat::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.pbmit-service-style-9 .pbmit-service-icon{
	position: absolute;
	bottom: 0;
	right: 25px;
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-9 .pbmit-service-icon img{
	height: 98px;
	width: 98px;
}
.pbmit-service-style-9 .pbmit-service-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.pbmit-service-style-9 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-service-style-9 .pbmit-service-description{
	color: #6e778c;
}
.pbmit-service-style-9 .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-55px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-9:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-service-style-9 .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-9:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-service-style-9:hover .pbminfotech-box-content .pbmit-service-btn{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-9 .pbmit-description-wrapper{
	padding: 45px 100px 20px 0;
	margin-top: 25px;
	border-top: 1px solid rgba(24, 26, 23, .1);
	position: relative;
}
/*----------------------------------------*/
/*  05 - 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.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbmit-meta-line,
.pbmit-blog-style-1 .pbmit-meta-line a {
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0.6px;
	
	color: #6e778c;
}
.pbmit-blog-style-1 .pbmit-meta-line{
	margin-right:20px;
}
.pbmit-blog-style-1 .pbmit-meta-line i{
	font-size: 18px;
	color: #c37243;
	margin-right: 3px;
}
.pbmit-blog-style-1 .pbmit-meta-line:last-child{
	margin-right:0px ;
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper{
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 1;
	font-weight: 500;
	z-index: 10;
}
.pbmit-blog-style-1 .pbmit-meta-category a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-meta-category a {
	padding: 5px 15px;
	border-radius: 15px;
	color: var(--pbmit-blackish-color);
	background-color: rgba(255,255,255,.5);
}
.pbmit-blog-style-1 .pbmit-featured-container {
	margin: 0 0 25px;
}
.pbmit-blog-style-1 .pbmit-content-wrapper{
	margin-top: 10px;
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#c37243;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	clip-path: polygon( 6.726% 0%,93.274% 0%,93.274% 0%,94.364% 0.119%,95.399% 0.464%,96.364% 1.015%,97.245% 1.755%,98.029% 2.664%,98.701% 3.723%,99.249% 4.915%,99.657% 6.219%,99.912% 7.617%,100% 9.091%,100% 66.97%,100% 66.97%,99.732% 70.984%,98.988% 73.969%,97.863% 76.111%,96.447% 77.599%,94.835% 78.618%,93.119% 79.355%,91.39% 79.998%,89.742% 80.733%,88.268% 81.747%,87.061% 83.227%,87.061% 83.227%,86.147% 85.185%,85.483% 87.323%,84.946% 89.551%,84.409% 91.777%,83.749% 93.91%,82.839% 95.86%,81.556% 97.535%,79.775% 98.844%,77.369% 99.696%,74.215% 100%,6.726% 100%,6.726% 100%,5.636% 99.881%,4.601% 99.536%,3.636% 98.985%,2.755% 98.245%,1.971% 97.336%,1.299% 96.277%,0.751% 95.085%,0.343% 93.781%,0.088% 92.383%,0% 90.909%,0% 9.091%,0% 9.091%,0.088% 7.617%,0.343% 6.219%,0.751% 4.915%,1.299% 3.723%,1.971% 2.664%,2.755% 1.755%,3.636% 1.015%,4.601% 0.464%,5.636% 0.119%,6.726% 0% );
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-featured-container{
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-blog-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 1;
	font-size: 13px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pbmit-white-color);
	background-color: #d9d9d9;
}
.pbmit-blog-style-1 .pbmit-blog-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-blog-style-1 .pbmit-blog-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-45px, 55px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-blog-style-1 .post-item:hover .pbmit-blog-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-blog-style-1 .pbmit-blog-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-blog-style-1 .post-item:hover .pbmit-blog-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-blog-style-1 .post-item:hover .pbmit-featured-container .pbmit-blog-btn{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
/* pbmit-blog-style-1-new */
.pbmit-blog-style-1-new .pbmit-blog-style-1 .pbmit-blog-btn{
	background-color: var(--pbmit-secondary-color);
}

/** Style 2 **/
.pbmit-blog-style-2 .pbmit-featured-wrapper img,
.pbmit-blog-style-2 .pbmit-featured-wrapper::before,
.pbmit-blog-style-2 .pbmit-featured-wrapper::after,
.pbmit-blog-style-2 .pbmit-post-title::before{
	transition: all 0.6s ease-in-out;
}
.pbmit-blog-style-2 .post-item{
	border-radius: 30px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
	position: relative;
	display: none;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper::before{
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	z-index: 1;
}
.pbmit-blog-style-2 .pbmit-featured-container{
	background: var(--pbmit-white-color);
	border-radius: 30px 0 0 30px;
	flex: 1 1 0%;
	max-width: 320px;
}
.pbmit-blog-style-2 .pbmit-bg-image{
	border-radius: 30px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pbmit-blog-style-2 .pbminfotech-box-wrap{
	flex: 1 1 0%;
	position: relative;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper .box-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top:25%;
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-blog-style-2: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-2 .pbmit-date-admin-wraper {
	margin-bottom: 15px;
}
.pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-blog-style-2 .pbmit-meta-line a {
	font-size: 12px;
	line-height: 23px;
	
	color: #666666;
	letter-spacing: 0.6px;
}
.pbmit-blog-style-2 .pbmit-meta-line i{
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbmit-meta-line{
	margin-right: 12px;
}
.pbmit-blog-style-2 .pbmit-meta-line:last-child {
	margin-right:0px ;
}
.pbmit-blog-style-2 .pbminfotech-box-content{
	padding: 50px 40px;
	background: 0 0;
	padding-bottom: 0;
	min-height: 350px;
	z-index: 1;
	position: relative;
}
.pbmit-blog-style-2 .pbminfotech-box-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon(0 0, 92.788% 0, 92.788% 0, 93.958% .111%, 95.067% .432%, 96.101% .947%, 97.046% 1.636%, 97.887% 2.483%, 98.608% 3.471%, 99.195% 4.581%, 99.632% 5.797%, 99.906% 7.101%, 100% 8.475%, 100% 69.209%, 100% 69.209%, 99.712% 72.951%, 98.915% 75.734%, 97.709% 77.731%, 96.191% 79.118%, 94.463% 80.067%, 92.622% 80.755%, 90.769% 81.354%, 89.003% 82.039%, 87.422% 82.985%, 86.127% 84.364%, 86.127% 84.364%, 85.148% 86.19%, 84.436% 88.183%, 83.86% 90.259%, 83.285% 92.334%, 82.577% 94.323%, 81.602% 96.14%, 80.226% 97.702%, 78.316% 98.922%, 75.737% 99.716%, 72.356% 100%, 0 100%);
}
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 28px;
	line-height: 32px;
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(3, 27, 78,.1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-2 .pbmit-post-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-2 .pbmit-post-title::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: rgba(3, 27, 78,.5);
}
.pbmit-blog-style-2:hover .pbmit-post-title::before {
	width: 100%;
}
.pbmit-blog-style-2 .pbminfotech-box-desc {
	color: #6e778c;
}
.pbmit-blog-style-2 .pbmit-blog-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	font-size: 13px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-2:hover .pbminfotech-box-wrap .pbmit-blog-btn{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-45px, 55px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-blog-style-2:hover .pbmit-blog-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-blog-style-2:hover .pbmit-blog-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 3 **/
.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 .pbmit-featured-wrapper::before,
.pbmit-blog-style-3 .pbmit-featured-wrapper::after,
.pbmit-blog-style-3 .pbmit-post-title::before{
	transition: all 0.6s ease-in-out;
}
.pbmit-blog-style-3 .post-item{
	border-radius: 30px;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper {
	position: relative;
	display: none;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper::before{
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	z-index: 1;
}
.pbmit-blog-style-3 .pbmit-featured-container{
	background: var(--pbmit-white-color);
	border-radius: 30px 0 0 30px;
	flex: 1 1 0%;
	max-width: 380px;
}
.pbmit-blog-style-3 .pbmit-bg-image{
	border-radius: 30px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pbmit-blog-style-3 .pbminfotech-box-wrap{
	flex: 1 1 0%;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper .box-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top:25%;
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-blog-style-3: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-3 .pbmit-date-admin-wraper{
	margin-bottom: 15px;
}
.pbmit-blog-style-3 .pbmit-meta-line,
.pbmit-blog-style-3 .pbmit-meta-line a {
	font-size: 12px;
	line-height: 23px;
	
	color: #666666;
	letter-spacing: 0.6px;
}
.pbmit-blog-style-3 .pbmit-meta-line i{
	font-size: 20px;
	line-height: 20px;
	color: #c37243;
}
.pbmit-blog-style-3 .pbmit-meta-line{
	margin-right: 12px;
}
.pbmit-blog-style-3 .pbmit-meta-line:last-child {
	margin-right:0px ;
}
.pbmit-blog-style-3 .pbminfotech-box-content{
	padding: 130px 50px;
	background: var(--pbmit-white-color);
	padding-bottom: 0;
	min-height: 500px;
	z-index: -1;
	position: relative;
	clip-path: polygon( 0% 50%,0% 100%,36.207% 100%,36.207% 100%,42.999% 99.998%,49.143% 99.991%,54.631% 99.979%,59.456% 99.963%,63.611% 99.943%,67.087% 99.919%,69.878% 99.89%,71.976% 99.858%,73.372% 99.822%,74.061% 99.782%,74.061% 99.782%,74.688% 99.692%,75.328% 99.57%,75.97% 99.418%,76.604% 99.24%,77.221% 99.04%,77.808% 98.822%,78.357% 98.589%,78.857% 98.344%,79.297% 98.093%,79.667% 97.837%,79.667% 97.837%,80.022% 97.546%,80.352% 97.24%,80.662% 96.91%,80.955% 96.55%,81.239% 96.153%,81.516% 95.712%,81.794% 95.218%,82.076% 94.665%,82.368% 94.046%,82.675% 93.353%,82.675% 93.353%,83.263% 92.053%,83.815% 90.967%,84.366% 90.067%,84.952% 89.327%,85.607% 88.718%,86.367% 88.213%,87.268% 87.785%,88.344% 87.407%,89.63% 87.049%,91.162% 86.687%,91.162% 86.687%,92.817% 86.292%,94.247% 85.884%,95.47% 85.451%,96.505% 84.98%,97.369% 84.459%,98.081% 83.875%,98.659% 83.215%,99.122% 82.467%,99.489% 81.618%,99.776% 80.655%,99.776% 80.655%,99.833% 80.094%,99.882% 78.909%,99.921% 77.058%,99.952% 74.499%,99.976% 71.19%,99.991% 67.092%,99.999% 62.161%,100% 56.358%,99.994% 49.639%,99.982% 41.964%,99.905% 4.464%,99.185% 3.333%,99.185% 3.333%,98.932% 2.967%,98.649% 2.616%,98.336% 2.283%,97.994% 1.968%,97.626% 1.672%,97.232% 1.396%,96.815% 1.142%,96.374% 0.909%,95.912% 0.701%,95.43% 0.516%,94.247% 0.099%,47.137% 0.04%,0% 0% );
}
.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 34px;
	line-height: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(3, 27, 78 ,.1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-3 .pbmit-post-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-3 .pbmit-post-title::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: rgba(3, 27, 78 ,.5);
}
.pbmit-blog-style-3:hover .pbmit-post-title::before {
	width: 100%;
}
.pbmit-blog-style-3 .pbmit-blog-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	font-size: 13px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pbmit-white-color);
	background-color: #d9d9d9;
}
.pbmit-blog-style-3:hover .pbminfotech-box-wrap .pbmit-blog-btn {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-3 .pbmit-blog-btn .pbmit-button-icon-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-blog-style-3 .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-45px, 56px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-blog-style-3:hover .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-blog-style-3 .pbmit-blog-btn .pbmit-button-icon {
	display: inline-block;
	color: var(--pbmit-white-color);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-blog-style-3:hover .pbmit-blog-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
/** Style 4 **/
.pbmit-blog-style-4 .pbmit-featured-wrapper img,
.pbmit-blog-style-4 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-4 .pbmit-featured-wrapper::before {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-4 .post-item {
	position: relative;
}
.pbmit-blog-style-4 .pbminfotech-content-inner {
	display: flex;
	align-items: center;
}
.pbmit-blog-style-4 .pbmit-featured-img-wrapper {
	margin-right: 35px;
}
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	max-width: 110px;
	height: 110px;
	border-radius: 100%;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	object-fit: cover;
	transform: scale(1.01);
}
.pbmit-blog-style-4:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-4 .pbmit-post-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-blog-style-4 .pbmit-post-title,
.pbmit-blog-style-4 .pbmit-post-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-4 .pbmit-meta-line{
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.pbmit-blog-style-4 .pbmit-meta-line,
.pbmit-blog-style-4 .pbmit-meta-line a {
	font-size: 12px;
	line-height: 23px;
	
	letter-spacing: 0.6px;
	color: #666666;
}
.pbmit-blog-style-4 .pbmit-meta-line i {
	font-size: 20px;
	line-height: 20px;
	color: #c37243;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 45px;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 6.726% 100%,93.274% 100%,93.274% 100%,94.364% 99.896%,95.399% 99.594%,96.364% 99.111%,97.245% 98.464%,98.029% 97.668%,98.701% 96.741%,99.249% 95.698%,99.657% 94.556%,99.912% 93.332%,100% 92.042%,100% 28.912%,100% 28.912%,99.732% 25.399%,98.988% 22.786%,97.863% 20.91%,96.447% 19.608%,94.835% 18.717%,93.119% 18.071%,91.39% 17.508%,89.742% 16.865%,88.268% 15.977%,87.061% 14.682%,87.061% 14.682%,86.147% 12.968%,85.483% 11.096%,84.946% 9.146%,84.409% 7.198%,83.749% 5.331%,82.839% 3.624%,81.556% 2.158%,79.775% 1.012%,77.369% 0.266%,74.215% 0%,6.726% 0%,6.726% 0%,5.636% 0.104%,4.601% 0.406%,3.636% 0.889%,2.755% 1.536%,1.971% 2.332%,1.299% 3.259%,0.751% 4.302%,0.343% 5.444%,0.088% 6.668%,0% 7.958%,0% 92.042%,0% 92.042%,0.088% 93.332%,0.343% 94.556%,0.751% 95.698%,1.299% 96.741%,1.971% 97.668%,2.755% 98.464%,3.636% 99.111%,4.601% 99.594%,5.636% 99.896%,6.726% 100% );
	position: relative;
	z-index: -1;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e88e";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	line-height: 15px;
	color: var(--pbmit-white-color);
	background-color: #c37243;
	border-radius: 50%;
	padding: 17px 16px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	
	font-weight: 500;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: contain;
}
.pbmit-testimonial-style-1 .pbminfotech-box-img {
	margin-right: 20px;
}
.demo-seven .pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 20px 0 30px;
	border: 0;
	font-weight: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
	color: rgba(3, 27, 78, 0.5);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color:#FFC107;
}
.demo-seven .pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active{
	color: #fdcf00;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i:before{
	margin: 0;
}
.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;
}
.pbmit-testimonial-secondary-color .pbmit-testimonial-style-1 .pbminfotech-post-item::before {
	background-color: var(--pbmit-secondary-color);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-2 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 45px;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 6.726% 100%,93.274% 100%,93.274% 100%,94.364% 99.896%,95.399% 99.594%,96.364% 99.111%,97.245% 98.464%,98.029% 97.668%,98.701% 96.741%,99.249% 95.698%,99.657% 94.556%,99.912% 93.332%,100% 92.042%,100% 28.912%,100% 28.912%,99.732% 25.399%,98.988% 22.786%,97.863% 20.91%,96.447% 19.608%,94.835% 18.717%,93.119% 18.071%,91.39% 17.508%,89.742% 16.865%,88.268% 15.977%,87.061% 14.682%,87.061% 14.682%,86.147% 12.968%,85.483% 11.096%,84.946% 9.146%,84.409% 7.198%,83.749% 5.331%,82.839% 3.624%,81.556% 2.158%,79.775% 1.012%,77.369% 0.266%,74.215% 0%,6.726% 0%,6.726% 0%,5.636% 0.104%,4.601% 0.406%,3.636% 0.889%,2.755% 1.536%,1.971% 2.332%,1.299% 3.259%,0.751% 4.302%,0.343% 5.444%,0.088% 6.668%,0% 7.958%,0% 92.042%,0% 92.042%,0.088% 93.332%,0.343% 94.556%,0.751% 95.698%,1.299% 96.741%,1.971% 97.668%,2.755% 98.464%,3.636% 99.111%,4.601% 99.594%,5.636% 99.896%,6.726% 100% );
}
.pbmit-testimonial-style-2 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e88e";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	line-height: 15px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	padding: 17px 16px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	
	font-weight: 500;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.pbmit-testimonial-style-2 .pbmit-auther-content{
	margin-left: 20px;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 20px 0 30px;
	border: 0;
	font-weight: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings{
	color: #fdcf00;
}
.pbmit-testimonial-style-2 .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 3 **/
.pbmit-testimonial-style-3 .pbminfotech-post-item{
	position: relative;
	padding-left: 123px;
}
.pbmit-testimonial-style-3 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e88e";
	position: absolute;
	left: 3px;
	top: 0;
	font-size: 70px;
	line-height: 70px;
	opacity: 0.2;
	font-weight: 800;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail{
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	
	font-weight: 500;
	opacity: 0.5;
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.pbmit-testimonial-style-3 .pbminfotech-box-img{
	margin-right: 20px;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text{
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	padding: 15px 0 30px;
	border: 0;
	font-weight: 200 !important;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings{
	font-size: 18px;
	color: rgba(3, 27, 78, 0.5);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active{
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-3 .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 4 **/
.pbmit-testimonial-style-4 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-4 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 45px 55px 50px;
	position: relative;
	background-color: transparent;
	z-index: 1;
}
.pbmit-testimonial-style-4 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 4.267% 0.551%,4.267% 0.551%,3.666% 0.898%,3.099% 1.329%,2.57% 1.84%,2.082% 2.424%,1.638% 3.076%,1.243% 3.791%,0.899% 4.562%,0.61% 5.386%,0.379% 6.254%,0.21% 7.164%,0.21% 7.164%,0.163% 7.851%,0.124% 9.272%,0.092% 11.459%,0.066% 14.446%,0.047% 18.265%,0.035% 22.948%,0.028% 28.528%,0.027% 35.036%,0.032% 42.507%,0.042% 50.972%,0.103% 91.569%,0.103% 91.569%,0.109% 91.894%,0.124% 92.218%,0.15% 92.54%,0.186% 92.86%,0.231% 93.177%,0.287% 93.49%,0.352% 93.8%,0.427% 94.105%,0.511% 94.406%,0.605% 94.701%,0.694% 94.964%,0.694% 94.964%,0.9% 95.53%,1.132% 96.07%,1.388% 96.584%,1.667% 97.071%,1.968% 97.527%,2.29% 97.953%,2.631% 98.346%,2.991% 98.704%,3.369% 99.026%,3.763% 99.311%,3.763% 99.311%,3.763% 99.311%,3.955% 99.432%,4.15% 99.541%,4.348% 99.638%,4.549% 99.721%,4.752% 99.793%,4.957% 99.851%,5.163% 99.897%,5.371% 99.93%,5.579% 99.95%,5.789% 99.957%,40.989% 100.046%,40.989% 100.046%,48.04% 100.06%,54.332% 100.065%,59.877% 100.061%,64.685% 100.048%,68.769% 100.027%,72.14% 99.997%,74.809% 99.96%,76.787% 99.915%,78.087% 99.862%,78.719% 99.801%,78.719% 99.801%,79.254% 99.656%,79.794% 99.462%,80.332% 99.225%,80.86% 98.95%,81.371% 98.642%,81.857% 98.304%,82.311% 97.944%,82.726% 97.564%,83.093% 97.172%,83.407% 96.77%,83.407% 96.77%,83.698% 96.321%,83.967% 95.848%,84.22% 95.339%,84.46% 94.785%,84.692% 94.172%,84.919% 93.49%,85.146% 92.729%,85.376% 91.876%,85.615% 90.921%,85.866% 89.852%,85.866% 89.852%,86.346% 87.845%,86.797% 86.169%,87.248% 84.781%,87.727% 83.639%,88.262% 82.699%,88.884% 81.921%,89.62% 81.261%,90.499% 80.676%,91.551% 80.125%,92.803% 79.565%,92.803% 79.565%,94.156% 78.956%,95.325% 78.327%,96.325% 77.659%,97.17% 76.933%,97.876% 76.129%,98.458% 75.227%,98.931% 74.209%,99.31% 73.055%,99.609% 71.744%,99.844% 70.259%,99.844% 70.259%,99.891% 69.619%,99.931% 68.473%,99.963% 66.79%,99.988% 64.544%,100.007% 61.706%,100.02% 58.248%,100.027% 54.142%,100.027% 49.36%,100.023% 43.874%,100.013% 37.655%,99.954% 8.535%,99.954% 8.535%,99.948% 8.21%,99.932% 7.887%,99.906% 7.566%,99.87% 7.247%,99.825% 6.931%,99.769% 6.618%,99.704% 6.309%,99.629% 6.004%,99.545% 5.704%,99.451% 5.409%,99.361% 5.143%,99.361% 5.143%,99.155% 4.578%,98.923% 4.037%,98.667% 3.523%,98.388% 3.036%,98.087% 2.58%,97.765% 2.154%,97.424% 1.762%,97.064% 1.403%,96.686% 1.081%,96.292% 0.796%,96.292% 0.796%,96.292% 0.796%,96.099% 0.675%,95.903% 0.567%,95.705% 0.47%,95.504% 0.387%,95.3% 0.316%,95.095% 0.258%,94.889% 0.212%,94.681% 0.179%,94.471% 0.16%,94.262% 0.153%,50.343% 0.092%,50.343% 0.092%,38.691% 0.076%,29.232% 0.066%,21.73% 0.066%,15.951% 0.077%,11.658% 0.103%,8.617% 0.147%,6.593% 0.211%,5.35% 0.298%,4.653% 0.41%,4.267% 0.551% );
	z-index: -1;
}
.pbmit-element-testimonial-style-4 .pbmit-ele-header-area{
	position: relative;
	padding: 80px 70px 0 50px;
}
.pbmit-element-testimonial-style-4 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e805';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 300px;
	line-height: 300px;
	display: inline-block;
	background: rgba(var(--pbmit-blackish-color-rgb), 0.03);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1;
}
.pbmit-testimonial-style-4 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-4 .pbmit-featured-wrapper img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.pbmit-testimonial-style-4 .pbminfotech-box-img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-text{
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 20px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-4 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings{
	font-size: 18px;
	line-height: 18px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffae00;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-detail{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	
	font-weight: 500;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.pbmit-header-overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
}
.site-title {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 90px;
	transition: none;
	line-height: inherit;
}
.site-title a {
	display: flex;
	align-items: center;
	line-height: inherit;
}
.site-header .pbmit-header-search-btn{
	padding-left: 20px;
}
.site-header .pbmit-header-search-btn a{
	font-size: 16px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.site-header .pbmit-header-search-btn a:hover,
.header-style-9 .sticky-header .pbmit-header-search-btn a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-top-left-corner{
	top: 0;
	left: -30px;
}
.pbmit-bottom-right-corner {
	bottom: -30px;
	right: 0;
}
/** Header Style 1 **/
.header-style-1 .pbmit-header-button-text-1,
.header-style-10 .pbmit-header-button-text-1 {
	display: none;
}
/** Header Style 3 **/
.header-style-3 .pbmit-header-overlay{
	padding-top: 40px;
}
.header-style-3 .pbmit-logo-area .site-title{
	height: 60px;
}
.header-style-3 .pbmit-header-search-btn{
	padding: 0 20px;
	margin-right: 80px;
}
.header-style-3 .pbmit-slider-area{
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}
/** Header Style 4 **/
.header-style-4 .site-branding .site-title{
	height: 150px;
}
.header-style-4 .pbmit-header-search-btn{
	padding-right: 50px;
}
/** Header Style 5 **/
.header-style-5 .pbmit-main-header-area{
	background-color: var(--pbmit-white-color);
}
.header-style-5 .pbmit-header-search-btn{
	margin-right: 50px;
}
.header-style-5 .pbmit-header-search-btn a{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.header-style-5 .pbmit-header-search-btn a:hover,
.header-style-5 .pbmit-button-box-second .pbmit-btn{
	background-color: var(--pbmit-blackish-color);
}
.header-style-5 .pbmit-button-box-second .pbmit-btn:hover{
	background-color: var(--pbmit-global-color);
}
/** Header Style 6 **/
.header-style-6 .site-branding .site-title{
	height: 110px;
}
.header-style-6 .pbmit-header-search-btn{
	margin-right: 30px;
}
/** Header Style 8 **/
.floting-bar-wrap {
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 1000;
	width: 450px;
	height: 100%;
	display: inline-table;
	opacity: 0;
	padding: 120px 65px;
	-webkit-transform: translateX(101%);
	-moz-transform: translateX(101%);
	-ms-transform: translateX(101%);
	-o-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	background-color: var(--pbmit-white-color);
}
.floting-bar-wrap.active {
	right: 0;
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.floting-bar-wrap .closepanel {
	position: absolute;
	width: 90px;
	display: block;
	top: 0;
	right: 0;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	text-align: center;
	height: 90px;
	line-height: 90px;
}
.floting-bar-wrap .closepanel svg{
	fill: var(--pbmit-white-color);
}
.floting-bar-wrap .closepanel svg rect {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@keyframes pbmit-closer-line-draw{
	0%,100%{
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0)
	}
	55%{
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%)
	}
	56%{
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0)
	}
}
.floting-bar-wrap .closepanel:hover svg rect {
	animation: pbmit-closer-line-draw .6s;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: pbmit-closer-line-draw;
}
.floting-bar-wrap .closepanel:hover svg rect:nth-of-type(2) {
	animation-delay: .17s;
}
.header-style-8 .site-branding .site-title{
	height: 120px;
}
.site-header.header-style-8 .pbmit-header-search-btn{
	margin-right: 30px;
}
.floting-bar-widget-area .main-menu .navigation > li{
	float: none;
	padding: 0 25px 25px 0;
}
.floting-bar-widget-area .main-menu .navigation > li > a{
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.3px;
	
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.floting-bar-widget-area .main-menu .navigation > li > a:after{
	display: none;
}
.header-style-8 .main-menu .navigation > li.dropdown > ul.open,
.header-style-8 .main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open {
	display: block !important;
	opacity: 1;
	visibility: visible;
	padding-left: 0;
	transform: none;
}
.site-header.header-style-8 .main-menu .navigation > li > ul,
.site-header.header-style-8 .main-menu .navigation > li > ul > li > ul{
	display: none !important;
	border: none;
	left: 0;
	box-shadow: none;
}
.header-style-8 .main-menu .navigation > li > ul,
.header-style-8 .main-menu .navigation > li > ul > li > ul{
	position: inherit;
}
.header-style-8 .main-menu .navigation > li > ul li:hover > a{
	padding: 0;
}
.header-style-8  .main-menu .navigation > li > ul li:hover > a:before{
	display: none;
}
.header-style-8 .main-menu ul > li.dropdown > ul > li.dropdown:hover::after{
	display: none;
}
/** Header Style 9 **/
.header-style-9 .pbmit-pre-header-wrapper{
	color: var(--pbmit-secondary-color);
}
.header-style-9 .pbmit-contact-info,
.header-style-12 .pbmit-contact-info{
	font-size: 14px;
}
.header-style-9 .pbmit-pre-header-left .pbmit-contact-info li ,
.header-style-12 .pbmit-pre-header-left .pbmit-contact-info li{
	padding-right: 15px;
	display: inline-block;
}
.header-style-9 .pbmit-contact-info li i,
.header-style-12 .pbmit-contact-info li i{
	font-size: 15px;
	margin-right: 6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-global-color);
}
.header-style-9 .pbmit-pre-header-right{
	display: flex;
	align-items: center;
}
.site-header.header-style-9 .pbmit-social-links li a{
	color: var(--pbmit-secondary-color);
}
.site-header.header-style-9 .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.site-header.header-style-9 .pbmit-social-links li a i{
	font-size: 15px;
}
.header-style-9 .site-branding .site-title{
	height: 130px;
}
.header-style-9 .site-navigation ul.navigation > li > a{
	height: 130px;
	line-height: 130px;
	color: var(--pbmit-white-color);
}
.header-style-9 .site-navigation ul.navigation > li.active > a,
.header-style-9 .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-white-color);
}
.header-style-9 .pbmit-header-search-btn{
	padding: 0 20px 0 0;
}
.header-style-9 .site-branding .pbmit-sticky-logo,
.header-style-9 .sticky-header .site-branding .logo-img{
	display: none;
}
.header-style-9 .sticky-header .site-branding .pbmit-sticky-logo{
	display: block;
}
.header-style-9 .sticky-header .site-navigation ul.navigation > li > a{
	color: var(--pbmit-blackish-color);
	height: 90px;
	line-height: 90px;
}
.header-style-9 .sticky-header .pbmit-header-search-btn a{
	background-color: var(--pbmit-light-color);
}
.header-style-9 .sticky-header .site-branding .site-title{
	height: 90px;
}
/** Header Style 10 **/
.header-style-10 .site-branding .site-title{
	height: 100px;
}
.header-style-10 .main-menu ul > li.dropdown > a:after{
	background-color: #d9d9d9;
}
.header-style-10 .pbmit-button-box-second .pbmit-btn-white:hover{
	background-color: var(--pbmit-global-color);
}
.header-style-10.site-header .sticky-header .site-navigation ul.navigation > li > a{
	height: 90px;
	line-height: 90px;
	color: var(--pbmit-blackish-color);
}
.header-style-10 .sticky-header .main-menu ul > li.dropdown > a:after{
	background-color: var(--pbmit-blackish-color);
}
.header-style-10 .sticky-header .pbmit-header-search-btn a{
	background-color: var(--pbmit-light-color);
}
.header-style-10 .sticky-header .pbmit-header-search-btn a:hover{
	background-color: var(--pbmit-global-color);
}
/** Header Style 11 **/
.header-style-11 .pbmit-header-content{
	background-color: var(--pbmit-light-color);
}
.header-style-11 .site-navigation ul.navigation > li.active > a,
.header-style-12 .site-navigation ul.navigation > li.active > a{
	color: var(--pbmit-blackish-color);
}
.header-style-11 .site-navigation ul.navigation > li.active > a:hover,
.header-style-12 .site-navigation ul.navigation > li.active > a:hover{
	color: var(--pbmit-global-color);
}
.header-style-11 .pbmit-header-search-btn a{
	background-color: var(--pbmit-light-color);
}
/** Header Style 12 **/
.pbmit-bg-color-global .pbmit-contact-info li i,
.header-style-12 .pbmit-pre-header-left{
	color: var(--pbmit-secondary-color);
}
.header-style-12 .pbmit-pre-header-wrapper .pbmit-social-links li i{
	font-size: 15px;
	color: var(--pbmit-blackish-color);
}
.header-style-12 .site-branding .site-title{
	height: 110px;
}
.header-style-12 .pbmit-header-search-btn{
	padding: 0 50px 0 20px;
}
/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.footer-top-section{
	padding: 36px 0px 36px 0px;
}
.footer-top-section .pbmit-icon-list-items{
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}
.footer-top-section .pbmit-icon-list-items li{
	position: relative;
	font-size: 12px;
	line-height: 24px;
	margin-right: 35px !important;
	margin-top: 0;
	margin-bottom: 0;
	
	margin-left: 8px;
	display: flex;
}
.footer-top-section .pbmit-icon-list-items li:not(:last-child):before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -22px;
	left: auto;
	width: 6px;
	height: 6px;
	background-color: #d9d9d9;
	border-radius: 50%;
}
.footer-top-section .pbmit-icon-list-items li a{
	display: flex;
	font-size: 15px;
	align-items: center;
	width: 100%;
	font-family: var(--pbmit-heading-typography-font-family);
}
.footer-top-section .pbmit-icon-list-items li a:hover span{
	color: var(--pbmit-global-color);
}
.footer-top-section .pbmit-icon-list-items li a span{
	transition: color 0.3s;
	color: var(--pbmit-white-color);
}
.footer-top-section .pbmit-col_2{
	padding: 0 0 0 15px;
}
.footer-top-section .pbmit-col_3{
	padding: 0px 12px 0px 15px;
}
.site-footer{
	background-image: url(../images/bg/footer-bg-img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	background-attachment: scroll;
	font-size: 15px;
	padding: 0 18px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.demo-seven .site-footer{
	background-image: url(../images/homepage-7/footer-bg-img.png);
}
.demo-eight .site-footer{
	background-color: transparent;
	background-image: url(../images/homepage-8/bg/footer-bg-img.png);
}
.demo-eleven .site-footer{
	background-image: url(../images/homepage-11/footer-bg-img.png);
}
.demo-twelve .site-footer{
	background-image: url(../images/homepage-12/footer-bg-img.png);
}
.site-footer .pbmit-footer-big-area{
	padding-top: 100px;
}
.site-footer .pbmit-footer-big-area .pbmit-footer-right{
	padding-left: 78px;
}
.site-footer .pbmit-footer-big-area .pbmit-footer-right h3{
	font-size: 32px;
	line-height: 42px;
	margin: 0;
}
.site-footer .pbmit-footer-widget-area{
	padding-bottom: 25px;
}
.site-footer .pbmit-footer-widget-area .widget_text{
	padding-top: 5px;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}
.site-footer .pbmit-footer-widget-col-1 .textwidget{
	padding-right: 180px;
}
.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-logo{
	margin-bottom: 30px;
}
.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-logo img{
	height: 178px;
}
.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-text{
	margin-bottom: 22px;
}
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li{
	display: inline-block;
	margin: 0 6px 0 0;
	padding-bottom: 0px !important;
	margin-bottom: 8px;
	transform: unset;
}
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a{
	font-size: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--pbmit-blackish-color);
	border: 1px solid #c37243;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a:hover{
	color: var(--pbmit-white-color);
	background-color: #d9d9d9;
}
.site-footer .widget{
	padding-top: 45px;
	position: relative;
}
.site-footer .widget .widget-title{
	font-weight: 700;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #c37243;
	font-style: normal;
	margin-bottom: 15px;
}
.demo-six .site-footer .widget .widget-title{
	color: #3368c5;
}
.site-footer .widget ul li:not(:last-child){
	padding-bottom: 5px;
}
.site-footer .widget ul li{
	line-height: 26px;
	color: var(--pbmit-body-typography-color);
}
.site-footer .widget ul li a{
	color: var(--pbmit-body-typography-color);
}
.site-footer .widget ul li a:hover,
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li a:hover,
.site-footer .pbmit-footer-copyright-text-area a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .widget .pbmit-contact-widget-address{
	font-size: 15px;
	opacity: 0.8;
	line-height: 28px;
}
.site-footer .pbmit-footer-widget-col-1{
	margin-top: 30px;
}
.site-footer .pbmit-footer-text-inner{
	margin-left: 38.5%;
	padding: 15px 0;
	border-top: 1px solid rgba(24, 26, 23,0.2);
	font-size: 14px;
}
.site-footer .pbmit-footer-text-inner .row{
	align-items: center;
	flex-direction: row-reverse;
}
.site-footer .pbmit-footer-copyright-text-area{
	text-align: end;
}
.site-footer .pbmit-footer-text-area a,
.site-footer .pbmit-footer-copyright-text-area{
	color: var(--pbmit-body-typography-color);
}
.site-footer .pbmit-footer-copyright-text-area a{
	text-decoration: underline !important;
}
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu{
	display: flex;
}
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li{
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:first-child{
	padding-left: 0;
}
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child{
	padding-right: 0;
}
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child:before{
	content: "";
	position: absolute;
	height: 15px;
	width: 1px;
	background-color: rgba(24, 26, 23,0.20);
	left: 0;
	top: 50%;
	transform: translate(0 , -50%);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	position: relative;
	z-index: 1;
	background-image: url(../images/bg/titlebar-bg-img.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: 340px;
}
.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 0px;
}
.pbmit-title-bar-content-inner{
	width: 100%;
}
.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 !important;
	margin-bottom: 15px;
}
.pbmit-tbar-subtitle {
	padding-top: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #031b4e;
	text-transform: capitalize;
	font-style: normal;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-tbar-title{
	font-weight: 500;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0px;
	color: white;
	font-family: var(--pbmit-heading-typography-font-family);
}
.single-post .pbmit-tbar-title{
	font-size: 50px;
	line-height: 60px;
}
.single-post .pbmit-title-bar-content-inner{
	width: 60%;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a{
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0;
	color: white;
	text-transform: capitalize;
	font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner {
	padding-left: 5px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span i:before{
	margin: 0;
	color: white;
}
.pbmit-breadcrumb-inner .sep {
	line-height: 15px;
	top: 0px;
	position: relative;
	padding: 0 4px;
}
.pbmit-breadcrumb-inner i {
	font-size: 15px;
	color: var(--pbmit-secondary-color);
	display: inline-block;
}

/*----------------------------------------*/
/*  10 - 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;
}

.active>.page-link{
    background-color: #c37243;
    border-color: #c37243;
}
.page-link {
    color: #c37243;
}
/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	margin-bottom: 20px;
	background-color: transparent;
	color: inherit;
	border-bottom: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed){
	margin-bottom: 20px;
	box-shadow: none;
	color: var(--pbmit-white-color);
	background-color: #c37243;
}
.accordion-button{
	display: inherit;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
	border-radius: 20px !important;
	outline: none;
	position: relative;
	padding: 20px 30px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-item:last-of-type{
	border-radius: 0;
}
.accordion-item .pbmit-accordion-icon{
	font-size: 30px;
	position: relative;
	display: inline-block;
	width: auto;
	transform: translateY(-10%);
	color: var(--pbmit-global-color);
}
.accordion-item .pbmit-accordion-icon i{
	font-size: 15px;
}
.accordion-item.active .pbmit-accordion-icon,
.accordion-1 .accordion-item.active .pbmit-accordion-icon{
	color: var(--pbmit-white-color);
}
.accordion .pbmit-accordion-title{
	transition: all .4s ease-in-out;
}
.pbmit-accordion-title:hover{
	color: var(--pbmit-global-color);
}
.accordion-item.active .pbmit-accordion-title{
	color: var(--pbmit-white-color);
}
.accordion-item.active .pbmit-accordion-title .pbmit-global-color{
	color: var(--pbmit-white-color);
}
.accordion-item .pbmit-accordion-title .pbmit-global-color{
	color: var(--pbmit-global-color);
}
.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 0 15px 32px;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-1 .accordion-item .pbmit-accordion-icon i{
	font-size: 23px;
}
.accordion-1 .accordion-item .pbmit-accordion-icon i:before{
	font-weight: 900;
}
.accordion-1 .accordion-item .pbmit-accordion-icon{
	color: var(--pbmit-blackish-color);
}
/*----------------------------------------*/
/*  12 - 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
}

/*----------------------------------------*/
/*  13 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
	font-size: inherit;
	align-items: center;
	padding: 0;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
	position: relative;
	border: none;
	background: transparent;
}
.list-group-borderless .list-group-item:not(:last-child){
	padding-bottom: calc(20px/2);
}
.list-group-borderless .list-group-item:not(:first-child){
	margin-top: calc(20px/2);
}
.list-group .pbmit-icon-list-icon{
	color: var(--pbmit-blackish-color);
	display: flex;
	position: relative;
	top: 0px;
	line-height: normal;
}
.list-group .pbmit-icon-list-icon i{
	width: auto;
	line-height: inherit;
	transform: rotate(8deg);
	color: var(--pbmit-global-color);
}
.list-group .pbmit-icon-list-icon i:before{
	font-weight: 900;
}
.list-group .pbmit-icon-list-text{
	font-size: inherit;
	padding-left: 20px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  14 -  Banner Slider
/*----------------------------------------*/
.pbmit-slider-area .transform-top{
	opacity: 0;
	transform: translateY(-120px);
	transition: all 1000ms ease;
}
.swiper-slide-active .transform-top{
	opacity: 1;
	transform: translateY(0);
}
.pbmit-slider-area .transform-bottom{
	opacity: 0;
	transform: translateY(50px);
	transition: all 1000ms ease;
}
.swiper-slide-active .transform-bottom{
	opacity: 1;
	transform: translateY(0);
}
.pbmit-slider-area .transform-right{
	opacity: 0;
	transition: all 1000ms ease;
	transform: translateX(200px);
}
.swiper-slide-active .transform-right{
	opacity: 1;
	transform: translateX(0);
}
.pbmit-slider-area .transform-left{
	opacity: 0;
	transition: all 1000ms ease;
	transform: translateX(-200px);
}
.swiper-slide-active .transform-left {
	opacity: 1;
	transform: translateX(0);
}
.pbmit-slider-area .transform-center{
	opacity: 0;
	transition: all 1000ms ease;
	transform: scale(0.9);
}
.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}
.pbmit-slider-area .transform-center-1{
	opacity: 0;
	transition: all 1000ms ease;
	transform: scale(1.5);
}
.swiper-slide-active .transform-center-1 {
	opacity: 1;
	transform: scale(1);
}
.swiper-slide-active .transform-delay-1{
	transition-delay: 1000ms;
}
.swiper-slide-active .transform-delay-2{
	transition-delay: 1400ms;
}
.swiper-slide-active .transform-delay-3{
	transition-delay: 1800ms;
}
.swiper-slide-active .transform-delay-4{
	transition-delay: 2100ms;
}
.swiper-slide-active .transform-delay-5{
	transition-delay: 2400ms;
}
.pbmit-slider-area .pbmit-sub-title{
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	
	padding: 2px 18px;
	border-radius: 20px;
	display: inline-block;
}
/** Slider 01 **/
.pbmit-slider-one .pbmit-slider-item{
	padding: 230px 0 250px;
	position: relative;
}
.pbmit-slider-area .pbmit-slider-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.pbmit-slider-area .pbmit-slider-bg {
    min-height: 53pc !important;
    object-fit: cover;
}

.pbmit-slider-area .swiper-slider{
	padding-bottom: 0 !important;
}
.pbmit-slider-one .pbmit-sub-title{
	font-weight: 600;
	color: rgb(0, 0, 0);
	background-color: var(--pbmit-white-color);
}
.pbmit-slider-one .pbmit-title{
	font-size: 50px;
	line-height: 108px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-area .swiper-horizontal>.swiper-pagination-bullets{
	top: 50%;
	right: 16px;
	left: inherit;
	width: auto;
	display: inline-table;
	transform: translateY(-50%) rotate(-90deg);
}
.pbmit-slider-area .swiper-pagination-bullet{
	background-color: var(--pbmit-white-color);
}
.pbmit-slider-area .swiper-pagination-bullet-active{
	outline-color: var(--pbmit-white-color);
}
/** Slider 02 **/
.pbmit-slider-two .pbmit-slider-item{
	padding: 280px 0 220px 0;
}
.pbmit-slider-two .pbmit-slider-content{
	position: relative;
	max-width: 880px;
	overflow: hidden;
}
.pbmit-slider-two .pbmit-sub-title{
	font-weight: 500;
	color: rgb(3, 27, 78);
	border-radius: 50px;
	border: 1px solid rgb(3, 27, 78);
}
.pbmit-slider-two .pbmit-title{
	font-size: 100px;
	line-height: 100px;
	font-weight: 400;
	color: rgb(3, 27, 78);
	font-weight: 400;
}
.pbmit-slider-two .pbmit-desc{
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	padding-top: 20px;
	border-top: 1px solid rgba(3, 27, 78, 0.1);
	display: inline-block;
	color: rgb(3, 27, 78);
	margin-top: 20px;
}
/** Slider 03 **/
.pbmit-slider-three .pbmit-slider-item{
	padding: 300px 0 250px 0;
}
.pbmit-slider-three .pbmit-slider-content{
	display: inline-block;
	max-width: 705px;
	overflow: hidden;
}
.pbmit-slider-three .pbmit-sub-title{
	font-weight: 500;
	border: 1px solid var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}
.pbmit-slider-three .pbmit-title{
	line-height: 88px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 78px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-three .pbmit-desc,
.pbmit-slider-nine .pbmit-desc,
.pbmit-slider-ten .pbmit-desc{
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 18px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	color: var(--pbmit-white-color);
}
.pbmit-slider-three .pbmit-button .pbmit-btn:hover{
	background-color: var(--pbmit-global-color);
}
/** Slider 04 **/
.pbmit-slider-four .pbmit-slider-content{
	padding: 320px 0 0px 250px;
	position: relative;
	margin-bottom: 190px;
	z-index: 1;
}
.pbmit-slider-four .pbmit-slider-content:before{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/slider-img/slider-d-02.png);
	background-repeat: no-repeat;
	background-position: top left;
	opacity: .6;
}
.pbmit-slider-four .pbmit-sub-title{
	font-weight: 600;
	margin-bottom: 30px;
	color: rgb(51, 104, 198);
	background-color: var(--pbmit-white-color);
}
.pbmit-slider-four .pbmit-title{
	font-size: 88px;
	line-height: 90px;
	
}
.pbmit-slider-four .pbmit-title strong{
	font-weight: 600;
}
.pbmit-slider-four .pbmit-desc{
	padding: 30px 0;
	margin-bottom: 35px;
	display: inline-block;
	border-bottom: 1px solid rgba(42, 44, 42, 0.1);
}
.pbmit-slider-four .pbmit-button{
	display: flex;
	align-items: center;
}
.pbmit-slider-four .pbmit-button .pbmit-btn-box{
	max-width: 500px;
	overflow: hidden;
	position: relative;
}
.pbmit-slider-four .lightbox-video-btn,
.pbmit-slider-eleven .lightbox-video-btn{
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: rgb(24, 26, 23);
	font-family: var(--pbmit-btn-typography-font-family);
}
.pbmit-slider-four .lightbox-video-btn span i,
.pbmit-slider-eleven .lightbox-video-btn span i{
	font-size: 60px;
	line-height: 60px;
}
.pbmit-slider-four .lightbox-video-btn:hover,
.pbmit-slider-eleven .lightbox-video-btn:hover{
	color: var(--pbmit-global-color);
}
.pbmit-slider-four .banner-image {
	margin: 20px 0;
}
.pbmit-slider-four .banner-image img{
	border-radius: 30px;
}
/** Slider 05 **/
.pbmit-slider-five .pbmit-slider-item{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 155px 0 190px 0;
}
.pbmit-slider-five .pbmit-slider-content{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.pbmit-slider-five .pbmit-sub-title{
	font-weight: 500;
	border: 1px solid rgb(3, 27, 78);
	margin-bottom: 30px;
	color: rgb(3, 27, 78);
}
.pbmit-slider-five .pbmit-title{
	font-size: 100px;
	line-height: 108px;
	font-weight: 400;
	color: rgb(3, 27, 78);
	margin-bottom: 20px;
}
.pbmit-slider-five .pbmit-desc{
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	display: inline-block;
	padding-top: 20px;
	color: rgb(3, 27, 78);
	border-top: 1px solid rgba(3, 27, 78, 0.1);
}
.pbmit-slider-five .swiper-pagination-bullet{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-slider-five .swiper-pagination-bullet-active{
	outline-color: var(--pbmit-blackish-color);
}
/** Slider 06 **/
.pbmit-slider-six .pbmit-slider-item{
	padding: 225px 0 155px 0;
}
.pbmit-slider-six .pbmit-slider-content{
	overflow: hidden;
}
.pbmit-slider-six .pbmit-sub-title{
	color: rgb(0, 0, 0);
	font-weight: 600;
	margin-bottom: 25px;
	
	background-color: var(--pbmit-white-color);
	font-family: Outfit;
}
.pbmit-slider-six .pbmit-title{
	font-size: 84px;
	line-height: 90px;
	font-weight: 700;
	margin-bottom: 30px;
}
.pbmit-slider-six .pbmit-title .globalcolor{
	color: var(--pbmit-global-color);
}
.pbmit-slider-six .swiper-horizontal > .swiper-pagination-bullets,
.pbmit-slider-seven .swiper-horizontal > .swiper-pagination-bullets{
	right: 70px;
}
/** Slider 07 **/
.pbmit-slider-seven .pbmit-slider-item{
	padding: 255px 0 215px 0;
}
.pbmit-slider-seven .pbmit-slider-content{
	overflow: hidden;
}
.pbmit-slider-seven .pbmit-sub-title{
	font-weight: 500;
	margin-bottom: 20px;
	color: rgb(0, 0, 0);
	background-color: var(--pbmit-white-color);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 25px;
}
/** Slider 08 **/
.pbmit-slider-eight .pbmit-slider-item{
	padding: 110px 0 120px 0;
}
.pbmit-slider-eight .pbmit-col-left{
	width: 46%;
}
.pbmit-slider-eight .pbmit-slider-content{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	padding: 70px 40px;
}
.pbmit-slider-eight .pbmit-slider-content:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: var(--pbmit-white-color);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 500ms ease-out;
	transition: 500ms ease-out;
}
.pbmit-slider-eight .swiper-slide-active .pbmit-slider-content:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.pbmit-slider-eight .pbmit-sub-title{
	font-weight: 600;
	font-family: Outfit;
	background-color: rgb(248, 247, 244);
}
.pbmit-slider-eight .pbmit-title{
	font-size: 68px;
	line-height: 75px;
	font-weight: 600;
	font-family: Outfit;
	margin-bottom: 30px;
}
.pbmit-slider-eight .pbmit-slider-content .pbmit-text{
	font-size: 15px;
	line-height: 26px;
	font-family: Outfit;
	font-weight: 400;
	color: rgb(0, 0, 0);
}
.pbmit-slider-eight .pbmit-slider-content .bottom-area{
	border-top: 1px solid rgba(4, 18, 30, 0.1);
	padding-top: 40px;
	margin-top: 120px;
}
/** Slider 09 **/
.pbmit-slider-nine .pbmit-slider-item{
	padding: 150px 0 100px 0;
	position: relative;
}
.pbmit-slider-nine  .slide2 .pbmit-slider-item{
	padding-bottom: 0;
}
.pbmit-slider-nine .pbmit-slider-content{
	padding: 30px 0 0 0;
	overflow: hidden;
}
.pbmit-slider-nine .pbmit-sub-title,
.pbmit-slider-ten .pbmit-sub-title{
	font-weight: 400;
	margin-bottom: 20px;
	border: 1px solid var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}
.pbmit-slider-nine .pbmit-title{
	font-size: 80px;
	line-height: 100px;
	font-weight: 400;
	color: var(--pbmit-white-color);
}
.pbmit-slider-nine .pbmit-title strong{
	font-size: 90px;
}
.pbmit-slider-nine .pbmit-button,
.pbmit-slider-ten .pbmit-button,
.pbmit-slider-eleven .pbmit-button .pbmit-btn-box-1,
.pbmit-slider-twelve .pbmit-button .button1,
.pbmit-slider-twelve .pbmit-button .button2{
	opacity: 0;
}
.pbmit-slider-nine .swiper-slide-active .pbmit-button,
.pbmit-slider-ten .swiper-slide-active .pbmit-button,
.pbmit-slider-eleven .swiper-slide-active .pbmit-button .pbmit-btn-box-1,
.pbmit-slider-twelve .swiper-slide-active .pbmit-button .button1,
.pbmit-slider-twelve .swiper-slide-active .pbmit-button .button2{
	opacity: 1;
	transition-duration: 2s;
}
/** Slider 10 **/
.pbmit-slider-ten .pbmit-slider-item{
	padding: 280px 0 180px 0;
}
.pbmit-slider-ten .pbmit-slider-content{
	overflow: hidden;
	padding-top: 30px;
}
.pbmit-slider-ten .pbmit-sub-title{
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-slider-ten .pbmit-title{
	font-size: 90px;
	line-height: 100px;
	margin-bottom: 25px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-ten .pbmit-desc{
	margin-bottom: 40px;
	display: inline-block;
	border-color: rgba(255, 255, 255, 0.1);
}
.pbmit-slider-ten .swiper-pagination-bullet {
	background-color: #000;
}
.pbmit-slider-ten .swiper-pagination-bullet-active{
	outline-color: #000;
}
/** Slider 11 **/
.pbmit-slider-eleven .pbmit-slider-item{
	padding: 320px 0 220px 0;
}
.pbmit-slider-eleven .pbmit-sub-title,
.pbmit-slider-twelve .pbmit-sub-title{
	margin-bottom: 20px;
	border: 1px solid var(--pbmit-blackish-color);
	font-family: Outfit;
}
.pbmit-slider-eleven .pbmit-title{
	font-size: 84px;
	line-height: 84px;
	font-weight: 400;
	margin-bottom: 30px;
	
	font-family: Outfit;
}
.pbmit-slider-eleven .pbmit-title strong{
	font-weight: 600;
}
.pbmit-slider-eleven .pbmit-button .lightbox-video-btn {
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-slider-eleven .swiper-horizontal>.swiper-pagination-bullets{
	left: 40px;
	right: inherit;
}
/** Slider 12 **/
.pbmit-slider-twelve .pbmit-slider-item{
	display: flex;
	align-items: center;
	height: 800px;
}
.pbmit-slider-twelve .pbmit-slider-content{
	overflow: hidden;
	padding-top: 30px;
}
.pbmit-slider-twelve .pbmit-title{
	font-size: 100px;
	line-height: 110px;
	margin-bottom: 35px;
}
.pbmit-slider-twelve .pbmit-button .pbmit-btn-white:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-slider-twelve .pbmit-button .pbmit-btn.pbmit-btn-second{
	color: var(--pbmit-blackish-color);
}
.pbmit-slider-twelve .pbmit-button .pbmit-btn.pbmit-btn-second .pbmit-button-icon svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-slider-twelve .pbmit-button .pbmit-btn.pbmit-btn-second:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

/*----------------------------------------*/
/*  15 - Client
/*----------------------------------------*/
.pbminfotech-hide, .pbmit-hide {
	display: none;
}
/** Style 1 **/
.pbmit-client-style-1 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 0;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/*----------------------------------------*/
/* 16 - Spinner Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-spinner-box-style-1 {
	width: 135px;
	padding: 10px;
	position: relative;
	border-radius: 50%;
	margin: auto;
	background-color: var(--pbmit-white-color);
}
.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 {
	font-size:17px;
	letter-spacing: 4px;
	
	font-weight: 600 !important;
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box svg {
	fill: var(--pbmit-blackish-color);
	position: relative;
	left: 0;
	top: 0;
	-webkit-animation-name: pbmit_rotate;
	-moz-animation-name: pbmit_rotate;
	-ms-animation-name: pbmit_rotate;
	-o-animation-name: pbmit_rotate;
	animation-name: pbmit_rotate;
	-webkit-animation-duration: 15s;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes pbmit_rotate {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_rotate {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_rotate {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_rotate {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_rotate {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.pbmit-elementor-bg-color-white .pbmit-spinner-box-style-1 {
	background-color: var(--pbmit-light-color);
}

/* --------------------------------------
* 17 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.pbmit-sortable-list-ul li {
	display: inline-block;
}
.pbmit-sortable-list-ul li:before {
	content: ' ';
	margin: 0 10px;
}
.pbmit-sortable-list-ul li:first-child:before {
	display: none;
}
.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 400;
	min-width: 100px;
	border-radius: 20px;
}
.pbmit-sortable-list a.pbmit-selected {
	background: #d9d9d9;
	color: var(--pbmit-white-color);
}
.pbmit-sortable-list-style-1 a{
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	padding: 14px 30px;
	border-radius: 30px;
	
	background-color: var(--pbmit-white-color);
}
.pbmit-sortable-list-style-1 a.pbmit-selected{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

/* --------------------------------------
* 18 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style4,
.pbmit-animation-style3,
.pbmit-animation-style1,
.pbmit-animation-style2{
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-animation-style4 img,
.pbmit-animation-style3 img,
.pbmit-animation-style1 img,
.pbmit-animation-style2 img{
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

/* --------------------------------------
* 19 - Marquee
* ---------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 90px;
    line-height: 110px!important;
    position: relative!important;
    overflow: visible!important;
    display: flex;
    font-weight: 800 !important;
    overflow: visible!important;
    text-shadow: 1px 1px 0 #d9d9d9, -1px -1px 0 #d9d9d9, 1px -1px 0 #d9d9d9, -1px 1px 0 #d9d9d9, 1px 1px 0 #d9d9d9;
    -webkit-text-fill-color: var(--pbmit-light-color);
    -webkit-text-stroke-width: 0;
    color: transparent;
    letter-spacing: 0.8px;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: #d9d9d9;
	-webkit-text-stroke: transparent;
	max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover:before {
	max-width: 100%;
}

body .pbmit-bg-color-global {
    background-color: #d9d9d9;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	padding-left: 100px;
	margin-left: 60px;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	content: "\e898";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 45px;
	line-height: 45px;
	transform: translateY(-50%);
	color: #d9d9d9;
}
.pbmit-marquee-secondary-color .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	color: var(--pbmit-secondary-color);
}
.pbmit-marquee-secondary-color .pbmit-marquee-effect-style-1 .pbmit-element-title{
	text-shadow: 1px 1px 0 rgba(6, 38, 139,.3), -1px -1px 0 rgba(6, 38, 139,.3), 1px -1px 0 rgba(6, 38, 139,.3), -1px 1px 0 rgba(6, 38, 139,.3), 1px 1px 0 rgba(6, 38, 139,.3);
}
.pbmit-marquee-secondary-color .pbmit-marquee-effect-style-1 .pbmit-element-title::before{
	-webkit-text-fill-color: var(--pbmit-global-color);
}
.pbmit-marquee-global-color .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	color: var(--pbmit-global-color);
}

/* --------------------------------------
* 20 - Tab
* ---------------------------------------*/
.pbmit-tab {
	display: block;
}
.pbmit-tab .nav{
	margin: 0;
	display: flex;
	text-align: left;
	position: relative;
	padding: 0;
	border: none;
	flex-wrap: inherit;
	justify-content: space-between;
}
.pbmit-tab .nav .nav-item{
	position: relative;
}
.pbmit-tab .nav .nav-item a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	cursor: pointer;
	border-radius: 30px 30px 0 0;
	font-size: 18px;
	line-height: 18px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	width: 347px;
	font-weight: 500;
	border: none;
	color: var(--pbmit-white-color);
	background-color: transparent;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-tab .nav .nav-item a.active{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.tab_section .pbmit-tab .nav .nav-item a.active:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	background-color: var(--pbmit-white-color);
	left: 0px;
	top: auto;
	bottom: -25px;
	opacity: 1;
}
.pbmit-tab .tab-content>.tab-pane{
	margin-bottom: 20px;
}
.pbmit-tab .pbmit-column-inner{
	border-radius: 30px;
	padding: 40px;
	background-color: var(--pbmit-white-color);
}
.pbmit-tab .pbmit-tab-img img {
	border-radius: 30px;
}
.pbmit-tab .pbmit-tab-list {
	padding-left: 60px;
	color: #6e778c;
}
.pbmit-tab .pbmit-tab-list h2{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: var(--pbmit-blackish-color);
}
.pbmit-tab-list .list-group{
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding-top: 36px;
}
.pbmit-tab-style-2 .nav{
	justify-content: normal;
}
.pbmit-tab-style-2 .nav .nav-item{
	padding: 5px 10px 16px 0;
}
.pbmit-tab.pbmit-tab-style-2 .nav .nav-item a.active{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-tab.pbmit-tab-style-2 .nav .nav-item a{
	width: auto;
	font-size: 13px;
	line-height: inherit;
	padding: 7px 15px;
	border-radius: 20px;
	color: var(--pbmit-blackish-color);
	background-color: transparent;
}
.pbmit-tab-style-3{
	display: flex;
}
.pbmit-tab-style-3 .nav{
	display: block;
	padding: 40px 30px;
	border-radius: 30px;
	background-color: var(--pbmit-white-color);
}
.pbmit-tab-style-3 .nav .nav-item:not(:last-child){
	margin-bottom: 12px;
}
.pbmit-tab-style-3 .nav .nav-item a.active{
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-global-color) !important;
}
.pbmit-tab-style-3 .nav .nav-item a{
	font-size: 18px !important;
	width: 347px !important;
	padding: 7px 7px 7px 40px;
	border-radius: 50px;
	justify-content: space-between;
	color: var(--pbmit-blackish-color);
}
.pbmit-tab-style-3 .nav .nav-item a i{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 10px;
	font-size: 12px;
	opacity: 0;
	border-radius: 50%;
	text-align: center;
	transition: transform 1s cubic-bezier(.22,.61,.36,1);
}
.pbmit-tab-style-3 .nav .nav-item a.active i{
	opacity: 1;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-tab-style-3 .tab-content{
	padding-left: 30px;
}
.pbmit-tab-style-3 .pbmit-column-inner{
	padding: 30px;
	background-color: transparent;
	border: 1px solid rgba(24, 26, 23,.1);
}
.pbmit-tab-style-3 .pbmit-tab-list{
	padding: 60px 30px 0;
}
.pbmit-tab-style-3 .pbmit-tab-list .list-group{
	display: inherit;
}
.pbmit-tab-style-3.pbmit-tab .pbmit-tab-list h2{
	font-size: 30px;
	line-height: 36px;
}

/* --------------------------------------
* 21 - Pricing
* ---------------------------------------*/
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before{
	transition: all 0.6s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	position: relative;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(3, 27, 78, 0.1);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-head-wrap::before {
	content: "";
	position: absolute;
	background-color: var(--pbmit-global-color);
	width: 0%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
	width: 100%;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.6px;
	
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 28px;
	line-height: 36px;
	text-transform: capitalize;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper {
	display: flex;
	align-items: flex-end;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	background-color: var(--pbmit-white-color);
	position: relative;
	padding: 45px 54px;
	border-radius: 30px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol{
	font-size: 35px;
	line-height: 40px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 60px;
	line-height: 60px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w{
	display: flex;
	align-items: flex-start;
	color: #d9d9d9;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	color: var(--pbmit-blackish-color);
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
	padding-left: 8px;
	text-transform: lowercase;
	color: rgba(3, 27, 78, 0.7);
	position: relative;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
	padding: 32px 0 15px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
	margin-bottom: 16px;
	position: relative;
	padding-left: 35px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line:last-child {
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	transform: rotate(14deg);
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i:before{
	font-weight: 900;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg{
	display: inline-block;
	margin-right: 5px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg{
	width: 10px;
	height: 10px;
	margin: 0px 15px 0 0;
	fill: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn {
	text-align: center;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button{
	padding-top: 32px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button a{
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.65px;
	display: block;
	
	padding: 17px 15px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button a .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	margin-left: 8px;
	display: inline-flex;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button a .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-50px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button a:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-button a .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button a:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-button a:hover{
	border-color: #d9d9d9;
	background-color: #d9d9d9;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box:hover{
	transform: translateY(-5px);
}
/** Style 2 **/
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:hover .pbmit-head-wrap::before{
	transition: all 0.6s ease-in-out;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(:last-child) .pbmit-pricing-table-box{
	margin-bottom: 25px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box-wrapper{
	display: flex;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper{
	width: 17%;
	padding: 50px 50px 30px;
	border-radius: 30px;
	margin-right: 18px;
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper,
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pbminfotech-ele-ptable-style-2 .pbmit-content-wrapper{
	display: flex;
	flex: 1;
	width: 100%;
	border-radius: 30px;
	border: 1px solid rgba(3, 27, 78, 0.1);
}
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
	width: 30%;
	padding: 30px 30px 30px 55px;
	margin-right: 10px;
	border-right: 1px solid rgba(3, 27, 78, 0.1);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-desc{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.6px;
	
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-heading{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-wrapper{
	display: flex;
	align-items: flex-end;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol{
	font-size: 35px;
	line-height: 40px;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price{
	font-size: 60px;
	line-height: 60px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-w{
	display: flex;
	align-items: flex-start;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency{
	font-size: 14px;
	line-height: 22px;
	text-transform: lowercase;
	color: rgba(3, 27, 78, 0.7);
	font-weight: 400;
	padding-left: 25px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
	padding: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
	width: 70%;
	margin-top: 15px;
	padding-right: 15px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line{
	margin-bottom: 16px;
	position: relative;
	float: left;
	width: 50%;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line i{
	font-size: 18px;
	position: relative;
	left: 0;
	top: 50%;
	margin-right: 10px;
	transform: translate(0,15%);
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line .pbmit-ptable-line-svg{
	display: inline-block;
	margin-right: 5px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg{
	width: 15px;
	height: 15px;
	margin: 0 15px 0 0;
	fill: var(--pbmit-secondary-color);
}
.pbmit-color-white .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box{
	background-color: var(--pbmit-light-color);
}
/*Featured column*/
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-price-wrapper,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-content-wrapper{
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-content-wrapper{
	border-width: 0;
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap{
	border-right-color: rgba(255,255,255, 0.1);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-content-wrapper,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg{
	fill: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-btn a{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-btn:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-icon{
	margin-right: 15px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-icon-type-text{
	font-size: 30px;
	line-height: 30px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-icon-type-icon i{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-svg-wrapper svg{
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-icon-type-image{
	width: 50px;
	height: 50px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-feature-wrap{
	position: absolute;
	top: 40px;
	right: 0;
	
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-feature-wrap .pbmit-ptablebox-featured-w{
	padding: 0 13px;
	font-size: 12px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--pbmit-white-color);
	background: red;
	position: relative;
}
/* --------------------------------------
* 22 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1{
	margin-bottom: 30px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pbmit-portfolio-style-1.pbmit-ele {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0;
}
.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: #d9d9d9;
}
.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-white-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-portfolio-style-2 {
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content {
	position: absolute;
	top: inherit;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 25px 30px;
	opacity: 0;
	border-radius: 20px;
	word-break: break-word;
	transform: translateY(100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateY(0);
}
.pbmit-portfolio-style-2 .pbmit-port-cat a {
	font-size: 14px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	
	position: relative;
}
.pbmit-portfolio-style-2 .pbmit-port-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: rgba(var(--pbmit-global-color-rgb),.9);
	-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%);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title:hover,
.pbmit-portfolio-style-2 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 20px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-2 .pbmit-element-inner .swiper-wrapper {
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

/* --------------------------------------
* 23 - Progress Bar
* ---------------------------------------*/
.progressbar{
	margin-bottom: 30px;
	overflow: hidden;
}
.progressbar .progress-label{
	color: var(--pbmit-heading-color);
	display: inline-block;
	position: relative;
	top: -5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.progress{
	overflow: visible;
	position: relative!important;
	line-height: 30px;
	height: 100%;
	margin-top: 0;
	background-color: var(--pbmit-light-color);
}
.progress .progress-bar {
	position: relative;
	height: 4px;
	overflow: visible;
	border-radius: 0px;
	background-color: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
	position: absolute;
	right: 0;
	top: -24px;
	font-size: 14px;
	line-height: 14px;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}
.progressbarone .progress-bar{
	background-color: var(--pbmit-blackish-color);
}
.pb-style-1.progressbar{
	margin-bottom: 35px;
}
.pb-style-1 .progress-label,
.pb-style-1 .progress.progress-percent-bg .progress-percent{
	color: var(--pbmit-white-color);
}
.pb-style-1 .progress.progress-percent-bg .progress-percent{
	font-weight: 400;
}
.pb-style-1 .progress{
	padding: 1px;
	background-color: var(--pbmit-blackish-color);
}
.pb-style-1 .progress-bar{
	height: 8px;
	border-radius: 8px;
	background-color: var(--pbmit-secondary-color);
}
/* --------------------------------------
* 24 - Tween Effect
* ---------------------------------------*/
.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-element-title{
	font-size: 150px;
	line-height: 160px;
	font-weight: 800;
	
	color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-tween-effect{
	text-align: center;
}

/* --------------------------------------
* 25 - Static Box
* ---------------------------------------*/
.pbmit-static-box-style-2{
	margin-bottom: 30px;
}
.pbmit-static-box-style-2 .pbmit-img{
	position: relative;
	overflow: hidden;
	width: 45%;
}
.pbmit-static-box-style-2 .pbmit-img img{
	border-radius: 30px;
}
.pbmit-static-box-style-2 .pbmit-contentbox{
	position: relative;
	display: flex;
	padding: 15px;
	z-index: 1;
}
.pbmit-static-box-style-2 .pbmit-contentbox::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 2.551% 0.478%,2.551% 0.478%,2.192% 0.779%,1.853% 1.153%,1.536% 1.596%,1.245% 2.102%,0.98% 2.668%,0.743% 3.288%,0.538% 3.957%,0.365% 4.671%,0.227% 5.424%,0.126% 6.213%,0.126% 6.213%,0.098% 6.864%,0.074% 8.27%,0.055% 10.464%,0.04% 13.481%,0.028% 17.357%,0.021% 22.127%,0.017% 27.825%,0.016% 34.487%,0.019% 42.148%,0.025% 50.843%,0.063% 94.119%,0.327% 95.341%,0.327% 95.341%,0.444% 95.838%,0.576% 96.315%,0.723% 96.77%,0.884% 97.201%,1.059% 97.607%,1.246% 97.988%,1.446% 98.34%,1.657% 98.663%,1.879% 98.956%,2.111% 99.217%,2.828% 99.96%,44.613% 100.04%,44.613% 100.04%,52.86% 100.052%,60.162% 100.056%,66.542% 100.052%,72.021% 100.042%,76.624% 100.023%,80.372% 99.998%,83.289% 99.965%,85.397% 99.926%,86.719% 99.88%,87.277% 99.827%,87.277% 99.827%,87.945% 99.545%,88.547% 99.154%,89.09% 98.644%,89.577% 98.005%,90.014% 97.226%,90.404% 96.297%,90.754% 95.208%,91.066% 93.949%,91.347% 92.51%,91.6% 90.88%,91.6% 90.88%,91.835% 89.316%,92.075% 87.982%,92.331% 86.851%,92.617% 85.895%,92.947% 85.086%,93.332% 84.396%,93.787% 83.798%,94.324% 83.264%,94.956% 82.767%,95.697% 82.278%,95.697% 82.278%,96.506% 81.749%,97.205% 81.204%,97.803% 80.625%,98.308% 79.995%,98.73% 79.298%,99.078% 78.516%,99.361% 77.633%,99.587% 76.632%,99.766% 75.495%,99.907% 74.207%,99.907% 74.207%,99.935% 73.599%,99.958% 72.439%,99.978% 70.693%,99.993% 68.329%,100.004% 65.313%,100.012% 61.611%,100.016% 57.192%,100.016% 52.021%,100.014% 46.066%,100.008% 39.294%,100.008% 39.294%,99.997% 30.282%,99.987% 23.054%,99.976% 17.405%,99.961% 13.127%,99.942% 10.016%,99.915% 7.865%,99.88% 6.47%,99.835% 5.623%,99.777% 5.119%,99.706% 4.752%,99.706% 4.752%,99.589% 4.255%,99.457% 3.778%,99.31% 3.323%,99.148% 2.892%,98.974% 2.485%,98.786% 2.105%,98.587% 1.753%,98.376% 1.43%,98.154% 1.137%,97.921% 0.876%,97.205% 0.133%,50.205% 0.08%,50.205% 0.08%,37.986% 0.066%,28.081% 0.057%,20.245% 0.057%,14.23% 0.067%,9.79% 0.09%,6.676% 0.127%,4.642% 0.183%,3.441% 0.258%,2.827% 0.356%,2.551% 0.478% );
}
.pbmit-elementor-bg-color-white .pbmit-static-box-style-2 .pbmit-contentbox::before{
	background-color: var(--pbmit-light-color);
}
.pbmit-static-box-style-2 .pbmit-contentbox-inner{
	width: 55%;
	padding: 35px 40px 35px 45px;
}
.pbmit-static-box-style-2 .pbmit-ihbox-icon{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color);
}
.pbmit-static-box-style-2 .pbmit-static-box-svg,
.pbmit-static-box-style-2 .pbmit-ihbox-icon{
	margin-bottom: 15px;
}
.pbmit-static-box-style-2 .pbminfotech-box-title h4{
	font-size: 26px;
	line-height: 32px;
	color: var(--pbmit-blackish-color);
}
.pbmit-static-box-style-2 .pbminfotech-static-box-desc,
.pbmit-static-box-style-2 .pbminfotech-box-title h4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pbmit-static-box-style-2 .pbmit-button{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pbmit-static-box-style-2 .pbmit-button a{
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-static-box-style-2 .pbmit-button a .pbmit-button-text{
	font-size: 0;
}
.pbmit-static-box-style-2 .pbmit-button .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-right: 6px;
}
.pbmit-static-box-style-2 .pbmit-button .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 10px;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 65px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-static-box-style-2 .pbmit-button:hover .pbmit-button-icon-wrapper::before{
	top: 0;
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-static-box-style-2 .pbmit-button .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-static-box-style-2 .pbmit-button:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-static-box-style-2 .pbmit-contentbox-inner .pbmit-btn a{
	transition: all .6s ease-in-out;
}
.pbmit-static-box-style-2 .pbminfotech-static-box-desc{
	padding-top: 17px;
	margin-top: 35px;
	color: #6e778c;
	border-top: 1px solid rgba(4, 18, 30, 0.2);
}
.pbmit-static-box-style-2 .pbmit-static-box-svg svg,
.pbmit-static-box-style-2 .pbmit-ihbox-icon svg{
	fill: var(--pbmit-global-color);
}
.pbmit-static-box-style-2 .pbminfotech-static-box-number{
	color: #6e778c;
}
/* --------------------------------------
* 26 - Product Style
* ---------------------------------------*/
/** Style 1 **/
.pbmit-product-style-1 div.product{
	text-align: center;
	position: relative;
}
.pbmit-product-style-1 div.product a.woocommerce-loop-product__link{
	display: block;
	position: relative;
	padding: 20px 20px 50px;
}
.pbmit-product-style-1 div.product a.woocommerce-loop-product__link::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon( 6.142% 0.371%,6.142% 0.371%,5.269% 0.64%,4.446% 0.975%,3.678% 1.372%,2.97% 1.825%,2.326% 2.332%,1.753% 2.887%,1.253% 3.486%,0.834% 4.125%,0.499% 4.8%,0.253% 5.506%,0.253% 5.506%,0.185% 6.134%,0.128% 7.529%,0.081% 9.727%,0.044% 12.766%,0.017% 16.682%,-0.002% 21.511%,-0.011% 27.291%,-0.012% 34.057%,-0.005% 41.847%,0.009% 50.698%,0.101% 93.474%,0.101% 93.474%,0.107% 93.712%,0.127% 93.948%,0.159% 94.184%,0.205% 94.417%,0.263% 94.649%,0.334% 94.879%,0.417% 95.107%,0.513% 95.331%,0.621% 95.553%,0.741% 95.771%,0.741% 95.771%,0.741% 95.771%,1.025% 96.216%,1.347% 96.643%,1.704% 97.051%,2.095% 97.437%,2.519% 97.801%,2.974% 98.141%,3.459% 98.457%,3.972% 98.746%,4.511% 99.008%,5.074% 99.242%,5.074% 99.242%,5.074% 99.242%,5.421% 99.367%,5.774% 99.479%,6.132% 99.579%,6.496% 99.666%,6.864% 99.74%,7.235% 99.801%,7.611% 99.849%,7.989% 99.883%,8.369% 99.904%,8.751% 99.912%,36.868% 99.979%,36.868% 99.979%,42.653% 99.989%,47.858% 99.993%,52.484% 99.99%,56.538% 99.98%,60.022% 99.964%,62.942% 99.941%,65.301% 99.912%,67.104% 99.877%,68.355% 99.835%,69.058% 99.788%,69.058% 99.788%,69.922% 99.665%,70.754% 99.51%,71.553% 99.322%,72.317% 99.104%,73.043% 98.855%,73.731% 98.577%,74.376% 98.268%,74.979% 97.931%,75.536% 97.566%,76.045% 97.173%,76.045% 97.173%,76.508% 96.785%,76.902% 96.428%,77.244% 96.079%,77.55% 95.71%,77.838% 95.295%,78.123% 94.81%,78.424% 94.227%,78.756% 93.52%,79.138% 92.665%,79.584% 91.634%,79.584% 91.634%,80.225% 90.225%,80.85% 89.032%,81.496% 88.028%,82.196% 87.186%,82.987% 86.482%,83.901% 85.887%,84.975% 85.375%,86.243% 84.92%,87.74% 84.496%,89.501% 84.075%,89.501% 84.075%,91.458% 83.601%,93.15% 83.113%,94.6% 82.595%,95.827% 82.031%,96.854% 81.406%,97.702% 80.706%,98.391% 79.915%,98.943% 79.019%,99.38% 78.001%,99.722% 76.848%,99.722% 76.848%,99.79% 76.261%,99.847% 75.091%,99.894% 73.3%,99.931% 70.853%,99.959% 67.713%,99.977% 63.844%,99.987% 59.211%,99.988% 53.776%,99.981% 47.503%,99.966% 40.357%,99.878% 6.492%,99.878% 6.492%,99.871% 6.255%,99.852% 6.019%,99.819% 5.784%,99.774% 5.55%,99.715% 5.319%,99.645% 5.089%,99.561% 4.862%,99.466% 4.637%,99.358% 4.416%,99.237% 4.198%,99.237% 4.198%,99.237% 4.198%,98.952% 3.752%,98.63% 3.325%,98.272% 2.918%,97.879% 2.531%,97.454% 2.167%,96.997% 1.827%,96.511% 1.511%,95.998% 1.222%,95.457% 0.96%,94.892% 0.727%,94.636% 0.628%,94.636% 0.628%,94.342% 0.522%,94.042% 0.427%,93.737% 0.343%,93.429% 0.269%,93.116% 0.206%,92.801% 0.155%,92.482% 0.114%,92.161% 0.085%,91.839% 0.066%,91.515% 0.059%,50.445% 0.014%,50.445% 0.014%,39.428% 0.002%,30.468% -0.006%,23.341% -0.006%,17.827% 0.003%,13.702% 0.023%,10.744% 0.057%,8.732% 0.107%,7.442% 0.174%,6.653% 0.261%,6.142% 0.371% );
}
.pbmit-product-style-1 .woocommerce-loop-product__title{
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px;
}
.pbmit-product-style-1 a.button{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	z-index: 1;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-product-style-1 a.button::after{
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	content: '\e83e';
	right: 50%;
	top: 50%;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color: var(--pbmit-white-color);
	-webkit-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}
.pbmit-product-style-1 a.button:hover {
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color)!important;
}
.pbmit-product-style-1 a.button:hover::after{
	color: var(--pbmit-white-color);
}
.pbmit-product-style-1 div.product a.woocommerce-loop-product__link img{
	width: 100%;
	border-radius: 30px;
}
.pbmit-product-style-1 div.product span.price{
	display: inline-block;
	font-size: 18px;
	color: var(--pbmit-global-color);
}
.pbmit-product-style-1 div.product span.price del{
	margin-right: 5px;
	opacity: .5;
	display: inline-block;
}
.woocommerce .pbmit-product-style-1 div.product p.price ins,
.woocommerce .pbmit-product-style-1 div.product span.price ins{
	font-weight: normal !important;
}
.pbmit-product-style-1 .star-rating{
	display: inline-block;
	float: none;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.6em;
}
.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i{
	font-size: 13px;
}
.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i::before{
	margin: 0;
}
.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i.pbmit-active{
	color: #fcd200;
}
.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i{
	color: rgba(3, 27, 78, 0.5);
}
.pbmit-element-wooproducts-style-1.pbmit-sortable-yes .pbmit-ele-header-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.pbmit-element-wooproducts-style-1 .pbmit-sortable-list a{
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: 0.5px;
	
	border-radius: 30px;
	padding: 14px 30px;
	background-color: var(--pbmit-white-color);
}
.pbmit-element-wooproducts-style-1 .pbmit-sortable-list a.pbmit-selected{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.button-x {
	--primary: #ff5569;
	--neutral-1: #ffffff;
	--neutral-2: #ffffff;
	--radius: 14px;
	cursor: pointer;
	border-radius: var(--radius);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border: none;
	box-shadow: 0 0.5px 0.5px 1px rgba(255, 255, 255, 0.2),
	0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 5px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
	min-width: 200px;
	padding: 20px;
	height: 68px;
	font-family: "Galano Grotesque", Poppins, Montserrat, sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight: 600;
}
.button-x:hover {
	transform: scale(1.02);
	box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
	0 15px 30px rgba(0, 0, 0, 0.3), 0 10px 3px -3px rgba(0, 0, 0, 0.04);
}
.button-x:active {
	transform: scale(1);
	box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
	0 10px 3px -3px rgba(0, 0, 0, 0.2);
}
.button-x:after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: var(--radius);
	border: 2.5px solid transparent;
	background: linear-gradient(var(--neutral-1), var(--neutral-2)) padding-box,
	linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45))
	border-box;
	z-index: 0;
	transition: all 0.4s ease;
}
.button-x:hover::after {
	transform: scale(1.05, 1.1);
	box-shadow: inset 0 -1px 3px 0 rgba(255, 255, 255, 1);
}
.button-x::before {
	content: "";
	inset: 7px 6px 6px 6px;
	position: absolute;
	background: linear-gradient(to top, var(--neutral-1), var(--neutral-2));
	border-radius: 30px;
	filter: blur(0.5px);
	z-index: 2;
}
.state p {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 11px;
	color: black;
	z-index: 2;
}
.state .icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: scale(1.25);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	z-index: 2;
	right: 130px;
	top: -2px;
}
.state .icon svg {
	overflow: visible;
}

/* Outline */
.outline {
	position: absolute;
	border-radius: inherit;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease;
	inset: -2px -3.5px;
}
.outline::before {
	content: "";
	position: absolute;
	inset: -100%;
	background: conic-gradient(
			from 180deg,
			transparent 60%,
			white 80%,
			transparent 100%
	);
	animation: spin 2s linear infinite;
	animation-play-state: paused;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.button-x:hover .outline {
	opacity: 1;
}
.button-x:hover .outline::before {
	animation-play-state: running;
}

/* Letters */

.button-x:hover p span {
	opacity: 1;
	animation: wave 0.5s ease forwards calc(var(--i) * 0.02s);
}
.button-x:focus p span {
	opacity: 1;
	animation: disapear 0.6s ease forwards calc(var(--i) * 0.03s);
}
@keyframes wave {
	30% {
		opacity: 1;
		transform: translateY(4px) translateX(0) rotate(0);
	}
	50% {
		opacity: 1;
		transform: translateY(-3px) translateX(0) rotate(0);
		color: var(--primary);
	}
	100% {
		opacity: 1;
		transform: translateY(0) translateX(0) rotate(0);
	}
}
@keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-20px) translateX(5px) rotate(-90deg);
		color: var(--primary);
		filter: blur(5px);
	}
	30% {
		opacity: 1;
		transform: translateY(4px) translateX(0) rotate(0);
		filter: blur(0);
	}
	50% {
		opacity: 1;
		transform: translateY(-3px) translateX(0) rotate(0);
	}
	100% {
		opacity: 1;
		transform: translateY(0) translateX(0) rotate(0);
	}
}
@keyframes disapear {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translateX(5px) translateY(20px);
		color: var(--primary);
		filter: blur(5px);
	}
}

/* Plane */
.state--default .icon svg {
	animation: land 0.6s ease forwards;
}
.button-x:hover .state--default .icon {
	transform: rotate(45deg) scale(1.25);
}
.button-x:focus .state--default svg {
	animation: takeOff 0.8s linear forwards;
}
.button-x:focus .state--default .icon {
	transform: rotate(0) scale(1.25);
}


/* Contrail */
.state--default .icon:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	width: 0;
	left: -5px;
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}
.button-x:focus .state--default .icon:before {
	animation: contrail 0.8s linear forwards;
}

.team-form-one__form {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-input, .custom-textarea {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
}

.custom-input:focus, .custom-textarea:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.custom-button {
	background-color: #007bff;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.custom-button:hover {
	background-color: #0056b3;
}


textarea.custom-textarea {
	resize: vertical;
}

.close{
	border-radius: 15px;
	background: white;
	border: none !important;
}

.rating-form {
	text-align: center;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.rating {
	direction: rtl;
	unicode-bidi: bidi-override;
	font-size: 30px;
}

.rating input {
	display: none;
}

.rating label {
	color: #ddd;
	cursor: pointer;
	font-size: 50px;
	transition: transform 0.2s ease-in-out;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
	color: #f5b301;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
	color: #e58e09;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #ff9e0b;
}

.rating > input:checked ~ label {
	color: #ffa723;
	animation: shake 0.5s ease-in-out;
}

/* Add animation on both checked and unchecked */
.rating input:checked ~ label,
.rating input:not(:checked) ~ label {
	animation: shake 0.5s ease-in-out;
}

@keyframes shake {
	0% { transform: scale(1); }
	25% { transform: scale(1.2); }
	50% { transform: scale(1); }
	75% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

@media only screen and (max-width: 767px) {
	.rating label {
		color: #ddd;
		cursor: pointer;
		font-size: 40px;
	}
}


/* Inner content */
.error-404__inner {
	text-align: center;
	max-width: 100%;
	padding: 40px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

/* Title styles */
.error-404__titlewrap {
	margin-bottom: 20px;
}

.error-404__title span {
	font-size: 120px;
	color: #ff4757;
	display: inline-block;
	animation: fadeInUp 1.5s ease-in-out;
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.error-404__sub-title {
	font-size: 24px;
	color: #2f3542;
	margin-bottom: 10px;
}

.error-404__text {
	font-size: 18px;
	color: #57606f;
	margin-bottom: 20px;
}

/* Search form */
.error-404__search {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}

.error-404__search input {
	width: 300px;
	padding: 10px;
	border: 1px solid #ced6e0;
	border-radius: 4px 0 0 4px;
	font-size: 16px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.error-404__search__btn {
	padding: 10px 20px;
	border: none;
	background-color: #ff4757;
	color: #fff;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	transition: background-color 0.3s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.error-404__search__btn:hover {
	background-color: #e84118;
}

/* Buttons */
.error-404__btns {
	margin-top: 20px;
}



/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@media only screen and (max-width: 767px) {
	.error-404__title span {
		font-size: 95px;
		color: #ff4757;
		display: inline-block;
		animation: fadeInUp 1.5s ease-in-out;
		text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	}
}
/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
	position: relative;
	z-index: 2;
	background-color: var(--wallpi-white, #fff);
	padding: 120px 0 108px;
}

@media (max-width: 991px) {
	.feature-one {
		padding-top: 65px;
		padding-bottom: 52px;
	}
}

@media (max-width: 1200px) {
	.feature-one .container {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.feature-one__row {
		gap: 25px 0;
	}
}

.feature-one__col {
	padding: 0 44px;
}

.feature-one__col:first-child {
	padding-left: 15px;
}

.feature-one__col:last-child {
	padding-right: 15px;
}

@media (max-width: 1200px) {
	.feature-one__col {
		padding: 0 25px;
	}
}

@media (max-width: 991px) {
	.feature-one__col {
		padding: 0 15px;
	}
}

.feature-one__item {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 98px;
}

@media (max-width: 767px) {
	.feature-one__item {
		padding-left: 0;
		padding-top: 70px;
	}
}

.feature-one__item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 98px;
	z-index: 1;
	background-color: rgba(73, 73, 73, 0.55);
}

@media (max-width: 767px) {
	.feature-one__item::before {
		top: 70px;
		left: 0;
	}
}

.feature-one__item__img {
	width: 100%;
}

.feature-one__item__img img {
	width: 100% !important;
	max-height: 248px;
	min-height: 248px;
	object-fit: cover;
	object-position: center top;
}

@media (max-width: 767px) {
	.feature-one__item__img img {
		max-height: 348px;
		min-height: 348px;
	}
}

.feature-one__item__wrap {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 2;
	align-items: center;
}

@media (max-width: 767px) {
	.feature-one__item__wrap {
		align-items: flex-start;
		bottom: initial;
	}
}

.feature-one__item__circle_img {
	width: 200px;
	height: 200px;
	position: relative;
}

@media (max-width: 767px) {
	.feature-one__item__circle_img {
		margin: 0 auto;
	}
}

.feature-one__item__circle_img::before,
.feature-one__item__circle_img::after {
	content: "";
	position: absolute;
	width: calc(100% + 0px);
	height: calc(100% + 20px);
	left: 0;
	top: -10px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-one__item__circle_img::before {
	background-image: url("../images/shapes/feature-shape1-1.png");
	background-position: center top;
}

.feature-one__item__circle_img::after {
	background-image: url("../images/shapes/feature-shape1-2.png");
	background-position: center bottom;
}

.feature-one__item__circle_img img {
	width: 100% !important;
	border-radius: 50% !important;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

.feature-one__item__info {
	width: calc((100% - 200px) / 1);
	padding-left: 35px;
	padding-right: 14px;
	margin-top: -15px;
}

@media (max-width: 1200px) {
	.feature-one__item__info {
		padding-left: 28px;
	}
}

@media (max-width: 767px) {
	.feature-one__item__info {
		width: calc((100% - 0px) / 1);
		padding-top: 35px;
		margin-top: 0;
	}
}

.feature-one__item__info__title {
	color: var(--wallpi-white, #fff);
	font-family: var(--wallpi-font, "Inter", sans-serif);
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

.feature-one__item__info__text {
	color: rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.8);
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
}

.feature-two {
	margin-bottom: -174px;
	position: relative;
	z-index: 2;
}

@media (max-width: 1200px) {
	.feature-two .container {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.feature-two .row {
		gap: 20px 0;
	}
}

.feature-two__innercol {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	background-blend-mode: overlay;
	border-radius: 9px;
	border: 1px solid #0000002b;
	transition: all 0.5s ease;
	height: 100%;
	padding: 15px 15px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-two__innercol:hover {
	border-color: var(--pbmit-blackish-color);
}

.feature-two__innercol:hover .feature-two__icon {
	border-color: var(--wallpi-base, #b9a361);
	background-color: var(--wallpi-white, #fff);
}

.feature-two__innercol:hover .feature-two__icon>i {
	transform: scale(0.9);
	color: var(--wallpi-base, #b9a361);
}

.feature-two__icon {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 1px solid var(--wallpi-text, #2a2826);
	background-color: var(--wallpi-base, #b9a361);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: all 0.5s ease;
}

.feature-two__icon>i {
	font-size: 55px;
	line-height: 1;
	color: var(--wallpi-text-white, #fff);
	transition: all 0.5s ease;
}

.feature-two__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 41px;
	margin-bottom: 10px;
}

.feature-two__text {
	color: var(--wallpi-text-dark, #241c14);
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 0;
}

.feature-two--page {
	margin-bottom: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}

.banka_bilgi {
	display: table-cell;
	vertical-align: middle;
	height: 144px;
	text-align: left;
}

.banka_bilgi p {
	font-size: 15px;
}

.banka_logo {
	display: table-cell;
	vertical-align: middle;
	height: 144px;
	padding: 0;
	border-right: 1px solid #00000026;
	position: relative;
	left: 28px;
}

.banka_logo img {
	max-width: 100%;
	position: relative;
	right: 22px;
}

@media (max-width: 991px) {
	.feature-two--page {
		padding-bottom: 72px;
	}
}

.feature-two--aboutpage {
	margin-bottom: 0;
	padding-bottom: 108px;
}

@media (max-width: 991px) {
	.feature-two--aboutpage {
		padding-bottom: 62px;
	}
}


@media only screen and (max-width: 767px) {
	.banka_logo {
		display: table-cell;
		vertical-align: middle;
		height: 85px;
		object-fit: contain;
		padding: 0;
		text-align: center;
		justify-content: center;
		display: flex;
		left: 0px;
		right: 0px;
		border-right: transparent;
		position: unset;
	}
	.banka_logo img {
		max-width: 100%;
		position: relative;
		right: auto;
	}
	.feature-two__innercol {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-color: #ffffff;
		background-blend-mode: overlay;
		border-radius: 9px;
		border: 1px solid #0000002b;
		transition: all 0.5s ease;
		height: 100%;
		padding: 2px 15px;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	}
	.gorkemli-bilgi strong {
		font-size: 1.0em !important;
	}
}

.gorkemli-bilgi {
	padding: 20px;
	border-radius: 15px;
}

.gorkemli-bilgi p {
	margin: 0;
}

.gorkemli-bilgi strong {
	font-size: 1.1em;
	font-weight: bold;
}

.gorkemli-bilgi br {
	margin-bottom: 10px;
}

.gorkemli-bilgi .highlight {
	font-style: italic;
}

.pbmit-x-featured-img-wrapper {
	text-align: center;
	margin-bottom: 15px;
}

@keyframes hoverAnimation {
	0% {
		transform: scale(1);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
}

.pbm-xinfotech-post-item {
	border: 1px solid #ddd;
	padding: 15px;
	background-color: #fff;
	border-radius: 11px;
	transition: box-shadow 0.3s ease-in-out;
}

.pbm-xinfotech-post-item:hover {
	animation: hoverAnimation 0.5s ease-in-out forwards;
}


.pbmit-x-featured-wrapper img {
	max-width: 100%;
	height: 380px;
	object-fit: cover;
}
.pbmit-x-team-title{
	text-align: center;
}

.pbmit-x-team-title a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.pbmit-x-team-btn {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	border-radius: 35px;
	float: inline-end;
	position: absolute;
	background: white;
	margin-left: -8px;
	margin-top: -14px;
}

.pbmit-x-team-btn a {
	color: #c37243;
	font-size: 16px;
	text-decoration: none;
}

.pbmit-x-team-btn a:hover {
	color: #0056b3;
}

.pbmit-x-team-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.pbmit-x-team-btn {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 35px;
	background: white;
}

.pbmit-x-team-btn a > i {
	font-size: 30px;
}

.firmaLogo {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;

	height: 200px;
	overflow: hidden;
	text-align: center
}

.firmaLogo:hover {
	-webkit-box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.2);
}
.arkaBeyaz1 {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.firmaLogo a > img {
	max-width: 100%;
}


.bg-3 {
	background: #efefef;
}
.site-header .pbmit-social-links li a {
	color: #c37243 !important;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-item:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.gallery-item img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}
.gallery-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 50%;
	color: white;
	font-size: 18px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	transition: background 0.3s;
}
.gallery-item:hover .gallery-caption {
	background: rgba(0, 0, 0, 0.9);
}
.pagination {
	display: flex;
	justify-content: center;
	font-family: 'Arial', sans-serif;
}

.page-item:not(:first-child) .page-link {
	margin-left: 5px;
}
.video-detail-showcase{
	margin-left:15px;
	margin-right:15px;
}
.video-detail__wrapper {
	background: #333;
	min-height: 600px;
	padding-top: 50px;
	padding-bottom: 150px;
}

.video-detail__header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.video-detail__header .title {
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
}

.video-detail-player iframe {
	width: 100%;
	height: 530px;
}

@media (max-width: 767px) {
	.video-detail-player iframe {
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.video-detail-player iframe {
		height: 400px;
	}
}

.video-detail-other-videos .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: black;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.video-detail-other-videos .heading .all-videos {
	text-transform: capitalize;
	font-size: 12px;
	color: #ffffff;
	opacity: .7;
	font-weight: 400;
}

.video-detail-other-videos .heading .all-videos:hover {
	text-decoration: underline;
}

.video-detail-list {
	overflow-y: auto;
	background: #212529;
	height: calc(530px - 60px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	margin: 0 !important;
	padding: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.video-detail-list {
		height: 340px;
	}
}

.video-detail-list li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	-webkit-transition: .3s;
	transition: .3s;
	list-style: none;
	line-height: normal;
	margin: 0;
}

.video-detail-list li:last-child {
	border-bottom: 0 none;
}

.video-detail-list li:hover {
	background: rgba(0, 0, 0, 0.2);
}

.video-detail-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.video-detail-list .video-left {
	width: 110px;
	height: 70px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.video-detail-list .video-left img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-detail-list .video-left .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	font-size: 16px;
}

.video-detail-list .video-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 5px;
	padding-right: 15px;
}

.video-detail-list .video-right .title {
	color: #ffffff !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	margin-bottom: 0px !important;
}

.card-xozel {
	text-align: center;
	align-items: center;
	display: flex;
	border-radius: 7px;
	border: transparent;
	transition: transform 0.3s, box-shadow 0.3s;
	width: 990px;
	justify-content: center;
	position: relative;
	padding: 15px;
	left: -2px;
	margin: 12px;
}

@media only screen and (max-width: 767px) {
	.card-xozel {
		left: -15px;

	}
}
.rowxozel {
	background: #00000008;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.cc-link {
	color: white !important;
}

.cc-banner .cc-message {
	color: white;
}


::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: transparent;
}


::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
body {
	top: 0px !important;
}
.VIpgJd-ZVi9od-ORHb {
	margin: 0;
	background-color: #E4EFFB;
	overflow: hidden;
	display:none;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display:none;
	left: 0;
	top: 0;
	height: 39px;
	width: 100%;
	z-index: 10000001;
	position: fixed;
	border: none;
	border-bottom: 1px solid #6B90DA;
	margin: 0;
	box-shadow: 0 0 8px 1px #999;
}
.VIpgJd-yAWNEb-L7lbkb{
	display: none !important;
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
	margin: 4px;
}
.pbmit-blog-meta-top .pbmit-meta i {
    margin-right: 2px;
    font-size: 20px;
	color: #c37243;
}

.sidebar .widget.widget-search {
    background-color: #d9d9d9;
}

.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a{
	background-color: var(--pbmit-white-color);
}
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a:hover{
	color: var(--pbmit-white-color);
	background-color: #d9d9d9;
}

.blog-classic .pbmit-meta-cat a{
	padding: 8px 17px;
    background: #d9d9d9;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border-radius: 15px;
	letter-spacing: .6px;
    display: inline-block;
    
    color: var(--pbmit-white-color);
}


aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a{
    line-height: 30px;
	margin: 0 4px 12px 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    border-radius: 20px;
}
aside.widget.widget-tag-cloud a:hover{
	color: var(--pbmit-white-color);
	background-color: #d9d9d9;
}

.ara-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pbmit-rpw-content .pbmit-rpw-date a{
	color: #c37243;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    
}

.ara-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


.ara-card-body {
    padding: 20px;
}
.sidebar .widget .widget-title:before{
	content: "\e899";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    left: 0;
    font-size: 22px;
    color: #d9d9d9;
    top: 50%;
    transform: translate(0, -50%);
}

.ara-card-title {
    font-size: 22px !important;
    font-weight: bold;
    color: #333;
    min-height: 80px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ara-card a {
    text-decoration: none;
    color: inherit;
}


.ara-card a:hover {
    color: #007bff;
}


.ara-card-text {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}



/******************************

    00 - Home
    01 - Inner Page
		01 - About Us
		02 - Our History
		03 - Service Detail
        04 - Project Single 
        05 - Blog Detail
             Sidebar Right
             Blog Large
             Blog Single
        06 - Team Single
        07 - Contact Us
        08 - Comment Form
		09 - Make Appointment 01
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
body {
	background-color: var(--pbmit-light-color);
}
#page{
	overflow: hidden;
}
/** Homepage 01 **/
.ihbox-section_one{
	padding: 53px 0px 28px 0px;
	margin: 0 20px;
	margin-top: -25px;
	border-radius: 0px 0px 30px 30px;
}
.ihbox-section_one .pbmit-col_1,
.ihbox-section_one .pbmit-col_3{
	width: 40%;
}
.ihbox-section_one .pbmit-col_2{
	width: 19.333%;
}
.about-one_img{
	background-image: url(../images/homepage-1/bg/about-img-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 340px 0px 340px 0px;
	border-radius: 30px;
	position: relative;
}
.about-one_fidbox{
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}
.pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}
.pbmit-sticky-corner svg path {
    fill: var(--pbmit-light-color);
}
.about-one-rightbox{
	padding-left: 90px;
}
.about-one_btn{
	padding-top: 55px;
}
.service-one_bg{
	background-image: url(../images/homepage-1/bg/service-bg-pattern.png);
    background-position: top center;
    background-repeat: no-repeat;
	overflow: hidden;
}
.service_arrow,
.team_arrow,
.blog-swiper_arrow,
.testimonial_arrow,
.testimonial-swiper-arrow,
.swiper-arrow{
	position: absolute;
    right: 12px;
    display: flex;
    align-items: end;
    height: 45px;
    bottom: 10px;
	z-index: 0;
}
.ihbox-style-16_box .col-md-4:nth-child(1),
.ihbox-style-16_box .col-md-4:nth-child(2),
.ihbox-style-16_box .col-md-4:nth-child(3){
	padding-bottom: 70px;
}
.ihbox-style-16_box .pbmit-ihbox-style-16{
	padding: 0 60px;
}
.ihbox-style-17_bg{
	background-image: url(../images/homepage-1/bg/bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 90px 100px 90px;
	border-radius: 30px;
}
.team_arrow .swiper-button-next, 
.team_arrow .swiper-button-prev,
.blog-swiper_arrow .swiper-button-next,
.blog-swiper_arrow .swiper-button-prev,
.testimonial_arrow .swiper-button-next,
.testimonial_arrow .swiper-button-prev,
.service-four .service_arrow .swiper-button-next,
.service-four .service_arrow .swiper-button-prev,
.demo-six .service_arrow .swiper-button-prev,
.demo-six .service_arrow .swiper-button-next,
.testimonial-swiper-arrow .swiper-button-next,
.testimonial-swiper-arrow .swiper-button-prev,
.swiper-arrow .swiper-button-next,
.swiper-arrow .swiper-button-prev,
.testimonial-eleven .swiper-button-next,
.testimonial-eleven .swiper-button-prev{
	color: var(--pbmit-blackish-color);
	border-color: var(--pbmit-blackish-color);
}
.team_arrow .swiper-button-next:hover, 
.team_arrow .swiper-button-prev:hover,
.blog-swiper_arrow .swiper-button-next:hover,
.blog-swiper_arrow .swiper-button-prev:hover,
.testimonial_arrow .swiper-button-next:hover,
.testimonial_arrow .swiper-button-prev:hover,
.service-four .service_arrow .swiper-button-next:hover,
.service-four .service_arrow .swiper-button-prev:hover,
.demo-six .service_arrow .swiper-button-prev:hover,
.demo-six .service_arrow .swiper-button-next:hover,
.testimonial-swiper-arrow .swiper-button-next:hover,
.testimonial-swiper-arrow .swiper-button-prev:hover,
.swiper-arrow .swiper-button-next:hover,
.swiper-arrow .swiper-button-prev:hover,
.testimonial-eleven .swiper-button-next:hover,
.testimonial-eleven .swiper-button-prev:hover{
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
}
.contact-form-one_bg{
	position: absolute;
    height: 100%;
	top: 0;
    left: 0;
	right: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
	background-image: url(../images/homepage-1/bg/contact-form-bg.jpg);
    border-radius: 0px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form-one_right{
	padding: 100px 80px 100px 80px;
	border-radius: 0 30px 30px 0;
}
/** Homepage 02 **/ 
.pbmit-widget_icon{
	position: absolute;
	width: auto;
	top: 5px;
	right: 10px;
}
.pbmit-widget_icon .pbmit_icon{
	font-size: 25px;
	padding: 15px;
	border-radius: 50%;
	display: inline-block;
    line-height: 1;
    transition: all .3s;
	text-align: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.inner-box_area .col-md-6.col-lg-4:not(:first-child) .pbmit-widget_icon .pbmit_icon{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-widget_icon .pbmit_icon i{
	width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.inner-box_style{
	width: 100%;
	height: 100%;
	padding: 45px 45px 45px 45px;
	clip-path: polygon( 4.596% 0.565%,4.596% 0.565%,3.947% 0.895%,3.336% 1.309%,2.766% 1.801%,2.24% 2.364%,1.762% 2.994%,1.336% 3.686%,0.966% 4.433%,0.655% 5.23%,0.407% 6.072%,0.226% 6.954%,0.226% 6.954%,0.176% 7.633%,0.134% 9.052%,0.099% 11.243%,0.071% 14.238%,0.051% 18.072%,0.037% 22.777%,0.03% 28.386%,0.029% 34.931%,0.034% 42.447%,0.045% 50.966%,0.113% 93.462%,0.747% 95.156%,0.747% 95.156%,0.969% 95.705%,1.219% 96.23%,1.495% 96.729%,1.795% 97.201%,2.119% 97.644%,2.466% 98.057%,2.834% 98.439%,3.221% 98.786%,3.628% 99.099%,4.052% 99.376%,5.094% 100%,94.968% 100%,96.009% 99.376%,96.009% 99.376%,96.433% 99.099%,96.84% 98.786%,97.228% 98.439%,97.595% 98.057%,97.942% 97.644%,98.266% 97.201%,98.566% 96.729%,98.842% 96.23%,99.092% 95.705%,99.314% 95.156%,99.948% 93.462%,100.016% 62.259%,100.016% 62.259%,100.026% 56.181%,100.03% 50.744%,100.027% 45.939%,100.017% 41.754%,100.002% 38.18%,99.98% 35.207%,99.952% 32.824%,99.919% 31.023%,99.88% 29.793%,99.835% 29.123%,99.835% 29.123%,99.782% 28.765%,99.722% 28.409%,99.657% 28.055%,99.585% 27.703%,99.506% 27.353%,99.421% 27.006%,99.33% 26.662%,99.233% 26.32%,99.129% 25.982%,99.02% 25.646%,99.02% 25.646%,98.694% 24.858%,98.32% 24.143%,97.887% 23.492%,97.382% 22.896%,96.796% 22.344%,96.115% 21.827%,95.33% 21.335%,94.428% 20.858%,93.398% 20.387%,92.228% 19.911%,92.228% 19.911%,90.917% 19.385%,89.803% 18.853%,88.861% 18.284%,88.064% 17.642%,87.387% 16.895%,86.802% 16.008%,86.285% 14.949%,85.808% 13.684%,85.345% 12.179%,84.871% 10.401%,84.871% 10.401%,84.719% 9.788%,84.565% 9.183%,84.412% 8.598%,84.262% 8.041%,84.118% 7.522%,83.984% 7.05%,83.863% 6.635%,83.757% 6.286%,83.669% 6.013%,83.603% 5.825%,83.603% 5.825%,83.404% 5.38%,83.153% 4.909%,82.858% 4.424%,82.528% 3.935%,82.171% 3.455%,81.797% 2.994%,81.414% 2.564%,81.031% 2.177%,80.656% 1.843%,80.298% 1.575%,80.298% 1.575%,79.621% 1.141%,78.889% 0.795%,77.849% 0.527%,76.251% 0.327%,73.84% 0.186%,70.367% 0.092%,65.577% 0.037%,59.22% 0.01%,51.043% 0.001%,40.794% -0%,40.794% 0%,31.784% 0.009%,24.453% 0.022%,18.619% 0.04%,14.103% 0.066%,10.725% 0.104%,8.304% 0.156%,6.661% 0.225%,5.615% 0.315%,4.987% 0.427%,4.596% 0.565% );
}
.inner-box_1{
	background-color: var(--pbmit-global-color);
}
.inner-box_style .pbmit-heading_title{
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFFFFF33;
}
.inner-box_style .pbmit-heading_title h5{
	font-size: 26px;
    line-height: 32px;
	margin: 0;
	color: var(--pbmit-white-color);
}
.inner-box_1 ul.pbmit-timelist-list li{
	padding: 10px 0;
}
.inner-box_1 ul.pbmit-timelist-list li .pbmit-timelist-li-title{
	font-weight: 400;
    font-size: 15px;
	color: var(--pbmit-white-color);
}
.inner-box_1 ul.pbmit-timelist-list .pbmit-timelist-li-value{
	float: right;
	color: var(--pbmit-white-color);
}
.inner-box_2{
	background-color: var(--pbmit-blackish-color);
}
.inner-box_2 .pbmit-text_aditor{
	color: #C5CCDA;
}
.inner-box_3{
	position: relative;
	z-index: 1;
	background-color: var(--pbmit-secondary-color);
}
.inner-box_3 .pbmit-bg_overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-image: url(../images/homepage-2/bg/bg-img-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
	z-index: -1;
}
.inner-box_3 .pbmit-text_aditor{
	color: var(--pbmit-white-color);
}
.inner-box_3 .pbmit-ihbox-style-19{
	margin-top: 40px;
}
.inner-box_3 .pbmit-ihbox-style-19 .pbmit-icon-type-icon i,
.inner-box_3 .pbmit-ihbox-style-19 .pbmit-element-heading,
.inner-box_3 .pbmit-ihbox-style-19 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.inner-box_area .col-md-4:not(:first-child) .pbmit_icon{
	background-color: var(--pbmit-blackish-color);
}
.inner-box_2 .pbmit-btn-outline{
	margin-top: 30px;
}
.about-us-section_two .pbmit-sticky-specialx{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	height: 75vh !important;
	margin-bottom: 100px;
}
.about-us-two_col1{
	width: 47%;
}
.about-us-two_col2{
	width: 53%;
}
.about-us-two_img img{
	border-radius: 30px;
}
.about-us-two_rightbox{
	padding: 60px 60px 0 0;
}
.about-us-two_innerbox{
	padding-left: 65px;
}
.about-us-two_innerbox .pbmit-ihbox-style-12{
	margin-top: 30px;
}
.about-us-two_innerbox .img_box {
	margin-top: 75px;
	margin-bottom: 50px;
}
.about-us-two_innerbox .img_box img{
	border-radius: 30px;
}
.about-us-two_innerbox .pbmit-heading_title{
	font-size: 26px;
	line-height: 26px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.about-us-two_innerbox .list-group_box{
	margin-top: 35px;
}
.about-us-two_innerbox .list-group-borderless .list-group-item{
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0;
}
.pbmit-sticky-section .pbmit-ele-header-area{
	padding-right: 70px;
}
.tab_section{
	background-image: url(../images/homepage-2/bg/service-bg-pattern.png);
	background-position: top center;
    background-repeat: no-repeat;
}
.timetable_section .container{
	position: relative;
}
.timetable_section .pbmit-tab-style-2 .pbmit-select{
	position: absolute;
	top: 50px;
    right: 0;
}
.mptt-shortcode-table{
	border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
}
.mptt-shortcode-table tr.mptt-shortcode-row,
.mptt-shortcode-table  tbody tr {
    border: 1px solid rgba(24, 26, 23, .05);
}
.mptt-shortcode-table tr.mptt-shortcode-row th{
	background-color: var(--pbmit-white-color);
    height: 70px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 600!important;
    letter-spacing: 0.4px;
	text-align: center;
    color: var(--pbmit-blackish-color);
	border: 1px solid rgba(24, 26, 23, .1);
}
.mptt-shortcode-table tbody .mptt-shortcode-hours{
	height: 55px;
	width: auto;
    text-align: center;
	border: inherit;
    font-size: 14px; 
	padding: 0 1rem!important;
    white-space: nowrap;
	vertical-align: middle;
	position: relative;
	line-height: normal;
}
.mptt-shortcode-table tbody td {
    background: var(--pbmit-white-color);
}
.mptt-shortcode-table.mptt-theme-mode tbody td.event {
    background-color: transparent;
}
.mptt-shortcode-table tbody .mptt-shortcode-event{
	border: inherit;
    font-size: 13px;
	position: relative;
	padding: 0;
    line-height: normal;
	vertical-align: middle;
}
.mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container{
	text-align: center;
    height: 100%;
    outline: rgb(255, 255, 255, .15);
    min-height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    top: 0%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: inherit;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-title{
	font-weight: 600!important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
    color: var(--pbmit-blackish-color);
    margin-bottom: 6px;
	margin: 0.5rem 0.25rem 0.25rem;
	font-family: var(--pbmit-heading-typography-font-family);
}
.mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-title:hover{
	color: var(--pbmit-global-color);
}
.mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .timeslot{
	font-size: 14px;
	margin: .25rem;
}
.mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-subtitle{
	font-size: 13px;
	margin: 0.25rem;
	color: inherit;
}
.mptt-shortcode-list{
	display: none;
}
.mptt-shortcode-list .mptt-column,
.mptt-shortcode-list .mptt-column .mptt-column-title{
	margin: 2rem 0;
}
.mptt-shortcode-list .mptt-column .mptt-column-title{
	font-size: 16px;
    line-height: 26px;
	background: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    border-radius: 30px;
}
.mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event{
	margin-bottom: -3px;
    padding: 10px 8px 10px 18px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 0;
}
.mptt-shortcode-list .mptt-column .mptt-events-list .mptt-event-title{
	font-weight: 600!important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
    color: var(--pbmit-blackish-color);
    margin-bottom: 6px;
	margin: 0.25rem 0 0;
    padding: 0;
	font-family: var(--pbmit-heading-typography-font-family);
}
.mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot{
	padding: 0;
	margin: .25rem 0 0;
}
.mptt-shortcode-list .mptt-column .mptt-events-list .event-subtitle{
	font-size: 11px;
	margin: 0.25rem 0 0;
    padding: 0;
}
.portfolio-two_slider .swiper-wrapper{
	align-items: end;
}
.ihbox-style-4_bg{
	margin-right: 20px;
	background-image: url(../images/homepage-2/bg/bg-01.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 125px 45px 75px 45px;
	border-radius: 30px;
}
.pbmit-ihbox-style-5_bg{
	margin-left: 20px;
	padding: 0px 52px 0px 65px;
	background-image: url(../images/homepage-2/bg/bg-pattern.png);
    background-position: bottom right;
    background-repeat: no-repeat;
	border-radius: 30px;
	height: 100%;
}
.pbmit-ihbox-style-5_bg .pbmit-ihbox-style-5{
	margin-bottom: 55px;
	padding-top: 80px;
}
.pbmit-footer-newsletter {
    position: relative;
}
form .pbmit-footer-newsletter input {
    height: 65px;
    padding-right: 220px;
    padding-left: 38px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-radius: 40px;
    border: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
form .pbmit-footer-newsletter input::placeholder{
	color: rgba(3, 27, 78, .8);
}
form .pbmit-footer-newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 40px;
    padding: 15px 40px;
    font-size: 13px;
	margin-right: -3px;
    border: none;
    line-height: 36px;
    letter-spacing: 0.65px;
    font-weight: 500;
    
    background-color: #c37243;
    color: var(--pbmit-white-color);
    transition: all .4s ease-in;
    font-family: var(--pbmit-heading-typography-font-family);
}
form .pbmit-footer-newsletter .pbmit-button .pbmit-btn-content-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}
form .pbmit-footer-newsletter button .pbmit-btn-content-wrapper:before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
form .pbmit-footer-newsletter button .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
form .pbmit-footer-newsletter button:hover {
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-white-color);
}
form .pbmit-footer-newsletter button:hover .pbmit-btn-content-wrapper:before {
    transform: scale(1) translate(-2px, 0px);
}
form .pbmit-footer-newsletter button:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}
.blog-style-4_box{
	padding-right: 85px;
}
.blog-style-4_box .col-md-12:not(:last-child) .pbmit-blog-style-4 .post-item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dae0e6;
}
/** Homepage 03 **/ 
.about-us-three_leftbox{
	padding-right: 150px;
}
.about-us-three_leftbox .pbmit-ihbox-style-20:not(:last-child){
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(3, 27, 78,0.1);
}
.about-us-three_leftbox .pbmit-btn{
	margin-top: 50px;
}
.about-us-three_imgbox{
	position: relative;
	padding-bottom: 130px;
	text-align: right;
}
.about-us-three_imgbox .about-img_1{
	text-align: right;
}
.about-us-three_imgbox img{
	border-radius: 30px;
}
.about-us-three_imgbox .about-img_2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
}
.fid-section_three{
	margin-top: 100px;
	padding: 100px 0;
	border-top: 1px solid #D8E1EB;
}
.service-three_bg{
	background-image: url(../images/homepage-3/bg/service-bg-pattern.png);
    background-position: top center;
    background-repeat: no-repeat;
	border-radius: 50px;
	position: relative;
}
.service-three-bg-overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-image: url(../images/homepage-3/bg/service-bg-plus.png);
    background-position: 1400px 150px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.service-three_bg .pbmit-hover-inner .pbmit-btn-white{
	width: fit-content;
}
.testimonial-three_bg,
.testimonial-six-bg{
	background-image: url(../images/homepage-3/bg/testimonial-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 235px 0px 200px 0px;
	border-radius: 30px;
	position: relative;
}
.classes_content .testimonial-three_bg{
	margin-bottom: 100px;
}
/** Homepage 04 **/ 
.about-four-img img{
	mask-image: url(../images/homepage-4/bg/about-shape.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}
.about-four-right-box{
	padding-left: 85px;
}
.team-four,
.team-section-eleven{
	padding: 50px 0 100px 0;
}
.ihbox-style-23-bg{
	background-image: url(../images/homepage-4/bg/bg-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 195px 100px 90px;
	border-radius: 30px;
}
.ihbox-style-23-bg form{
	padding-left: 100px;
}
.ihbox-style-23-bg form .pbmit-footer-newsletter button{
	background-color: var(--pbmit-global-color);
}
.ihbox-style-23-bg form .pbmit-footer-newsletter button:hover{
	background-color: var(--pbmit-blackish-color);
}
.why-choose-us-four-heading{
	padding-right: 130px;
}
.why-choose-us-four-rightbox .pbmit-ihbox-style-24{
	margin-top: 40px;
}
.testimonial-four-bg{
	border-radius: 30px;
	background-image: url(../images/homepage-4/bg/testimonial-background.png);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	overflow: inherit;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.testimonial-left-img{
	background-image: url(../images/homepage-4/testimonial-img.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	height: 100%;
}
.testimonial-four-bg .pbmit-heading-subheading .pbmit-subtitle{
	color: var(--pbmit-blackish-color);
}
.testimonial-four-bg .swiper-slider{
	padding: 70px 31px 80px 35px;
}
.testimonial-four-bg .pbmit-top-right-corner{
	right: 7%;
}
.testimonial-four-swiper-btn{
	right: 0;
    left: inherit;
    padding: 40px 80px 40px 85px;
    background-color: var(--pbmit-light-color);
    border-radius: 30px 0 0;
    width: auto;
    bottom: 0px;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 0;
}
.testimonial-four-bg .swiper-horizontal>.swiper-pagination-bullets{
	position: absolute;
    padding: 30px;
    display: inherit;
    width: auto;
    text-align: end;
    bottom: 0;
    left: auto;
    right: 0;
}
.testimonial-four-bg .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: var(--pbmit-secondary-color);
}
.testimonial-four-bg .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	outline-color: var(--pbmit-secondary-color);
}
/** Homepage 05 **/ 
.demo-five .about-us-two_rightbox{
	padding: 90px 70px 0 0;
}
.demo-five .about-us-two_img{
	padding-right: 60px;
}
.appointment-five-bg{
	padding: 52px 40px 45px 55px;
	background-image: url(../images/homepage-5/bg/appointment-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: var(--pbmit-global-color);
	margin-top: -120px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
.appointment-five-bg .pbmit-title{
	font-size: 30px;
    line-height: 60px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}
.appointment-five-bg .form-style-2 .pbmit-btn{
	width: 100%;
	display: flex;
	justify-content: center;
}
.why-choose-us-five-bg{
	background-image: url(../images/homepage-5/bg/service-bg-pattern.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.why-choose-us-five-bg .ihbox-style-26-area{
	width: initial;
    max-width: initial;
    bottom: 67px;
	position: absolute;
	right: -60px;
}
.why-choose-us-five-bg .professional-img{
	position: relative;
}
.why-choose-us-five-bg .professional-img img{
	border-radius: 30px;
}
.why-choose-us-five-bg .content-box{
	padding: 50px 0 0 120px;
}
.why-choose-us-five-bg .content-box .pbmit-ihbox-style-20:nth-child(2){
	border-bottom: 1px solid #FFFFFF33;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.discount-plan-bg{
	background-image: url(../images/homepage-5/bg/doctor-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
	padding-top: 30px;
	border-radius: 30px;
	overflow: hidden;
}
.discount-plan-bg .doctor-img{
	margin-bottom: -125px;
	text-align: center;
}
.discount-plan-bg .content-area{
	padding-top: 110px;
}
.discount-plan-bg .pbmit-heading-subheading{
	margin-bottom: 25px;
}
.discount-plan-bg .pbmit-heading-subheading .pbmit-title{
	font-size: 58px;
	line-height: 66px;
}
/** Homepage 06 **/
.ihbox-section-six{
	padding: 90px 0 60px 0;
	margin-top: -20px;
}
.demo-six .about-one_img {
	background-image: url(../images/homepage-6/about-img-1.jpg);
}
.who-we-are-section-six{
	background-image: url(../images/homepage-6/bg/service-bg-pattern.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.who-we-are-section-six .left-area{
	position: relative;
}
.who-we-are-section-six .left-area img{
	border-radius: 30px;
}
.who-we-are-section-six .ihbox-style-area{
	position: absolute;
	left: 0px;
	width: initial;
    max-width: initial;
    top: 0px;
}
.who-we-are-section-six .right-area{
	padding-left: 60px;
}
.who-we-are-section-six .ihbox-style-29-area{
	padding-top: 80px;
}
.about-us-six-area{
	border-radius: 30px;
	overflow: hidden;
}
.about-us-six-content{
	padding: 90px 50px 0px 60px;
}
.testimonial-six-bg{
	background-image: url(../images/homepage-6/bg/testimonial-bg-01.jpg);
}
/** Homepage 07 **/
.ihbox-style-30-box {
    margin-top: -163px;
    display: flex;
    justify-content: flex-end;
    width: inherit;
    max-width: inherit;
    position: relative;
    z-index: 1;
}
.demo-seven .ihbox-style-17_bg{
	background-image: url(../images/homepage-7/bg/cta-bg-img.jpg);
}
.contact-us-seven .pbmit-left-col{
	width: 45%;
}
.contact-us-seven .pbmit-right-col{
	width: 55%;
}
.contact-us-seven .contact-us-form{
	padding: 100px 80px 100px 80px;
}
.contact-us-seven{
	background-image: url(../images/homepage-7/bg/pattern-bg.png);
	background-repeat: repeat;
	border-radius: 30px;
	overflow: hidden;
}
.contact-us-seven-img{
	background-image: url(../images/homepage-7/contact-form-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
}
.contact-us-seven .form-style-2 .form-control{
	border: none;
	font-weight: 500;
}
.contact-us-seven .form-style-2 .form-control::placeholder{
	color: var(--pbmit-blackish-color);
}
.contact-us-seven .form-style-2 .pbmit-btn{
	background-color: var(--pbmit-secondary-color);
}
.contact-us-seven .form-style-2 .pbmit-btn:hover{
	background-color: var(--pbmit-blackish-color);
}
/** Homepage 08 **/
.demo-eight .about-one_img{
	background-image: url(../images/homepage-8/about-img.jpg);
}
.ihbox-eight-area{
	padding-top: 65px;
}
.ihbox-eight-area .pbmit-inner-column-1,
.ihbox-eight-area .pbmit-inner-column-3{
	width: 28%;
}
.ihbox-eight-area .pbmit-inner-column-2{
	width: 44%;
}
.ihbox-eight-area .pbmit-inner-column-2 .stethoscope-img{
	margin-top: -65px;
}
.ihbox-eight-area .pbmit-inner-column-3 .right-box{
	margin-left: -73px;
}
.our-service-eight-area{
	border-radius: 30px;
	overflow: hidden;
}
.our-service-eight-imgbox{
	background-image: url(../images/homepage-8/bg/service-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	height: 100%;
}
.our-service-eight-rightbox{
	padding: 80px 50px 60px 60px;
}
.our-service-eight-rightbox .accordion-item:not(.active) .accordion-button{
	background-color: var(--pbmit-light-color);
}
/** Homepage 09 **/
.ihbox-sec-nine .container{
	padding-bottom: 50px;
	border-bottom: 1px solid #404A3D1A;
}
.product-ad-left-box{
	background-color: #8EDBF1;
    background-image: url(../images/homepage-9/bg/ad-bg-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 80px 70px 80px;
	border-radius: 0 30px 30px 0;
	margin: 0 18px 0 0;
}
.product-ad-section .pbmit-heading-subheading{
	position: relative;
	z-index: 1;
} 
.product-ad-section .pbmit-heading-subheading .pbmit-subtitle{
	background-color: transparent;
	font-size: 16px;
    line-height: 26px;
    padding: 0;
    color: var(--pbmit-blackish-color);
}
.product-ad-section .pbmit-heading-subheading .pbmit-title{
	font-size: 70px;
    line-height: 70px;
    font-weight: 700;
}
.product-ad-left-box .ad-img-box,
.product-ad-right-box .ad-img-box{
	position: absolute;
	right: 0;
	width: 346px;
	max-width: 346px;
}
.product-ad-left-box .ad-img-box{
	top: -52px;
}
.product-ad-section .ad-img-box span{
	background-color: #FFFFFF40;
    border-radius: 50%;
	display: block;
}
.product-ad-right-box{
	background-color: #EBB26F;
    background-image: url(../images/homepage-9/bg/ad-bg-02.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 50px 70px 110px;
	border-radius: 30px 0px 0px 30px;
	height: 100%;
	margin: 0 0 18px 0;
}
.product-ad-right-box .ad-img-box{
	top: 0px;
}
.product-ad-section .pbmit-btn-outline:hover{
	color: var(--pbmit-blackish-color);
	border-color: var(--pbmit-white-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-sortable-yes .pbmit-product-style-1 div.product a.woocommerce-loop-product__link::before{
	z-index: 0;
}
.pbmit-sortable-yes .pbmit-product-style-1 div.product a.woocommerce-loop-product__link img,
.pbmit-sortable-yes .pbmit-product-style-1 .woocommerce-loop-product__title,
.pbmit-sortable-yes .pbmit-product-style-1 div.product span.price ins,
.pbmit-sortable-yes .pbmit-product-style-1 .price{
	position: relative;
}
.pbmit-sortable-yes .pbmit-product-style-1{
	margin-bottom: 30px;
}
.countdown-bg-area{
	background-image: url(../images/homepage-9/bg/service-bg-pattern.png);
    background-position: top right;
    background-repeat: no-repeat;
	border-radius: 30px;
	background-color: var(--pbmit-global-color);
	overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.countdown-bg-area .left-box{
	position: relative;
	background-image: url(../images/homepage-9/count-down-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin: -150px 0px -150px 0px;
	border-radius: 30px 934px 934px 30px;
	padding: 460px 0;
}
.countdown-bg-area .left-box .offer-img{
	position: absolute;
	top: 196px;
	right: 100px;
}
.countdown-bg-area .right-box{
	padding: 150px 80px 120px 80px;
}
.count-time{
    padding: 30px 0 22px;
    min-width: 110px;
    margin-bottom: 15px;
    display: inline-block;
	border-radius: 10px;
    text-align: center;
	background-color: var(--pbmit-white-color);
}
#clock .count-time:not(:last-child){
	margin-right: 18px !important;
}
.time_left{
    background-color: transparent!important;
    padding: 0;
    font-weight: 700!important;
    font-size: 40px;
    line-height: 40px!important;
    color: var(--pbmit-blackish-color)!important;
    padding-bottom: 0;
	font-family: var(--pbmit-heading-typography-font-family);
}
.time_description{
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	
	display: block;
	color: var(--pbmit-global-color);
}
/** Homepage 10 **/
.about-us-ten .about-img-01{
	background-image: url(../images/homepage-10/about-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	padding: 307px 0;
	position: relative;
}
.about-us-ten .ihbox-style-box{
	position: absolute;
	right: 0;
	width: auto;
	max-width: 100%;
	bottom: 0.004px;
} 
.about-us-ten .about-img-02 img{
	-webkit-mask-image: url(../images/homepage-10/shape.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.service-ten-bg{
	background-image: url(../images/homepage-10/bg/service-bg-pattern-1.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.pbmit-button-style-1{
	display: inline-block;
    padding: 12px 70px 12px 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
	margin-top: 70px;
	position: relative;
	color: var(--pbmit-white-color);
}
.pbmit-button-style-1 .pbmit-underline{
	text-decoration: underline;
}
.pbmit-button-style-1 .pbmit-custom-btn{
	position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
	transition: all 0.5s ease-in-out;
}
.pbmit-button-style-1 .pbmit-custom-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}
.pbmit-button-style-1 .pbmit-custom-btn .pbmit-button-icon-wrapper:before{
	content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 2px;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-45px, 55px);
    transition: transform 0.4s ease-in-out;
}
.pbmit-button-style-1 .pbmit-custom-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-button-style-1 .pbmit-custom-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(0px, 0px);
}
.pbmit-button-style-1 .pbmit-custom-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -55px);
}
.our-benefits-section-ten .pbmit-col-1,
.our-benefits-section-ten .pbmit-col-3{
	width: 28%;
}
.our-benefits-section-ten .pbmit-col-2{
	width: 44%;
}
.our-benefits-section-ten .pbmit-col-1 .pbmit-ihbox-style-34:nth-child(2),
.our-benefits-section-ten .pbmit-col-1 .pbmit-ihbox-style-34:nth-child(3),
.our-benefits-section-ten .pbmit-col-3 .pbmit-ihbox-style-34:nth-child(2),
.our-benefits-section-ten .pbmit-col-3 .pbmit-ihbox-style-34:nth-child(3){
	margin: 80px 0 0 0;
}
.our-benefits-section-ten .pbmit-col-2 .physician-img-box{
	padding: 15px;
	border: 2px dashed #64A7E6;
	border-radius: 100%;
}
.our-benefits-section-ten .pbmit-col-2 .physician-img-box img{
	border-radius: 100%;
}
.physician-img-02{
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
	right: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
	background-image: url(../images/homepage-10/bg/physician-img-02.jpg);
    border-radius: 0px 30px 30px 0px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 350px 0;
	margin: 0 36px 0 0;
}
.why-choose-us-ten-content{
	padding: 100px 15px 100px 115px;
}
.why-choose-us-ten-content .pbmit-col-stretched-right{
	position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: 0;
    overflow: hidden;
	background-image: url(../images/homepage-10/bg/service-bg-pattern.png);
    border-radius: 30px 0px 0px 30px;
    background-color: var(--pbmit-global-color);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: auto;
}
.why-choose-us-ten-content .pbmit-heading-desc{
	color: rgba(255, 255, 255,0.8);
}
/** Homepage 11 **/
.who-we-are-section-eleven .doctor-img-box{
	position: relative;
}
.who-we-are-section-eleven .doctor-img-box img{
	border-radius: 30px;
}
.who-we-are-section-eleven .doctor-img-box .ihbox-style-26-area{
	position: absolute;
	width: initial;
	max-width: initial;
    bottom: 67px;
	right: -60px;
}
.who-we-are-section-eleven .right-box{
	padding-left: 110px;
}
.about-section-eleven{
	background-image: url(../images/homepage-11/bg/service-bg-pattern.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.about-section-eleven .about-treatment-imgbox img{
	border-radius: 30px;
}
.about-section-eleven .right-box,
.about-section-eleven .ihbox-style-area{
	padding-left: 60px;
}
.about-us-section-eleven{
	background-image: url(../images/homepage-11/bg/bg-img-02.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-section-eleven .left-box{
	border-radius: 30px;
	padding: 15px;
	background-color: var(--pbmit-global-color);
}
.about-us-section-eleven .left-box .widget-wrap{
	border-radius: 16px;
	border: 1px solid #FFFFFF80;
	padding: 35px 35px 35px 35px;
}
.about-us-section-eleven .left-box .widget-wrap h6,
.about-us-section-eleven .left-box .widget-wrap p{
	color: var(--pbmit-white-color);
}
.testimonial-eleven .pbmit-testimonialbox-left{
	position: relative;
	padding: 80px 70px 0 50px;
}
.testimonial-eleven .pbmit-testimonialbox-left:before{
	font-family: "pbminfotech-base-icons";
    content: '\e805';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 300px;
    line-height: 300px;
    display: inline-block;
    background: rgba(var(--pbmit-blackish-color-rgb), 0.03);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial-eleven .swiper-slider{
	padding-bottom: 120px;
}
.testimonial-eleven .swiper-slider .swiper-buttons{
	position: absolute;
	right: 0;
	bottom: 30px;
}
.testimonial-eleven .swiper-slider .swiper-button-next,
.testimonial-eleven .swiper-slider .swiper-button-prev{
	position: absolute;
}
.testimonial-eleven .swiper-slider .swiper-button-prev{
	left: -145px;
}
.testimonial-eleven .ihbox-style-39-area{
	position: absolute;
	left: 33.5%;
	width: auto;
	bottom: 0;
	max-width: 100%;
}
.client-section-eleven{
	border-top: 1px solid #0C0F261A;
	padding: 60px 0px 100px 0px;
}
.our-health-care-section{
	padding: 0 50px;
}
.our-health-care-section .bg-img-area{
	background-image: url(../images/homepage-11/bg/bg-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	margin-right: 6px;
	height: 100%;
}
.our-health-care-section .right-content{
	background-color: var(--pbmit-white-color);
	background-image: url(../images/homepage-11/bg/patterb-bg-01.png);
    background-position: bottom right;
    background-repeat: no-repeat;
	border-radius: 30px;
	padding: 100px 205px 100px 100px;
	margin-left: 6px;
}
.our-health-care-section .right-content .pbmit-heading-subheading .pbmit-subtitle{
	background-color: var(--pbmit-light-color);
}
.our-health-care-section .pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	background-color: var(--pbmit-light-color);
}
/** Homepage 12 **/
.ihbox-section-twelve{
	margin: -20px 50px 0 50px;
	padding: 80px 70px 50px 70px;
	background-color: var(--pbmit-white-color);
	border-radius: 0 0 30px 30px;
}
.service-twelve{
	position: relative;
}
.service-twelve .shape-img-01,
.service-twelve .shape-img-02,
.shap-03-img,
.team-twelve-left-col .shap-05-img,
.pbmit-sticky-col2-specialx .shap-04-img{
	position: absolute;
	width: auto;
	max-width: 100%;
}
.service-twelve .shape-img-01{
	top: 50px;
	left: 30px;
}
.service-twelve .shape-img-02{
	top: 205px;
	right: 60px;
}
.service-twelve .shape-img-01 img,
.service-twelve .shape-img-02 img,
.shap-03-img img,
.team-twelve-left-col .shap-05-img,
.pbmit-sticky-col2-specialx .shap-04-img img{
	animation: animation02 4s infinite linear;
}
@keyframes animation02{
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	25% {
		transform: translate(-10px, -10px) rotate(5deg);
	}
	50% {
		transform: translate(-20px, 0px) rotate(0);
	}
	75% {
		transform: translate(-10px, -10px) rotate(-2deg);
	}
	100% {
		transform: translate(0, 0) rotate(0);
	}
}
.about-section-twelve{
	background-image: url(../images/homepage-12/bg/pattern-img.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: cover;
	border-radius: 30px;
	background-color: var(--pbmit-global-color);
}
.about-twelve-content{
	padding-left: 97px;
}
.about-section-twelve .child-care-about-img img{
	-webkit-mask-image: url(../images/homepage-12/child-care-shap.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.about-section-twelve .fid-style-area{
	position: absolute;
	width: auto;
	max-width: 100%;
	left: 0;
	bottom: 0;
}
.about-section-twelve .pbminfotech-ele-fid-style-7{
	background-color: var(--pbmit-global-color);
}
.about-section-twelve .pbmit-sticky-corner svg path{
	fill: var(--pbmit-global-color);
}
.about-section-twelve .pbmit-heading-subheading .pbmit-heading-desc{
	color: rgba(255,255,255,.8);
}
.fid-section-twelve{
	padding: 100px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #031B4E33;
}
.fid-section-twelve .pbminfotech-ele-fid-style-5 .pbmit-fid-title{
	color: var(--pbmit-body-typography-color);
}
.shap-03-img{
	top: 0;
	left: -210px;
}
.why-choose-sec-twelve{
	padding: 0 80px;
}
.why-choose-sec-twelve .check-up-img{
	background-image: url(../images/homepage-12/bg/check-up-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	height: 100%;
	margin-right: 18px;
}
.why-choose-twelve-content{
	background-color: var(--pbmit-secondary-color);
	background-image: url(../images/homepage-12/bg/pattern-img2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 150px 100px 100px;
	border-radius: 30px;
	margin-left: 18px;
}
.why-choose-twelve-content .pbmit-heading-subheading .pbmit-heading-desc{
	color: rgba(255,255,255,0.8);
}
.pbmit-sticky-specialx.team-twelve{
	overflow: visible;
    height: 73.8vh !important;
	position: relative;
}
.team-twelve-left-col{
	padding: 150px 120px 60px 0px;
	position: relative;
}
.team-twelve-left-col .shap-05-img{
	top: 450px;
	right: 100px;
}
.team-twelve-right-col{
	padding: 150px 0px 60px 0px;
}
.team-twelve .pbmit-sticky-col2-specialx .shap-04-img{
	top: 380px;
	right: -200px;
}
.testimonial-twelve-bg {
	background-image: url(../images/homepage-12/bg/testimonial-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 235px 0px 200px 0px;
	border-radius: 30px;
}
.client-twelve{
	border-bottom: 1px solid #0C0F261A;
	margin-bottom: 20px;
}
/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - About Us **/
.about-us-left_box{
	position: relative;
	padding-bottom: 130px;
}
.about-us-left_box img{
	border-radius: 30px;
}
.about-us_img2{
	position: absolute;
	right: 0px;
	width: auto;
	bottom: 0;
}
.about-us-right_box{
	padding-left: 150px;
}
.about-us-right_box .pbmit-ihbox-style-20:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(3, 27, 78,0.1);
}
.about-us-right_box .pbmit-btn {
    margin-top: 50px;
}
/** 02 - Our History **/
.history_section{
	background-image: url(../images/bg/timeline-bg.png);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-title{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 0 80px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc{
	margin: 0;
	padding: 0 50px;
	line-height: 22px;
	opacity: 0.8;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height.steps-content_wrap{
	justify-content: flex-end;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot{
	background-color: var(--pbmit-white-color);
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width:  10px;
	height:  10px;
	transform: rotate(45deg);
	z-index: 2;
	position: relative;
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot{
	background-color:transparent;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot:after {
	content: "";
	position: absolute;
	left: -11px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: 0;
	background: rgb(255,255,255,.40);
	transform: rotate(-45deg);
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot:after {
	background: rgb(3, 27, 78,.20);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even  .steps-dot .dot:after{
	left: 19px;
	top: 0;
	bottom: auto;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line {
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before, 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
	content: "";
	width: calc(50% + 10px * 100);
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
	left: 50%;
	background: linear-gradient(90deg, rgb(255,255,255,0.10 ) ,rgb(255,255,255 ,0.10 ));
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
	right: 50%;
	background: linear-gradient(90deg, rgb(255,255,255 ,0.10 ) ,rgb(255,255,255 ,0.10 ));
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
	background: linear-gradient(90deg, rgb(3, 27, 78,.03) ,rgb(3, 27, 78 ,.03 ));
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
	background: linear-gradient(90deg, rgb(3, 27, 78 ,.03 ) ,rgb(3, 27, 78 ,.03 ));
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image{
	order: 0;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .pbmit-feature-image{
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
} 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-content_wrap {
	opacity: 1;
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-title{
	color: var(--pbmit-blackish-color);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year,
.pbmit-element-timeline-style-1 .pbmit-timeline-title,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc{
	color: var(--pbmit-white-color);
}
/** 03 - Service Detail **/
.service_details > .container > .row{
	-ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.service-left-col .service-sidebar .post-list{
	background-color: var(--pbmit-white-color);
    padding-top: 40px;
    border-radius: 30px;
}
.service_details .all-post-list li{
    margin: 0;
	position: relative;
	line-height: 26px;
	border-bottom: 1px solid rgba(3, 27, 78, .1);
}
.service_details .all-post-list li a{
	padding: 16px 60px 16px 25px;
    display: block;
    position: relative;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
    
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-family: var(--pbmit-heading-typography-font-family);
}
.service_details .all-post-list li a:before{
	position: absolute;
    content: "\e8dd";
    left: inherit;
    right: 8px;
    font-size: 10px;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    z-index: 1;
    color: var(--pbmit-global-color);
    background-color: transparent;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: initial;
    transition: all 0.4s ease-in;
}
.service_details .all-post-list li a:after{
	position: absolute;
    content: "";
    left: 0;
    font-size: 20px;
    top: 50%;
    width: 7px;
    height: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d9d9d9;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.service_details .all-post-list li:hover a,
.service_details .all-post-list li.post-active a{
	transform: translateX(1%);
	color: #d9d9d9;
}
.service_details .all-post-list li:hover a:before,
.service_details .all-post-list li.post-active a:before{
	color: var(--pbmit-white-color);
    background-color: #c37243;
}
.service_details .all-post-list li.post-active a:before{
	opacity: 1;
}
.service_details .all-post-list li:last-child{
	border-bottom: none;
}
.service-sidebar .widget:last-child{
	background-color: transparent;
	margin-bottom: 0px;
	padding: 0;
}
.widget .download{
	display: block;
}
.widget .download .item-download:first-child {
    margin-bottom: 20px;
}
.widget .download .item-download a{
	position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    padding-left: 25px;
    background-color: var(--pbmit-white-color);
    border-radius: 40px;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.widget .download .item-download .pbmit-download-content{
	font-size: 15px;
    
    display: flex;
    align-items: center;
}
.widget .download .item-download .pbmit-download-content i{
	margin-right: 10px;
    font-size: 24px;
    color: var(--pbmit-secondary-color);
}
.widget .download .item-download a:hover .pbmit-download-content i{
	color: var(--pbmit-white-color);
}
.widget .download .item-download .pbmit-download-item{
	font-size: 16px;
    line-height: 16px;
    padding: 18px 13px;
    border-radius: 50%;
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
    transition: all 0.2s ease-in;
}
.widget .download .item-download .pbmit-download-item i{
	font-size: 26px;
    vertical-align: middle;
}
.widget .download .item-download a:hover{
	background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.widget .download .item-download a:hover .pbmit-download-item {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}
.widget .download .item-download:last-child a {
	color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}
.widget .download .item-download:last-child a .pbmit-download-content i {
    color: var(--pbmit-white-color);
    transition: all 0.3s ease-in-out;
}
.widget .download .item-download:last-child .pbmit-download-item {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-global-color);
}
.widget .download .item-download:last-child a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}
.widget .download .item-download:last-child a:hover .pbmit-download-content i {
    color: var(--pbmit-white-color);
}
.widget .download .item-download:last-child a:hover .pbmit-download-item {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.service_details .pbmit-service-feature-image img{
	margin-bottom: 50px;
    border-radius: 30px;
}
.service_details .pbmit-service_content .col-md-6 .list-group{
	padding-bottom: 60px;
}
.service-detail-accordion_box{
	padding-top: 60px;
}
.service-detail-accordion_box .accordion-item.active .pbmit-accordion-icon{
	color: var(--pbmit-white-color);
}
.service-detail-accordion_box .accordion-item .pbmit-accordion-icon{
	color: var(--pbmit-blackish-color);
}
.service-detail-accordion_box .accordion-item .pbmit-accordion-icon i{
	font-size: 20px;
}
.service-detail-accordion_box .accordion-item .pbmit-accordion-icon i:before{
	font-weight: 700;
}

/** 04 - Project Single **/
.pf-sortable-col_4 .pbmit-element-posts-wrapper.row{
	margin: 0 -15px;
}
.pbmit-portfolio-single .pbmit-featured-img-wrapper img{
	border-radius: 30px;
}
.pbmit-single-project-details-list {
    padding: 40px;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: var(--pbmit-blackish-color);
}
.pbmit-single-project-details-list .pbmit-portfolio-lines-wrapper{
	text-align: center;
}
.pbmit-portfolio-lines-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px 50px;
}
.pbmit-portfolio-lines-wrapper ul li{
	margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: var(--pbmit-white-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    
    position: relative;
    padding-left: 15px;
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li a {
    color: var(--pbmit-white-color);
}
.project-single-img_box{
	padding-bottom: 50px;
}
.project-single-img_box img{
	border-radius: 30px;
}
.pbmit-portfolio-single .ihbox-style-18_box{
	margin: 50px 0;
}
.portfolio_single .post-navigation{
	border-top: 1px solid rgba(3, 27, 78, 0.10);
    margin-top: 50px;
}
.post-navigation .nav-links {
    margin-top: 0;
    padding: 40px 0 8px;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}
.portfolio_single .post-navigation .nav-links {
	padding: 30px 0 8px;
}
.post-navigation .nav-previous{
	width: 50%;
	margin-right: auto !important;
	position: relative;
}
.post-navigation .nav-links a{
	display: block;
    text-align: left;
    width: 375px;
    transition: all 0.3s ease-in;
}
.post-navigation .nav-links a:hover{
	color: var(--pbmit-global-color);
}
.post-navigation .pbmit-post-nav-icon{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
    justify-content: flex-start;
}
.post-navigation .nav-links .pbmit-post-nav-icon i {
    font-size: 13px;
    color: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
}
.post-navigation .nav-links .pbmit-post-nav-head {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
	margin-left: 8px;
    
    transition: all 0.3s ease-in;
    color: rgba(3, 27, 78, 0.8);
	font-family: var(--pbmit-heading-typography-font-family);
}
.post-navigation .nav-links .pbmit-post-nav-wrapper {
    display: block;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}
.nav-links .pbmit-post-nav-wrapper {
    text-align: left;
    word-break: break-word;
}
.post-navigation .nav-links .nav-title {
    font-size: 20px;
    line-height: 22px;
    margin-top: 5px;
	font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-family: var(--pbmit-heading-typography-font-family);
}
.post-navigation .nav-links .nav-next {
    width: 50%;
	text-align: right;
    margin-left: auto;
}
.post-navigation .nav-links .nav-next a{
	display: block;
    text-align: right;
    margin-left: auto;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-wrapper{
	text-align: right;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-head{
	margin-right: 8px;
}
.post-navigation .nav-links a:hover .pbmit-post-nav-head{
	color: var(--pbmit-global-color);
}
/** 05 - Blog Detail**/
.pbmit-column-four .container-fluid,
.pbmit-column-three .container-fluid{
	padding: 0 30px;
}
.pbmit-element-posts-wrapper.row .pbmit-blog-style-1{
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.blog-sortable-col_4 .pbmit-element-posts-wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
}

/** Sidebar Right **/
.sidebar .widget{ 
    border: none;
    padding: 30px;
    margin-bottom: 55px;
	border-radius: 30px;
    background-color: var(--pbmit-white-color);
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}

.sidebar .widget .widget-title{ 
	display: block;
	padding-bottom: 15px;
	margin-bottom: 20px;
    position: relative;
    width: auto;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
	padding-left: 30px;
    padding-bottom: 0;
	text-transform: capitalize;
	color: var(--pbmit-blackish-color);
} 
.sidebar .widget.widget-search .widget-title{
	color: var(--pbmit-white-color);
}

.sidebar .widget.widget-search .widget-title:before{
	color: var(--pbmit-white-color);
}
.widget .search-form {
    position: relative;
}
.widget .search-form input{
	background-color: var(--pbmit-white-color);
	height: 65px;
    border: 0;
    padding: 0px 30px;
    padding-right: 80px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    font-size: 15px;
    border-radius: 40px;
	display: block;
    width: 100%;
}
.widget .search-form .search-submit{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
    font-size: 16px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
	line-height: 58px;
    outline: none;
    background: #c37243;
    color: var(--pbmit-white-color);
}
.widget .search-form .search-submit:after{
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e80d';
    right: 50%;
    top: 50%;
    font-size: 16px;
    color: var(--pbmit-white-color);
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.widget .search-form .search-submit:hover{
	background: var(--pbmit-blackish-color);
}
.sidebar .widget-categories li{
	position: relative;
	line-height: 26px;
}
.sidebar .widget-categories .pbmit-cat-li{
	display: flex;
    align-items: center;
	justify-content: space-between;
    color: #8993a2;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}
.sidebar .widget-categories ul li:last-child .pbmit-cat-li{
	border-bottom: none;
}
.sidebar .widget-categories .pbmit-cat-li a{
	font-size: 13px;
    line-height: 23px;
    position: relative;
	padding-left: 20px;
	margin: 15px 0;
	font-weight: 500;
	color: rgba(24, 26, 23, .8);
    
    letter-spacing: 1.2px;
    transition: all 0.3s ease-in-out;
	font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget-categories .pbmit-cat-li a:before{
	position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 8px;
    width: 8px;
    background-color: #d9d9d9;
    border-radius: 50%;
}
.sidebar .widget-categories .pbmit-brackets{
    margin-left: 8px;
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories .pbmit-cat-li:hover,
.sidebar .widget-categories .pbmit-cat-li:hover .pbmit-brackets{
	color: var(--pbmit-blackish-color);
}
.widget-recent-post .recent-post-list-li:first-child{
	margin-top: 0px;
    padding-top: 0px;
	border-top: none;
}
.widget-recent-post .recent-post-list-li{
	display: flex!important;
    align-items: center;
    width: 100%;
	margin-top: 18px;
	padding-bottom: 18px;
	line-height: 26px;
	border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}
.widget-recent-post .recent-post-list-li:last-child{
	border-bottom: none;
}
.widget-recent-post .recent-post-list-li>a{
	width: 91px;
    flex-shrink: 0;
    margin-right: 20px;
	display: inline-block;
}
.widget-recent-post .recent-post-list-li>a img{
	border-radius: 20px;
}
.widget-recent-post .pbmit-rpw-content{
	display: flex;
    flex-direction: column;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.widget-recent-post .pbmit-rpw-title a{
	margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
}
.widget-recent-post .pbmit-rpw-title a:hover{
	color: var(--pbmit-global-color);
}

.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after{
	content: "";
    display: table;
}
.widget.pbmit-service-ad .textwidget:after{
	clear: both;
}
.widget.pbmit-service-ad{
	padding: 0;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg/ads-bg-img.jpg);
	background-size: cover;
    background-position: center center;
}
.widget.pbmit-service-ad .pbmit-service-ads{
	position: relative;
    overflow: hidden;
    text-align: center;
    padding: 85px 30px 90px 30px;
    border-radius: 30px;
}
.pbmit-service-ads .pbmit-ads-subheding{
	font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.6px;
    display: inline-block;
    
    border-radius: 30px;
    padding: 0 13px 0 20px;
    margin-bottom: 25px;
    color: var(--pbmit-white-color);
    border: 1px solid var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-subtitle {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-title {
    font-size: 32px;
    line-height: 32px;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc {
    font-size: 15px;
    line-height: 21px;
    padding-top: 25px;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc i {
    font-size: 20px;
    padding-right: 5px;
    color: var(--pbmit-global-color);
}
.pbmit-service-ads .pbmit-btn{
	margin-top: 30px;
}
.pbmit-service-ads .pbmit-btn:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

/** Blog Classic **/
.site_content{
	padding-top: 80px;
	padding-bottom: 80px;
}
.post.blog-classic{
    position: relative;
    background: 0 0;
	margin-bottom: 60px;
}
.post.blog-classic .pbmit-featured-wrapper img{
	border-radius: 30px;
}
.post.blog-classic:last-child {
    margin-bottom: 0px;
}
.post.blog-classic .pbmit-featured-img-wrapper{
	position: relative;
    margin-bottom: 30px;
}

.blog-classic .pbmit-meta-cat {
	position: absolute;
    bottom: 30px;
    left: 30px;
}
.blog-classic .pbmit-blog-classic-inner{
	background: 0 0;
    padding: 0;
    position: relative;
}
.pbmit-blog-meta.pbmit-blog-meta-top{
	position: relative;
    font-size: 14px;
}
.pbmit-blog-meta-top.pbmit-blog-meta,
.pbmit-blog-meta-top.pbmit-blog-meta a{
	color: rgba( 3, 27, 78, 0.8);
}
.pbmit-blog-meta-top.pbmit-blog-meta a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 6px;
    font-size: 14px;
    
}
.pbmit-blog-meta-top .pbmit-meta:first-child{
	padding-left: 0;
}

.pbmit-blog-meta-top .pbmit-meta-comments{
	display: none;
}
.blog-classic .pbmit-post-title{
	margin-bottom: 25px;
	margin-top: 15px;
    font-size: 36px;
	padding-bottom: 20px;
    line-height: 42px;
	text-transform: none;
	letter-spacing: 0px;
	border-bottom: 1px solid rgba(24, 26, 23,0.2);
}
.blog-classic .pbmit-entry-content{
	margin-top: 20px;
}
/** Blog Single **/
.blog-details .post.blog-classic .pbmit-blog-meta-top{
	margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(3, 27, 78, 0.1);
} 
.pbmit-firstletter::first-letter{
	color: var(--pbmit-global-color);
	padding:0;
	font-size: 52px;
	line-height: 48px;
	display: inline-block;
	float: left;
	font-weight: 700;
	margin-right: 8px;
}
.blog-details .pbmit-entry-content .pbmit-global-color,
.blog-details .pbmit-entry-content p u,
.pbmit-single-event-body-content .pbmit-global-color,
.pbmit-single-event-body-content p u,
.pbmit-service_content .pbmit-global-color,
.pbmit-team-single .pbmit-global-color,
.pbmit-team-single p u{
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-entry-content blockquote{
	border: 0;
	padding: 40px 70px 40px 145px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400 !important;
    margin: 35px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 30px;
	font-style: normal;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-entry-content blockquote:before{
	content: '\e894';
    font-family: "pbminfotech-base-icons";
    font-size: 70px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    left: 35px;
    color: var(--pbmit-global-color);
    font-style: normal;
	display: table;
}
.blog-details .pbmit-entry-content blockquote p{
	margin-bottom: 0;
}
.blog-details .pbmit-entry-content:after{
	clear: both;
	content: "";
	display: table;
}
.blog-details .pbmit-entry-content blockquote cite{
	font-size: 14px;
    
    font-weight: 500;
    color: var(--pbmit-global-color);
	display: block;
	line-height: 24px;
    font-style: normal!important;
    margin-top: 15px;
}
.blog-details .pbmit-entry-content blockquote cite:before{ 
	content: "-"; 
    margin-right: 5px;
}
.blog-details .pbmit-entry-content blockquote:after{
	visibility: hidden; 
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.blog-details .pbmit-entry-content .pbmit-block-columns{
	display: flex;
	margin-bottom: 2.75em;
}
.blog-details .pbmit-entry-content .pbmit-block-columns img {
    margin-top: 15px;
    border-radius: 30px;
    height: 12pc;
    object-fit: cover;
}
.blog-details .pbmit-entry-content .pbmit-block-column:first-child{
	padding: 0 22px 0 0;
}
.blog-details .pbmit-entry-content .pbmit-block-column:last-child{
	padding: 0 0 0 22px;
}
.blog-details .list-group .pbmit-icon-list-icon i{
	font-size: 22px;
	margin-right: 8px;
}
.blog-details .list-group{
	padding-top: 20px;
}
.blog-details .list-group .pbmit-icon-list-text{
	padding-left: 0;
}
.blog-details .pbmit-blog-meta-bottom{
	margin-top: 35px;
}

.blog-details .post-navigation{
	border-top: 1px solid rgba(24, 26, 23, 0.10);
    margin-top: 30px;
}
.blog-details .pbmit-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 90px;
    background-color: var(--pbmit-blackish-color);
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 30px;
}
.blog-details .pbmit-author-image img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 4px solid var(--pbmit-global-color);
    display: block;
    overflow: hidden;
    margin-right: 35px;
    border-radius: 50%;
}
.blog-details .pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.blog-details .pbmit-author-content .pbmit-author-name {
    line-height: 24px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
	font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-author-box a {
    color: var(--pbmit-white-color);
}
.blog-details .pbmit-author-content .pbmit-text {
    margin: 0;
    line-height: 25px;
    font-weight: 300;
    color: var(--pbmit-white-color);
}
.blog-details .comments-area{
	margin-top: 60px;
}
.blog-details .comments-area .comments-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 48px;
}
.blog-details .comment-list li:not(:last-child) .pbmit-comment{
	margin-bottom: 30px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}
.comment-list .pbmit-comment-avatar{
	float: left;
}
.comment-list .pbmit-comment-avatar img{
    width: 90px;
    height: 90px;
	border-radius: 50%;
}
.blog-details .pbmit-comment-content{
	position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 115px;
    min-height: 115px;
}
.blog-details .pbmit-comment-meta{
	display: flex;
    align-items: center;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    color: #525252;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-comment-author-inner{
	margin: 0 5px;
    font-weight: 600;
    text-transform: capitalize;
	color: var(--pbmit-blackish-color);
}
.pbmit-comment-author-inner a{
	color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-comment-date{
	display: block;
    font-size: 16px;
	margin: 0 0 0 30px;
	font-weight: 400;
	color: rgba(24, 26, 23, 0.8);
}
.blog-details .pbmit-comment-date a{
	font-size: 16px;
    line-height: 26px;
    position: relative;
}
.blog-details .pbmit-comment-date a:first-child::before{
	position: absolute;
    content: '';
    left: -17px;
    height: 1px;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
    background-color: rgba(24, 26, 23,.8);
}
.blog-details .pbmit-comment-content p{
	margin: 10px 0 18px;
}
.blog-details .pbmit-comment-content .reply a{
	display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    padding: 2px 22px;
    border-radius: 30px;
}
.blog-details .pbmit-comment-content .reply a::after{
	font-family: 'pbminfotech-base-icons';
    content: "\e8dd";
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    font-size: 11px;
    margin-left: 5px;
    font-weight: 500;
}
.blog-details .pbmit-comment-content .reply a:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.comment-list .children{
	margin-left: 100px;
    padding-top: 8px;
}
.blog-details .comment-list li:not(:last-child) .pbmit-comment{ 
	border-bottom: 1px solid rgba( 3, 27, 78, 0.1);
}
.blog-details .comment-respond{
	background-color: var(--pbmit-white-color);
    padding: 60px 70px;
    border-radius: 30px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.blog-details .comment-respond .comment-reply-title{
	margin-bottom: 25px;
}
.blog-details .comment-respond .comment-notes{
	font-size: 15px;
}
.blog-details .comment-respond .comment-form form textarea.form-control{
	color: var(--pbmit-blackish-color);
    height: 130px;
    line-height: normal;
    padding: 20px 12px;
}
.blog-details .comment-respond .comment-form .form-check{
	margin-top: 20px;
	margin-bottom: 25px;
}
.blog-details .comment-respond .comment-form .form-check label{
	font-size: 15px;
}
.blog-details .comment-respond .comment-form form button{
	padding: 15px 40px;
}

/** 06 - Team Single **/
.pbmit-team-single{
	padding-bottom: 80px;
}
.pbmit-team-single .pbmit-sticky-col{
	padding-top: 100px;
}
.pbmit-team-single .pbmit-team-left-inner{
	position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 30px;
	overflow: hidden;
}
.pbmit-team-single .pbmit-team-detail{
	position: relative;
}
.pbmit-team-single .pbmit-team-detail .pbmit-team-detail-inner{
	padding: 45px 38px 70px;
    background-color: #c37243;
    background-image: url(../images/bg/detail-pattern.png);
    background-position: bottom center;
    background-repeat: repeat;
	border-radius: 0 0 30px 30px;
}
.pbmit-team-single .pbmit-team-detail .pbmit-team-summary{
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pbmit-team-single .pbmit-team-detail .pbmit-team-designation{
	font-size: 12px;
    line-height: 20px;
    padding-left: 13px;
	letter-spacing: .6px;
    color: var(--pbmit-white-color);
    
    position: relative;
    margin-bottom: 5px;
}
.pbmit-team-single .pbmit-team-detail .pbmit-team-designation:before{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: #d9d9d9;
    border-radius: 50%;
}
.pbmit-team-single .pbmit-team-detail .pbmit-team-title{
	color: var(--pbmit-white-color);
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
	margin: 0;
}
.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info{
	position: relative;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li,
.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li a{
	margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--pbmit-white-color);
}
.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li label{
	font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--pbmit-global-color);
    min-width: 75px;
    display: block;
    
}
.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li:last-child{
	margin-bottom: 0;
}
.pbmit-team-single .pbmit-team-detail .pbmit-team-share-btn{
	position: absolute;
    right: 0px;
    bottom: 0px;
    background: var(--pbmit-light-color);
    border-radius: 50% 0 0 0;
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-share-icon-wrapper{
	position: relative;
    display: block;
    padding: 15px 0 0 15px;
    border-radius: 50%;
    background-color: var(--pbmit-light-color);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-share-icon{
	padding: 12px 16px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    font-size: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-share-icon i{
	transition: all 0.4s ease-in-out;
    display: block;
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links{
	text-align: center;
    position: absolute;
    bottom: 8px;
    right: 0;
    transform: translate(-40px , 0);
    opacity: 0;
    padding: 3px;
    display: flex;
    flex-direction: row-reverse;
    transition: all 0.3s ease-in;
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li{
	padding: 8px !important;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:hover{
	background-color: var(--pbmit-global-color);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:hover a{
	color: var(--pbmit-white-color);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:first-child{
	transform: translate(0, 0);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li a{
	position: relative;
	display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
	text-align: center;
	border-radius: 50%;
    background: transparent;
    color: var(--pbmit-blackish-color);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:nth-child(2){
	transform: translate(43px, 0);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:nth-child(3){
	transform: translate(86px, 0);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:nth-child(4){
	transform: translate(129px, 0);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:last-child{
	transform: translate(172px, 0);
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon i{
	transform: rotateY(180deg);
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-social-links{
	transform: translate(-70px, 0);
    opacity: 1;
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-social-links li{
	transform: translate(0);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-sticky-corner svg path{
	fill: var(--pbmit-light-color);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}
.pbmit-team-single .pbmit-entry-content{
	padding: 100px 0 0 53px;
}
.pbmit-team-single .pbmit-entry-content .text-editor-box{
	padding: 20px 0;
	border-bottom: 1px solid #181A1717;
}
.pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-4{
	width: 14.999%;
}
.pbmit-team-single .pbmit-entry-content .text-editor-box h6{
	font-size: 16px;
    line-height: 24px;
	margin: 0;
}
.pbmit-team-single .pbmit-entry-content .text-editor-box p{
	margin: 0;
}
.pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-8{
	width: 85%;
}
.pbmit-team-single .counter-box{
	margin-top: 60px;
}
.pbmit-team-single .counter-box .pbmit-col_1{
	width: 62%;
}
.pbmit-team-single .counter-box .pbmit-col_2{
	width: 38%;
}
.pbmit-team-single .counter-box .pbmit-left_col{
	padding-right: 40px;
}
.pbmit-team-single .counter-box .pbmit-ihbox-style-2:not(:last-child){
	border-bottom: 1px solid #0000001F;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.pbmit-team-single .comment-respond{
	overflow: hidden;
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 60px 75px 60px 75px;
	border-radius: 30px;
	background-color: var(--pbmit-white-color);
}
.pbmit-team-single .comment-respond form textarea.form-control{
	height: 100px;
}
.pbmit-team-single .comment-respond .comment-form .form-check{
	margin-top: 20px;
	margin-bottom: 25px;
}
.pbmit-team-single .comment-respond .comment-form .form-check label{
	font-size: 14px;
}

/** Faq **/
.faq-left_box{
	padding-right: 20px;
}
.faq-right_box{
	padding-left: 20px;
}
.faq-left_box,
.faq-right_box{
	margin: 0 50px;
}
/** 07 - Contact Us **/
.contact-us-left_img{
	background-image: url(../images/bg/contact-form-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	border-radius: 30px 0px 0px 30px;
}
.iframe_section .iframe_box{
	margin: 0 30px;
}
.iframe_section .iframe_box iframe{
	height: 640px;
	width: 100%;
	border-radius: 30px;
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: 0px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
.form-control.error{
	margin-bottom: 0 !important;
}

/**08 - Comment Form **/
.form-control{
	margin-bottom: 20px;
	font-size: 14px;
	height: 55px;
	line-height: normal;
	padding: 0 10px;
    font-weight: 600;
	border-width: 0 0 1px 0;
	font-family: inherit;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 1px solid rgba(3, 27, 78, 0.8);
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.form-control::placeholder{
	opacity: .7;
	color: rgba(3, 27, 78, 0.8);
}
textarea.form-control{
	height: 100px;
    padding-top: 20px;
	resize: none;
}
.form-control:focus{
	border-color: inherit;
	background-color: transparent;
}
.form-control:focus::placeholder{
	opacity: 1;
}
.form-style-2 .form-control{
	height: 60px;
	padding: 0 25px;
	border-radius: 8px;
	border: 1px solid rgba(3, 27, 78,.15);
	background-color: var(--pbmit-white-color);
}
.form-style-2 .form-control.form-select{
	color: rgba(3, 27, 78,.6);
}
.form-style-2 textarea.form-control{
	height: 140px;
	padding-top: 30px;
}
/**09 - Make Appointment 01 **/
.appointment_box{
	box-shadow: -4px -3px 18px 0px rgba(0, 0, 0, 0.1);
    margin: 0px 150px 0px 150px;
	padding: 50px 50px 50px 50px;
	border-radius: 30px;
	background-color: var(--pbmit-white-color);
}
.appointment_box form .form-control{
	padding: 0 25px;
	border-radius: 30px;
	border: none;
	background-color: var(--pbmit-light-color);
}
.appointment_box form .wpcf7-date,
.appointment_box form .form-select{
	color: rgba(3, 27, 78, 0.6);
}
.appointment_box form .form-select{
	background-position: 95% 50%;
}
.appointment_box form textarea.form-control{
	height: 150px;
	padding-top: 30px;
}
.appointment_box form .pbmit-btn{
	width: 100%;
}
.appointment_box form .pbmit-btn .pbmit-button-icon-wrapper{
	position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}
.appointment_box form .pbmit-btn .pbmit-button-icon-wrapper:before{
	content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.appointment_box form .pbmit-btn:hover .pbmit-button-icon-wrapper:before{
	transform: scale(1) translate(-2px, 0px);
}
.appointment_box form .pbmit-btn:hover .pbmit-button-icon:before{
	transform: scale(1) translate(-2px, 0px);
}
.appointment_box form .pbmit-btn .pbmit-button-icon{
	display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.appointment_box form .pbmit-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.appointment_box form .pbmit-btn .pbmit-button-icon:before{
	display: none;
}

.svg-x {
	width: 3.25em;
	transform-origin: center;
	animation: rotate4 2s linear infinite;
}

.circle-x {
	fill: none;
	stroke: hsl(214, 97%, 59%);
	stroke-width: 2;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash4 {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dashoffset: -125px;
	}
}


/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top 
    10 - Search Box
******************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet');

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
 html {
     font-family: sans-serif;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
}
 *{
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     margin: 0;
     overflow-x: hidden;
}
 p {
     margin: 0 0 25px;
}
 article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
     vertical-align: baseline;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 a {
     background-color: transparent;
}
 abbr[title] {
     border-bottom: 1px dotted;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     border: 0;
}
 svg:not(:root) {
     overflow: hidden;
}
 figure {
     margin: 0;
}
 hr {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 code, kbd, pre, samp {
     font-size: 1em;
}
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
     margin: 0;
}
 select {
     text-transform: none;
}
 button {
     overflow: visible;
}
 button, input, select, textarea {
     max-width: 100%;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
}
 button[disabled], html input[disabled] {
     cursor: default;
     opacity: .5;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 input[type="checkbox"], input[type="radio"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-right: 0.4375em;
     padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 fieldset {
     border: 1px solid #d1d1d1;
     margin: 0 0 1.75em;
     padding: 0.875em;
}
 fieldset > :last-child {
     margin-bottom: 0;
}
 legend {
     border: 0;
     padding: 0;
}
 textarea {
     overflow: auto;
     vertical-align: top;
}
 optgroup {
     font-weight: bold;
}
 textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
     outline:0px !important;
     -webkit-appearance:none;
     box-shadow: none !important;
}
 .form-select{
	font-size: 14px;
	font-weight: 500;
     padding: 0 100px 0 30px;
	 height: 50px;
	 border: none;
	 border-radius: 50px;
	 cursor: pointer;
	 color: #666;
	 background-color: var(--pbmit-light-color);
}
 .form-select:focus {
     border-color: #1bbde4;
     outline: 0;
     box-shadow: none;
}
/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
 body {
     font-family:var(--pbmit-body-typography-font-family);
     font-weight: var(--pbmit-body-typography-variant);
     color: var(--pbmit-body-typography-color);
     font-size: var(--pbmit-body-typography-font-size);
     line-height: var(--pbmit-body-typography-line-height);
     color: var(--pbmit-body-typography-color);
     text-transform: none;
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {
     font-family:var(--pbmit-heading-typography-font-family);
     font-weight: var(--pbmit-heading-font-variant);
     color: var(--pbmit-heading-color);
}
 h1 {
     font-size: 46px;
     line-height: 56px;
     letter-spacing: 0px;
}
 h2 {
     font-size: 40px;
     line-height: 50px;
     letter-spacing: 0px;
}
 h3 {
     font-size: 36px;
     line-height: 46px;
     letter-spacing: 0px;
}
 h4 {
     font-size: 30px;
     line-height: 40px;
     letter-spacing: 0px;
}
 h5 {
     font-size: 24px;
     line-height: 34px;
     letter-spacing: 0px;
}
 h6 {
     font-size: 20px;
     line-height: 30px;
     letter-spacing: 0px;
}
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 a {
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
     color: black;
     text-decoration: none;
}
 a:focus {
     text-decoration: none !important;
}
 a:focus, a:hover {
     color: #d9d9d9;
     text-decoration: none !important;
}
 a.link-btn, .link-btn a{
     font-family: "Montserrat", Arial, Helvetica, sans-serif;
     font-weight: 700;
     
     font-size: 14px;
     letter-spacing: 1px;
}
 a.link-btn i, .link-btn a i{
     padding-left: 10px;
}
 .pbmit-btn {
	 position: relative;
     display: inline-block;
     text-decoration: none;
	 box-shadow: none;
     font-family: var(--pbmit-btn-typography-font-family);
     font-size: var(--pbmit-btn-typography-font-size);
     font-weight: var(--pbmit-btn-typography-variant);
     line-height: var(--pbmit-btn-typography-line-height);
     letter-spacing: 0.6px;
	 
	 font-style: normal;
     padding: 18px 35px;
     border: none;
	 border-radius: 50px;
	 transition: all .3s;
	 z-index: 1;
	 color: var(--pbmit-white-color);
	 background-color: #c37243;
}
.pbmit-btn .pbmit-button-content-wrapper{
	display: flex;
    justify-content: center;
}
.pbmit-btn .pbmit-align-icon-right{
	position: relative;
    overflow: hidden;
	margin-left: 10px;
	order: 15;
}	
.pbmit-btn .pbmit-button-icon:before{
	content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-45px,50px);
    transition: transform 0.4s ease-in-out;
}
.pbmit-btn .pbmit-button-icon svg{
	width: 1em;
    height: auto; 
	transition: all 0.4s ease-in-out;
}
.pbmit-btn .pbmit-button-icon svg path{
	stroke: var(--pbmit-white-color);
}
.pbmit-btn .pbmit-button-text{
	flex-grow: 1;
    order: 10;
    display: inline-block;
}
.pbmit-btn:hover{
	color: var(--pbmit-white-color);
	background-color: #d9d9d9;
}
.pbmit-btn:hover .pbmit-button-icon svg{
	transform: scale(.26) translate(45px,-50px);
}
.pbmit-btn:hover .pbmit-button-icon:before{
	transform: scale(1) translate(0,0);
}
.pbmit-btn-outline,
.pbmit-btn-outline-blackish{
	padding: 14px 30px;
	border: 1px solid var(--pbmit-white-color);
	background-color: transparent;
}
.pbmit-btn-outline:hover{
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}
.pbmit-btn-outline-blackish{
	color: var(--pbmit-blackish-color);
	border-width: 2px;
	border-color: var(--pbmit-blackish-color);
}
.pbmit-btn-outline-blackish .pbmit-button-icon svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-btn-outline-global{
	padding: 14px 30px;
	color: var(--pbmit-global-color);
	border: 1px solid var(--pbmit-global-color);
	background-color: transparent;
}
.pbmit-btn-outline-global .pbmit-button-icon svg path{
	stroke: var(--pbmit-global-color);
}
.pbmit-btn-outline-global:hover{
	border-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-white{
	padding: 15px 33px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-btn-white .pbmit-button-icon svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-btn-blackish{
	padding: 18px 30px;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-btn-blackish:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-btn-secondary{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-btn-secondary:hover{
	background-color: var(--pbmit-global-color);
}
.pbmit-btn:focus{
	color: var(--pbmit-white-color);
}
.pbmit-text-btn{
	position: relative;
	display: inline-block;
	font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.6px;
    
    font-style: normal;
	transition: fill 0.4s ease-in-out;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-btn-typography-font-family);
}
.pbmit-text-btn .button-content-wrapper{
	display: flex;
	justify-content: center;
}
.pbmit-text-btn .pbmit-button-icon{
	position: relative;
    overflow: hidden;
	margin-left: 10px;
	order: 15;
}
.pbmit-text-btn .pbmit-button-icon:before{
	content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
	font-size: 10px;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-45px, 50px);
    transition: transform 0.4s ease-in-out;
}
.pbmit-text-btn .pbmit-button-icon svg{
	width: 10px;
	transition: all 0.4s ease-in-out;
}
.pbmit-text-btn .pbmit-button-icon svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-text-btn .pbmit-button-text{
	flex-grow: 1;
    order: 10;
    display: inline-block;
}
.pbmit-text-btn:hover{
	color: var(--pbmit-blackish-color);
}
.pbmit-text-btn:hover .pbmit-button-icon:before{
	transform: scale(1) translate(0,0);
}
.pbmit-text-btn:hover .pbmit-button-icon svg{
	transform: scale(.26) translate(45px,-50px);
}
.pbmit-btn-hover-white{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-btn-hover-white:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
/** Divider **/
 .sep-line{
     height: 1px;
     border-top: 1px solid #ebebeb;
     display: block;
     position: relative;
     top: 1px;
     width: 100%;
}

/*----------------------------------------*/
/* 02 - Background Color 
/*----------------------------------------*/

 body .pbmit-bg-color-secondary{
     background-color: var(--pbmit-secondary-color);
}
 body .pbmit-bg-color-light{
     background-color: var(--pbmit-light-color);
}
 body .pbmit-bg-color-blackish{
     background-color: #c37243;
}
 body .pbmit-bg-color-white{
	background-color: var(--pbmit-white-color);
}
 body .pbmit-color-global{
     color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
 .bg-cover{
    background-size: cover;
}
 .bg-contain{
    background-size: contain;
}
 .bg-pos-l{
    background-position: left;
}
 .bg-pos-r{
    background-position: right;
}
 .bg-pos-rt{
    background-position: right top;
}
 .bg-pos-lt{
    background-position: left top;
}
 .bg-pos-rb{
    background-position: right bottom;
}
 .bg-pos-lb{
    background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class 
/*----------------------------------------*/
.section-lg{
	padding-top: 90px;
	padding-bottom: 90px;
}
.section-xl{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-lgt{
	padding-top: 100px;
}
.section-md{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-lgx{
	padding-top: 100px;
	padding-bottom: 70px;
}
.section-lgb{
     padding-bottom:100px;
}

/*----------------------------------------*/
/* 05 - Social icons 
/*----------------------------------------*/
 .social-icons {
     list-style: none;
     margin: 0px;
     padding: 0px;
     font-size: 15px;
     padding-top: 2px;
     padding-bottom: 3px;
}
 .pbmit-social-li {
     display: inline-block;
     padding-left: 0px;
     padding-right: 0px;
}
 .social-icons li > a {
     width: 30px;
     height: 30px;
     line-height: 30px;
     margin-right: 8px;
     background-color: transparent;
     font-size: 16px;
}

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
 .navbar-brand .navbar-brand-item {
     height: 60px;
     display: block;
     width: auto;
}
 .site-header{
     position: relative;
}
 .site-header .site-branding img {
     max-width: 100%;
     height: auto;
     max-height: 85px;
	 display: inline-block;
     -webkit-transition: all 300ms ease;
     transition: all 300ms ease;
	 height: 85px;
}
 .site-navigation ul.navigation > li > a {
	 font-size: 14px;
	 font-weight: 700;
     position: relative;
     z-index: 1;
	 display: flex;
	 align-items: center;	 
     letter-spacing: 0.3px;
     color: var(--pbmit-blackish-color);
}
.site-navigation ul.navigation > li > a:hover:after{
    color: rgba(255, 255, 255,.8);
}
.main-menu .navigation > li > ul a{
	position: relative;
    display: table-cell;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
	
    font-style: normal;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.main-menu .navigation > li > ul a:after{
	display: none;
}
 .site-navigation ul.navigation a{
     font-family: var(--pbmit-heading-typography-font-family);
     font-weight: normal;
     font-size: 16px;
     font-style: normal;
}
 .main-menu .navigation > li {
     position: relative;
     float: left;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .main-menu .navigation > li > ul > li > ul {
     left: 100%;
     top: 0;
}
 .main-menu .navigation > li.dropdown:hover > ul , .main-menu .navigation > li > ul > li.dropdown:hover > ul {
     visibility: visible;
     opacity: 1;
     transform: translate(0,-5px);
     z-index: 999;
}
 .header-button .pbmit-btn{
     padding: 15px 24px;
}
 .header-button .pbmit-btn i{
     font-size: 20px;
}
 .site-header .search-btn{
     margin-right: 15px;
     font-size: 17px;
}
 .site-header .social-icons li > a{
     height: 50px;
     line-height: 50px;
}
 .ipad-view-search{
     display: none;
}
 .pbmit-link li{
     margin: 0 10px;
}
.closepanel, .pbmit-mobile-menu-bg, .site-header .righticon {
    display: none;
}
/** sticky-header **/
 .sticky-header{
     position: fixed !important;
     top: 0px;
     width: 100%;
     background-color: #fff;
     z-index: 999;
     margin: 0;
     box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
     transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
 .site-header-menu.sticky-header .logo-img.stickylogo{
     display: inline-block;
}
.sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    -op-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.fadeInDown{
	animation-name:fadeInDown
} 
@keyframes fadeInDown{
	from{
		opacity:0;
		transform:translate3d(0,-100%,0)
	}
	to{
		opacity:1;transform:none
	}
}
/* Pre Header */
 .pbmit-pre-header-wrapper{
    height: 50px;
    line-height: 50px;
}
 .list-unstyled i{
    font-size: 14px;
    color: #666;
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite 
/*----------------------------------------*/
 .g-lg-4,.gy-lg-4, .g-4, .gy-4 {
     --bs-gutter-y: 2rem;
}
 .g-lg-4,.gx-lg-4, .g-4, .gx-4 {
     --bs-gutter-x: 2rem;
}
 .row>* {
     padding-right: calc(var(--bs-gutter-x) * .5);
     padding-left: calc(var(--bs-gutter-x) * .5);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
 .swiper-slider{
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .swiper-pagination-bullet {
    background-color: var(--pbmit-global-color);
    outline: none;
    height: 10px;
    width: 10px;
	opacity: 1;
    vertical-align: middle;
	border-radius: 50%;
	margin: 0 9px !important;
	display: inline-block;
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 5px;
     left: 0px;
	 display: flex;
     align-items: center;
     justify-content: center;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-pagination-bullet-active{
	outline: 1px solid var(--pbmit-global-color);
    outline-offset: 4px;
}
 .swiper-button-next:after, .swiper-button-prev:after {
	content: "\e814";
    font-family: "pbminfotech-base-icons";
    font-size: 22px;
	line-height: normal;
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
	background-color: var(--pbmit-secondary-color);
}
 .swiper-button-next, .swiper-button-prev{
	position: static;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ff0000 ;
    color: #000000;
    transition: all 500ms ease;
}
 .swiper-button-next{
	margin-left: 10px;
}
 .swiper-button-prev{
	left: auto;
 }
 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
 }
.swiper-button-next:hover, .swiper-button-prev:hover{
	 color: var(--pbmit-blackish-color);
     background-color: var(--pbmit-white-color);
}
.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto!important;
}
.swiper-slider.marquee .swiper-wrapper{
    -webkit-transition-timing-function:linear !important; 
    -o-transition-timing-function:linear !important; 
    transition-timing-function:linear !important; 
}
/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
.pbmit-progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pbmit-progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.pbmit-progress-wrap::before {
    position: absolute;
    content: '\e812';
    font-family: pbminfotech-base-icons;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pbmit-progress-wrap svg.pbmit-progress-circle path {
    stroke: #d9d9d9;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	fill: rgba(3, 27, 78, 0.2);
}
.pbmit-progress-wrap::after {
    position: absolute;
    content: '\e812';
    font-family: "pbminfotech-base-icons";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #d9d9d9;
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.pbmit-search-overlay.st-show {
    opacity: 1;
    top: 0;
}
.pbmit-icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}
.pbmit-icon-close:hover{
	opacity: 1;
}
@keyframes pbmit-closer-line-draw {
	0%,100% {
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0);
	}
	55% {
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%);
	}
	56% {
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0);
	}
}
.pbmit-icon-close svg{
	fill: var(--pbmit-white-color);
}
.pbmit-icon-close svg rect{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pbmit-icon-close:hover svg rect,
.closepanel:hover svg rect{
	animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}
.pbmit-icon-close:hover svg rect:nth-of-type(2),
.closepanel:hover svg rect:nth-of-type(2){
	animation-delay: .17s;
}
.pbmit-search-outer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
	text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}
.pbmit-search-overlay .pbmit-site-searchform:before{
	position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.pbmit-search-overlay .pbmit-site-searchform:after{
	font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 25px;
    line-height: normal;
}
.pbmit-search-overlay.st-show .pbmit-site-searchform:before{
	-webkit-animation-name: fadeInMove;
    animation-name: fadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
@keyframes fadeInMove {
	0% {
		opacity: 0;
		transform: scale3d(0, 1, 1);
	}
	10% {
		opacity: 1;
		transform: scale3d(0.1, 1, 1);
	}
	100% {
		opacity: 0.14;
		transform: scale3d(1, 1, 1);
	}
}
.pbmit-search-overlay input[type="search"] {
    height: 65px;
    line-height: 65px;
	font-weight: 500;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    border-radius: 0;
	font-family: inherit;
	color: var(--pbmit-white-color);
}
.pbmit-search-overlay input[type="search"]::placeholder{
	color: var(--pbmit-white-color);
	opacity: .6;
}
.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background-color: transparent;
    text-indent: -9999px;
	line-height: 58px;
    font-size: 16px;
	outline: none;
	padding: 0;
    border: none;
    z-index: 1;
    color: var(--pbmit-white-color);
}


/******************************

INDEX:

******************************/

body {
    overflow: visible;
    overflow-x: hidden;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width: 1400px){
	/*=== Banner Slider ===*/ 
	.pbmit-slider-nine .pbmit-title{
		font-size: 72px;
    	line-height: 82px;
	}
	.pbmit-slider-nine .pbmit-title strong{
		font-size: 86px;
	}
	/*=== Homepage-02 ===*/ 
	.tab_section .container{
		padding: 0;
	}
	.pf-sortable-col_4 .pbmit-element-posts-wrapper.row{
		margin: inherit;
		gap: 0;
	}
	/*=== Homepage-09 ===*/
	.product-ad-left-box{
		height: 100%;
	}
	/*=== Homepage-12 ===*/
	.service-twelve .shape-img-01{
		display: none;
	}
	/*=== Banner Slider ===*/
	.header-style-10 .pbmit-slider-ten .pbmit-bottom-left-corner{
		right: 15%;
	}

}

@media (max-width: 1366px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 30px !important;
		padding-right: 30px !important;
    }
	.header-style-6 .main-menu ul > li.dropdown > a:after{
		display: none;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-area .pbmit-sub-title,
	.pbmit-slider-two .pbmit-sub-title,
	.pbmit-slider-three .pbmit-sub-title{
		font-size: 11px;
		line-height: 22px;
	}
	.pbmit-slider-one .pbmit-title,
	.pbmit-slider-two .pbmit-title{
		font-size: 94px;
		line-height: 94px;
	}
	.pbmit-slider-three .pbmit-title{
		font-size: 72px;
		line-height: 82px;
	}
	.pbmit-slider-three .pbmit-desc{
		font-size: 17px;
		line-height: 27px;
	}
	.pbmit-slider-three .pbmit-button .pbmit-btn{
		font-size: 11px;
	}
	.pbmit-slider-four .pbmit-slider-content{
		padding: 180px 0 0px 100px;
		margin-bottom: 0;
	}
	.pbmit-slider-four .banner-image{
		margin: 20px;
	}
	.pbmit-slider-four .banner-image img{
		width: 100%;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 60px;
		line-height: 70px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 95px;
		line-height: 100px;
	}
	.pbmit-slider-six .pbmit-title{
		font-size: 79px;
		line-height: 84px;
	}
	.pbmit-slider-eight .pbmit-slider-content{
		padding: 65px 40px 60px 30px;
	}
	.pbmit-slider-eight .pbmit-title{
		font-size: 60px;
		line-height: 70px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-button .pbmit-btn{
		font-size: 10px;
	}
	.pbmit-slider-eleven .pbmit-title{
		font-size: 79px;
		line-height: 79px;
	}
	.pbmit-slider-twelve .pbmit-title{
		font-size: 94px;
		line-height: 103px;
	}
	/*=== Homepage-01 ===*/ 
	.ihbox-style-16_box .pbmit-ihbox-style-16{
		padding: 0 45px;
	}
	.contact-form-one_right{
		padding: 60px 30px 60px 30px;
	}
	/*=== Homepage-02 ===*/ 
	.about-one-rightbox{
		padding-left: 30px;
	}
	.pbmit-service-style-2 .pbmit-featured-wrapper{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-service-style-2 .pbmit-featured-wrapper::before{
		z-index: 0;
	}
	.pbmit-service-style-2 .pbmit-service-btn{
		bottom: 40px;
		right: 20px;
	}
	.pbmit-service-style-2 .pbmit-service-title {
		font-size: 24px;
		line-height: 30px;
	}
	.pbmit-service-style-2 .pbmit-contant-box{
		left: 30px;
	}
	.pbmit-tab .nav .nav-item a{
		width: 300px;
	}
	.portfolio_two .container-fluid{
		padding: 0 30px !important;
	}
	/*=== Homepage-03 ===*/ 
	.about-us-three_leftbox {
		padding-right: 50px;
	}
	.fid-section_three{
		padding: 80px 15px;
	}
	.ihbox-style-17_bg{
		padding: 100px 30px;
	}
	.testimonial-three_bg{
		padding: 150px 0 150px 0;
	}
	/*=== Homepage-04 ===*/ 
	.about-four-right-box {
		padding-left: 15px;
	}
	.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-element-title{
		font-size: 100px;
		line-height: 110px;
	}
	.ihbox-style-23-bg{
		padding: 100px 30px;
	}
	.why-choose-us-four-heading{
		padding-right: 20px;
	}
	/*=== Homepage-05 ===*/
	.appointment-five-bg{
		padding: 50px 30px 40px 30px;
	}
	.discount-plan-area .container{
		padding: 0 !important;
	}
	/*=== Homepage-06 ===*/
	.who-we-are-section-six .right-area{
		padding-left: 10px;
	}
	.about-us-six-content {
		padding: 60px 50px 0px 25px;
	}
	.testimonial-six-bg{
		padding: 150px 0;
	}
	/*=== Homepage-07 ===*/
	.contact-us-seven .contact-us-form{
		padding: 80px 30px 60px 30px;
	}
	/*=== Homepage-08 ===*/
	.our-service-eight-rightbox{
		padding: 60px 30px 40px 19px;
	}
	/*=== Homepage-09 ===*/
	.product-ad-left-box{
		padding: 60px 30px 60px 30px;
	}
	.product-ad-right-box{
		padding: 60px 30px 40px 30px;
	}
	.countdown-bg-area .left-box{
		padding: 400px 0;
	}
	.countdown-bg-area .right-box{
		padding: 80px 30px 60px 10px;
	}
	/*=== Homepage-10 ===*/
	.why-choose-us-ten-content{
		padding: 50px 0px 30px 15px;
	}
	/*=== Homepage-11 ===*/
	.pbmit-element-testimonial-style-4 .pbmit-ele-header-area{
		padding: 80px 0px 0 30px;
	}
	.pbmit-testimonial-style-4 .pbminfotech-post-item .pbmit-box-content-wrap{
		padding: 40px 30px;
	}
	.pbmit-testimonial-style-4 .pbmit-featured-wrapper img{
		width: 50px;
		height: 50px;
		top: -10px;
		position: relative;
	}
	.testimonial-eleven .pbmit-testimonialbox-left:before{
		left: 30px;
        top: 0;
        font-size: 180px;
        line-height: 180px;
	}
	.our-health-care-section{
		padding: 0 30px;
	}
	.our-health-care-section .right-content{
		padding: 60px 30px 60px 30px;
	}
	/*=== Homepage-12 ===*/
	.ihbox-section-twelve{
		padding: 80px 30px 50px 30px;
		margin: -20px 30px 0 30px;
	}
	.about-twelve-content{
		padding-left: 30px;
	}
	.fid-section-twelve{
		padding: 80px 0;
	}
	.why-choose-sec-twelve {
		padding: 0 30px;
	}
	.why-choose-twelve-content{
		padding: 60px 30px 60px 30px;
	}
	.team-twelve-left-col{
		padding: 100px 40px 60px 0px;
	}
	.team-twelve-right-col{
		padding: 100px 0px 60px 0px;
	}
	/*=== About Us ===*/
	.about-us-right_box{
		padding-left: 30px;
	}
	/*=== Our History ===*/
	.history_section .container-fluid{
		padding: 0 30px !important;
	}
	/*=== Masonry Grid Col Wide ===*/
	.masonry-grid-col-wide_page .container-fluid,
	.portfolio-grid-no_gap .container-fluid{
		padding: 0 18px !important;
	}
	/*=== Blog Grid Col  ===*/
	.pbmit-column-four .pbmit-blog-style-1 .pbmit-featured-wrapper{
		clip-path: unset;
	}
	.pbmit-column-four .pbmit-blog-style-1 .pbmit-blog-btn {
		bottom: 8px;
		right: 8px;
	}
	/*=== Contact Us ===*/
	.iframe_section .iframe_box {
		margin: 0 15px;
	}
	/*=== Footer ===*/
	.site-footer .pbmit-footer-widget-col-1 .textwidget {
		padding-right: 30px;
	}
	.site-footer{
		padding: 0 0;
	}
}

@media (max-width: 1300px){
	/*=== Banner Slider ===*/
	.pbmit-slider-ten .pbmit-slider-item {
		padding: 220px 0 150px 0;
	}
	.pbmit-slider-ten .pbmit-title{
		font-size: 80px;
		line-height: 88px;
	}
	.pbmit-slider-ten .pbmit-desc{
		font-size: 16px;
		line-height: 26px;
	}
	/*=== Homepage 10 ===*/
	.header-style-10.site-header .site-branding{
		padding: 0 15px 0 0;
	}
	.header-style-10.site-header .site-navigation{
		padding: 0;
	}
	.header-style-10 .site-navigation ul.navigation > li > a{
		font-size: 11px;
	}
	.header-style-10 .pbmit-button-box-second a{
		font-size: 12px;
        line-height: 22px;
        padding: 15px 25px;
	}
}

@media (max-width: 1280px){
	/*=== Banner Slider ===*/
	.pbmit-slider-four .pbmit-desc br{
		display: none;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 88px;
    	line-height: 88px;
	}
	.pbmit-slider-six .pbmit-slider-item{
		padding: 200px 0 130px 0;
	}
	.pbmit-slider-six .pbmit-title{
		font-size: 74px;
    	line-height: 79px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-outline-blackish,
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-secondary{
		font-size: 11px;
		line-height: 32px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-outline-blackish{
		padding: 9px 29px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-secondary{
		padding: 11px 31px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 70px;
    	line-height: 70px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-btn{
		font-size: 11px;
		padding: 11px 31px;
		line-height: 32px;
	}
	.pbmit-slider-eight .pbmit-title{
		font-size: 56px;
		line-height: 66px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-button .pbmit-btn{
		padding: 15px 30px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-text{
		font-size: 13px;
		line-height: 23px;
	}
	.pbmit-slider-nine .pbmit-title {
        font-size: 68px;
        line-height: 78px;
    }
	.pbmit-slider-nine .pbmit-title strong {
        font-size: 80px;
    }
	.pbmit-slider-nine .pbmit-desc{
		font-size: 16px;
	}
	.pbmit-slider-eleven .pbmit-title{
		font-size: 74px;
		line-height: 74px;
	}
	.pbmit-slider-twelve .pbmit-slider-item{
		height: 700px;
	}
	.pbmit-slider-twelve .pbmit-title{
		font-size: 85px;
		line-height: 95px;
	}
	.pbmit-slider-twelve .pbmit-button .pbmit-btn{
		font-size: 11px;
		line-height: 32px;
		padding: 11px 31px;
	}
	/*=== Header ===*/ 
	.site-header.header-style-3{
		overflow: hidden;
	}
	/*=== Homepage-02 ===*/ 
	.pbmit-blog-style-1 .pbmit-featured-wrapper{
		clip-path: unset;
	}
	.pbmit-blog-style-1 .post-item .pbmit-featured-container .pbmit-blog-btn{
		bottom: 10px;
		right: 10px;
	}
	/*=== Homepage-03 ===*/ 
	.pbmit-miconheading-style-18:nth-child(even) .pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img,
	.pbmit-miconheading-style-18:nth-child(odd) .pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img{
		clip-path: unset;
		width: 100%;
	}
	.pbmit-miconheading-style-18:nth-child(odd) .pbmit-ihbox-style-18 .pbmit-ihbox-box-number {
		top: 5px;
		right: 5px;
	}	
	.pbmit-miconheading-style-18:nth-child(even) .pbmit-ihbox-style-18 .pbmit-ihbox-box-number{
		bottom:5px;
		right: 5px;
	}
	.pbmit-ihbox-style-18 .pbmit-icon-wrap {
		display: block;
	}
	/*=== Homepage-05 ===*/ 
	.why-choose-us-five-bg .content-box{
		padding: 0 0 0 100px;
	}
	/*=== Our History ===*/ 
	.pbmit-element-timeline-style-1 .pbmit-timeline-title {
		padding: 0 15px;
	}
}

@media (min-width: 1201px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1424px;
    }
	/*=== Header ===*/


	.header-style-3 .site-navigation{
		background-color: var(--pbmit-white-color);
		border-radius: 30px;
	}
	.header-style-3 .pbmit-slider-social {
		position: absolute;
		top: 50%;
		left: 38px;
		transform: translate(0, -50%);
		z-index: 2;
	}
	.header-style-3 .pbmit-slider-social li {
		display: block;
		float: none !important;
		padding: 9px 0 !important;
	}
	.header-style-3 .pbmit-slider-social li a {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		text-align: center;
		background-color: rgba(3, 27, 78, .2);
		transition: all 0.3s ease;
	}
	.header-style-3 .pbmit-slider-social li a:hover{
		background-color: var(--pbmit-white-color);
	}
	.header-style-3 .site-navigation ul.navigation > li > a{
		height: 60px;
		line-height: 60px;
	}
	.header-style-4 .pbmit-header-overlay > .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 50px 0 30px;
	}
	.header-style-4 .site-navigation{
		padding-left: 30px;
	}
	.header-style-4 .site-navigation ul.navigation > li > a{
		height: 150px;
		line-height: 150px;
	}
	.header-style-4 .pbmit-header-button a{
		color: var(--pbmit-white-color);
	}
	.header-style-4 .pbmit-slider-social{
		position: absolute;
		top: calc(25% + 14%);
		left: 30px;
		z-index: 2;
	}
	.header-style-4 .pbmit-slider-social li{
		margin: 15px 0;
		display: block;
	}
	.header-style-4 .pbmit-slider-social li a{
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 50%;
		color: var(--pbmit-blackish-color);
		background-color: var(--pbmit-white-color);
	}
	.header-style-4 .pbmit-slider-social li a:hover{
		color: var(--pbmit-white-color);
		background-color: var(--pbmit-global-color);
	}
	.header-style-5 .pbmit-main-header-area{
		border-radius: 30px;
		margin: 20px;
	}
	.header-style-5 .pbmit-main-header-area .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 30px;
	}
	.header-style-5 .site-navigation{
		padding-left: 30px;
	}
	.header-style-6 > .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 60px;
	}
	.header-style-6 .site-navigation{
		flex: 1;
		padding-left: 25px;
	}
	.header-style-6 .site-navigation ul.navigation > li > a{
		height: 110px;
		line-height: 110px;
	}
	.header-style-6 .pbmit-slider-area{
		max-width: 100%;
		overflow: hidden;
		border-radius: 30px;
	}
	.header-style-8 > .container-fluid,
	.header-style-12 .pbmit-pre-header-wrapper .container-fluid,
	.header-style-12 .pbmit-main-header-area .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 50px;
	}
	.pbmit-nav-menu-toggle svg path {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		transition: -webkit-clip-path .2s ease-out;
		transition: clip-path .2s ease-out;
		transition: clip-path .2s ease-out,-webkit-clip-path .2s ease-out;
	}
	.pbmit-nav-menu-toggle:hover svg path:nth-of-type(1) {
		-webkit-clip-path: inset(0 0 0 50%);
		clip-path: inset(0 0 0 50%);
	}
	.pbmit-nav-menu-toggle:hover svg path:nth-of-type(3) {
		-webkit-clip-path: inset(0 50% 0 0);
		clip-path: inset(0 50% 0 0);
	}
	.header-style-8 .pbmit-logo-button-box{
		display: flex;
	}
	.header-style-8 .pbmit-logo-button-box .pbmit-button-box{
		position: relative;
		padding-left: 25px;
		margin-left: 25px;
		display: flex;
		align-items: center;
	}
	.header-style-8 .pbmit-logo-button-box .pbmit-button-box:before{
		content: '';
		width: 1px;
		height: 40px;
		background-color: rgba(4, 18, 30, .15);
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.site-header.header-style-8 .pbmit-header-button a{
		flex-direction: column;
		justify-content: center;
		padding-left: 45px;
		font-weight: normal;
		align-items: flex-start;
	}
	.header-style-8.site-header .pbmit-header-button a::before{
		content: "\e890";
		font-family: "pbminfotech-base-icons";
		position: absolute;
		left: 0;
		font-size: 30px;
		line-height: 30px;
		width: inherit;
		height: inherit;
		font-weight: lighter;
		color: var(--pbmit-global-color);
		background-color: var(--pbmit-light-color);
	}
	.header-style-8 .pbmit-header-button-text-1{
		font-size: 14px;
		line-height: 24px;
		color: #666;
	}
	.header-style-8 .pbmit-header-button-text-2{
		font-weight: 600;
		font-family: var(--pbmit-heading-typography-font-family);
	}
	.header-style-8 .pbmit-nav-menu-toggle{
		padding-left: 30px;
		border: none;
		background-color: transparent;
	}
	.header-style-8 .floting-bar-widget-area .pbmit-logo-area .site-title,
	.header-style-8 .floting-bar-widget-area .pbmit-logo-area .site-title img{
		height: 60px;
		line-height: 60px;
	}
	.header-style-8 .navbar-toggler{
		display: none;
	}
	.floting-bar-widget-area .pbmit-logo-area {
		display: inline-block;
		margin-bottom: 40px;
	}
	.header-style-8 .navbar-expand-xl .navbar-collapse{
		display: block !important;
	}
	.header-style-8 .floting-bar-widget-area .pbmit-menu-wrap{
		max-height: 540px;
    	overflow-y: auto;
	}
	.pbmit-content-scoialbox-icon{
		position: absolute;
    	bottom: 80px;
	}
	.pbmit-content-scoialbox-icon li a{
		font-size: 15px;
		display: inline-block;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		opacity: 1;
		color: var(--pbmit-blackish-color) !important;
		border: 1px solid var(--pbmit-blackish-color);
	}
	.pbmit-content-scoialbox-icon li a:hover{
		color: var(--pbmit-white-color) !important;
		background-color: var(--pbmit-blackish-color);
	}
	.header-style-8 .pbmit-navbar .navbar-collapse{
		display: none !important;
	}
	.header-style-8.site-header .righticon .pbmit-base-icon-up-open-big:before{
		content: '\e812';
	}
	.header-style-8.site-header .righticon i:before{
		content: '\e811';
	}
	.header-style-8.site-header .righticon{
		display: block;
		position: absolute;
		right: 25px;
		top: 0px;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.80);
	}
	.header-style-9 .site-navigation{
		flex: 1;
        padding-left: 32px;
	}
	.header-style-9 .pbmit-slider-nine{
		margin: 0 20px;
        max-width: 100%;
        overflow: hidden;
        border-radius: 30px;
	}
	.header-style-10 .pbmit-slider-ten{
		margin: 20px 20px 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 30px 30px 0;
	}
	.header-style-10 .container-fluid{
		max-width: none;
        width: auto;
        padding: 0 60px 0 20px;
	}
	.header-style-10 .site-branding{
		background-color: var(--pbmit-light-color);
        border-radius: 0 0 30px;
        position: relative;
        padding: 0 35px 0 0;
	}
	.header-style-10 .site-branding .pbmit-responsive-logo{
		display: none;
	}
	.header-style-10 .site-navigation ul.navigation > li > a,
	.header-style-10 .site-navigation ul.navigation > li.active > a,
	.header-style-10 .site-navigation ul.navigation > li > a:hover{
		color: var(--pbmit-white-color);
	}
	.header-style-10 .site-branding .pbmit-top-right-corner{
		top: 0;
        right: -30px;
        transform: rotate(-180deg);
	}
	.header-style-10 .site-branding .pbmit-bottom-left-corner{
		bottom: -30px;
        left: 0px;
        transform: rotate(-180deg);
	}
	.header-style-10 .site-navigation{
		flex: 1;
		padding-left: 32px;
	}
	.header-style-10.site-header .pbmit-header-button a{
		color: var(--pbmit-white-color);
	}
	.header-style-10 .sticky-header .container-fluid{
		padding: 0 30px;
	}
	.header-style-10 .sticky-header .site-branding{
		padding: 0;
		background-color: transparent;
	}
	.header-style-10 .sticky-header .site-branding .site-title{
		height: 90px;
		line-height: 90px;
	}
	.header-style-10 .sticky-header .site-branding .pbmit-sticky-corner{
		display: none;
	}
	.header-style-10 .sticky-header .pbmit-header-button a{
		color: var(--pbmit-blackish-color);
	}
	.header-style-10 .sticky-header .pbmit-header-button a:before{
		background-color: var(--pbmit-light-color);
	}
	.header-style-10 .sticky-header .pbmit-button-box-second a{
		color: var(--pbmit-white-color);
		background-color: var(--pbmit-blackish-color);
	}
	.header-style-10 .sticky-header .pbmit-button-box-second a svg path{
		stroke: var(--pbmit-white-color);
	}
	.pbmit-slider-ten .swiper-horizontal>.swiper-pagination-bullets{
		top: inherit;
		right: 0;
		bottom: 0;
		width: 200px;
		height: 100px;
		line-height: 100px;
		transform: none;
		display: block;
		border-radius: 30px 0 0 0;
		background-color: var(--pbmit-light-color);
	}
	.pbmit-slider-ten .pbmit-sticky-corner{
		z-index: 1;
	}
	.pbmit-slider-ten .pbmit-top-right-corner{
		bottom: 100px;
		top: inherit;
	}
	.pbmit-slider-ten .pbmit-bottom-left-corner{
		right: 10.7%;
		left: inherit;
	}
	.header-style-11 .site-navigation{
		flex: 1;
		padding-left: 32px;
	}
	.header-style-11 .pbmit-header-content{
		position: relative;
        padding: 0 20px 0 30px;
        border-radius: 0 0 30px 30px;
	}
	.header-style-11 .pbmit-header-search-btn{
		padding: 0 20px 0 0;
	}
	.header-style-11 .pbmit-button-box-second .pbmit-top-right-corner{
		top: 0px;
        right: -30px;
        transform: rotate(90deg) scaleX(-1);
	}
	.header-style-11 .pbmit-slider-area{
		margin: 20px 0 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 30px;
	}
	.header-style-12 .site-navigation{
		padding-left: 32px;
		flex: 1;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-five{
		margin: 0 20px;
		max-width: 100%;
		overflow: hidden;
		border-radius: 30px;
	}
	.pbmit-slider-six{
		overflow: hidden;
		border-radius: 30px;
	}
	.pbmit-slider-eight{
		margin: 0 40px;
		max-width: 100%;
		overflow: hidden;
		border-radius: 30px;
	}
	.pbmit-slider-twelve{
		max-width: 100%;
        overflow: hidden;
        border-radius: 30px;
		margin: 0 50px;
	}
	/*=== Title Bar ===*/
	.pbmit-title-bar-wrapper{
		margin: 0px 20px;
		max-width: 100%;
		overflow: hidden;
		border-radius: 30px;
	}
	/*=== Blog Classic ===*/
	.blog-right-col{
		flex: 0 0 72%;
		max-width: 72%;
		padding-right: 46px;
	}
	.blog-left-col{
		flex: 0 0 28%;
    	max-width: 28%;
	}
	/*=== Service Detail ===*/
	.service-left-col{
		flex: 0 0 28%;
    	max-width: 28%;
	}
	.service-right-col{
		flex: 0 0 72%;
    	max-width: 72%;
		padding-left: 36px;
	}
}

@media (min-width: 1200px){
	/*=== Header ===*/
	.site-header .site-navigation ul.navigation .righticon{
		display: none;
	}
	.main-menu .navigation > li > ul li.active > a{
		color: var(--pbmit-blackish-color);
	}
	.site-navigation ul.navigation > li.active > a{
		color: var(--pbmit-global-color);
	}
	.site-header .pbmit-social-links li{
		float: left;
	}
	.site-header .pbmit-social-links li:not(:last-child){
		padding-right: 20px;
	}
	.site-header .pbmit-social-links li a{
		color: var(--pbmit-white-color);
	}	
	.site-navigation ul.navigation > li > a{
		height: 90px;
		line-height: 90px;
		float: left;
		min-height: 1px;
		vertical-align: top;
		position: relative;
		margin: 0 28px;
	}
	.site-navigation ul.navigation > li > a:hover{
		color: var(--pbmit-global-color);
   }
	.main-menu .navigation > li > ul , .main-menu .navigation > li > ul > li > ul {
		min-width: 250px;
		position: absolute;
		padding: 8px 0;
		top: 100%;
		left: 25px;
		border-radius: 10px;
		z-index: 100;
		visibility: hidden;
		border-top: 3px solid #c37243;
		background-color: #ffffff;
		opacity: 0;
		-webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
  	}
	.main-menu .navigation > li > ul li{
		font-weight: normal;
    	padding: 10px 25px;
	}
	.main-menu .navigation > li > ul li:hover > a{
		padding-left: 18px;
		color: var(--pbmit-blackish-color);
	}
	.main-menu .navigation > li > ul li:hover > a:before{
		width: 12px;
	}
	.main-menu .navigation > li > ul a:before{
		position: absolute;
		content: "";
		left: 0;
		right: auto;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 1px;
		background-color: var(--pbmit-blackish-color);
		-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;
	}
   .main-menu .navigation > li > ul > li > ul{
		left: 100%;
		top: 0;
		margin-top: -8px;
   }
   .main-menu ul > li.dropdown > ul > li.dropdown::after {
		position: absolute;
		right: 25px;
		font-family: "pbminfotech-base-icons";
		font-size: 16px;
		content: "\e814";
		font-weight: 600;
		margin-left: 8px;
		top: 5px;
		color: var(--pbmit-blackish-color);
   }
	.main-menu ul > li.dropdown > a:after{
		content: "";
		position: absolute;
		right: -31px;
		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%);
		width: 6px;
		height: 6px;
		background-color: #d9d9d9;
		border-radius: 50%;
	}
	.header-style-1 .pbmit-slider-area,
	.header-style-2 .pbmit-slider-area{
		margin: 20px 20px 0;
		max-width: 100%;
		overflow: hidden;
		border-radius: 30px;
	}
	.header-style-2 .pbmit-slider-area{
		margin: 0 50px;
	}
	.header-style-1 .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 20px 0 60px;
	}
	.header-style-1 .site-navigation{
		flex: 1;
    	padding-left: 32px;
	}
	.header-style-1 .site-navigation ul.navigation > li.active > a{
		color: var(--pbmit-global-color);
	}
	.site-header .pbmit-header-button a {
		position: relative;
		display: flex;
		align-items: center;
		font-weight: 600;
	}
	.header-style-1 .pbmit-header-button a{
		color: var(--pbmit-blackish-color);
	}
	.site-header .pbmit-header-button a::before {
		content: "\e890";
		font-family: "pbminfotech-base-icons";
		display: inline-block;
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
		text-align: center;
		border-radius: 50%;
		background-color: var(--pbmit-white-color);
		color: var(--pbmit-blackish-color);
		margin-right: 8px;
	}
	.header-style-1 .pbmit-button-box-second {
		background-color: var(--pbmit-light-color);
		border-radius: 0px 0px 0px 30px;
		position: relative;
		padding: 20px 0px 25px 20px;
		margin-left: 30px;
	}
	.header-style-2 .pbmit-slider-social{
		display: flex;
		flex-wrap: wrap;
    	gap: 12px;
		flex-direction: column;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 90px;
		z-index: 2;
	}
	.header-style-2 .pbmit-slider-social a{
		width: 36px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		color: var(--pbmit-blackish-color);
		background-color: var(--pbmit-white-color);
	}
	.header-style-2 .pbmit-slider-social a:hover{
		color: var(--pbmit-white-color);
		background-color: #d9d9d9;
	}
	.site-header .pbmit-social-links li:not(:last-child) {
		padding-right: 20px;
	}
	.header-style-2 > .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 50px;
	}
	.header-style-2 .pbmit-header-search-btn{
		padding-right: 50px;
	}
	.header-style-2 .site-navigation ul.navigation > li > a{
		height: 100px;
		line-height: 100px;
	}
	.header-style-10 .site-navigation ul.navigation > li > a{
		height: 100px;
		line-height: 100px;
	}
	.header-style-10 .pbmit-header-search-btn{
		margin-right: 30px;
	}
	.header-style-12 .site-navigation ul.navigation > li > a{
		height: 110px;
		line-height: 110px;
	}
	.header-style-12 .pbmit-header-button a{
		color: var(--pbmit-blackish-color);
	}
	/*=== Homepage-01 ===*/
	.pbmit-element-service-style-5 .swiper-hover-slide-nav .pbmit-featured-img-wrapper{
		display: none;
	}
}	

@media(max-width: 1250px){
	/*=== Homepage-01 ===*/
	.pbmit-ihbox-style-15 .pbmit-ihbox-box{
		clip-path: unset;
	}
	.pbmit-ihbox-style-15 .pbmit-element-title {
		font-size: 22px;
		line-height: 26px;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-btn a{
		background-color: var(--pbmit-light-color);
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-btn {
		bottom: 10px;
		right: 10px;
	}
	.pbmit-service-style-2 .pbmit-featured-wrapper{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-service-style-2 .pbmit-featured-wrapper::before{
		z-index: 0;
	}
	.pbmit-team-style-1 .pbmit-featured-wrapper{
		clip-path: unset;
	}
	.pbmit-team-style-1 .pbmit-team-btn{
		bottom: 10px;
		right: 10px;
	}
	.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
		width: 40px;
		height: 40px;
	}
	.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li{
		padding: 6px !important;
	}
	.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links{
		transform: translateY(0px);
	}
	/*=== Homepage-05 ===*/
	.pbmit-ihbox-style-25 .pbmit-ihbox-box::before{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-ihbox-style-25 .pbmit-ihbox-btn a{
		background-color: var(--pbmit-light-color);
	}
	.pbmit-ihbox-style-25 .pbmit-ihbox-btn{
		bottom: 10px;
		right: 10px;
	}
	/*=== Homepage-06 ===*/
	.pbmit-team-style-4 .pbminfotech-post-item{
		border-radius: 30px;
		padding: 20px;
	}
	.pbmit-team-style-4 .pbminfotech-post-item::before{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-team-style-4 .pbmit-team-btn{
		bottom: 10px;
		right: 10px;
	}
	.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text{
		width: 40px;
		height: 40px;
	}
	.pbmit-team-style-4 .pbmit-team-btn:hover .pbminfotech-box-social-links{
		transform: translateY(0px);
	}
	.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-social-links li{
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	/*=== Homepage-10 ===*/
	.pbmit-ihbox-style-32 .pbmit-ihbox-box::before{
		clip-path: unset;
	}
	.pbmit-ihbox-style-32 .pbmit-element-title{
		font-size: 22px;
		line-height: 26px;
		padding-right: 20px;
	}
	.pbmit-ihbox-style-32 .pbmit-ihbox-btn a{
		background-color: var(--pbmit-light-color);
	}
	.pbmit-ihbox-style-32 .pbmit-ihbox-btn{
		bottom: 10px;
		right: 10px;
	}
	.pbmit-ihbox-style-32 .pbmit-ihbox-box-number{
		top: 10px;
		right: 10px;
		background-color: var(--pbmit-light-color);
	}
}

@media(max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
    }
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: calc(var(--bs-gutter-x) * .8);
		padding-left: calc(var(--bs-gutter-x) * .8);
	} 
	.sticky-header{
		position: relative  !important;
	}
    /** Main menu resoposive **/
	.pbmit-menu-wrap {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -400px;
		z-index: 1000;
		width: 300px;
		height: 100%;
		padding: 0;
		display: block;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(400px);
		-ms-transform: translateX(400px);
		transform: translateX(400px);
		opacity: 0;
	}
	.active .pbmit-menu-wrap{
		right: 0px;
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 600ms;
		-moz-transition-delay: 600ms;
		-ms-transition-delay: 600ms;
		-o-transition-delay: 600ms;
		transition-delay: 600ms;
		opacity: 1;
	}
	.pbmit-mobile-menu-bg {
		position: fixed;
		right: 0;
		top: 0;
		width: 0%;
		height: 100%;
		display: block;
		z-index: 99;
		background: rgba(0,0,0,.9);
		-webkit-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-ms-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.active .pbmit-mobile-menu-bg {
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.closepanel {
		position: absolute;
		z-index: 99;
		right: 20px;
		margin-left: -20px;
		top: 30px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		font-size: 25px;
		color: #000;
		border: 0;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}
    .navbar-toggler { 
		display: block !important;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: transparent;
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		color: var(--pbmit-blackish-color);
		width: 40px;
		z-index: 1;
	}
    .navbar-toggler:hover, 
	.navbar-toggler:focus { 
		outline: none; 
	}
    .main-menu .navbar-collapse {
		position: absolute;
		width: 100%; left: 0;
		background-color: #fff;
		z-index: 99;
		top: 82px; 
	}
    .main-menu .navigation > li {
		float: none; 
		border-bottom: 1px solid rgba(0, 0, 0, 0.10); 
	}
    .site-header .site-navigation ul.navigation > li > a {
		height: auto!important; 
		line-height: 24px !important; 
		padding: 15px 25px; 
		display: inline-block;
		margin: 0;	
		color: #000;
	}
	.main-menu .navigation > li > ul a{
		color: #000;
		padding: 15px 25px;
		height: auto;
		display: inline-block;
	}
    .main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		border: none; 
		box-shadow: inherit !important; 
		width: 100%;
		display: none; 
		position: inherit; 
		-webkit-transform: translateY(0); 
		-moz-transform: translateY(0); 
		-ms-transform: translateY(0); 
		-o-transform: translateY(0); 
		transform: translateY(0); 
	}
    .main-menu .navigation > li > ul > li > ul { 
		left: 0; 
		top: 100%; 
	}
    .main-menu .navigation > li.dropdown > ul.open, 
	.main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open {
		display: block; 
		opacity: 1; 
		visibility: visible; 
		padding-left: 1em;
	}
	.main-menu .navigation > li > ul li,
	.main-menu .navigation > li > ul li a{
		border: none;
	}
    .menu-right-box { 
		position: relative; 
		right: 30px; 
		top: 10px; 
	}
	.site-header .righticon {
		display: block;
		position: absolute;
		right: 25px;
		top: 15px;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.80);
	}
    .site-header .menu-right-box { 
		display: none !important; 
	}
    .main-menu ul > li.dropdown > a:after{
		display: none;
	}
	.site-header .righticon i{
		font-size: 14px;
	}
	.pbmit-pre-header-wrapper{
		display: none;
	}
	.pbmit-nav-menu-toggle{
		display: none;
	}
	.site-header .pbmit-button-box{
		display: none;
	}
	.site-header .pbmit-header-content{
		position: relative;
		padding: 0px;
	}
	ul.navigation.clearfix{
		padding: 90px 0;
	}
	.pbmit-slider-social {
		display: none;
	}
	.pbmit-right-box {
		display: none;
		margin-right: 20px;
	}
	.about-us-two_img img {
		object-fit: contain !important;
		height: auto !important;
		border-radius: 0 !important;
	}
	.about-us-section_two .pbmit-sticky-specialx {
		padding: 10px;
	}
	.about-us-section_two .pbmit-sticky-specialx {
		border-radius: 0 !important;
		height: auto !important;
		max-height: 100% !important;
	}
	.pbmit-bg-color-white .pbmit-heading-subheading .pbmit-subtitle {
		left: 15px !important;
	}
	.site-header .pbmit-social-links{
		display: none;
	}
	.site-header .site-header-menu > .container{
		padding: 0 30px;
	}
	.pbmit-search-overlay .pbmit-search-outer{
		position: absolute;
		left: 50px;
		right: 50px;
	}
	.site-header.header-style-1 .container-fluid {
		padding: 0 30px;
	}
	.header-style-1 .pbmit-header-search-btn{
		margin-right: 60px;
	}
	.header-style-2 .pbmit-logo-menuarea {
		flex: 1;
	}
	.header-style-2 .pbmit-header-search-btn {
		margin-right: 60px;
	}
	.header-style-3 .navbar-toggler{
		color: var(--pbmit-white-color);
	}
	.header-style-3 .pbmit-header-overlay{
		padding-top: 20px;
	}
	.header-style-6 > .container-fluid{
		padding: 0 30px;
	}
	.header-style-2 .pbmit-button-box-second,
	.header-style-6 .pbmit-button-box-second,
	.header-style-8 .pbmit-button-box-second,
	.header-style-10 .pbmit-button-box-second,
	.header-style-11 .pbmit-button-box-second{
		display: none;
	}
	.header-style-6 .pbmit-header-search-btn{
		margin-right: 60px;
	}
	.site-header.header-style-8 .pbmit-header-search-btn{
		margin-right: 60px;
	}
	.header-style-8 .pbmit-navbar .navigation > li{
		padding: 15px 25px;
		height: auto;
	}
	.header-style-8 .pbmit-navbar .navigation > li > a{
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 0.3px;
		font-weight: 600;
		
		font-family: var(--pbmit-heading-typography-font-family);
	}
	.header-style-9 .pbmit-button-box-second,
	.header-style-12 .pbmit-button-box-second{
		display: none;
	}	
	.header-style-9 .pbmit-header-search-btn,
	.header-style-10 .pbmit-header-search-btn,
	.header-style-11 .pbmit-header-search-btn{
		padding: 0 60px 0 0;
	}
	.header-style-9 .navbar-expand-xl .navbar-toggler,
	.header-style-10 .navbar-expand-xl .navbar-toggler{
		color: var(--pbmit-white-color);
	}
	.header-style-10 .site-branding .logo-img,
	.header-style-10 .pbmit-sticky-corner,
	.pbmit-slider-ten .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.header-style-11 .pbmit-header-overlay > .container {
		padding: 0 !important;
	}
	.header-style-11 .site-header-menu{
		background-color: var(--pbmit-light-color);
	}
	.header-style-11 .pbmit-header-search-btn a{
		background-color: var(--pbmit-white-color);
	}
	.header-style-11 .navbar-toggler{
		right: 30px;
	}
	.header-style-12 .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	/*=== Section-Padding ===*/
	.section-xl{
		padding-top: 80px;	
		padding-bottom: 80px;
	}
	.section-lgt{
		padding-top: 80px;
	}
	.section-lg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-lgx{
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.section-lgb {
		padding-bottom: 60px;
	}
	.section-md{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-sub-title{
		font-size: 10px;
		line-height: 20px;
	}
	.pbmit-slider-one .pbmit-title{
		font-size: 82px;
		line-height: 82px;
	}
	.pbmit-slider-one .pbmit-button .pbmit-btn.pbmit-btn-outline{
		padding: 14px 25px;
	}
	.pbmit-slider-one .pbmit-button .pbmit-btn,
	.pbmit-slider-ten .pbmit-button .pbmit-btn {
		padding: 16px 25px;
		font-size: 10px;
	}
	.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 82px;
		line-height: 85px;
	}
	.pbmit-slider-five .pbmit-desc,
	.pbmit-slider-nine .pbmit-desc{
		font-size: 15px;
	}
	.pbmit-slider-five .pbmit-button .pbmit-btn{
		font-size: 10px;
	}
	.pbmit-slider-nine .pbmit-title strong{
		font-size: 74px;
	}
	.pbmit-slider-nine .pbmit-title {
        font-size: 65px;
        line-height: 80px;
    }
	.pbmit-slider-nine .pbmit-slider-item{
		padding: 40px 0 101px 0;
	}
	.pbmit-slider-ten .pbmit-slider-item{
		padding: 200px 0 150px 0;
	}
	.pbmit-slider-ten .pbmit-title{
		font-size: 74px;
		line-height: 82px;
	}
	.pbmit-slider-ten .pbmit-desc{
		font-size: 15px;
	}
	/*=== Homepage-01 ===*/
	.ihbox-section_one{
		margin: 0 0;
		padding: 28px 0px 28px 0px;
	}
	.about-one-rightbox {
		padding-left: 40px;
	}
	.ihbox-style-16_box .pbmit-ihbox-style-16 {
		padding: 0 15px;
	}
	.ihbox-style-16_box .col-md-4:nth-child(1), 
	.ihbox-style-16_box .col-md-4:nth-child(2), 
	.ihbox-style-16_box .col-md-4:nth-child(3){
		padding-bottom: 60px;
	}
	.ihbox-style-17_bg{
		padding: 80px 30px 80px 30px;
	}
	.pbmit-service-style-4 .pbminfotech-post-item .pbmit-box-content-wrap {
	    padding: 20px 50px 20px 20px;
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-service-style-4 .pbmit-service-btn {
		bottom: 10px;
		right: 10px;
		background-color: var(--pbmit-light-color);
	}
	.pbmit-service-style-4 .pbmit-service-title {
		font-size: 24px;
		line-height: 30px;
	}
	.pbmit-service-style-4 .pbmit-service-icon {
		font-size: 40px;
		line-height: 40px;
	}
	.contact-form-one_right{
		margin-right: -30px;
	}
	/*=== Homepage-02 ===*/
	.inner-box_style{
		clip-path: unset;
		padding: 30px;
		border-radius: 30px;
	}
	.pbmit-widget_icon .pbmit_icon{
		background-color: transparent !important;
		z-index: 2;
		position: relative;
	}
	.inner-box_style .pbmit-heading_title{
		margin-bottom: 20px;
	}
	.inner-box_style .pbmit-heading_title h5{
		font-size: 22px;
		line-height: 30px;
	}
	.inner-box_3 .pbmit-bg_overlay{
		border-radius: 30px;
	}
	.pbmit-ihbox-style-19 .pbmit-ihbox-icon {
		margin-right: 20px;
	}
	.pbmit-ihbox-style-19 .pbmit-icon-type-icon, 
	.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper {
		font-size: 50px;
		line-height: 50px;
	}
	.pbmit-ihbox-style-19 .pbmit-element-title {
		font-size: 18px;
		line-height: 28px;
	}
	.about-us-two_rightbox .pbmit-heading-subheading .pbmit-title {
		font-size: 40px;
    	line-height: 50px;
	}
	.pbmit-tab .pbmit-column-inner{
		padding: 30px;
	}
	.pbmit-tab .nav .nav-item a{
		width: 280px;
	}
	.pbmit-tab .pbmit-tab-list{
		padding-left: 30px;
	}
	.pbmit-tab .pbmit-tab-list h2{
		font-size: 20px;
    	line-height: 30px;
	}
	.list-group-borderless .list-group-item:not(:first-child){
		margin-top: 0;
	}
	.timetable_section .pbmit-tab-style-2 .pbmit-select{
		position: unset;
	}
	.pbmit-portfolio-style-2 .pbminfotech-box-content {
		bottom: 30px;
		left: 30px;
		padding: 25px;
	}
	.pbmit-portfolio-style-2 .pbmit-portfolio-title {
		font-size: 18px;
		line-height: 26px;
	}
	.pbmit-portfolio-style-2 .pbmit-port-cat a {
		font-size: 12px;
		line-height: 22px;
	}
	.pbmit-blog-style-4 .pbmit-post-title {
		font-size: 20px;
		line-height: 26px;
	}
	.pbmit-blog-style-3 .post-item{
		display: block !important;
		overflow: hidden;
	} 
	.pbmit-blog-style-3 .pbmit-featured-container{
		max-width: 100%;
		overflow: hidden;
		border-radius: 0;
	}
	.pbmit-blog-style-3 .pbmit-featured-container .pbmit-bg-image{
		height: 300px;
		border-radius: 0;
	}
	.pbmit-blog-style-3 .pbminfotech-box-content{
		padding:35px 60px 35px 25px;
		clip-path: unset;
	}
	.pbmit-blog-style-3 .pbmit-blog-btn {
		bottom: 8px;
		right: 8px;
	}
	.pbmit-blog-style-3 .pbminfotech-box-content{
		min-height: 100%;
	}
	.pbmit-blog-style-3 .pbmit-post-title {
		font-size: 26px;
		line-height: 34px;
	}
	/*=== Homepage-03 ===*/
	.about-us-three_leftbox {
		padding-right: 30px;
	}
	.fid-section_three{
		margin-top: 80px;
	}
	.pbmit-element-service-style-5 .pbmit-hover-image{
		display: none;
	}
	.pbmit-element-service-style-5 .pbmit-main-hover-slider{
		display: block !important;
		padding: 0 14px;
	}
	.pbmit-element-service-style-5 .swiper-hover-slide-images,
	.pbmit-element-service-style-5 .swiper-hover-slide-nav{
		width: 100%;
	}
	.pbmit-element-service-style-5 .pbmit-title-data-hover{
		display: block !important;
	}
	.pbmit-element-service-style-5 .pbmit-hover-inner{
		padding: 0;
	}
	.pbmit-element-service-style-5 .pbmit-featured-img-wrapper{
		padding-bottom: 30px;
	}
	.pbmit-element-service-style-5 .pbmit-btn{
		position: inherit;
		margin-top: 20px;
	}
	.pbmit-element-service-style-5 .pbminfotech-box-number{
		position: unset;
		font-size: 20px;
		line-height: 20px;	
	}
	.pbmit-element-service-style-5 .pbmit-title-inner {
		padding-left: 20px;
		font-size: 24px;
		line-height: 28px;
	}
	.testimonial-three_bg{
		padding: 170px 18px 140px 30px;
	}
	.pbmit-blog-style-2 .post-item{
		display: block !important;
		overflow: hidden;
	} 
	.pbmit-blog-style-2 .pbmit-featured-container{
		max-width: 100%;
		overflow: hidden;
		border-radius: 0;
	}
	.pbmit-blog-style-2 .pbmit-featured-container .pbmit-bg-image{
		height: 300px;
		border-radius: 0;
	}
	.pbmit-blog-style-2 .pbminfotech-box-content{
		padding: 35px 25px;
		clip-path: unset;
	}
	.pbmit-blog-style-2 .pbmit-blog-btn {
		bottom: 8px;
		right: 8px;
	}
	/*=== Homepage-04 ===*/
	.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap{
		border-radius: 30px;
	}
	.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap::before{
		clip-path: none;
		border-radius: 30px;
	}
	.pbmit-service-style-6 .pbmit-service-btn{
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background-color: var(--pbmit-global-color);
		color: var(--pbmit-white-color);
	}
	.pbmit-service-style-6 .pbmit-service-btn i{
		font-size: 10px;
	}
	.pbmit-service-style-6 .pbmit-service-title{
		padding-right: 0;
	}
	.team-four{
		padding: 30px 0 80px 0;
	}
	.pbmit-team-style-3 .pbmit-team-title{
		font-size: 40px;
		line-height: 50px;
	}
	.ihbox-style-23-bg{
		padding: 80px 30px;
	}
	.ihbox-style-23-bg form{
		padding-left: 75px;
	}
	.why-choose-us-four-heading .pbmit-heading-subheading .pbmit-title{
		font-size: 40px;
    	line-height: 50px;
	}
	.testimonial-four .container{
		padding: 0 !important;
	}
	.testimonial-four-bg .swiper-slider{
		padding: 70px 31px 65px 15px;
	}
	/*=== Homepage-05 ===*/	
	.appointment-section-five .container{
		padding: 0 !important;
	}
	.pbmit-blog-style-2 .post-item{
		display: block !important;
		overflow: hidden;
	} 
	.pbmit-blog-style-2 .pbmit-featured-container{
		max-width: 100%;
		overflow: hidden;
		border-radius: 0 !important;
	}
	.pbmit-blog-style-2 .pbmit-featured-container .pbmit-bg-image{
		height: 300px;
		border-radius: 0;
	}
	.pbmit-blog-style-2 .pbminfotech-box-content{
		padding: 35px 25px;
	}
	.pbmit-blog-style-2 .pbminfotech-box-content::before{
		clip-path: unset;
	}
	.pbmit-blog-style-2 .pbmit-blog-btn{
		bottom: 8px;
		right: 8px;
	}
	/*=== Homepage-06 ===*/	
	.ihbox-section-six{
		margin-top: 0;
		padding: 60px 0 50px 0;
	}
	.ihbox-section-six .col-md-6.col-xl-4:last-child{
		margin-top: 30px;
	}
	.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap::before{
		clip-path: none;
	}
	.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap::before,
	.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap{
		border-radius: 30px;
	}
	.pbmit-service-style-8 .pbmit-service-btn{
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background-color: var(--pbmit-global-color);
		color: var(--pbmit-white-color);
	}
	.pbmit-service-style-8 .pbmit-service-btn i{
		font-size: 10px;
	}
	.who-we-are-section-six .right-area{
		padding-left: 10px;
	}
	.about-us-six > .container{
		padding: 0 !important;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		flex-direction: column;
		align-items: flex-start;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
		width: 100%;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper{
		width: 22%;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
		padding: 0 !important;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		padding: 30px 30px 40px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-btn a{
		margin-top: 15px;
	}
	/*=== Homepage-07 ===*/
	.pbmit-tab-style-3 .pbmit-tab-list{
		padding: 0 0 0 30px;
	}
	.contact-us-seven-area > .container{
		padding: 0 !important;
	}
	/*=== Homepage-08 ===*/
	.pbmit-static-box-style-2 .pbmit-contentbox::before{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-static-box-style-2 .pbmit-contentbox{
		border-radius: 30px;
	}
	.pbmit-static-box-style-2 .pbmit-contentbox-inner{
		padding: 10px 15px 35px 30px;
	}
	.pbmit-static-box-style-2 .pbminfotech-static-box-desc{
		padding-right: 20px;
	}
	.pbmit-static-box-style-2 .pbmit-button a{
		background-color: var(--pbmit-light-color);
	}
	.pbmit-static-box-style-2 .pbmit-button{
		bottom: 15px;
		right: 15px;
	}
	.demo-eight .why-choose-us-five-bg .ihbox-style-26-area{
		right: 10px;
	}
	.our-service-eight > .container{
		padding: 0 !important;
	}
	/*=== Homepage-09 ===*/
	.pbmit-product-style-1 div.product a.woocommerce-loop-product__link::before{
		clip-path: none;
		border-radius: 30px;
	}
	.pbmit-product-style-1 a.button{
		bottom: 6px;
		right: 6px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.pbmit-product-style-1 a.button::after{
		font-size: 20px;
	}
	.pbmit-element-wooproducts-style-1.pbmit-sortable-yes .pbmit-ele-header-area{
		display: block;
	}
	.pbmit-element-wooproducts-style-1 .pbmit-sortable-list-ul{
		text-align: left;
	}
	.pbmit-product-style-1 .woocommerce-loop-product__title{
		font-size: 22px;
	}
	.product-ad-section .ad-img-box{
		width: 280px;
		max-width: 280px;
	}
	.product-ad-left-box .ad-img-box{
		top: 0;
	}
	.product-ad-right-box .ad-img-box{
		top: 30px;
	}
	.pbmit-sortable-list-style-1 .pbmit-sortable-list-ul{
		text-align: left;
	}
	.countdown-bg-area{
		margin: 0 -30px;
	}
	/*=== Homepage-10 ===*/
	.about-us-ten .about-img-02{
		text-align: center;
	}
	.about-us-ten-content{
		margin-top: 80px;
	}
	.our-benefits-section-ten p br{
		display: none;
	}
	/*=== Homepage-11 ===*/
	.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap::before{
		clip-path: none;
	}
	.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap::before,
	.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap{
		border-radius: 30px;
	}
	.pbmit-service-style-9 .pbmit-service-btn{
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background-color: var(--pbmit-global-color);
		color: var(--pbmit-white-color);
	}
	.pbmit-service-style-9 .pbmit-service-btn i{
		font-size: 10px;
	}
	.pbmit-service-style-9 .pbmit-service-icon{
		font-size: 60px;
		line-height: 60px;
	}
	.pbmit-service-style-9 .pbmit-service-icon{
		right: inherit;
		left: 0;
		top: 35px;
		bottom: inherit;
	}
	.pbmit-service-style-9 .pbmit-description-wrapper{
		padding: 30px 0 10px 80px;
	}
	.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap{
		padding: 45px 30px;
	}
	.about-section-eleven .ihbox-style-area{
		padding: 0;
		margin-top: 50px;
	}
	.pbmit-testimonial-style-4 .pbminfotech-post-item .pbmit-box-content-wrap::before{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-testimonial-style-4 .pbmit-featured-wrapper img{
		top: auto;
		right: 10px;
		bottom: 10px;
	}
	/*=== Homepage-12 ===*/
	.ihbox-section-twelve{
		margin: 80px 30px 0 30px;
		padding: 65px 30px 50px 30px;
		border-radius: 30px;
	}
	.ihbox-section-twelve .pbmit-column:nth-child(3),
	.ihbox-section-twelve .pbmit-column:last-child{
		margin-top: 30px;
	}
	.testimonial-twelve-bg{
		padding: 170px 0 140px 0;
	}
	/*=== Our History ===*/	
	.pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-next {
		right: 13%;
	}
	/*=== Classes ===*/
	.classes_content .testimonial-three_bg{
		margin-bottom: 80px;
	}
	/*=== Team Single Detail ===*/
	.pbmit-team-single .pbmit-sticky-col{
		padding-top: 80px !important;
	}
	/*=== Service Detail ===*/
	.service-right-col,
	.service-left-col{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.service-left-col{
		margin-top: 50px;
	}
	.widget.pbmit-service-ad .pbmit-service-ads{
		padding: 50px 30px;
	}
	/*=== Blog Classic ===*/
	.blog-right-col,
	.blog-left-col{
		width: 100%;
	}
	.blog-left-col{
		margin-top: 60px;
	}
	.post.blog-classic{
		margin-bottom: 30px;
	}
	/*=== Blog Single ===*/
	.post-navigation .nav-links a{
		width: auto;
	}
	/*=== Contact Us ===*/
	.contact-us-left_img{
		margin-left: -30px;
	}
	/*=== Footer ===*/
	.site-footer .pbmit-footer-wrapper{
		padding: 0 18px;
	}
	.site-footer .pbmit-footer-big-area {
   	 	padding-top: 50px;
	}	
	.site-footer .pbmit-footer-big-area .pbmit-footer-right{
		padding-left: 12px;
	}
	.site-footer .pbmit-footer-widget-col-1{
		margin-top: 0;
	}
	.site-footer .pbmit-footer-widget-col-1,
	.site-footer .pbmit-footer-widget-col-2,
	.site-footer .pbmit-footer-widget-col-3,
	.site-footer .pbmit-footer-widget-col-4{
		max-width: 50% !important;
    	width: 50% !important;
	}
	.site-footer .pbmit-footer-widget-area .widget_text{
		padding-top: 35px;
	}
	.site-footer .pbmit-footer-text-inner{
		margin-left: 0;
	}
	.site-footer .pbmit-footer-widget-col-1 .textwidget {
		padding-right: 100px;
	}
}

@media(max-width: 1199px){
	/*=== Homepage-07 ===*/
	.pbmit-tab-style-3 .nav{
		padding: 25px 20px;
	}
	.pbmit-tab-style-3.pbmit-tab .nav .nav-item a{
		width: 290px !important;
		padding: 7px 7px 7px 30px;
	}
	.pbmit-tab-style-3 .tab-content{
		padding-left: 20px;
	}
}

@media(max-width:1100px){
	/*=== Homepage-01 ===*/
	.pbmit-blog-style-1 .pbmit-post-title {
		font-size: 20px;
		line-height: 30px;
	}
	/*=== Homepage-02 ===*/ 
	.pbmit-blog-style-1 .pbmit-post-title {
		font-size: 20px;
		line-height: 30px;
	}
	/*=== Blog Grid Col ===*/ 
	.pbmit-column-four .pbmit-blog-style-1 .pbmit-meta-line,
	.pbmit-column-four .pbmit-blog-style-1 .pbmit-category-date-wraper {
		display: block !important;
	}
}

@media(max-width:1024px) {
	/*=== Heading Padding ===*/
	.section-lgt{
		padding-top: 60px;
	}
	/*=== Heading Title ===*/
	.pbmit-heading-subheading .pbmit-title .split-line * div,
	.pbmit-heading .pbmit-title .split-line * div{
		opacity: 1!important;
	}
	/*=== Header ===*/
	ul.navigation.clearfix{
		max-height: 800px;
    	overflow-y: auto;
	}
	.header-style-4 .navbar-toggler{
		right: 15px;
	}
	.header-style-4 .pbmit-header-search-btn{
		margin-right: 20px;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item{
		padding: 170px 0 200px;
	}
	.pbmit-slider-one .pbmit-sub-title,
	.pbmit-slider-two .pbmit-sub-title{
		font-size: 8px;
		line-height: 17px;
	}
	.pbmit-slider-one .pbmit-title,
	.pbmit-slider-two .pbmit-title {
		font-size: 70px;
		line-height: 70px;
	}
	.pbmit-slider-one .pbmit-button .pbmit-btn.pbmit-btn-outline {
		padding: 10px 20px;
	}
	.pbmit-slider-one .pbmit-button .pbmit-btn{
		padding: 12px 20px;
		font-size: 8px;
	}
	.pbmit-slider-two .pbmit-slider-item {
		padding: 200px 0 120px 0;
	}
	.pbmit-slider-two .pbmit-desc{
		font-size: 13px;
		line-height: 25px;
	}
	.pbmit-slider-two .pbmit-button .pbmit-btn {
		font-size: 10px;
		padding: 15px 25px;
	}
	.pbmit-slider-three .pbmit-slider-item {
		padding: 200px 0 180px 0;
	}
	.pbmit-slider-three .pbmit-title {
		font-size: 55px;
		line-height: 65px;
	}
	.pbmit-slider-four .pbmit-slider-content{
		padding: 180px 0 30px 50px;
	}
	.pbmit-slider-four .pbmit-title {
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-slider-four .pbmit-desc{
		font-size: 12px;
	}
	.pbmit-slider-four .pbmit-button .pbmit-btn{
		font-size: 10px;
		padding: 13px 26px;
	}
	.pbmit-slider-four .lightbox-video-btn{
		font-size: 10px;
	}
	.pbmit-slider-four .lightbox-video-btn span i {
		font-size: 50px;
		line-height: 50px;
	}
	.pbmit-slider-five .pbmit-slider-item{
		padding: 110px 0 135px 0;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 70px;
		line-height: 80px;
	}
	.pbmit-slider-six .swiper-horizontal > .swiper-pagination-bullets,
	.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets,
	.pbmit-slider-eight .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-six .pbmit-title {
		font-size: 58px;
		line-height: 63px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-outline-blackish, 
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-secondary {
		font-size: 10px;
		line-height: 25px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-outline-blackish{
		padding: 7px 23px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-secondary {
		padding: 10px 28px;
	}
	.pbmit-slider-seven .pbmit-slider-item{
		padding: 175px 0 150px 0;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 56px;
		line-height: 56px;
	}
	.pbmit-slider-eight .pbmit-slider-item{
		padding: 80px 0;
	}
	.pbmit-slider-eight .pbmit-slider-content{
		padding: 50px 40px 40px 30px;
	}
	.pbmit-slider-eight .pbmit-title{
		font-size: 47px;
    	line-height: 57px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-button .pbmit-btn{
		font-size: 9px;
		padding: 12px 22px;
		letter-spacing: 0;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-text{
		font-size: 10px;
		line-height: 20px;
	}
	.pbmit-slider-nine .pbmit-title strong {
        font-size: 63px;
    }
	.pbmit-slider-nine .pbmit-title {
        font-size: 55px;
        line-height: 65px;
    }
	.pbmit-slider-nine .pbmit-desc{
		font-size: 12px;
		padding-top: 15px;
	}
	.pbmit-slider-ten .pbmit-title{
		font-size: 63px;
        line-height: 70px;
	}
	.pbmit-slider-ten .pbmit-desc{
		font-size: 13px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.pbmit-slider-eleven .pbmit-slider-item{
		padding: 230px 0 155px 0;
	}
	.pbmit-slider-eleven .pbmit-title{
		font-size: 59px;
		line-height: 59px;
	}
	.pbmit-slider-eleven .pbmit-button .pbmit-btn{
		font-size: 8px;
		line-height: 25px;
		padding: 8px 25px;
	}
	.pbmit-slider-eleven .pbmit-button .lightbox-video-btn{
		font-size: 8px;
		line-height: 14px;
	}
	.pbmit-slider-twelve .pbmit-slider-item{
		height: 580px;
	}
	.pbmit-slider-twelve .pbmit-title{
		font-size: 70px;
		line-height: 77px;
	}
	.pbmit-slider-twelve .pbmit-button .pbmit-btn{
		font-size: 8px;
        line-height: 25px;
        padding: 8px 25px;
	}
	/*=== Homepage-01 ===*/
	.pbmit-ihbox-style-1 .pbmit-element-title br{
		display: none;
	}
	.pbmit-ihbox-style-1 .pbmit-element-title {
		font-size: 15px;
		line-height: 22px;
	}
	.pbmit-ihbox-style-3 .pbmit-element-title br{
		display: none;
	}
	.pbmit-ihbox-style-3 .pbmit-element-title {
		font-size: 15px;
		line-height: 22px;
	}
	.pbmit-ihbox-style-15 .pbmit-content-wrapper {
		padding-top: 30px;
		padding-right: 0;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-box {
		padding: 30px;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-btn a{
		font-size: 10px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.about-one-rightbox {
		padding-left: 0;
		padding-top: 40px;
	}
	.ihbox-style-16_box .pbmit-ihbox-style-16 {
		padding: 0 0px;
	}
	.pbmit-ihbox-style-16 .pbmit-element-title {
		font-size: 22px;
		line-height: 26px;
	}
	.pbmit-ihbox-style-16 .pbmit-icon-type-icon,
	.pbmit-ihbox-style-16 .pbmit-icon-type-icon::after {
		width: 60px;
		height: 60px;
		font-size: 60px;
    	line-height: 60px;
	}
	.pbmit-ihbox-style-17 .pbmit-icon-wrapper{
		height: 100px;
		width: 100px;
		line-height: 120px;
		font-size: 40px;
	}
	.pbmit-ihbox-style-17 .pbmit-element-title {
		font-size: 21px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-17 .pbmit-element-heading {
		font-size: 26px;
		line-height: 34px;
	}
	.contact-form-one_bg{
		padding: 350px 0;
		position: relative;
	}
	.contact-form-one_right{
		margin-right: 0;
		border-radius: 0;
	}
	/*=== Homepage-02 ===*/
	.about-us-section_two .container{
		padding: 0 !important;
	}
	.about-us-section_two .pbmit-sticky-special {
		overflow: visible;
		max-height: 100% !important;
		height: 100% !important;
		padding: 60px 30px;
		border-radius: 0;
		margin-bottom: 40px;
	}
	.pbmit-slider-area .swiper-slider {
		padding-bottom: 13px !important;
		height:100% !important;
	}
	.about-us-two_col1,
	.about-us-two_col2{
		width: 100%;
	}
	.about-us-two_rightbox{
		padding-right: 0;
	}
	.about-us-two_innerbox {
		padding-left: 0;
	}
	.about-us-two_innerbox .img_box{
		text-align: center;
	}
	.pbmit-tab .nav .nav-item a {
		width: auto;
		font-size: 16px;
    	line-height: 22px;
		padding: 20px;
		text-align: center;
	}
	.pbmit-tab .pbmit-column-inner .pbmit-tab-img img{
		width: 100%;
	}
	.pbmit-tab .pbmit-tab-list{
		padding-top: 30px;
		padding-left: 0;
	}
	.pbmit-portfolio-style-2 .pbminfotech-box-content {
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 15px;
	}
	.ihbox-style-4_bg{
		margin-right: 0;
		padding: 60px 30px 60px 30px;
	}
	.pbmit-ihbox-style-5_bg{
		margin-left: 0;
		padding: 60px 30px 30px 30px;
		margin-top: 30px;
	}
	.pbmit-ihbox-style-5_bg .pbmit-ihbox-style-5{
		padding-top: 0;
		margin-bottom: 30px;
	}
	.blog-style-4_box{
		padding-right: 0;
	}
	.blog-two_slider{
		padding-top: 60px;
	}
	/*=== Homepage-03 ===*/
	.fid-section_three .col-md-6.col-xl-3:nth-child(3),
	.fid-section_three .col-md-6.col-xl-3:last-child{
		padding-top: 30px;
	}
	.service-three-bg-overlay{
		background-position: 0 0;
	}
	.pbmit-element-service-style-5 .pbmit-btn{
		position: inherit;
		margin-top: 20px;
		margin-bottom: 12px;
	}
	.service-three_bg .pbmit-hover-inner .pbmit-btn-white{
		height: fit-content;
		margin-top: 0;
	}
	.pbmit-element-service-style-5 .pbmit-featured-wrapper{
		clip-path: none;
	}
	.pbmit-element-service-style-5 .pbmit-featured-img-wrapper{
		position: relative;
	}
	.pbmit-element-service-style-5 .pbmit-service-icon{
		bottom: 40px;
		right: 10px;
	}
	.testimonial-three_bg{
		padding: 100px 0;
	}
	.testimonial-three_bg .col-md-7.col-xl-8{
		display: none;
	}
	.testimonial-three_bg .col-md-5.col-xl-4{
		width: 100%;
	}
	/*=== Homepage-04 ===*/
	.ihbox-four .col-md-6.col-xl-3:nth-child(3),
	.ihbox-four .col-md-6.col-xl-3:last-child{
		margin-top: 30px;
	}
	.about-four-img{
		text-align: center;
	}
	.about-four-right-box{
		padding-left: 0;
		margin-top: 40px;
	}
	.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-element-title{
		font-size: 70px;
		line-height: 80px;
	}
	.why-choose-us-four-heading{
		padding-right: 0;
	}
	.testimonial-left-img{
		padding: 325px 0;
	}
	.testimonial-four-bg .swiper-slider{
		padding-left: 35px;
	}
	/*=== Homepage-05 ===*/
	.appointment-five-bg{
		border-radius: 0;
		margin-top: 0;
	}
	.pbmit-ihbox-style-25 .pbmit-ihbox-box{
		padding: 30px;
	}
	.ihbox-style-25-area .col-md-6.col-xl-3:nth-child(3),
	.ihbox-style-25-area .col-md-6.col-xl-3:last-child{
		margin-top: 30px;
	}
	.demo-five .about-us-two_img{
		padding-right: 0;
	}
	.demo-five .about-us-two_rightbox {
		padding: 50px 0px 0 0;
	}
	.why-choose-us-five-bg .professional-img{
		text-align: center;
	}
	.why-choose-us-five-bg .ihbox-style-26-area{
		right: -20px;
	}
	.why-choose-us-five-bg .content-box{
		padding: 50px 0 0 0px;
	}
	.discount-plan-bg{
		border-radius: 0;
	}	
	.discount-plan-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 45px;
		line-height: 50px;
	}
	/*=== Homepage-06 ===*/
	.demo-six .about-one_img{
		padding: 500px 0;
	}
	.who-we-are-section-six .right-area{
		padding: 60px 0 0 0;
	}
	.who-we-are-section-six .ihbox-style-29-area{
		padding-top: 60px;
	}
	.who-we-are-section-six .ihbox-style-29-area .pbmit-column:last-child,
	.who-we-are-section-six .ihbox-style-29-area .pbmit-column:nth-child(3){
		margin-top: 30px;
	}
	.about-us-six-content{
		padding: 60px 30px 50px 25px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box-wrapper{
		flex-direction: column;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper{
		align-items: center;
		width: 100%;
		border-radius: 30px 30px 0 0;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-content-wrapper{
		border-radius: 0 0 30px 30px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-content-wrapper{
		border-top: 1px solid rgba(255,255,255, 0.1);
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		width: 34%;
	}
	.testimonial-six-bg .col-md-7.col-xl-8 {
		display: none;
	}
	.testimonial-six-bg .col-md-5.col-xl-4{
		width: 100%;
	}
	.testimonial-six-bg{
		padding: 100px 0;
	}
	/*=== Homepage-07 ===*/
	.pbmit-tab.pbmit-tab-style-3 .pbmit-column-inner .pbmit-tab-img img{
		width: auto;
	}	
	.contact-us-seven .pbmit-left-col,
	.contact-us-seven .pbmit-right-col{
		width: 100%;
	}
	.contact-us-seven-img{
		padding: 350px 0;
	}
	.contact-us-seven-img{
		border-radius: 30px;
	}
	.contact-us-seven .contact-us-form{
		padding: 60px 30px 60px 30px;
	}
	/*=== Homepage-08 ===*/
	.demo-eight .about-one_img{
		padding: 500px 0;
	}
	.demo-eight .why-choose-us-five-bg .ihbox-style-26-area{
		right: -20px;
	}
	.ihbox-eight-area{
		padding-top: 0;
	}
	.ihbox-eight-area .pbmit-inner-column-2 .stethoscope-img{
		margin-top: 0;
	}
	.our-service-eight-imgbox{
		padding: 330px 0;
		background-position: top center;
	}
	.our-service-eight-rightbox{
		padding-left: 50px;
	}
	/*=== Homepage-09 ===*/
	.ihbox-sec-nine .col-md-6.col-xl-3:nth-child(3) .pbmit-ihbox-style-27,
	.ihbox-sec-nine .col-md-6.col-xl-3:last-child .pbmit-ihbox-style-27{
		margin-top: 30px;
	}
	.product-ad-left-box{
		margin: 0 30px;
		border-radius: 30px;
	}
	.product-ad-right-box{
		height: auto;
		border-radius: 30px;
		margin: 40px 30px 0 30px;
	}
	.countdown-bg-area .left-box{
		margin: 0;
		padding: 300px 0;
		border-radius: 30px;
	}
	.countdown-bg-area .right-box {
        padding: 60px 30px 60px 30px;
    }
	.countdown-bg-area .left-box .offer-img{
		right: 190px;
		top: 150px;
	}
	/*=== Homepage-10 ===*/
	.pbmit-ihbox-style-32 .pbmit-content-box{
		padding-top: 30px;
	}
	.pbmit-ihbox-style-32 .pbmit-content-wrapper{
		padding: 0 12px 0 0;
	}
	.pbmit-ihbox-style-32 .pbmit-ihbox-box{
		padding: 30px;
	}
	.pbmit-ihbox-style-32 .pbmit-ihbox-btn a{
		font-size: 10px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.about-us-ten-content{
		margin-top: 60px;
	}
	.our-benefits-section-ten .pbmit-col-1{
		margin-top: 50px;
	}
	.our-benefits-section-ten .pbmit-col-1 .pbmit-ihbox-style-34:nth-child(2),
	.our-benefits-section-ten .pbmit-col-1 .pbmit-ihbox-style-34:nth-child(3),
	.our-benefits-section-ten .pbmit-col-3 .pbmit-ihbox-style-34:nth-child(2), 
	.our-benefits-section-ten .pbmit-col-3 .pbmit-ihbox-style-34:nth-child(3){
		margin: 50px 0 0 0;
	}
	.our-benefits-section-ten .pbmit-col-2,
	.our-benefits-section-ten .pbmit-col-3{
		margin-top: 50px;
	}
	.physician-img-02{
		position: relative;
		margin: 0;
		border-radius: 30px 30px 0 0;
	}
	.why-choose-us-ten-content .pbmit-col-stretched-right{
		margin: 0 12px 0 12px !important;
		border-radius: 0px 0px 30px 30px;
	}
	.why-choose-us-ten-content{
		padding: 60px 30px 30px 30px;
	}
	/*=== Homepage-11 ===*/
	.who-we-are-section-eleven .doctor-img{
		text-align: center;
	}
	.who-we-are-section-eleven .doctor-img-box .ihbox-style-26-area{
		right: -20px;
	}
	.who-we-are-section-eleven .right-box{
		padding: 50px 0 0 0;
	}
	.about-section-eleven .right-box{
		padding: 0 0 60px 0;
	}
	.testimonial-eleven .pbmit-testimonialbox-left{
		padding: 0;
	}
	.testimonial-eleven .pbmit-testimonialbox-left:before{
		font-size: 100px;
		line-height: 100px;
	}
	.testimonial-eleven .ihbox-style-39-area{
		left: 0;
	}
	.client-section-eleven{
		padding: 50px 0px 60px 0px;
	}
	.our-health-care-section .bg-img-area{
		padding: 350px 0;
		margin: 0;
		border-radius: 30px 30px 0 0;
	}
	.our-health-care-section .right-content{
		border-radius: 0 0 30px 30px;
	}
	.blog-eleven-slider{
		padding-top: 60px;
	}
	/*=== Homepage-12 ===*/
	.about-twelve-content{
		padding: 60px 0 0 0;
	}
	.why-choose-sec-twelve .check-up-img{
		padding: 350px 0;
		margin-right: 0;
		border-radius: 30px 30px 0 0;
	}
	.why-choose-twelve-content{
		border-radius: 0 0 30px 30px;
		margin-left: 0;
	}
	.pbmit-sticky-special.team-twelve{
		height: 100% !important; 
	}
	.team-twelve-left-col{
		padding: 80px 0px 40px 0px;
	}
	.team-twelve-right-col{
		padding: 20px 0px 40px 0px;
	}
	.team-twelve-left-col .shap-05-img{
		top: 370px;
		right: 0;
	}
	.testimonial-twelve-bg{
		padding: 100px 0 100px 0;
	}
	.testimonial-twelve-bg .testimonial-col{
		width: 100%;
	}
	/*=== About Us ===*/
	.about-us-right_box{
		padding-left: 0;
		padding-top: 60px;
	}
	/*=== Team Single Detail ===*/
	.pbmit-team-single .pbmit-entry-content {
		padding: 60px 0 0;
	}
	.pbmit-team-single {
		padding-bottom: 0;
	}
	.pbmit-team-single .counter-box .pbmit-col_1,
	.pbmit-team-single .counter-box .pbmit-col_2{
		width: 100%;
	}
	.pbmit-team-single .counter-box .pbmit-col_2{
		padding-top: 40px;
	}
	/*=== Make Appointment 01 ===*/
	.appointment_box{
		margin: 0 0;
	}
	/*=== Blog Detail ===*/
	.single-post .pbmit-title-bar-content-inner{
		width: 100%;
	}
	.blog-details .pbmit-entry-content .pbmit-block-column:first-child{
		padding-right: 0;
	}
	.blog-details .pbmit-entry-content .pbmit-block-column:last-child{
		padding-left: 0;
	}
	.blog-details .pbmit-entry-content .pbmit-block-columns .pbmit-block-column:last-child img{
		margin-top: 50px;
	}
	/*=== Contact Us ===*/
	.contact_us .col-md-12.col-xl-4 .pbmit-ihbox-style-15{
		margin-top: 30px;
	}
	.contact-us-left_img{
		padding: 350px 0;
		margin-left: 0;
	}
	.contact-us-left_img,
	.contact-form-one_right{
		margin: 0 -30px;
		border-radius: 0;
	}
	/*=== Footer ===*/
	.footer-top-section .pbmit-col_1{
		padding-bottom: 30px;
	}
	.site-footer .pbmit-footer-big-area .pbmit-footer-right h3 br,
	.site-footer .widget .pbmit-contact-widget-address br{
		display: none;
	}
}

@media(min-width:991px){
	/*=== Img Animation ===*/
	.pbmit-animation-style4 {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	.pbmit-animation-style4.active{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.pbmit-animation-style4  img {
		transform: scale(1.5) translate(0, -100px);
	}
	.pbmit-animation-style4.active img{
		transform: scale(1) translate(0px, 0px);
	}
	.pbmit-animation-style3 {
		clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
	}
	.pbmit-animation-style3.active{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.pbmit-animation-style3 img {
		transform: scale(1.5) translate(0, 100px);
	}
	.pbmit-animation-style3.active img{
		transform: scale(1) translate(0px, 0px);
	}
	.pbmit-animation-style1{
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	.pbmit-animation-style1.active{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.pbmit-animation-style1 img{
		transform: scale(1.5) translate(-100px, 0px);
	}
	.pbmit-animation-style1.active img{
		transform: scale(1) translate(0px, 0px);
	}
	.pbmit-animation-style2{
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
	.pbmit-animation-style2.active{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.pbmit-animation-style2 img{
		transform: scale(1.5) translate(100px, 0px);
	}
	.pbmit-animation-style2.active img{
		transform: scale(1) translate(0px, 0px);
	}
}

@media(max-width:991px) {
	/*=== Section Title ===*/	
	.pbmit-heading-subheading .pbmit-heading-desc br{
		display: none;
	}
	/*=== Banner Slider ===*/	
	.pbmit-slider-one .pbmit-button .pbmit-btn{
		font-size: 10px;
	}
	.pbmit-slider-two .pbmit-slider-item{
		padding: 200px 0 60px 0;
	}
	.pbmit-slider-three .pbmit-slider-item{
		padding: 200px 0 100px 0;
	}
	.pbmit-slider-three .pbmit-sub-title{
		font-size: 9px;
		line-height: 19px;
	}
	.pbmit-slider-three .pbmit-desc {
		font-size: 14px;
		line-height: 24px;
	}
	.pbmit-slider-three .pbmit-button .pbmit-btn {
		font-size: 9px;
		padding: 12px 30px;
	}
	.pbmit-slider-four .pbmit-slider-content{
		padding-left: 25px;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 62px;
		line-height: 72px;
	}
	.pbmit-slider-four .banner-image{
		margin: 20px;
	}
	.discount-plan-bg .content-area{
		padding: 50px 0;
	}
	.pbmit-slider-six .pbmit-slider-item {
		padding: 150px 0 100px 0;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-btn{
		font-size: 9px;
		padding: 7px 20px;
	}
	.pbmit-slider-eight .pbmit-col-left{
		width: 60%;
	}
	.pbmit-slider-eight .pbmit-slider-content .bottom-area{
		margin-top: 80px;
	}
	.pbmit-slider-nine .pbmit-title {
        font-size: 50px;
        line-height: 60px;
    }
	.pbmit-slider-ten .pbmit-title{
		font-size: 75px;
        line-height: 75px;
	}
	.pbmit-slider-eleven .pbmit-title{
		font-size: 50px;
		line-height: 50px;
	}
	.pbmit-slider-area .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	/*=== Homepage-01 ===*/	
	.about-one_btn {
		padding-top: 30px;
	}
	.inner-box_area .col-md-6.col-lg-4:last-child{
		margin-top: 30px;
	}
	/*=== Homepage-02 ===*/
	.pbmit-sticky-section .pbmit-servicebox-right{
		margin-top: 60px;
	}
	/*=== Homepage-03 ===*/
	.about-us-three_imgbox{
		margin-top: 50px;
	}
	.pbmit-element-service-style-5 .pbmit-main-hover-slider{
		padding: 0 0;
	}
	.pbmit-miconheading-style-18:nth-child(1) .pbmit-ihbox-style-18,
	.pbmit-miconheading-style-18:nth-child(2) .pbmit-ihbox-style-18{
		margin-bottom: 30px;
	}
	.pbmit-ihbox-style-18 .pbmit-element-title {
		font-size: 20px;
		line-height: 26px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col {
		margin-bottom: 30px;
	}
	/*=== Homepage-05 ===*/
	.pbmit-service-style-7 .pbmit-title-box{
		flex-direction: column;
		align-items: flex-start;
	}
	.pbmit-service-style-7 .pbmit-serv-cat{
		align-self: flex-start;
	}
	.pbmit-service-style-7 .pbmit-serv-cat::before{
		display: none;
	}
	.pbmit-service-style-7 .pbmit-service-title{
		order: 2;
	}
	/*=== Homepage-06 ===*/
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		padding: 30px 20px 40px 15px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		width: 32%;
		padding: 30px;
	}
	/*=== Homepage-07 ===*/
	.pbmit-tab-style-3.pbmit-tab .pbmit-tab-list h2{
		font-size: 24px;
    	line-height: 28px;
	}
	/*=== Homepage-08 ===*/
	.pbmit-static-box-style-2 .pbmit-contentbox{
		flex-direction: column;
	}
	.pbmit-static-box-style-2 .pbmit-contentbox-inner,
	.pbmit-static-box-style-2 .pbmit-img img,
	.pbmit-static-box-style-2 .pbmit-img{
		width: 100%;
	}
	.pbmit-static-box-style-2 .pbmit-contentbox-inner{
		padding: 30px 50px 30px 30px;
	}
	/*=== Homepage-09 ===*/
	.pbmit-sortable-list-style-1 .pbmit-sortable-list-ul{
		margin-bottom: 30px;
	}
	/*=== Portfolio Single ===*/
	.pbmit-portfolio-lines-wrapper ul{
		grid-template-columns: repeat(2, 1fr);
    	grid-gap: 20px 50px;
	}
	/*=== Portfolio Sortable ===*/
	.pbmit-sortable-list-ul li{
		margin-bottom: 25px;
	}
	/*=== Footer ===*/
	.site-footer .pbmit-footer-wrapper{
		padding: 40px 0 40px 0;
	}
	.site-footer{
		padding: 40px 0;
	}
}

@media(max-width:820px){
	/*=== Banner Slider ===*/
	.pbmit-slider-five .pbmit-slider-item{
		padding: 110px 0 70px 0;
	}
	/*=== Homepage-02 ===*/
	.pbmit-blog-column-three	.pbmit-blog-style-1 .pbmit-meta-line,
	.pbmit-blog-column-three .pbmit-blog-style-1 .pbmit-meta-line a,
	.pbmit-column-three	.pbmit-blog-style-1 .pbmit-meta-line,
	.pbmit-column-three .pbmit-blog-style-1 .pbmit-meta-line a{
		font-size: 9px;
		line-height: 18px;
	}
}

@media(min-width:768px){
	/*=== Homepage-01 ===*/
	.pbmit-sticky-special .about-us-two_img img,
	.about-us-two_innerbox .img_box img{
		width: 100%;
		height: 40pc;
        object-fit: cover;
	}
	/*=== Footer ===*/
	.footer-top-section .pbmit-col_1{
		width: 60%;
	}
	.footer-top-section .pbmit-col_2{
		width: 15%;
	}
	.footer-top-section .pbmit-col_3{
		width: 25%;
	}
}

@media(max-width:768px){
	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-sub-title{
		font-size: 11px;
		line-height: 24px;
	}
	.pbmit-slider-six .pbmit-title{
		font-size: 57px;
    	line-height: 67px;
	}
	.pbmit-slider-seven .pbmit-slider-item{
		padding: 100px 0;
	}
	.pbmit-slider-eight .pbmit-col-left{
		width: 70%;
	}
	.pbmit-slider-nine .pbmit-title {
        font-size: 45px;
        line-height: 55px;
    }
	.pbmit-slider-nine .pbmit-title strong {
        font-size: 60px;
    }
	.pbmit-slider-eleven .pbmit-title{
		font-size: 45px;
		line-height: 45px;
	}
	.pbmit-slider-eleven .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	/*=== Homepage-01 ===*/
	.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text {
		background-color: var(--pbmit-white-color);
		width: 40px;
		height: 40px;
	}
	.pbmit-team-style-1 .pbmit-team-title {
		font-size: 22px;
		line-height: 32px;
	}
	.pbmit-blog-style-1 .pbmit-featured-wrapper{
		clip-path: unset;
	}
	.pbmit-blog-style-1 .post-item .pbmit-featured-container .pbmit-blog-btn{
		bottom: 10px;
		right: 10px;
	}
	/*=== Homepage-02 ===*/
	.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
		clip-path:unset;
		border-radius: 30px;
		padding: 30px;
	}
	.pbmit-testimonial-style-1 .pbminfotech-post-item::before {
		right: 15px;
		top: 15px;
	}	
	.pbmit-ihbox-style-5 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-5 .pbmit-ihbox-icon{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.pbmit-ihbox-style-5 .pbmit-element-title {
		font-size: 26px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
		width: 100px;
		height: 100px;
		font-size: 65px;
	}	
	/*=== Homepage-04 ===*/
	.pbmit-ihbox-style-23 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-23 .pbmit-ihbox-icon{
		margin: 0 0 20px !important;
	}
	.pbmit-ihbox-style-23 .pbmit-element-title{
		font-size: 26px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-23 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper{
		width: 100px;
		height: 100px;
		font-size: 65px;
	}
	form .pbmit-footer-newsletter button{
		position: unset;
		width: 100%;
	}
	form .pbmit-footer-newsletter input{
		padding: 0 30px;
		margin-bottom: 5px;
	}
	/*=== Homepage-06 ===*/
	.pbmit-team-style-4 .pbmit-team-title{
		font-size: 22px;
		line-height: 32px;
	}
}

@media(max-width:767px) {
	/*=== Section-Padding ===*/
	.section-xl {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-lgt{
		padding-top: 40px;
	} 
	.section-lg {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-lgx{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.section-lgb {
		padding-bottom: 40px;
	}
	.section-md{
		padding-top: 40px;
		padding-bottom: 40px;
	}
    /*=== Section-Title ===*/ 
	.pbmit-heading-subheading{
		margin-bottom: 30px;
	}
	.pbmit-heading-subheading .pbmit-title,
	.about-us-two_rightbox .pbmit-heading-subheading .pbmit-title,
	.pbmit-heading .pbmit-title,
	.blog-details .pbmit-entry-content .pbmit-title{
		font-size: 30px;
		line-height: 40px;
	}
	/*=== Title Bar ===*/ 
	.pbmit-tbar-title{
		font-size: 50px;
    	line-height: 60px;
	}
	/*=== Banner Slider ===*/ 
	.pbmit-slider-one .pbmit-title {
		font-size: 69px;
		line-height: 69px;
	}
	.pbmit-slider-one .pbmit-button .pbmit-btn.pbmit-btn-outline, 
	.pbmit-slider-one .pbmit-button .pbmit-btn{
		padding: 12px 25px;
	}
	.pbmit-slider-four .pbmit-title {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 40px;
	}
	.pbmit-slider-four .pbmit-desc,
	.pbmit-slider-four .lightbox-video-btn,
	.pbmit-slider-five .swiper-horizontal>.swiper-pagination-bullets,
	.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-six .pbmit-slider-item {
		padding: 80px 0 80px 0;
	}
	.pbmit-slider-six .pbmit-title{
		font-size: 45px;
    	line-height: 55px;
	}
	.pbmit-slider-nine .pbmit-slider-item{
		padding: 150px 0 87px 0;
	}
	.pbmit-slider-nine .pbmit-desc{
		display: table;
	}
	.pbmit-slider-eleven .pbmit-slider-item{
		padding: 180px 0 80px 0;
	}
	.pbmit-slider-eleven .pbmit-slider-item .pbmit-left-col{
		width: 36%;
	}
	.pbmit-slider-eleven .pbmit-slider-item .pbmit-right-col{
		width: 64%;
	}
	.pbmit-slider-eleven .pbmit-title{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.pbmit-slider-twelve .pbmit-slider-item{
		height: 350px;
	}
	.pbmit-slider-twelve .pbmit-slider-content{
		padding-top: 0;
	}
	.pbmit-slider-twelve .pbmit-sub-title{
		font-size: 8px;
		line-height: 17px;
		padding: 1px 11px;
		margin-bottom: 10px;
	}
	.pbmit-slider-twelve .pbmit-title{
		font-size: 42px;
		line-height: 49px;
		margin-bottom: 25px;
	}
	.pbmit-slider-twelve .pbmit-button .pbmit-btn{
		font-size: 8px;
		line-height: 21px;
		padding: 5px 16px;
	}
	/*=== Homepage-01 ===*/ 
	.inner-box_area .col-md-6.col-lg-4:nth-child(2){
		margin-top: 30px;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon{
		justify-content: end;
	}
	.ihbox-section_one .pbmit-col_1, 
	.ihbox-section_one .pbmit-col_2,
	.ihbox-section_one .pbmit-col_3{
		width: 100%;
	}
	.ihbox-section_one .pbmit-col_1{
		padding-bottom: 30px;
	}
	.ihbox-section_one .pbmit-col_2{
		padding-bottom: 40px;
	}
	.pbmit-ihbox-style_col2{
		margin: 30px 0;
	}
	.about-one-rightbox .col-md-6:first-child .list-group{
		padding-bottom: 20px;
	}
	.about-one_fidbox{
		display: none;
	}
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 50px;
		line-height: 60px!important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
		padding-left: 70px;
		margin-left: 30px;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-service-style-4 .pbmit-service-description {
		padding-right: 30px;
	}
	.pbmit-service-style-4 .pbminfotech-post-item .pbmit-box-content-wrap {
		padding: 30px;
	}
	.service_arrow, 
	.team_arrow, 
	.blog-swiper_arrow, 
	.testimonial_arrow,
	.swiper-arrow,
	.testimonial-swiper-arrow{
		display: flex !important;
		position: relative;
	
	}
	.pbmit-ihbox-style-16 .pbmit-icon-type-icon::after {
		top: 10px;
	}
	.ihbox-style-16_box .col-md-4:not(:last-child){
		padding-bottom: 30px;
	}
	.pbmit-ihbox-style-17 .pbmit-ihbox-box{
		display: block;
	}
	.pbmit-ihbox-style-17 .pbmit-ihbox-box .pbmit-ihbox-contents {
		padding: 20px 0;
	}
	.ihbox-style-17_bg{
		padding: 60px 30px 60px 30px;
	}
	.contact-form-one_right{
		margin-top: 60px;
		margin-left: -30px;
		margin-right: -30px;
	}
	/*=== Homepage-02 ===*/ 
	.inner-box_area .col-md-4:not(:last-child){
		margin-bottom: 30px;
	}
	.pbmit-sticky-section .pbmit-ele-header-area{
		padding-right: 0;
	}
	.pbmit-tab .nav{
		display: block;
		text-align: center;
	}
	.pbmit-tab .nav .nav-item a {
		width: auto;
	}
	.pbmit-tab .nav .nav-item a.active{
		color: var(--pbmit-white-color);
		background-color: transparent;
	}
	.pbmit-tab .nav .nav-item a.active:before{
		display: none;
	}
	.pbmit-tab.pbmit-tab-style-2 .nav .nav-item a{
		display: inline-block;
	}
	.ihbox-style-4_bg{
		padding: 70px 20px 70px 20px;
		border-radius: 30px 30px 0px 0px;
	}
	.pbmit-ihbox-style-5_bg{
		margin-top: 0;
		padding: 50px 20px 50px 20px;
		border-radius: 0px 0px 30px 30px;
	}
	.pbmit-ihbox-style-5_bg form .pbmit-footer-newsletter input{
		padding: 0 30px;
   		margin-bottom: 5px;
	}
	.pbmit-ihbox-style-5_bg form .pbmit-footer-newsletter button{
		position: unset;
    	width: 100%;
	}
	.pbmit-blog-style-3 .pbminfotech-box-content {
		padding: 30px;
	}
	/*=== Homepage-03 ===*/ 
	.about-us-three_leftbox {
		padding-right: 0;
	}
	.about-us-three_imgbox{
		margin-top: 0;
	}
	.about-us-three_imgbox .about-img_1{
		padding-top: 50px;
	}
	.about-us-three_imgbox .about-img_2{
		display: none;
	}
	.about-us-three_imgbox{
		padding-bottom: 0;
	}
	.pbmit-ihbox-style-20 .pbmit-element-title {
		font-size: 18px;
		line-height: 22px;
	}
	.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text {
		font-size: 20px;
		line-height: 24px;
	}
	.fid-section_three {
		padding: 60px 0px;
	}
	.fid-section_three {
		margin-top: 60px;
	}
	.fid-section_three .col-md-6.col-xl-3:nth-child(2){
		padding-top: 30px;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fld-contents{
		text-align: center;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-icon-wrap{
		display: inline-block;
	}
	.pbmit-element-service-style-5 .pbmit-title-inner {
		font-size: 30px;
		line-height: 30px;
	}
	.pbmit-element-service-style-5 .pbmit-serv-cat {
		margin-bottom: 6px;
	}
	.pbmit-element-service-style-5 .pbmit-title-inner {
		padding-left: 15px;
		font-size: 22px;
		line-height: 28px;
	}
	.pbmit-element-service-style-5 .pbmit-hover-inner{
		display: block;
		-ms-grid-columns: unset;
		grid-template-columns: unset;
		grid-gap:0;
	}
	.pbmit-element-service-style-5 .pbmit-featured-img-wrapper {
		padding-bottom: 20px;
	}
	.pbmit-element-service-style-5 .pbmit-text-content{
		padding-bottom: 30px;
	}
	.pbmit-miconheading-style-18:nth-child(3) .pbmit-ihbox-style-18{
		margin-bottom: 30px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item .pbmit-box-content-wrap {
		padding: 30px;
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item::before {
		right: 10px;
		top: 10px;
	}
	.testimonial-three_bg{
		padding: 60px 0;
	}
	.pbmit-tab.pbmit-tab-style-2{
		display: none;
	}
	.pbmit-tab.pbmit-tab-style-2.mptt-shortcode-list,
	.mptt-shortcode-list{
		display: block;
	}
	.pbmit-tab.pbmit-tab-style-2.mptt-shortcode-list .tab-content {
		text-align: center;
	}
	/*=== Homepage-04 ===*/ 
	.about-four-right-box .col-md-6:last-child .pbmit-ihbox-style-22{
		margin-top: 30px;
	}
	.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-element-title{
		margin-bottom: 5px;
	}
	.team-four{
		padding: 0px 0 60px 0;
	}
	.pbmit-team-style-3 .pbminfotech-box-content{
		display: block;
	}
	.pbmit-team-style-3 .pbmit-team-title-wapper{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.pbmit-team-style-3 .pbminfotech-box-team-position{
		margin-left: 0;
		padding-left: 0;
		align-self: flex-start;
	}
	.pbmit-team-style-3 .pbmit-featured-wrapper img{
		position: inherit;
		visibility: visible;
		opacity: 1;
		transform: inherit;
		width: 100% !important;
	}
	.pbmit-team-style-3 .pbmit-team-title{
		order: 2;
	}
	.pbmit-team-style-3 .pbmit-team-btn{
		margin-top: 20px;
	}
	.pbmit-team-style-3 .pbminfotech-box-team-position::before{
		display: none;
	}
	.ihbox-style-23-bg {
		padding: 60px 30px;
	}
	.ihbox-style-23-bg form{
		margin-top: 30px;
		padding-left: 0;
	}
	.why-choose-us-four-heading .pbmit-heading-subheading .pbmit-title{
		font-size: 30px;
		line-height: 36px;
	}
	.testimonial-left-img{
		background-position: center center;
	}
	/*=== Homepage-05 ===*/ 
	.appointment-five-bg{
		padding: 30px 30px 40px 30px;
	}
	.appointment-five-bg .pbmit-title{
		line-height: 40px;
	}
	.ihbox-style-25-area .col-md-6.col-xl-3:nth-child(2){
		margin-top: 30px;
	}
	.pbmit-element-service-style-7 .col-md-4 .pbmit-btn{
		margin-bottom: 30px;
	}
	.pbmit-service-style-7 .pbmit-title-box{
		width: auto;
	}
	.pbmit-service-style-7.pbmit-active .pbmit-service-image-wrapper .pbmit-service-title{
		left: 0 !important;
		right: 0 !important;
		text-align: center;
	}
	.discount-plan-bg .col-md-6:first-child{
		order: 10;
	}
	.discount-plan-bg .col-md-6:nth-child(2){
		order: 9;
	}
	.discount-plan-bg .content-area{
		padding: 0 0 30px 30px;
	}
	.discount-plan-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 30px;
		line-height: 36px;
	}
	/*=== Homepage-06 ===*/ 
	.ihbox-section-six{
		padding: 50px 0 40px 0;
	}
	.ihbox-section-six .col-md-6.col-xl-4:nth-child(2){
		margin-top: 30px;
	}
	.demo-six .about-one_img{
		padding: 320px 0;
	}
	.who-we-are-section-six .ihbox-style-area{
		display: none;
	}
	.who-we-are-section-six .right-area{
		padding: 40px 0 0 0;
	}
	.pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
	.pbmit-ihbox-style-29 .pbmit-ihbox-svg::before{
		display: none !important;
	}
	.who-we-are-section-six .ihbox-style-29-area{
		padding-top: 40px;
	}
	.who-we-are-section-six .ihbox-style-29-area .pbmit-column:nth-child(2) {
		margin-top: 30px;
	}
	.about-us-six-content {
		padding: 50px 30px 40px 25px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-content-wrapper{
		flex-direction: column;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		width: 100%;
		border-bottom: 1px solid rgba(3, 27, 78, 0.1);
		border-right: none;
		text-align: center;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap{
		border-bottom-color: rgba(255,255,255, 0.1);
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-price-wrapper,
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		align-items: center;
		justify-content: center;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		padding: 30px 30px 40px;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn{
		margin-top: 20px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
		text-align: center;
	}
	.testimonial-six-bg{
		padding: 60px 0;
	}
	/*=== Homepage-07 ===*/
	.pbmit-service-style-2 .pbmit-service-btn{
		width: 35px;
		height: 35px;
		font-size: 10px;
	}
	.pbmit-service-style-2 .pbmit-contant-box{
		left: 15px;
	}
	.pbmit-service-style-2 .pbmit-service-btn{
		right: 15px;
	}
	.pbmit-tab-style-3{
		display: block;
	}
	.pbmit-tab-style-3 .nav{
		background-color: transparent;
	}
	.pbmit-tab-style-3.pbmit-tab .nav .nav-item a,
	.pbmit-tab.pbmit-tab-style-3 .pbmit-column-inner .pbmit-tab-img img{
		width: 100% !important;
	}
	.demo-seven .ihbox-style-30-box{
		display: none;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 42px;
    	line-height: 42px;
	}
	/*=== Homepage-08 ===*/
	.demo-eight .about-one_img{
		padding: 325px 0;
	}
	.demo-eight .why-choose-us-five-bg .ihbox-style-26-area{
		bottom: 0;
	}
	.ihbox-eight-area .pbmit-inner-column-1, 
	.ihbox-eight-area .pbmit-inner-column-2,
	.ihbox-eight-area .pbmit-inner-column-3{
		width: 100%;
	}
	.ihbox-eight-area .pbmit-inner-column-2 .stethoscope-img{
		text-align: center;
	}
	.ihbox-eight-area .pbmit-inner-column-3 .right-box{
		margin-left: 0;
	}
	.our-service-eight-rightbox{
		padding-left: 30px;
	}
	/*=== Homepage-09 ===*/
	.ihbox-sec-nine .col-md-6.col-xl-3:nth-child(2) .pbmit-ihbox-style-27{
		margin-top: 30px;
	}
	.product-ad-left-box{
		padding: 20px 30px 40px 30px;
	}
	.product-ad-section .pbmit-heading-subheading .pbmit-title{
		font-size: 50px;
		line-height: 50px;
	}
	.product-ad-section .ad-img-box{
		display: none;
	}
	.product-ad-right-box{
		padding: 10px 30px 20px 30px;
	}
	.countdown-bg-area .left-box .offer-img{
		right: 30px;
	}
	/*=== Homepage-10 ===*/
	.about-us-ten .ihbox-style-box{
		display: none;
	}
	.about-us-ten .about-img-02{
		margin-top: 30px;
	}
	.our-benefits-section-ten .pbmit-col-1,
	.our-benefits-section-ten .pbmit-col-2,
	.our-benefits-section-ten .pbmit-col-3{
		width: 100%;
	}
	/*=== Homepage-11 ===*/
	.who-we-are-section-eleven .doctor-img-box .ihbox-style-26-area{
		bottom: 0;
	}
	.about-us-section-eleven .left-box .widget-wrap{
		padding: 20px;
	}
	.testimonial-eleven .pbmit-testimonialbox-left:before{
		content: unset;
		position: unset;
	}
	.our-health-care-section .bg-img-area{
		padding: 175px 0;
	}
	/*=== Homepage-12 ===*/
	.ihbox-section-twelve{
		margin-top: 50px;
		padding: 50px 30px 40px 30px;
	}
	.ihbox-section-twelve .pbmit-column:nth-child(2){
		margin-top: 30px;
	}
	.about-section-twelve .fid-style-area,
	.team-twelve-left-col .shap-05-img{
		display: none;
	}
	.fid-section-twelve{
		padding: 60px 0;
	}
	.why-choose-sec-twelve .check-up-img{
		padding: 200px 0;
	}
	.team-twelve-left-col{
		padding: 60px 0px 30px 0px;
	}
	.pbmit-team-style-4-new .pbmit-element-posts-wrapper{
		padding-top: 0;
	}
	.pbmit-team-style-4-new .pbmit-team-style-4:nth-child(odd){
		margin-top: 0;
	}
	.testimonial-twelve-bg{
		padding: 60px 0;
	}
	/*=== About Us ===*/ 
	.about-us_img2{
		display: none;
	}
	.about-us-left_box{
		padding-bottom: 0;
	}
	/*=== Classes ===*/
	.classes_content .testimonial-three_bg{
		margin-bottom: 60px;
	}
	/*=== Team Single Detail ===*/ 
	.pbmit-team-single .pbmit-entry-content .text-editor-box .d-flex{
		display: block !important;
	}
	.pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-4,
	.pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-8{
		width: 100%;
	}
	.pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-8{
		margin-top: 10px;
	}
	.pbmit-team-single .counter-box .pbmit-left_col .col-md-4{
		width: 50%;
	}
	.pbmit-team-single .counter-box .pbmit-left_col .col-md-4:last-child{
		padding-top: 30px;
	}
	.pbmit-team-single .comment-respond{
		margin-top: 50px;
		margin-bottom: 60px;
		padding: 50px 30px 50px 30px;
	}
	.pbmit-team-single .pbmit-entry-content{
		padding: 40px 0 0;
	}
	.pbmit-team-single .counter-box .pbmit-left_col {
		padding-right: 0;
	}
	/*=== Make Appointment ===*/
	.appointment_box{
		padding: 30px;
	}
	/*=== Faq ===*/
	.faq-left_box{
		padding-right: 0;
		margin-bottom: 60px;
	}
	.faq-right_box{
		padding-left: 0;
	}
	/*=== Service Detail ===*/	
	.site_content{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pbmit-service_content .col-md-6:first-child .list-group {
		padding-bottom: 15px;
	}
	.service-detail-accordion_box {
		padding-top: 30px;
	}
	/*=== Portfolio Single ===*/
	.pbmit-portfolio-lines-wrapper ul {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}
	.pbmit-single-project-details-list .pbmit-portfolio-lines-wrapper {
		text-align: left;
	}
	.project-single-img_box .pbmit-animation-style1{
		margin-bottom: 20px;
	}
	.pbmit-ihbox-style-21 .pbmit-ihbox-contents {
		padding: 0;
		padding-top: 80px;
	}
	.pbmit-ihbox-style-21 {
		padding: 40px;
	}
	.pbmit-ihbox-style-21 .pbmit-ihbox-icon-wrapper {
		margin: 0;
		margin-bottom: 10px;
	}
	.post-navigation .nav-links a{
		width: 100%;
	}
	/*=== Blog Single ===*/ 
	.blog-details .pbmit-entry-content blockquote{
		padding: 40px 40px 40px 120px;
	}
	.blog-details .pbmit-author-box {
		padding: 30px;
		padding-right: 40px;
	}
	.comment-list .children{
		margin-left: 0;
	}
	/*=== Contact Us ===*/ 
	.contact_us .col-md-6.col-xl-4:nth-child(2){
		margin-top: 30px;
	}
	.contact-form-one_right{
		padding-bottom: 30px;
	}
	/*=== Footer ===*/ 
	.site-footer{
		padding: 30px 0;
	}
	.footer-top-section .pbmit-col_3{
		padding-top: 20px;
	}
	.site-footer .pbmit-footer-big-area{
		padding-top: 30px;
	}
	.site-footer .pbmit-footer-widget-col-1, 
	.site-footer .pbmit-footer-widget-col-2, 
	.site-footer .pbmit-footer-widget-col-3, 
	.site-footer .pbmit-footer-widget-col-4{
		max-width: 100% !important;
    	width: 100% !important;
	}
	.site-footer .widget{
		padding-top: 30px;
	}
	.site-footer .pbmit-footer-widget-col-1 .textwidget{
		padding: 0;
	}
	.site-footer .pbmit-footer-widget-area {
		padding-bottom: 35px;
	}
	.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li{
		margin-bottom: 0;
	}
	.site-footer .pbmit-footer-text-inner{
		padding-bottom: 0;
	}
	.site-footer .pbmit-footer-text-inner .row{
		flex-direction: column-reverse;
	}
	.site-footer .pbmit-footer-copyright-text-area{
		text-align: center;
   	 	margin-top: 0;
	}
	.site-footer .pbmit-footer-text-inner .pbmit-footer-menu{
		display: block;
		text-align: center;
    	margin: 8px 0;
	}
	.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li{
		display: block;
	}
	.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:first-child{
		margin-bottom: 6px;
		padding-left: 0;
	}
	.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child{
		margin-right: 0px;
		padding-right: 0;
	}
	.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child:before{
		display: none;
	} 
}

@media(max-width:575px) {
	/*=== Title-Bar ===*/
	.pbmit-title-bar-wrapper, 
	.pbmit-title-bar-content {
		min-height: 170px;
	}
	.pbmit-tbar-title,
	.single-post .pbmit-tbar-title{
		font-size: 35px;
    	line-height: 40px;
	}
	.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
		font-size: 12px;
	}
	/*=== Banner Slider ===*/ 
	.pbmit-slider-one .pbmit-sub-title {
		font-size: 8px;
		line-height: 18px;
	}
	.pbmit-slider-one .pbmit-title {
		font-size: 20px;
		line-height: 30px;
	}
	.pbmit-slider-one .pbmit-button .pbmit-btn.pbmit-btn-outline, 
	.pbmit-slider-one .pbmit-button .pbmit-btn {
		font-size: 10px;
		padding: 8px 17px;
	}
	.pbmit-slider-one .pbmit-slider-item {
		padding: 20px 0 20px;
	}
	.pbmit-slider-area .pbmit-slider-bg {
		background-size: cover;
		min-height: 210px !important;
	}

	.pbmit-slider-two .pbmit-slider-item {
		padding: 150px 0 60px 0;
	}
	.pbmit-slider-two .pbmit-title{
		font-size: 52px;
		line-height: 55px;
	}
	.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets,
	.pbmit-slider-three .pbmit-desc{
		display: none;
	}
	.pbmit-slider-three .pbmit-title {
		font-size: 38px;
		line-height: 48px;
	}
	.pbmit-slider-three .pbmit-button .pbmit-btn {
		font-size: 8px;
		padding: 10px 25px;
	}
	.pbmit-slider-five .pbmit-slider-item{
		padding: 85px 0 70px 0;
	}
	.pbmit-slider-five .pbmit-sub-title{
		font-size: 9px;
		line-height: 18px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 60px;
		line-height: 60px;
	}
	.pbmit-slider-five .pbmit-desc{
		font-size: 11px;
		line-height: 22px;
	}
	.pbmit-slider-five .pbmit-button .pbmit-btn{
		padding: 12px 25px;
	}
	.pbmit-slider-eight .pbmit-slider-item{
		padding: 50px 0;
	}
	.pbmit-slider-eight .pbmit-title{
		font-size: 33px;
		line-height: 43px;
	}
	.pbmit-slider-eight .pbmit-slider-content .bottom-area{
		margin-top: 60px;
		padding-top: 30px;
		display: block !important;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-text{
		margin-top: 20px;
	}
	.pbmit-slider-nine .pbmit-title strong{
		font-size: 52px;
	}
	.pbmit-slider-nine .pbmit-title {
        font-size: 44px;
        line-height: 60px;
    }
	.pbmit-slider-nine .slider-img-box {
		margin-top: 40px;
	}
	.pbmit-slider-nine .slider-img-box img{
		width: 100%;
	}
	.pbmit-slider-nine .pbmit-button .pbmit-btn-white{
		font-size: 10px;
		padding: 10px 25px;
	}
	.pbmit-slider-ten .pbmit-slider-item {
        padding: 120px 0 60px 0;
    }
	.pbmit-slider-ten .pbmit-title{
		font-size: 50px;
        line-height: 60px;
	}
	.pbmit-slider-ten .pbmit-desc{
		padding-top: 10px;
	}
	.pbmit-slider-ten .pbmit-button .pbmit-btn{
		padding: 7px 21px;
        font-size: 8px;
	}
	/*=== Homepage-01 ===*/ 
	.pbmit-service-style-4 .pbminfotech-post-item .pbmit-box-content-wrap{
		display: block;
		padding: 20px !important;
	}
	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		width: 100%;
	}
	.pbmit-service-style-4 .pbmit-featured-img-wrapper {
		margin-right: 0px;
	}
	.pbmit-service-style-4 .pbmit-box-content-inner{
		flex:unset;
	}
	.pbmit-service-style-4 .pbmit-service-description {
		padding-right: 0;
	}
	.pbmit-service-style-4 .pbmit-service-icon {
		font-size: 30px;
		line-height: 30px;
	}
	.pbmit-service-style-4 .pbmit-service-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.pbmit-service-style-2 .pbmit-service-title{
		max-width: 100%;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.pbmit-service-style-2 .pbmit-serv-cat a{
		font-size: 10px;
		line-height: 20px;
	}
	/*=== Homepage-02 ===*/ 
	.pbmit-ihbox-style-12 .pbmit-icon-type-icon {
		font-size: 40px;
		line-height: 40px;
	}
	.pbmit-tab-list .list-group{
		grid-template-columns: repeat(1,1fr);
	}
	.pbmit-ihbox-style-4 .pbmit-element-title {
		font-size: 24px;
		line-height: 32px;
	}
	.pbmit-ihbox-style-5 .pbmit-element-title {
		font-size: 24px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
		width: 90px;
		height: 90px;
		font-size: 60px;
	}
	.pbmit-ihbox-style-5_bg form .pbmit-footer-newsletter button{
		padding: 15px 30px;
		margin-top: 10px;
	}
	.pbmit-blog-style-4 .pbminfotech-content-inner {
		display: block !important;
		text-align: center;
	}
	.pbmit-blog-style-4 .pbmit-featured-img-wrapper {
		margin:0 0 30px 0;
	}
	.pbmit-blog-style-3 .pbmit-post-title {
		font-size: 20px;
		line-height: 30px;
	}
	.pbmit-blog-style-3 .pbmit-blog-btn{
		display: none;
	}
	/*=== Homepage-03 ===*/
	.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
		font-size: 70px;
		line-height: 70px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 40px 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
		font-size: 22px;
		line-height: 28px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
		font-size: 50px;
		line-height: 50px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
		font-size: 27px;
		line-height: 28px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
		padding-bottom: 18px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
		padding: 25px 0 15px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
		font-size: 16px;
		line-height: 26px;
	}
	.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
		width: 60px;
		height: 60px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 6px;
	}	
	.pbmit-blog-style-2 .pbmit-post-title {
		font-size: 25px;
	}
	/*=== Homepage-04 ===*/
	.ihbox-four .col-md-6.col-xl-3:nth-child(3){
		margin-top: 0;
	}
	.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-element-title{
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-team-style-3 .pbmit-team-title{
		font-size: 24px;
		line-height: 28px;
	}
	.pbmit-ihbox-style-23 .pbmit-element-title{
		font-size: 24px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-23 .pbmit-ihbox-icon-wrapper{
		width: 90px;
		height: 90px;
		font-size: 60px;
	}
	form .pbmit-footer-newsletter button{
		margin-top: 10px;
	}
	.pbmit-ihbox-style-24 .pbmit-icon-type-icon{
		font-size: 40px;
		line-height: 40px;
	}
	/*=== Homepage-05 ===*/
	.pbmit-service-style-7 .pbmit-box-content-inner{
		flex-direction: column;
		align-items: flex-start;
		padding-left: 65px;
	}
	.pbmit-service-style-7 .pbmit-service-description{
		padding: 0;
	}
	.pbmit-service-style-7 .pbmit-service-icon{
		position: absolute;
		margin-right: 0;
		left: 0;
	}
	.why-choose-us-five-bg .professional-img img{
		width: 100%;
	}
	.why-choose-us-five-bg .ihbox-style-26-area{
		bottom: 0;
	}
	/*=== Homepage-06 ===*/
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line{
		float: none;
		width: 100%;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
		margin: 0;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		padding: 30px 20px 40px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		padding: 30px 20px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-btn a{
		padding: 18px 30px;
	}
	/*=== Homepage-07 ===*/
	.pbmit-service-style-2 .pbmit-contant-box{
		padding: 0;
		bottom: 0;
	}
	.pbmit-service-style-2 .pbmit-service-title{
		max-width: 100%;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.pbmit-service-style-2 .pbmit-serv-cat a{
		font-size: 10px;
		line-height: 20px;
	}
	.pbmit-service-style-2 .pbmit-service-btn{
		bottom: 20px;
	}
	.pbmit-tab-style-3.pbmit-tab .nav .nav-item a{
		font-size: 16px !important;
	}
	.pbmit-tab-style-3.pbmit-tab .pbmit-tab-list h2{
		font-size: 20px;
    	margin-bottom: 15px;
	}
	.pbmit-tab-style-3 .nav .nav-item a.active i{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.demo-seven .pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
		font-size: 16px;
    	line-height: 26px;
	}
	/*=== Homepage-08 ===*/
	.pbmit-static-box-style-2 .pbmit-contentbox-inner{
		padding: 30px 40px 30px 20px;
	}
	.pbmit-static-box-style-2 .pbminfotech-box-title h4{
		font-size: 22px;
	}
	.pbmit-static-box-style-2 .pbmit-btn a{
		width: 40px;
		height: 40px;
		font-size: 13px;
		line-height: 40px;
	}
	.pbmit-static-box-style-2 .pbmit-btn .pbmit-button-icon-wrapper{
		margin-right: 4px;
	}
	.pbmit-static-box-style-2 .pbminfotech-static-box-desc{
		padding-right: 0;
		margin-top: 25px;
	}
	.pbmit-service-style-4 .pbmit-service-btn{
		width: 35px;
		height: 35px;
		font-size: 10px;
	}
	.pbmit-ihbox-style-31 .pbmit-icon-type-icon{
		font-size: 40px;
		line-height: 40px;
	}
	/*=== Homepage-09 ===*/
	.pbmit-sortable-list-ul li{
		margin-bottom: 15px;
	}
	.pbmit-sortable-list-style-1 a{
		padding: 10px 20px;
	}
	/*=== Homepage-10 ===*/
	.pbmit-ihbox-style-34 .pbmit-icon-type-icon{
		font-size: 40px;
		line-height: 40px;
	}
	/*=== Homepage-11 ===*/
	.who-we-are-section-eleven .doctor-img-box img{
		width: 100%;
	}
	.pbmit-ihbox-style-36 .pbmit-ihbox-box {
		flex-direction:column;
		align-items: flex-start!important
	}
	.pbmit-ihbox-style-37 .pbmit-icon-type-icon{
		font-size: 40px;
		line-height: 40px;
	}
	.testimonial-eleven .swiper-slider .swiper-buttons{
		display: none;
	}
	/*=== Team Single Detail ===*/
	.pbmit-team-single .pbmit-team-detail .pbmit-team-detail-inner{
		padding: 45px 25px 70px;
	}
	.pbmit-ihbox-style-2 .pbmit-element-heading,
 	.pbmit-ihbox-style-2 .pbmit-element-title {
		font-size: 16px;
		line-height: 22px;
	}
	/*=== Service Detail ===*/ 
	.pbmit-service-ads .pbmit-ads-title, .pbmit-service-ads .pbmit-ads-subtitle {
		font-size: 22px;
		line-height: 30px;
	}
	/*=== Portfolio Single ===*/ 
	.pbmit-single-project-details-list{
		padding: 30px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.post-navigation .nav-links{
		display: block;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-links .nav-next{
		width: 100%;
	}
	.post-navigation .nav-links .nav-title{
		font-size: 16px;
    	line-height: 22px;
	}
	.nav-links .pbmit-post-nav-wrapper{
		margin: 0 15px;
	}
	/*=== Blog Classic ===*/
	.blog-classic .pbmit-post-title{
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	/*=== Blog Single ===*/ 
	.blog-details .pbmit-entry-content blockquote{
		padding: 90px 30px 40px;
		font-size: 18px;
		line-height: 28px;
	}
	.blog-details .pbmit-entry-content blockquote:before{
		top: 20px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.blog-details .pbmit-blog-meta-bottom{
		text-align: center;
	}
	.post-navigation .nav-links .nav-next a{
		margin-top: 25px;
	}
	.blog-details .pbmit-author-box {
		display: block;
		padding: 40px 30px;
	}
	.blog-details .pbmit-author-image img {
		margin: auto;
	}
	.blog-details .pbmit-author-content {
		margin-top: 20px;
		padding: 0;
		text-align: center;
	}
	.blog-details .comment-respond{
		padding: 40px 30px;
	}
	.blog-details .comment-respond .comment-reply-title{
		font-size: 20px;
    	line-height: 30px;
	}
	.comment-list .pbmit-comment-avatar {
		float: none;
	}
	.blog-details .pbmit-comment-content {
		margin-left: 0px;
		margin-top: 25px;
	}
	/*=== Footer ===*/ 
	.site-footer .pbmit-footer-big-area .pbmit-footer-right h3{
		font-size: 22px;
    	line-height: 32px;
	}
}

@media(max-width:540px){
	/*=== Homepage-04 ===*/
	.testimonial-four-bg .swiper-slider{
		padding: 50px 31px 80px 15px;
	} 
	.pbmit-testimonial-style-3 .pbminfotech-post-item{
		padding-left: 0;
	}
	.pbmit-testimonial-style-3 .pbminfotech-post-item::before{
		right: 3px;
		left: inherit;
		transform: scaleX(-1);
	}
}

@media (max-width: 500px){
	/*=== Homepage-01 ===*/ 
	.pbmit-ihbox-style-1 .pbmit-ihbox-headingicon{
		display: block !important;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon{
		margin-bottom: 15px;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon{
		flex-direction: column-reverse;
	}
	.pbmit-ihbox-style-3 .pbmit-lightbox-video{
		margin: 0;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-contents{
		text-align: center;
		margin-top: 20px;
	}
	/*=== Homepage-03 ===*/ 
	.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon{
		display: block !important;
	}
	.pbmit-ihbox-style-20 .pbmit-ihbox-icon{
		margin-bottom: 15px;
	}
}

@media (max-width: 485px){
	/*=== Header ===*/ 
	.site-header .pbmit-header-search-btn{
		display: none;
	}
	/*=== Banner Slider ===*/ 
	.pbmit-slider-one .pbmit-title{
		font-size: 20px;
		line-height: 30px;
	}
	.about-one_img {
		background-size: contain !important;
		padding: 260px 0px 0 0px !important;
	}
	.pbmit-title-bar-content {
		padding: 30px 0px;
	}
	.pbmit-slider-one .pbmit-button .pbmit-btn.pbmit-btn-outline{
		display: none;
	}
	.pbmit-slider-two .pbmit-title {
		font-size: 37px;
		line-height: 47px;
	}
	.pbmit-slider-two .pbmit-desc,
	.pbmit-slider-five .pbmit-desc{
		display: none;
	}
	.pbmit-slider-two .pbmit-button .pbmit-btn{
		padding: 10px 25px;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 35px;
		line-height: 45px;
	}
	.pbmit-slider-five .pbmit-slider-item {
		padding: 50px 0 40px 0;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 43px;
    	line-height: 43px;
	}
	.pbmit-slider-six .pbmit-title {
		font-size: 35px;
		line-height: 45px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-btn-outline-blackish{
		display: none;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 32px;
    	line-height: 32px;
	}
	.pbmit-slider-eight .pbmit-col-left{
		width: 85%;
	}
	.pbmit-slider-area .pbmit-sub-title{
		font-size: 10px;
    	line-height: 20px;
	}
	.pbmit-slider-eight .pbmit-title{
		font-size: 27px;
		line-height: 37px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-text,
	.pbmit-slider-nine .pbmit-desc,
	.pbmit-slider-ten .pbmit-desc,
	.pbmit-slider-eleven .pbmit-button .lightbox-video-btn,
	.pbmit-slider-twelve .pbmit-button .pbmit-btn-white{
		display: none;
	}
	.pbmit-slider-eight .pbmit-slider-content .bottom-area{
		margin-top: 40px;
		padding-top: 20px;
	}
	.pbmit-slider-nine .pbmit-title strong{
		font-size: 43px;
	}
	.pbmit-slider-nine .pbmit-title {
        font-size: 34px;
        line-height: 45px;
    }
	.pbmit-slider-ten .pbmit-title{
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-slider-ten .pbmit-button .pbmit-btn{
		padding: 10px 25px;
        font-size: 9px;
	}
	.pbmit-slider-eleven .pbmit-title{
		font-size: 27px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.pbmit-slider-twelve .pbmit-title{
		font-size: 32px;
        line-height: 37px;
        margin-bottom: 20px;
	}
	.pbmit-slider-twelve .pbmit-button .button2{
		margin-left: 0 !important;
	}
	.pbmit-slider-twelve .pbmit-slider-item{
		height: 300px;
	}
	/*=== Homepage 09 ===*/ 
	.product-ad-section .pbmit-heading-subheading .pbmit-title{
		font-size: 30px;
		line-height: 30px;
	}
	/*=== Homepage 11 ===*/ 
	.about-section-eleven .pbmit-ihbox-style-37 .pbmit-element-title{
		font-size: 21px;
		line-height: 28px;
	}
}

@media (max-width: 400px){
	/*=== Banner Slider ===*/
	.pbmit-slider-three .pbmit-title{
		font-size: 36px;
    	line-height: 46px;
	}
	/*=== Homepage-02 ===*/
	.pbmit-ihbox-style-12 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-12 .pbmit-ihbox-icon, 
	.pbmit-ihbox-style-12 .pbmit-ihbox-svg{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	/*=== Homepage-04 ===*/
	.pbmit-ihbox-style-24 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-24 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-24 .pbmit-ihbox-svg{
		margin: 0 0 20px !important;
	}
	/*=== Homepage-05 ===*/
	.pbmit-service-style-7 .pbminfotech-post-item .pbmit-box-content-wrap{
		padding: 30px 0 70px !important;
	}
	.pbmit-service-style-7 .pbmit-service-btn{
		left: 65px;
		right: inherit;
		bottom: 10px;
		top: inherit;
	}
	/*=== Homepage-06 ===*/
	.pbmit-ihbox-style-27 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-27 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-27 .pbmit-ihbox-svg{
		margin: 0 0 20px 0 !important;
	}
	/*=== Homepage-08 ===*/
	.pbmit-ihbox-style-31 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-31 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-31 .pbmit-ihbox-svg{
		margin: 0 0 20px !important;
	}
	/*=== Homepage-10 ===*/
	.pbmit-ihbox-style-34 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-34 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-34 .pbmit-ihbox-svg{
		margin: 0 0 20px !important;
	}
	.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper i{
		font-size: 60px;
		line-height: 60px;
	}
	.pbmit-ihbox-style-34 .pbmit-element-title{
		font-size: 20px;
		line-height: 30px;
	}
	/*=== Homepage-11 ===*/
	.pbmit-ihbox-style-37 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-37 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-37 .pbmit-ihbox-svg{
		margin: 0 0 20px !important;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-fld-contents{
		flex-direction: column;
		margin-bottom: 10px;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-fid-sub{
		margin: 20px 0 0;
	}
	/*=== Homepage-12 ===*/
	.pbmit-ihbox-style-40{
		padding: 15px 0 0 15px;
	}
	.pbmit-ihbox-style-40 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-40 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-40 .pbmit-ihbox-svg{
		margin: 0 0 20px 0 !important;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fld-contents{
		flex-direction: column;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-sub{
		margin: 20px 0 0;
	}
}

@media (max-width: 375px){
	/*=== Banner Slider ===*/ 
	.pbmit-slider-one .pbmit-title,
	.pbmit-slider-two .pbmit-title,
	.pbmit-slider-three .pbmit-title{
		font-size: 30px;
		line-height: 40px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 39px;
    	line-height: 39px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-desc{
		font-size: 10px;
		line-height: 20px;
	}
	.pbmit-slider-eight .pbmit-title{
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-button .pbmit-btn{
		font-size: 8px;
		padding: 10px 20px;
	}
	.pbmit-slider-nine .pbmit-slider-item{
		padding: 120px 0 56px 0;
	}
	.pbmit-slider-nine .pbmit-title strong{
		font-size: 40px;
	}
	.pbmit-slider-nine .pbmit-title {
        font-size: 35px;
        line-height: 50px;
    }
	.pbmit-slider-eleven .pbmit-title{
		font-size: 25px;
        line-height: 25px;
	}
}

@media (max-width: 1200px) and (min-width: 1025px){
	/*=== Homepage-10 ===*/
	.our-benefits-section-ten .pbmit-col-1, 
	.our-benefits-section-ten .pbmit-col-3{
		width: 30%;
	}
	.our-benefits-section-ten .pbmit-col-2{
		width: 40%;
	}
}

@media (max-width: 1200px) and (min-width: 768px){
	/*=== Footer ===*/
	.footer-top-section .pbmit-col_1{
		width: 50%;
	}
	.footer-top-section .pbmit-col_2,
	.footer-top-section .pbmit-col_3{
		width: 25%;
	}
}

@media (max-width: 1024px) and (min-width: 992px){
	.pbmit-column-four .pbmit-portfolio-style-1 .pbmit-portfolio-title{
		font-size: 20px;
		line-height: 25px;
	}
}

@media (max-width: 1024px) and (min-width: 768px){
	/*=== Homepage 08 ===*/
	.ihbox-eight-area .pbmit-inner-column-1{
		width: 100%;
	}
	.ihbox-eight-area .pbmit-inner-column-2,
	.ihbox-eight-area .pbmit-inner-column-3{
		width: 50%;
	}
	/*=== Homepage 10 ===*/
	.our-benefits-section-ten .pbmit-col-1{
		width: 100%;
	}
	.our-benefits-section-ten .pbmit-col-2,
	.our-benefits-section-ten .pbmit-col-3{
		width: 50%;
	}
	/*=== Homepage 11 ===*/
	.about-us-section-eleven .col-md-5.col-xl-4{
		width: 100%;
	}
	.about-us-section-eleven .left-box{
		margin: 0% 15% 0% 15%;
	}
	/*=== Footer ===*/ 
	.footer-top-section .pbmit-col_1{
		width: 100%;
	}
	.footer-top-section .pbmit-col_2, 
	.footer-top-section .pbmit-col_3{
		width: 50%;
	}
}

@media screen and (min-width: 992px){
	/*=== Footer ===*/
	.site-footer .pbmit-footer-widget-col-1{
		flex: 0 0 38%;
    	max-width: 38%;
	}
	.site-footer .pbmit-footer-widget-col-2{
		flex: 0 0 20%;
    	max-width: 20%;
	}
	.site-footer .pbmit-footer-widget-col-3,
	.site-footer .pbmit-footer-widget-col-4{
		flex: 0 0 21%;
    	max-width: 21%;
	}
}

@media (min-width:1024px) and (max-width: 1200px){
	.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap{
		padding: 45px 30px;
	}
	.pbmit-service-style-6 .pbmit-serv-cat{
		font-size: 10px;
		line-height: 26px;
	}
	.pbmit-service-style-6 .pbmit-service-title{
		font-size: 22px;
		line-height: 28px;
		padding-right: 0;
	}
	.pbmit-service-style-6 .pbmit-service-icon{
		font-size: 80px;
		line-height: 60px;
		margin-top: 40px;
	}
}

@media(min-width: 1025px) and (max-width: 1380px){
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper{
		padding: 40px 30px 30px;
	}
}

@media(min-width: 1025px) and (max-width: 1366px){
	.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper i{
		font-size: 60px;
		line-height: 60px;
	}
	.pbmit-ihbox-style-34 .pbmit-element-title{
		font-size: 20px;
		line-height: 30px;
	}
	.physician-img-02{
		padding: 250px 0;
	}
}

@media(min-width: 1025px) and (max-width: 1300px){
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		padding: 30px 30px 30px 40px;
	}
}

@media(min-width: 1025px) and (max-width: 1200px){
	/*=== Homepage-05 ===*/
	.pbmit-ihbox-style-25 .pbmit-element-title{
		font-size: 20px;
		line-height: 26px;
	}
	/*=== Homepage-08 ===*/
	.demo-eight .why-choose-us-five-bg .content-box{
		padding: 0 0 0 25px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px){
	/*=== Homepage-05 ===*/ 
	.why-choose-us-five-bg .professional-img img{
		width: 100%;
	}
}

@media(min-width: 1025px) and (max-width: 1290px){
	/*=== Homepage-02 ===*/
	.about-us-section_two .pbmit-sticky-special{
		min-height: 650px !important;
    	height: 650px !important;
	}
}

@media(min-width: 1201px) and (max-width: 1500px){
	/*=== Header ===*/
	.header-style-6 > .container-fluid{
		padding: 0 30px;
	}
	.header-style-6 .pbmit-right-box .pbmit-btn-secondary{
		padding: 15px 25px;
	}
	.header-style-11 .pbmit-sticky-corner{
		display: none;
	}
	.header-style-11 .pbmit-header-content{
		border-radius: 30px;
        padding: 0 20px;
	}
	.header-style-12 .site-navigation{
		padding-left: 10px;
	}
	.header-style-12 .pbmit-button-box-second .pbmit-btn{
		font-size: 12px;
		padding: 15px 30px;
	}
	.header-style-12 .site-navigation ul.navigation > li > a{
		margin: 0 18px;
	}
	.header-style-12 .main-menu ul > li.dropdown > a:after{
		right: -20px;
	}
}
@media (min-width:1201px) and (max-width:1380px){
	/*=== Homepage-06 ===*/
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		padding: 30px 30px 30px 20px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-btn .pbmit-button-text,
	.pbminfotech-ele-ptable-style-2 .pbmit-btn{
		font-size: 12px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-btn{
		padding: 18px 30px;
	}
}

@media (min-width:1201px) and (max-width:1370px){
	/*=== Homepage-02 ===*/
	.pbmit-blog-style-3 .pbmit-meta-line,
	.pbmit-blog-style-3 .pbmit-meta-line a,
	.pbmit-blog-style-2 .pbmit-meta-line,
	.pbmit-blog-style-2 .pbmit-meta-line a {
		font-size: 10px;
		line-height: 20px;
	}
}

@media (min-width:1201px) and (max-width:1366px){
	/*=== Header ===*/
	.header-style-6 .site-navigation ul.navigation > li > a{
		margin: 0 14px;
	}
	.header-style-12 .pbmit-pre-header-wrapper .container-fluid,
	.header-style-12 .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.pbmit-slider-twelve{
		margin: 0 30px;
	}
	/*=== Homepage-05 ===*/
	.appointment-five-bg .form-style-2 .pbmit-btn{
		font-size: 12px;
		padding: 18px 17px;
	}
	.why-choose-us-five-bg .container{
		padding: 0 15px !important;
	}
	/*=== Homepage-07 ===*/
	.pbmit-tab-style-3 .pbmit-tab-list{
		padding: 30px 0 0 30px;
	}
}

@media(min-width: 1201px) and (max-width: 1300px){
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-heading{
		font-size: 23px;
		line-height: 30px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		width: 27%;
	}
}

@media(min-width: 1201px) and (max-width: 1250px){
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper{
		width: 15%;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price{
		font-size: 45px;
		line-height: 45px;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol{
		font-size: 30px;
		line-height: 30px;
	}
}

@media (min-width:1200px) and (max-width:1366px){
	.pbmit-ihbox-style-2 .pbmit-element-heading,
 	.pbmit-ihbox-style-2 .pbmit-element-title {
		font-size: 16px;
		line-height: 22px;
	}
	.widget.pbmit-service-ad .pbmit-service-ads{
		padding: 30px 30px 45px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	/*=== Footer ===*/
	.site-footer .pbmit-footer-widget-col-1,
	.site-footer .pbmit-footer-widget-col-2,
	.site-footer .pbmit-footer-widget-col-3,
	.site-footer .pbmit-footer-widget-col-4{
		flex: 0 0 auto;
	}
}

@media(min-width: 992px) and (max-width: 1120px){
	/*=== Homepage 08 ===*/
	.pbmit-static-box-style-2 .pbmit-ihbox-icon{
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.pbmit-static-box-style-2 .pbminfotech-box-title h4{
		font-size: 20px;
		line-height: 28px;
	}
	.pbmit-static-box-style-2 .pbminfotech-static-box-desc{
		margin-top: 30px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	/*=== Homepage-03 ===*/
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 40px 30px;
	}
}

@media (min-width:768px) and (max-width:1200px){
	/*=== Homepage-05 ===*/
	.appointment-five-bg .form-style-2 .col-md-3{
		width: 28%;
	}
	.appointment-five-bg .form-style-2 .col-md-4{
		width: 44%;
	}
}

@media (min-width:768px) and (max-width:1024px){
	/*=== Homepage-02 ===*/
	.mptt-shortcode-table tr.mptt-shortcode-row th,
	.mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-title{
		font-size: 12px;
	}
	.mptt-shortcode-table tr.mptt-shortcode-row th{
		padding: 5px 8px;
    	letter-spacing: 0.5px;
	}
	.mptt-shortcode-table tbody .mptt-shortcode-hours{
		font-size: 12px;
    	padding: 0 8px!important;
	}
	.mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-subtitle{
		font-size: 11px;
	}
}

@media (min-width:778px) and (max-width:1023px){
	/*=== Banner Slider ===*/
	.pbmit-slider-eleven .lightbox-video-btn span i{
		font-size: 50px;
        line-height: 50px;
	}
}

@media(min-width:768px) and (max-width:991px){
	/*=== Masonry Grid Col ===*/
	.pbmit-pf-column-three .pbmit-portfolio-style-1 .pbmit-portfolio-title{
		font-size: 20PX;
		line-height: 25PX;
	}
}

@media (min-width:767px) and (max-width:1024px){
	.pbmit-team-style-3 .pbmit-featured-wrapper img{
		width: 300px;
	}
	.pbmit-product-style-1 .woocommerce-loop-product__title{
		font-size: 20px;
	}
}

@media(min-width:767px) and (max-width:991px){
	/*=== Homepage-01 ===*/
	.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon{
		flex-direction: column-reverse;
	}
	.pbmit-ihbox-style-3 .pbmit-lightbox-video{
		margin: 0;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-contents{
		text-align: center;
		margin-top: 20px;
	}
}

@media(min-width:480px) and (max-width:777px){
	.pbmit-slider-eleven .lightbox-video-btn span i{
		font-size: 40px;
		line-height: 40px;
	}
}


@media (max-width: 1450px){
	/*=== header ===*/
	.header-style-3 .pbmit-button-box-second,
	.header-style-4 .pbmit-button-box-second,
	.header-style-1 .pbmit-button-box-second,
	.header-style-5 .pbmit-button-box-second{
		display: none;
	}
	.header-style-9 .pbmit-pre-header-wrapper .container,
	.header-style-9 .site-header-menu .container{
		max-width: none;
        width: auto;
        padding: 0 30px;
	}
}

@media (max-width: 1500px){
	/*=== Header ===*/ 
	.header-style-1 .container-fluid{
		padding: 0 40px;
	}
	.header-style-1 .pbmit-button-box-second {
		display: none;
	}
	.header-style-1 .site-navigation{
		padding-left: 10px;
	}
	.header-style-3 .pbmit-slider-social{
		display: none;
	}
	.header-style-9 .site-navigation{
		padding-left: 10px;
	}
	.header-style-10 .container-fluid{
		padding: 0 40px 0 20px;
	}
	.header-style-10 .site-navigation{
		padding-left: 10px;
	}
	.header-style-10 .site-branding{
		padding: 0 30px 0 0;
	}
	/*=== Homepage-01 ===*/
	.portfolio_two .pbmit-portfolio-style-2 .pbminfotech-box-content{
		left: 10px;
		right: 25px;
	}
	/*=== Our History ===*/
	.history_section .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
		padding: 0;
	}
	.history_section .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
		grid-gap: 120px;
	}
	.pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-next {
		right: 14%;
	}
	/*=== Homepage-04 ===*/
	.pbmit-tween-effect-style-1
	
	.pbmit-element-title{
		font-size: 120px;
		line-height: 130px;
	}
}

@media (max-width: 1600px){
	/*=== Header ===*/
	.header-style-3 .pbmit-slider-social{
		left: 25px;
	}
	/*=== Our History ===*/
	.pbmit-button-box{
		display: none;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
		padding: 0 30px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
		grid-gap: 140px;
	}
}

@media (max-width: 1700px){
	/*=== header ===*/ 
	.header-style-1 .pbmit-button-box {
		display: none;
	}
}


.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #c37243;
  animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
  margin-right: 0;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }

  50% {
    transform: scale(1.2);
    background-color: #6793fb;
    box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }
}

#loading-screen{
    width: 600px;
    height: 300px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
}