/******************************

    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 - Revolution
    14 - Client
    15 - Spinner-Box
    16 - Cursor
	17 - Sortable
    18 - Img Animation
	19 - Marquee
    20 - Event Category
    21 - Portfolio
	22 - From
	23 - Pricing
	24 - Progress Bar
	25 - Treatment Style

******************************/

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmitbox4;
}

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
    margin-bottom: 50px;
	position: relative;
}
.pbmit-heading-subheading .pbmit-subtitle{
    font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1b99fe;
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.pbmit-heading-subheading .pbmit-title{
    font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #06268b;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading .pbmit-heading-desc{
    margin-top: 20px;
	font-family: Schibsted Grotesk,sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #666666;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-title{
	border-color: rgba(255, 255, 255, 0.5)
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-contents{
	transition: all 0.9s ease 0s;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg{
	margin-right:25px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-light-color);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper, 
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper {
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image{
	background-color:transparent;
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon{
	font-size: 40px;
	line-height: normal;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-1 .pbmit-element-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-headingicon{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-1:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover,
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover,
.pbmit-ihbox-style-1 .pbmit-element-title a:hover,
.pbmit-ihbox-style-1 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-1 .pbmit-element-title a:hover,
.pbmit-ihbox-style-1 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-1 .pbmit-element-title a:hover,
.pbmit-ihbox-style-1 .pbmit-element-subtitle a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-1 .pbmit-element-title a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-1 .pbmit-element-subtitle a:hover{
	color: rgb(255 255 255 / 50%);
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text{
	font-size: 8px;
	line-height: 25px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper{
	margin: 3px 20px 0 0;
	font-size: 10px;
	min-width: 24px;
	height: 24px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg svg {
	width: 12px;
	height: 12px;
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-2 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	padding: 23px 0 0;
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon{
	align-items: center;
}
/** Style 3 **/
.pbmit-ihbox-style-3 .pbmit-ihbox-box .pbmit-ihbox-number,
.pbmit-ihbox-style-3 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-ihbox-style-3:hover .pbmit-svg-btn svg line{
	transition: all 0.9s ease 0s;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img{
	border-radius: 50%;
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-secondary-color);
	font-weight: 700;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box {
	text-align: center;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0 12px 0;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-ihbox-box{
	flex-direction: column-reverse;
	display: flex;
}

.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-ihbox-contents{
	display: grid;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-element-subtitle{
	order: 1;
	margin: 0;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-element-title{
	order: 2;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-heading-desc{
	order: 3;
	margin:0px 0 35px 0;
}
.pbmit-element-miconheading-style-3 .pbmit-element-posts-wrapper{
	padding-top: 30px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
	width: max-content;
	height: max-content;
	margin: auto;
	padding: 10px;
	position: relative;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper::before{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	border-radius: 50%;
	border: 4px dotted transparent;
	animation-name: pbmit_dot;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transition: 0.9s;	
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-wrapper::before{
	border-color: var(--pbmit-global-color) !important;
}

@-webkit-keyframes pbmit_dot {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_dot {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_dot {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_dot {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_dot {
	from { transform: rotate(360deg); }
	to { transform: rotate(0); }
}
.pbmit-ihbox-style-3 .pbmit-icon-type-icon i {
	font-size: 30px;
	line-height: 30px;
	top: 6px;
	position: relative;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-wrapper::before{
	border-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3  .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image):before {
	height: 60px;
	width: 60px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text {
	padding: 20px;
}
.pbmit-ihbox-style-3 .pbmit-icon-type-icon i {
	left: 6px;
}
.pbmit-ihbox-style-3  .pbmit-ihbox-btn{
	margin: 5px 0;
}
/** Style 4 **/
.pbmit-ihbox-style-4{
	position: relative;
    margin: 0px 7.5px 0px 0px;
    --e-column-margin-right: 7.5px;
    --e-column-margin-left: 0px;
    padding: 50px 20px 50px 20px;
    background-color: var(--pbmit-light-color);
}
.pbmit-team-award-demo2 .pbmit-ihbox-style-4:before,
.pbmit-ihbox-style-4:before {
	position: absolute;
	content: '';
	display: inline-block;
	background-image: url(../images/homepage-1/ih-shape.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 15px;
	bottom: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.pbmit-team-award-demo2 .pbmit-ihbox-style-4:before,
.pbmit-team-award .pbmit-ihbox-style-4:before{
	content: unset;
	position: unset;
}
.pbmit-ihbox-style-4:before, 
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    filter: grayscale(1);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image img, 
.pbmit-ihbox-style-4:before, 
.pbmit-ihbox-style-4 .pbmit-element-title, 
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    transition: all 0.9s ease 0s;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    transform: translateY(0px);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon {
    text-align: center;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-contents .pbmit-element-title {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #666;
}
.pbmit-ihbox-style-4:hover:before, 
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-wrapper {
    filter: grayscale(0);
}
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-wrapper {
    transform: translateY(-5px);
}
.pbmit-ihbox-style-4:hover .pbmit-element-title {
    color: var(--pbmit-global-color);
}
/** Style 5 **/
.pbmit-ihbox-style-5, 
.pbmit-ihbox-style-5:hover .pbmit-ihbox-icon, 
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
    transition: all .4s ease-out;
}
.pbmit-ihbox-style-5,
.pbmit-ihbox-style-5:hover .pbmit-ihbox-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text{
	transition: all .4s ease-out;
}
.pbmit-ihbox-style-5 .pbmit-element-title a,
.pbmit-ihbox-style-5 .pbmit-element-title{
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: -0.5px ;
	color: var(--pbmit-white-color);
	margin-bottom: 0;
}
.pbmit-ihbox-style-5 .pbmit-element-title a:hover{
	color: rgb(255 255 255 / 50%);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-headingicon{
	height: 235px;
	width: 235px;
	background-color: var(--pbmit-secondary-color);
	border-radius: 50%;
	padding: 50px;
	text-align: center;
	overflow: hidden;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-contents{
	transform: translate(-50%, -50%);
	top: 50%;
	position: relative;
	left: 50%;
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle a,
.pbmit-ihbox-style-5 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle a:hover{
	color: rgb(255 255 255 / 80%);
}
.pbmit-ihbox-style-5 .pbmit-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg {
	padding-top: 20px;
}
.pbmit-miconheading-style-5 .pbmit-ihbox-style-5{
	text-align: center;
	max-width: max-content;
}
.pbmit-ihbox-style-5 .pbmit-heading-desc{
	margin: 20px 0 10px 0;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
	margin:  0 auto;
}
/** Style 6 **/
.pbmit-ihbox-style-6 .pbmit-ihbox-step-box,
.pbmit-ihbox-style-6 .pbmit-ihbox-headingicon{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-6{
	background-color: var(--pbmit-light-color);
	padding: 90px 75px 85px 45px;
}
.pbmit-ihbox-style-6 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	transition: all 0.6s ease-in-out;
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 24px;
	color: var(--pbmit-global-color);
	font-weight: 600;
	margin: 10px 10px 0 0;
	font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper{
	font-size: 48px;
	line-height: 52px;
	color: var(--pbmit-global-color);
	transform: rotate(3deg);
	font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents{
	padding-left: 30px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-step-box{
	transform: rotate(-92deg);
	margin-top: -15px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-btn{
	margin: 15px 0 0 0;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-6 {
	background-color: var(--pbmit-white-color);
} 
/** Style 7 **/
.pbmit-ihbox-style-7 .pbmit-element-subtitle,
.pbmit-ihbox-style-7 .pbmit-element-subtitle:before {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon,.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	font-size: 50px;
	line-height: 60px;
	margin-top: 5px;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle,
.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	position: relative;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle:before {
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	height: 1px;
	width: 30px;
	background-color: var(--pbmit-global-color)
}
.pbmit-ihbox-style-7:hover .pbmit-element-subtitle:before {
	width: 0;
}
.pbmit-ihbox-style-7:hover .pbmit-element-subtitle {
	padding-left: 0;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	padding-left: 50px;
}
.pbmit-ihbox-style-7 .pbmit-heading-desc {
	padding: 15px 0 0 0;
	font-weight: 500;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	height: 80px;
	width: 80px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	margin: 15px 0 0 0;
}
/** Style 8 **/
.pbmit-ihbox-style-8 .pbmit-icon-wrapper i,
.pbmit-ihbox-style-8 .pbmit-ihbox-contents{
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pbmit-ihbox-style-8 .pbmit-element-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-heading-desc{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-icon-wrapper i{
	font-size: 80px;
	line-height: 90px;
	color: var(--pbmit-global-color);
	position: absolute;
	right: 40px;
	top: 60px;
	z-index: 1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-contents,
.pbmit-mihbox-hover-active .pbmit-ihbox-contents{
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8:hover .pbmit-icon-wrapper i,
.pbmit-ihbox-style-8.pbmit-mihbox-hover-active .pbmit-icon-wrapper i{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn{
	margin: 20px 0 0 0;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn a{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8{
	position: relative;
	overflow: hidden;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg, 
.pbmit-ihbox-style-8 .pbmit-icon-wrapper i {
    font-size: 80px;
    line-height: 90px;
    color: var(--pbmit-global-color);
    position: absolute;
    right: 40px;
    top: 60px;
    z-index: 1;
    transform: scale(0);
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-contents,
.pbmit-ihbox-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-contents{
	transform: translateY(0%);
	opacity: 1;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-contents{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgb(3 3 4 / 60%);
	padding: 220px 50px 0px 50px;
	transform: translateY(100%);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img{
	width: 100%;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
	height: 50px;
	width: 50px;
}
.pbmit-ihbox-style-8 .pbmit-icon-wrapper i, 
.pbmit-ihbox-style-8 .pbmit-ihbox-contents {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
    width: 100%;
}
.pbmit-ihbox-btn a span.pbmit-button-text {
    position: relative;
    padding-right: 15px;
    overflow: hidden;
    font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.pbmit-ihbox-btn span.pbmit-button-text:after {
    content: "\e814";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'pbminfotech-base-icons';
    -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%);
}
/** Style 9 **/
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-icon-wrapper{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-headingicon{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-9 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-icon-wrapper{
	height: 80px;
	width: 80px;
	line-height: 90px;
	background-color: var(--pbmit-secondary-color);
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon{
	margin-right: 25px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	height: 80px;
	width: 80px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
	line-height: 60px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	line-height: 80px;
}
.pbmit-ihbox-style-9{
	border-bottom: 1px solid rgb(3 3 4 / 10%);
	padding: 25px 25px 60px;
}
.pbmit-miconheading-style-9:last-child .pbmit-ihbox-style-9{
	border-bottom: unset;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9:hover .pbmit-icon-wrapper{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
/** Style 11 **/
.pbmit-ihbox-style-11 .pbmit-element-title{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-11 .pbmit-element-subtitle{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
	padding: 10px 0 0;
	font-size: 18px;
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon{
	font-size: 50px;
	line-height: normal;
	margin-right: 25px;
	color: #666;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon {
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
	margin-right: 10px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text{
	font-size:16px;
	line-height:26px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn{
	margin: 20px 0 0 0;
}
/** Style 12 **/
.pbmit-ihbox-style-12,
.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text{
	transition: all .4s ease-out;
}
.pbmit-ihbox-style-12,
.pbmit-ihbox-style-12 .pbmit-ihbox-contents {
	position: relative;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-contents-inner{
	text-align: center;
	padding: 50px 10px;
	z-index: 1;
	position: relative;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn a{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12{
	display: inline-block;
	height: 160px;
	width: 160px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn{
	line-height: 20px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-contents:before{
	transform-origin: 50% 50% 0;
	transform: rotate(0);
	-webkit-animation-name: pbmit_rotate_1;
	-moz-animation-name: pbmit_rotate_1;
	-ms-animation-name: pbmit_rotate_1;
	-o-animation-name: pbmit_rotate_1;
	animation-name: pbmit_rotate_1;
	-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;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-content-area{
	text-align: center;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn span.pbmit-button-text:after{
	content: unset;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn a span{
	padding-right: 0 !important;
}s
.pbmit-ihbox-style-12 .pbmit-element-title a,
.pbmit-ihbox-style-12 .pbmit-element-title{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.5px ;
	margin-bottom: 0;
}
.pbmit-ihbox-style-12 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-12 .pbmit-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text{
	font-size: 25px;
	line-height: 25px;
	margin-top: 10px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12 .pbmit-heading-desc{
	margin: 20px 0 10px 0;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
	margin:  0 auto;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .pbmit-button a:before, 
.pbmit-element-team-style-2 .pbmit-ele-header-area .pbmit-btn a::before, 
.pbmit-ihbox-style-12 .pbmit-ihbox-contents:before {
    position: absolute;
    content: '';
    height: 160px;
    width: 160px;
    background-image: url(../images/bg/start.svg);
    transform-origin: 50% 50% 0;
    transform: rotate(0);
    z-index: 0;
	animation-name: pbmit_footer_rotate;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-webkit-keyframes pbmit_footer_rotate {
	from { 
		-webkit-transform: rotate(0); 
	}
	to { 
		-webkit-transform: rotate(360deg); 
	}
}
@-moz-keyframes pbmit_footer_rotate {
	from { 
		-moz-transform: rotate(0); 
	}
	to { 
		-moz-transform: rotate(360deg); 
	}
}
@-ms-keyframes pbmit_footer_rotate {
	from { 
		-ms-transform: rotate(0); 
	}
	to { 
		-ms-transform: rotate(360deg); 
	}
}
@-o-keyframes pbmit_footer_rotate {
	from { 
		-o-transform: rotate(0); 
	}
	to { 
		-o-transform: rotate(360deg); 
	}
}
@keyframes pbmit_footer_rotate {
	from { 
		transform: rotate(0); 
	}
	to { 
		transform: rotate(360deg); 
	}
}
/** Style 14 **/
.pbmit-ihbox-style-14{
	display: inline-block;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-contents{
	display: flex;
	align-items: center;
	background: rgb(6 38 139 / 90%);
    padding: 40px 50px 30px;
}
.pbmit-ihbox-style-14 .pbmit-element-title{
	font-size: 100px;
	line-height: 110px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle{
	font-size: 28px;
	line-height: 34px;
    margin: 5px 0 0 0;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-contents-inner{
	margin-right: 20px;
}
.pbmit-ihbox-style-14 .pbmit-heading-desc{
    font-size: 20px;
    line-height: 24px;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    padding: 20px;
    text-align: center;
	font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text{
	font-size: 20px;
	line-height:30px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-icon-type-icon i{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-post-item .pbminfotech-box-content .pbminfotech-box-social-links,
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position,
.pbmit-team-style-1 .pbmit-featured-wrapper,
.pbmit-team-style-1 .pbmit-featured-wrapper::before {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title {
	transition: 0.7s ease-in-out;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 26px;
	margin: 5px 0 0;
	transform: translateY(210px);
}
.pbmit-team-style-1 .pbmit-team-title a {
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1{
	position: relative;
	margin-bottom: 30px;
}
.pbmit-team-style-1 .pbminfotech-post-item,
.pbmit-team-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-team-style-1 .pbmit-featured-wrapper::before {
	position: absolute;
	content: "";
	width: 0%;	
	height: 100%;
	left: 0;
	background: rgb(27 153 254 / 92%);
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper::before {
	width:100%;
}
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px;
	transform: translateY(-100%);
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-social-links {
	width: fit-content;
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li {
	padding: 0;
	display: block;
	margin: 0 0 10px 0;
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li a {
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-titlebox {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 45px;
	width: 100%;
} 
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position {
	color: rgb(255 255 255 / 80%);
	transform: translateY(120px);
}
.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-social-links {
	transform: translateY(0%);
}
.pbmit-team-style-1:hover .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-team-position {
	transform: translateY(0px);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-number-rotate{
	font-size: 120px;
	line-height: 130px;
	display: inline-block;
	position: relative;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	font-size: 120px;
	line-height: 130px;
	margin-bottom: 25px;
	display: flex;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper i{
	color: var(--pbmit-global-color) !important;
	font-size: 24px;
}
.pbminfotech-ele-fid-style-1.pbminfotech-ele-fid .pbmit-sbox-icon-wrapper svg{
	fill: var(--pbmit-global-color);
	width: 24px;
	height: 24px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
	bottom: -90px;
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper i,
.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper i {
	color: var(--pbmit-secondary-color);
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate{
	font-size: 70px;
	line-height:80px;
	display: inline-block;
	position: relative;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 5px;
	display: flex;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color) !important;
}
.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper i{
	color: var(--pbmit-global-color) !important;
	font-size: 20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub {
	bottom: -90px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-2 .pbmit-number-rotate,
.pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate,
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate,
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate{
	color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper i,
.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper i {
	color: var(--pbmit-secondary-color);
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
	text-align: left;
}
.pbminfotech-ele-fid-style-3{ 
	padding: 20px 14px 15px 20px;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.95s ease 0s;
}
.pbmit-active .pbminfotech-ele-fid-style-3{
	background: var(--pbmit-light-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-circle-outer{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
	padding-left: 20px;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle {
	position: relative; 
	display: inline-block;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--pbmit-global-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-flex;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
	padding: 0 5px;
	letter-spacing: -0.5px;
	font-size: 30px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner span{
	font-size: 25px;
	line-height: 25px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
	font-size: 16px;
	line-height: 16px;
	position: relative;
	bottom: 0px;
	left: 0px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub {
	bottom: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-heading-desc{
	font-size: 15px;
	line-height: 25px;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
}
.pbmit-element-service-style-1 .pbmit-ele-header-area{
	max-width: 400px;
	padding-right: 110px;
}
.pbmit-service-style-1 .pbmit-feature-circle .pbmit-featured-wrapper,
.pbmit-service-style-1 .pbmit-service-description,
.pbmit-service-style-1 .pbminfotech-box-content{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.pbmit-service-style-1 .pbminfotech-post-item:after {
	position: absolute;
	content: "";
	bottom: 0;
	display: block;
	width: 100%;
	height: 60%;
 	background-color: var(--pbmit-secondary-color);
	opacity: 0;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
.pbmit-service-style-1:hover .pbminfotech-post-item:after {
	height: 100%;
	opacity: 1;
}
.pbmit-service-style-1 .pbminfotech-box-content{
	position: absolute;
	left: 0px;
	padding: 0 50px;
	bottom: -30px;
}
.pbmit-service-style-1:hover .pbminfotech-box-content{
	bottom: 50px;
	z-index: 2;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
	height: 40px;
	width: 40px;
}
.pbmit-service-style-1 .pbmit-box-content-inner .pbmit-service-icon-wrapper i {
	color: var(--pbmit-white-color);
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
}
.pbmit-service-style-1:hover .pbmit-service-icon-wrapper img,
.pbmit-service-style-1:hover .pbmit-box-content-inner .pbmit-service-icon-wrapper i {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img,
.pbmit-service-style-1 .pbmit-box-content-inner .pbmit-service-icon-wrapper i {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
 .pbmit-service-style-1 .pbmit-service-description{
	opacity: 0;
}
.pbmit-service-style-1:hover .pbmit-service-description {
	opacity: 1;
}
.pbmit-service-style-1 .pbmit-service-btn{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-service-style-1:hover .pbmit-service-btn{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pbmit-service-style-1 .pbmit-service-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-service-style-1 .pbmit-service-btn i{
	font-size: 35px;
	line-height: 35px;
	color: var(--pbmit-global-color);
	z-index: 1;
	position: relative;
}
.pbmit-service-style-1 .pbmit-service-btn a:hover i{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbminfotech-post-item:before {
	position: absolute;
	content: '';
	background: linear-gradient(to top,  rgba(3,13,45,1) 0%,rgba(88,132,175,0.3) 52%,rgba(125,185,232,0.3) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
}
.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a{
	font-size: 26px;
	line-height:26px;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-cat a{
	font-size: 14px;
	line-height: 24px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-description{
	color: var(--pbmit-white-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width: 100%;
}
/* Circle image css */
.pbmit-service-style-1 .pbmit-feature-circle{
	position: absolute;
	overflow: hidden;
	transform: translate(-137px, 90px) scale(0.5);
	margin: 0 auto;
	width: 235px;
	height: 235px;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	top: 50px;
	left: 0px;
	right: 0;
	z-index: 2;
	opacity: 0;
}
.pbmit-service-style-1:hover .pbmit-feature-circle{
	opacity: 1;
	transform: translate(0px, 0px) scale(1);
}
.pbmit-service-style-1 .pbmit-feature-circle .pbmit-featured-img-wrapper:before{
	position: unset;
	content: unset;
	background-color: transparent;
}
.pbmit-element-service-style-1 .pbmit-element-inner{
	display: flex;
	align-items: center;
}
.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a {
	margin-bottom: 20px;
}
.pbmit-element-service-style-1 .pbmit-element-inner{
	display: block;
}
.pbmit-element-service-style-1 .pbmit-ele-header-area {
	max-width: 100%;
	padding-right: 0;
}
.pbmit-element-service-style-1 .pbmit-feature-circle{
	display: none;
}
.pbmit-service-style-1.col-lg-3 .pbmit-feature-circle,
.pbmit-service-style-1.col-lg-3 .pbmit-feature-circle {
	width: 150px;
	height: 150px;
}
.pbmit-service-style-1.col-lg-3 .pbmit-service-title,
.pbmit-service-style-1.col-lg-3 .pbmit-service-title a,
.pbmit-service-style-1.col-lg-3 .pbmit-service-title,
.pbmit-service-style-1.col-lg-3 .pbmit-service-title a{
	font-size: 22px;
}
.pbmit-service-style-1.col-lg-3 .pbminfotech-box-content,
.pbmit-service-style-1.col-lg-3 .pbminfotech-box-content{
	padding: 0 30px;
}
/** Style 2 **/
.pbmit-service-style-2 .pbminfotech-post-item {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	max-height: 100%;
	z-index: 1;
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.2s;
	transition: transform 0.75s ease-out 0s, opacity 0.9s ease 0s;
}
.pbmit-service-style-2 .pbmit-box-content-inner,
.pbmit-service-style-2 .pbminfotech-post-item {
	padding: 200px 50px 230px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper {
	padding-bottom: 50px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper i {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
	transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper img {
	width: 70px;
	height: 70px;
}
.pbmit-service-style-2 .pbmit-service-cat {
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-cat a {
	transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-cat::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgb(3 3 4 / 5%);
	transition: 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-title {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
	transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-title a {
	transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-featured-wrapper img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	opacity: 0.6;
	user-select: none;
	pointer-events: none;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-featured-wrapper img {
	opacity: 1;
}
.pbmit-service-style-2:hover .pbmit-featured-wrapper img {
	opacity: 1;
	visibility: visible;
	transform: scale(1.08);
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-title a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-icon-wrapper i,
.pbmit-service-style-2:hover .pbmit-service-title a,
.pbmit-service-style-2:hover .pbmit-service-cat a,
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper i {
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat::after {
	background-color: rgb(255 255 255 / 50%);
	opacity: 1;
}
.pbmit-service-style-2 .pbmit-box-content-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	visibility: hidden;
	width: 20.3vw;
	height: 100%;
	z-index: 1;
	background-color: rgb(3 3 4 / 30%);
	transition: opacity 0.35s ease 0.3s, visibility 0.35s ease 0.15s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-box-content-inner,
.pbmit-service-style-2:hover .pbmit-box-content-inner {
	opacity: 1;
	visibility: visible;
}
.pbmit-service-style-2 .pbminfotech-box-content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	opacity: 0;
	width: 0;
	z-index: 1;
	transition: width 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbminfotech-box-content,
.pbmit-service-style-2:hover .pbminfotech-box-content {
	opacity: 1;
	width: 100%;
	transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-description{
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-2:hover .pbmit-service-description,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-description{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-btn{
	margin: 35px 0 0 0;
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.pbmit-service-style-2 .pbmit-box-content-inner .pbmit-service-btn a {
    color: var(--pbmit-white-color);
} 
.pbmit-service-style-2 .pbmit-box-content-inner .pbmit-service-btn a{
    display: inline-flex;
    padding: 14px 30px;
} 
.pbmit-service-style-2 .pbmit-service-btn a {
    position: relative;
    overflow: hidden;
}
.pbmit-service-style-2 .pbmit-box-content-inner .pbmit-service-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 100% 50%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
} 
.pbmit-service-style-2 .pbmit-service-btn a:before {
    background-color: var(--pbmit-global-color);
}
.pbmit-service-btn a .pbmit-button-wrapper,
.header-style-1-btn a .pbmit-button-wrapper,
.header-style-2-btn a .pbmit-button-wrapper{
    display: inline-flex;
    justify-content: center;
} 
.pbmit-service-style-2 .pbmit-service-btn a > span{
    overflow: hidden;
}
.pbmit-service-style-2:hover .pbmit-service-btn a {
    background-color: var(--pbmit-secondary-color);
}
@keyframes MoveUpInitial {
	to {
		transform: translate3d(0,-105%,0);
	}
}
@keyframes pbmit_MoveUpEnd {
	from {
		transform: translate3d(0,100%,0);
	}
	to {
		transform: translate3d(0,0,0);
	}
}
.pbmit-service-style-2:hover a span span,
.header-style-2-btn:hover a span span {
	animation: MoveUpInitial 0.3s forwards, pbmit_MoveUpEnd 0.3s forwards 0.3s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-icon-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-title a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-icon-wrapper i,
.pbmit-service-style-2:hover .pbmit-service-title a,
.pbmit-service-style-2:hover .pbmit-service-cat a,
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper i {
	color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-service-style-3 .pbmit-service-wrapper-icon-wrapper,
.pbmit-service-style-3 .pbmit-svg-btn svg,
.pbmit-service-style-3 .pbmit-svg-btn{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.pbmit-service-style-3 .pbmit-service-description{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-3 .pbmit-service-title{
	font-size: 26px;
	line-height: 30px;
	margin: 10px 0 20px 0;
}
.pbmit-service-style-3 .pbmit-service-wrapper{
	padding: 120px 30px 60px 0px;
	position: relative;
	overflow: hidden;
	width: 430px;
}
.pbmit-service-style-3 .pbmit-service-wrapper-icon-wrapper{
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-secondary-color);
}
.pbmit-service-style-3:hover .pbmit-service-wrapper-icon-wrapper{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.pbmit-service-style-3 .pbmit-service-wrapper-icon-wrapper img {
	width: 60px;
	height: 60px;
}
.pbmit-service-style-3 .pbmit-svg-btn svg {
	height: 20px;
}
.pbmit-service-style-3 .pbmit-svg-btn{
	margin:50px 0 0 0;
	display: inline-block;
}
.pbmit-service-style-3 .pbmit-svg-btn{
	transform: rotate(45deg);
}
.pbmit-service-style-3:hover .pbmit-svg-btn{
	transform: rotate(0deg);
}
.pbmit-service-style-3 .pbminfotech-post-item{
	background-color: var(--pbmit-light-color);
}
.pbmit-service-style-3 .pbmit-service-cat a{
	color: var(--pbmit-global-color);
	font-size: 14px;
	line-height: 24px;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper:before{
	position: absolute;
	content: '';
	left: auto;
	right: -130px;
	background: linear-gradient(to left, rgba(246,248,255,1) 0%,rgba(246,248,255,1) 52%,rgba(246,248,255,0.29) 64%,rgba(246,248,255,0) 69%);
	height: 100%;
	width: 100%;
}
.pbmit-element-service-style-3 .pbmit-ele-header-area{
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	align-items: center;
}
.pbmit-service-style-3 .pbmit-service-wrapper-icon-wrapper {
   font-size: 50px;
   line-height: 60px;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper,
.pbmit-service-style-3 .pbmit-service-image-wrapper{
	background-image: none;
}
.pbmit-service-style-3 .pbmit-svg-btn,
.pbmit-service-style-3 .pbmit-svg-btn {
	margin: 30px 0 0 0;
}
.pbmit-service-style-3 .pbmit-service-wrapper-icon-wrapper {
	font-size: 45px;
	line-height: 55px;
}
.pbmit-service-style-3 .pbmit-service-wrapper-icon-wrapper {
	font-size:30px;
	line-height: 40px;
}
.pbmit-service-style-3 .pbmit-service-wrapper-icon-wrapper {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-secondary-color);
}
.pbmit_widget_list_all_posts ul>li a {
    padding: 15px 45px 15px;
    margin-bottom: 1px;
    display: block;
    position: relative;
    border-radius: 0px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
	font-family: Philosopher,sans-serif;
}
.pbmit_widget_list_all_posts ul>li {
    margin: 0;
    position: relative;
}
.pbmit_widget_list_all_posts ul>li a:before {
    position: absolute;
    content: "\e814";
    left: inherit;
    right: 35px;
    font-size: 17px;
    line-height: 0;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    z-index: 1;
    color: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit_widget_list_all_posts ul>li a::after {
    position: absolute;
    content: "";
    left: 25px;
    top: 50%;
    width: 6px;
    height: 6px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--pbmit-global-color);
    transition: all 0.4s ease;
    border-radius: 50%;
}
.service-left-col {
    flex: 0 0 28%;
    max-width: 28%;
}
.service-right-col {
    padding-left: 60px !important;
    padding-right: 0;
	flex: 0 0 72%;
    max-width: 72%;
}
.widget .download .item-download .pbmit-righticon {
	position: absolute;
	right: 20px;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	background: transparent;
}
.widget .download .item-download a {
	position: relative;
	text-align: center;
	padding: 16px 30px;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: var(--pbmit-global-color);
	border: 2px solid var(--pbmit-global-color);
}
.widget .download .item-download:first-child a{
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-secondary-color);
	
}
.widget .download .item-download:first-child a:hover{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-global-color);
}
.widget .download .item-download a:hover {
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-secondary-color);
}
.widget .download {
	display: block;
}
.widget .download .item-download:first-child {
	margin-bottom: 20px;
}
.widget .download .item-download a i {
	font-size: 24px;
	vertical-align: middle;
}
.widget .download .item-download a i:first-child {
	margin-right: 25px;
}
.widget.pbmit-download-file {
	padding: 0px;
	padding-top: 0px;
	box-shadow: unset;
	background: none;
}
.widget .pbmit-all-post-list-w {
    background-color: var(--pbmit-light-color);
}
.pbmit_widget_list_all_posts ul>li:hover a {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.pbmit_widget_list_all_posts ul>li a:hover:before{
    color: var(--pbmit-white-color);
}
.pbmit_widget_list_all_posts ul>li:hover a::after {
    background-color: var(--pbmit-white-color);
}
.pbmit-treatment-ads .pbmit-tretment-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
}
.pbmit-treatment-ads {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 50px 0 200px;
}
.pbmit-ads-content {
    font-size: 25px;
    line-height: 28px;
    color: var(--pbmit-white-color);
    margin-top: 10px;
}
.widget_categories ul li.cat-item .pbmit-cat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--pbmit-blackish-color);
}
.widget_categories ul li a {
    color: var(--pbmit-blackish-color);
	font-size: 14px;
    line-height: 24px;
    position: relative;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
	transition: all .25s ease-in-out;
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-style: normal;
}
.widget_categories ul li .pbmit-cat-li:hover .pbmit-brackets {
    color: var(--pbmit-global-color);
}
.widget_categories ul li .pbmit-brackets {
    font-size: 14px;
    color: var(--pbmit-blackish-color);
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-style: normal;
	transition: all .25s ease-in-out;
}
.widget_categories ul li.cat-item .pbmit-cat-li>a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    background: var(--pbmit-blackish-color);
}
.widget_categories ul li a:hover {
    color: var(--pbmit-global-color);
}
.widget_categories ul li.cat-item .pbmit-cat-li>a:hover::before{
    background-color: var(--pbmit-global-color);
}
.widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    width: auto;
}
.pbmit-entry-content .widget-title{ 
	display: block;
	padding-top: 40px;
	margin-bottom: 20px;
    font-family: Philosopher,sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    color: #06268b;
    text-transform: capitalize;
    font-style: normal;
    position: relative;
} 

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-svg-btn svg{
	-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 {
	margin-bottom: 30px;
}
.pbmit-blog-style-1 .pbmit-meta-line:before,
.pbmit-blog-style-1 .pbmit-meta-date span.pbmit-day-wrap,
.pbmit-blog-style-1 .pbmit-meta-date span.pbmit-date-wrap,
.pbmit-blog-style-1 .pbminfotech-box-content,
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn{
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-blog-style-1 .pbmit-meta-category a {
	padding: 5px 15px;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	font-size: 13px;
}
.pbmit-blog-style-1 .post-item{
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbminfotech-box-content{
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	padding: 15px;
	top: auto;
	backdrop-filter: blur(7.5px);
}
.pbmit-blog-style-1:hover .pbminfotech-box-content{
	background: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-title a {
	font-size: 24px;
	line-height: 32px;
	margin:10px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-1:hover .pbmit-meta-date span.pbmit-day-wrap,
.pbmit-blog-style-1:hover .pbmit-meta-date span.pbmit-date-wrap,
.pbmit-blog-style-1:hover .pbmit-post-title a{
	color: var(--pbmit-secondary-color);
}
.pbmit-blog-style-1 .pbmit-meta-date span.pbmit-day-wrap,
.pbmit-blog-style-1 .pbmit-meta-date span.pbmit-date-wrap {
	font-size: 14px;
	line-height: 24px;
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-title a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-blog-style-1 .pbmit-svg-btn{
	margin-top: 5px;
	display: inline-block;
}
.pbmit-blog-style-1 .pbmit-svg-btn svg{
	height: 20px;
	transform: rotate(45deg);
}
.pbmit-blog-style-1:hover .pbmit-svg-btn svg{
	transform: rotate(0deg);
}
.pbmit-blog-style-1 .pbmit-svg-btn svg line {
	stroke: var(--pbmit-white-color);
}
.pbmit-blog-style-1:hover .pbmit-svg-btn svg line {
	stroke: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-meta-line:before{
	position: absolute;
	content: '';
	top: 50%;
	right: -18px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: var(--pbmit-white-color);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbmit-blog-style-1:hover .pbmit-meta-line:before {
	background: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-meta-line:last-child:before{
	content: unset;
}
.pbmit-blog-style-1 .pbmit-meta-line{
	margin-right:25px ;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}
.pbmit-svg-btn svg line:nth-child(3), .pbmit-svg-btn svg line:nth-child(2) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}
.pbmit-svg-btn svg line:not(:first-child) {
    stroke-linecap: square;
}
.pbmit-blog-style-1 .pbmit-meta-line:last-child{
	margin-right:0px ;
}
.pbmit-blog-style-1 .pbmit-meta-category a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-blog-style-1 .pbmit-btn a {
	color: var(--pbmit-white-color);
}
.pbmit-element-blog-style-1.pbmit-sortable-yes .pbmit-ele-header-area-wrapper {
	display: block !important;
}
.pbmit-blog-style-1:hover .pbmit-meta-line:before {
    background: var(--pbmit-global-color);
}
/** Style 2 **/
.pbmit-blog-style-2 .pbmit-meta-line:last-child:before{
	content: unset;
}
.pbmit-blog-style-2 .pbmit-meta-line{
	padding-right: 25px;
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
}
.pbmit-blog-style-2 .pbmit-meta-line:last-child{
	margin-right:0px ;
}
.pbmit-blog-style-2 .pbmit-meta-category a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-meta-line .pbmit-meta.pbmit-meta-number{
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbmit-meta-line .pbmit-meta.pbmit-meta-comments{
	color: var(--pbmit-secondary-color);
	padding-left: 5px;
}
.pbmit-blog-style-2 .pbmit-meta-line:before{
	position: absolute;
	content: '';
	top: 50%;
	right: 2px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: var(--pbmit-global-color);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbmit-element-blog-style-2.pbmit-element-viewtype-carousel .pbmit-blog-style-2 .post-item {
	padding: 0 0 30px 0;
}
.pbmit-blog-style-2 .pbmit-meta-category a {
	padding: 5px 15px;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-2 .post-item .pbmit-content-wrapper{
	flex: 1;
	padding-right: 60px;
}
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-svg-btn svg{
	-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-2 .pbmit-svg-btn a {
	padding: 0;
	background-color: transparent;
}
.pbmit-blog-style-2 .pbmit-svg-btn a svg {
    height: 22px;
    width: 22px;
}
.pbmit-blog-style-2 .pbmit-svg-btn svg line{
	stroke-width: 1px !important;
}
.pbmit-blog-style-2:hover .pbmit-svg-btn svg line{
	stroke: var(--pbmit-global-color);
	stroke-dashoffset: 0;
}
.pbmit-blog-style-2:hover .pbmit-svg-btn svg{
	transform: rotate(45deg);
}
/** Style 3 **/
.pbmit-blog-style-3 .pbmit-svg-btn svg,
.pbmit-blog-style-3 .pbmit-content-wrapper,
.pbmit-blog-style-3 .pbmit-blog-content,
.pbmit-blog-style-3 .pbmit-meta-cat-wrapper .pbmit-meta-line:last-child,
.pbmit-blog-style-3 .pbmit-meta-cat-wrapper,
.pbmit-blog-style-3 .pbmit-meta-line,
.pbmit-blog-style-3 .pbmit-title-box,
.pbmit-blog-style-3 .pbmit-post-title,
.pbmit-blog-style-3 .pbmit-featured-container,
.pbmit-blog-style-3 .pbmit-featured-wrapper {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-3 .pbmit-meta-line{
	display: block;
}
.pbmit-blog-style-3 .pbmit-meta-category a {
	padding: 5px 15px;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	font-size: 13px;
}
.pbmit-blog-style-3 .pbmit-meta-category a:hover {
	padding: 5px 15px;
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-post-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	width: 415px;
}
.pbmit-blog-style-3 .pbmit-blog-content p{
	margin: 0;
}
.pbmit-blog-style-3 .pbminfotech-box-content{
	padding: 50px 50px 40px;
	background-color: var(--pbmit-light-color);
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-3 .pbmit-title-box{
	flex: 1;
	margin-left: 55px;
}
.pbmit-blog-style-3 .pbmit-meta-date span.pbmit-day-wrap {
	font-size: 100px;
	line-height: 85px;
	display: block;
	position: relative;
	color: var(--pbmit-secondary-color);
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-style: normal;
}
.pbmit-blog-style-3 .pbmit-meta-date span.pbmit-date-wrap {
	font-size: 14px;
	line-height: 14px;
	color: var(--pbmit-secondary-color);
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-style: normal;
}
.pbmit-blog-style-3 .pbmit-meta-date{
	text-align: center;
}
.pbmit-blog-style-3 .pbmit-post-author{
	text-transform: capitalize;
	color: var(--pbmit-secondary-color);
}
.pbmit-blog-style-3 .pbmit-meta-author.pbmit-meta-line{
	color: var(--pbmit-global-color);
	font-size: 14px;
	line-height: 14px;
}
.pbmit-blog-style-3 .pbmit-meta-cat-wrapper .pbmit-meta-line:before{
	position: absolute;
	content: '';
	top: 50%;
	left:0px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: var(--pbmit-global-color);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbmit-blog-style-3 .pbmit-meta-cat-wrapper .pbmit-meta-line:first-child:before{
	content: unset;
}
.pbmit-blog-style-3 .pbmit-meta-author.pbmit-meta-line{
	padding: 0px 0 0 10px;
	margin-top: 10px;
}
.pbmit-blog-style-3 .pbmit-meta-cat-wrapper .pbmit-meta-line:last-child{
	margin-right:0px ;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-container{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	opacity: 0;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
    background-color: rgb(6 38 139 / 50%);
}
.pbmit-blog-style-3 .pbmit-content-wrapper {
	opacity: 1;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper {
	opacity: 0;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	width: 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;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img,
.pbmit-blog-style-3.pbmit-active .pbmit-featured-wrapper img{
	transform: scale(1);
}
.pbmit-blog-style-3 .pbmit-meta-cat-wrapper{
	margin-top:15px;
}
.pbmit-blog-style-3:hover .pbmit-content-wrapper,
.pbmit-blog-style-3.pbmit-active .pbmit-content-wrapper{
	opacity: 0;
}
.pbmit-blog-style-3 .pbmit-svg-btn{
	position: absolute;
	top: 50%;
	left: 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%);
	z-index: 9;
}
.pbmit-blog-style-3 .pbmit-svg-btn{
	display: block;
}
.pbmit-blog-style-3 .pbmit-svg-btn svg{
	height: 30px;
	opacity: 0;	
}
.pbmit-blog-style-3 .pbmit-svg-btn svg line{
	stroke: var(--pbmit-white-color);
}
.pbmit-blog-style-3:hover .pbmit-svg-btn svg line{
	stroke: var(--pbmit-global-color);
	transition: all .25s ease-in-out;
	stroke-dashoffset: 0;
}
.pbmit-blog-style-3:hover .pbmit-svg-btn svg line,
.pbmit-blog-style-3{
	position: relative;
}
.pbmit-blog-style-3.pbmit-active .pbmit-svg-btn svg,
.pbmit-blog-style-3.pbmit-active .pbmit-featured-wrapper,
.pbmit-blog-style-3:hover .pbmit-svg-btn svg{
	opacity: 1;
}
.pbmit-blog-style-3.pbmit-active .pbmit-featured-container {
    z-index: 3;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-testimonial-style-1 .swiper-button-next, 
.pbmit-element-testimonial-style-1 .swiper-button-prev,
.pbmit-testimonial-style-1 .pbminfotech-box-title,
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
	font-size: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 22px;
	line-height: 26px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 24px;
	margin: 0;
	line-height: 30px;
	padding: 20px 0 28px;
	color: var(--pbmit-blackish-color);
	border: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-img img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings{
	color: #feb437;
	font-size: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-star-ratings-text{
	font-size: 30px;
	line-height: 36px;
	color: var(--pbmit-blackish-color);
}
.pbmit-section-number.pbmit-testimonial-style-1 .pbmit-timeline-title{
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-1 .pbminfotech-post-item::before,
.pbmit-testimonial-style-1 .pbminfotech-post-item::before{
	color: rgb(255 255 255 / 50%);
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
    font-family: Schibsted Grotesk,sans-serif;
    font-style: italic;
    color: var(--pbmit-white-color);
    font-size: 24px;
    line-height: 30px;
}
.pbmit-element-testimonial-style-1 .swiper-button-next, 
.pbmit-element-testimonial-style-1 .swiper-button-prev, 
.pbmit-testimonial-style-1 .pbminfotech-box-title, 
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
    color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item{
	position: relative;
	padding-top: 20px;
}	
.pbmit-testimonial-style-2 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e88b";
	position: absolute;
	right: 0px;
	top: -10px;
	font-size: 80px;
	line-height: 80px;
	color: rgb(27 153 254 / 20%);
}
.pbmit-testimonial-style-2 .pbminfotech-box-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
	font-size: 24px !important; 
	line-height: 30px;
	padding: 15px 0 8px;
	color: var(--pbmit-white-color);
	border: 0;
	margin: 0;
	font-family: Schibsted Grotesk,sans-serif;
    font-style: italic;
}
.pbmit-testimonial-style-2 .pbminfotech-box-img img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings{
	color: #feb437;
	font-size: 20px;
}
.pbmit-testimonial-style-2 .pbminfotech-star-ratings-text{
	font-size: 30px;
	line-height: 36px;
	color: var(--pbmit-blackish-color);
}
/* Nav Button Css */
.pbmit-element-testimonial-style-2 .swiper-button-next, 
.pbmit-element-testimonial-style-2 .swiper-button-prev {
	top: auto;
	bottom: 10px;
	background-color: transparent;
	color: var(--pbmit-blackish-color);
}
.pbmit-element-testimonial-style-2 .swiper-button-next:hover, 
.pbmit-element-testimonial-style-2 .swiper-button-prev:hover{
	background-color: transparent;
}
.pbmit-element-testimonial-style-2 .swiper-button-prev {
	right: 70px;
	left: auto;
}
.pbmit-element-testimonial-style-2 .swiper-button-prev:after,
.pbmit-element-testimonial-style-2 .swiper-button-next:after{
	content: '\e83a';
	font-family: 'pbminfotech-base-icons';
	font-size: 40px;
	line-height: normal;
}
.pbmit-element-testimonial-style-2 .swiper-button-next, 
.pbmit-element-testimonial-style-2 .swiper-button-prev,
.pbmit-testimonial-style-2 .pbminfotech-box-title,
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
	font-size: 20px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 22px;
	line-height: 26px;
}
/** Style 3 **/
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text {
	font-size: 26px;
	line-height: 36px;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text{
	font-size: 22px;
	line-height: 32px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title {
	font-size: 20px;
	line-height: 30px;
}
.pbmit-testimonial-style-3 .pbminfotech-post-item {
	padding: 60px 0 0 0;
}
.pbmit-testimonial-style-3 .pbminfotech-post-item::before{
	font-size: 40px;
	height: 60px;
	width: 60px;
	line-height: 60px;
}
.pbmit-testimonial-style-3 .pbminfotech-post-item{
	position: relative;
	text-align: center;
	padding: 95px 0 0 0;
}
.pbmit-testimonial-style-3 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e88b";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 60px;
	height: 80px;
	width: 80px;
	line-height: 80px;   
}
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	font-size: 24px;
	line-height: 34px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings{
	color: var(--pbmit-blackish-color);
	margin-top: 20px;
	font-size: 18px;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text{
	font-size: 36px;
	line-height: 46px;
	padding: 20px 0 50px;
	border: 0;
	margin: 0;
	color: var(--pbmit-blackish-color);
	font-family: Schibsted Grotesk,sans-serif;
    font-style: italic;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active {
	color: #feb437;
	font-size: 22px;
}
.pbmit-testimonial-style-2 .pbminfotech-star-ratings-text{
	font-size: 30px;
	line-height: 36px;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-element-testimonial-style-3 .pbminfotech-post-item{
	position: relative;
	text-align: center;
	padding: 95px 0 0 0;
}
.pbmit-element-testimonial-style-3 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e88b";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 60px;
	height: 80px;
	width: 80px;
	line-height: 80px;   
}
.pbmit-element-testimonial-style-3 .pbminfotech-box-title{
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	margin: 10px -30px 0 -30px;
}
.pbmit-element-testimonial-style-3 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 10px;
	margin-top: 10px;
}
.pbmit-element-testimonial-style-3 .swiper-slide.swiper-slide-active .pbmit-featured-wrapper img{
	border: 3px solid var(--pbmit-global-color);
	width: 105px;
	height: 105px;
	margin-top: 0px;
}
.pbmit-element-testimonial-style-3 .pbminfotech-box-star-ratings{
	color: var(--pbmit-blackish-color);
	margin-top: 20px;
	font-size: 18px;
}
.pbmit-element-testimonial-style-3 .pbminfotech-testimonial-text{
	font-size: 36px;
	line-height: 46px;
	padding: 20px 80px 50px;
	border: 0;
	margin: 0;
	color: var(--pbmit-secondary-color);
	font-style: italic;
}
.pbmit-element-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active {
	color: #feb437;
	font-size: 22px;
}
.pbmit-testimonial-style-2 .pbminfotech-star-ratings-text{
	font-size: 30px;
	line-height: 36px;
	color: var(--pbmit-blackish-color);
}
.pbmit-element-testimonial-style-3 .pbminfotech-testimonial-detail{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
	margin: 0px -30px;
}
/* Nav Button Css */
.pbmit-element-testimonial-style-3 .swiper-button-next, 
.pbmit-element-testimonial-style-3 .swiper-button-prev {
	top: 50%;
	background-color: transparent;
	color: var(--pbmit-blackish-color);
	justify-content: space-between;
	-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-element-testimonial-style-3 .swiper-button-next{
	right: -100px;
} 
.pbmit-element-testimonial-style-3 .swiper-button-prev{
	left: -100px;
	transform: translateX(0%) translateY(-50%) rotate(180deg);
}
.pbmit-element-testimonial-style-3 .swiper-button-next:hover, 
.pbmit-element-testimonial-style-3 .swiper-button-prev:hover{
	background-color: transparent;
}
.pbmit-element-testimonial-style-3 .swiper-button-prev:after,
.pbmit-element-testimonial-style-3 .swiper-button-next:after{
	content: '\e83a';
	font-family: 'pbminfotech-base-icons';
	font-size: 40px;
	line-height: normal;
}
.pbmit-element-testimonial-style-3 .swiper-slide .pbminfotech-testimonial-detail,
.pbmit-element-testimonial-style-3 .swiper-slide .pbminfotech-box-title{
	opacity: 0;
}
.pbmit-element-testimonial-style-3 .pbmit-gallery-thumbs .swiper-slide {
	opacity: 0.4;
	text-align: center;
}
.pbmit-element-testimonial-style-3 .swiper-slide.swiper-slide-active .pbminfotech-testimonial-detail,
.pbmit-element-testimonial-style-3 .swiper-slide.swiper-slide-active .pbminfotech-box-title,
.pbmit-element-testimonial-style-3 .pbmit-gallery-thumbs .swiper-slide.swiper-slide-active{
	opacity: 1;
}
.pbmit-element-testimonial-style-3 .swiper-container.pbmit-gallery-thumbs{
	width: 45%;
}  
.pbmit-element-testimonial-style-3 .pbmit-gallery-thumbs .swiper-wrapper,
.pbmit-element-testimonial-style-3 .pbmit-gallery-top .swiper-wrapper {
	transition: 900ms!important;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.pbmit-header-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
	background-color: var(--pbmit-white-color);
}
.site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 80px;
	transition: none;
    line-height: inherit;
}
.site-title a {
    display: flex;
    align-items: center;
}
.site-header .pbmit-header-search-btn a{
	font-size: 20px;
    color: rgb(6 38 139);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
}
.site-navigation ul.navigation > li:last-child > a::after {
	display: none;
}
.header-style-1 .pbmit-pre-header-left .pbmit-contact-info li:first-child {
    padding-right: 26px !important;
}
.header-style-1 .pbmit-pre-header-right .pbmit-contact-info li:first-child  {
    padding-right: 33px;
}
.header-style-1 .pbmit-social-links li:first-child {
    padding-right: 12px !important;
}
.header-style-1-btn .pbmit-btn:hover{
	background-color: var(--pbmit-blackish-color);
}
.site-header .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-2 .header-style-2-btn .pbmit-btn {
	letter-spacing: 0;
}
.header-style-2 .pbmit-header-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
}
/** Header Style 3 **/
.header-style-3 .pbmit-right-box>* {
    position: relative;
}
.header-style-3 .site-title {
    width: auto;
    padding-right: 70px;
}
.header-style-3 .pbmit-right-box>*:first-child {
    padding-left: 0;
}
.header-style-3 .pbmit-right-box .pbmit-header-button a:before {
    position: absolute;
    content: '\e891';
    font-family: "pbminfotech-base-icons";
    left: -45px;
    right: auto;
    font-size: 35px;
    line-height: 35px;
    top: -5px;
    font-weight: 700;
}
.header-style-3 .pbmit-right-box .pbmit-header-button a {
    color: var(--pbmit-secondary-color);
	font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.header-style-3 .pbmit-header-overlay .container-fluid {
    padding: 0 50px;
}
.header-style-3 .site-navigation ul.navigation > li > a {
    margin: 0 25px;
	height: 90px;
    line-height: 90px;
}
.header-style-3 .header-style-1-btn .pbmit-btn span {
	letter-spacing: 0px;
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
/** Style 2 **/
.pbmit-footer-style-2  .widget {
    padding-top: 65px;
    position: relative;
}
.pbmit-footer-style-2 .pbmit-footer-widget .pbmit-social-links li{
	display: inline-block;
	margin: 0 5px 0 0;
}
.pbmit-footer-style-2 .btn-arrow {
    color: #ffff;
}
.pbmit-footer-style-2 .pbmit-footer-copyright-text-area {
	color: var(--pbmit-blackish-color);
}
.pbmit-footer-style-2 .btn-arrow:hover {
    color: var(--pbmit-secondary-color);
}
.pbmit-footer-style-2 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a{
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	background-color: transparent;
	border-radius: 50%;
	color: var(--pbmit-secondary-color);
	border: 1px solid var(--pbmit-secondary-color);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-footer-style-2 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a:hover{
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-secondary-color);;
}
.pbmit-footer-style-3 .pbmit-footer-widget .pbmit-contact-widget-phone,
.pbmit-footer-style-2 .pbmit-footer-widget .pbmit-contact-widget-phone{
	font-size: 24px;
	line-height: 24px;
	color: var(--pbmit-global-color);
	padding-top: 55px;
	font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pbmit-footer-style-3 .pbmit-footer-widget .pbmit-contact-widget-email,
.pbmit-footer-style-2 .pbmit-footer-widget .pbmit-contact-widget-email{
	font-size: 15px;
	line-height: 22px;
	color: var(--pbmit-global-color);
	font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pbmit-footer-style-3 .pbmit-footer-widget .pbmit-contact-widget-button,
.pbmit-footer-style-2 .pbmit-footer-widget .pbmit-contact-widget-button{
	position: absolute;
	bottom: 70px;
	text-decoration: underline;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .container{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-footer-style-2 .pbmit-footer-big-area .pbmit-footer-center .pbmit-btn {
	background-color: transparent;
}
.pbmit-footer-style-2 {
	background-color: #06268b;
	background-image: url(../images/footer/footer-bg-style2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .container:before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    background-image: url(../images/footer/team-pattern.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .container {
	position: relative;
}
.pbmit-footer-style-2 .pbmit-footer-widget.pbmit-footer-widget-col-4 {
    max-width: 25%;
	width: 25%;
}
.pbmit-footer-style-2 .pbmit-footer-widget.pbmit-footer-widget-col-3 {
    max-width: 16%;
	width: 16%;
}
.pbmit-footer-style-2 .pbmit-footer-widget.pbmit-footer-widget-col-2 {
    max-width: 16%;
	width: 16%;
}
.pbmit-footer-style-2 .pbmit-footer-widget.pbmit-footer-widget-col-1 {
    max-width: 38%;
	width: 38%;
}
.pbmit-footer-style-2 .pbmit-footer-big-area  .pbmit-footer-left h3{
	color: var(--pbmit-white-color);
	font-size: 48px;
	line-height: 48px;
	padding: 10px 0px 15px 100px;
	margin: 0;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .pbmit-button a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	height: 160px;
	width: 160px;
	color: var(--pbmit-white-color);
	line-height: 20px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-footer-style-2 .pbmit-footer-big-area .pbmit-button-wrapper{
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	-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%);
	text-align: center;
	padding: 0px 10px 10px;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .pbmit-button-wrapper .pbmit-button-text:after {
	position: absolute;
	content: '\e87c';
	font-family: "pbminfotech-base-icons";
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	text-align: center;
	color: var(--pbmit-white-color);
	font-size: 25px;
	transform: rotate(-45deg);
}
.pbmit-footer-style-2 .pbmit-footer-big-area .container:before{
	background-repeat: repeat;
	bottom: 0;
	top: 0;
	background-position: bottom;
	object-fit: cover;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .pbmit-footer-bg-image{
	margin-top: -29px;
	right: -24px;
	position: relative;
}
.pbmit-footer-style-2 .pbmit-footer-big-area .pbmit-footer-center{
	padding-left: 50px;
}
.pbmit-footer-style-2 .pbmit-footer-big-area.footer-wrap{
	padding-top: 0;
    margin-bottom: 50px;
}
.pbmit-footer-style-2 .pbmit-footer-widget-area.footer-wrap{
	padding-bottom: 40px;
}
.pbmit-footer-style-2 .pbmit-footer-text-area{
	padding-bottom: 70px;
}
.pbmit-footer-style-3 .pbmit-footer-widget .btn-arrow svg,
.pbmit-footer-style-2 .pbmit-footer-widget .btn-arrow svg{
	display: none;
}
.site-footer.pbmit-footer-style-2 .pbmit-footer-widget-col-4 .widget:nth-child(2){
	padding-top: 30px;
}
.pbmit-footer-widget .widget .widget-title {
    font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #06268b;
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 30px;
}
.pbmit-footer-style-2 .pbmit-footer-widget .pbmit-contact-widget-phone {
    font-size: 24px;
    line-height: 24px;
    color: var(--pbmit-global-color);
    padding-top: 55px;
    font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.site-footer .widget ul a:hover {
    color: var(--pbmit-global-color);
}
.widget ul>li {
    padding: 0px 0px 8px 0;
}
.widget .wp-tag-cloud li {
    padding: 0px 0px 8px 0;
	display: inline-block;
}
.site-footer {
    font-size: 15px;
}
.site-footer .widget ul a {
    color: var(--pbmit-blackish-color);
}
.pbmit-newsletter input[type="email"] {
    padding: 15px 130px 15px 20px;
    height: 55px;
    font-size: 15px;
    width: 100%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}
input[type="number"], 
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: rgb(3 3 4 / 80%);
    font-weight: 300;
    line-height: normal;
    padding: 0 15px;
    background-color: var(--pbmit-light-color);
    border: none;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pbmit-newsletter button:hover {
    background-color: var(--pbmit-secondary-color);
}
[type=button]:not(:disabled), 
[type=reset]:not(:disabled), 
[type=submit]:not(:disabled), 
button:not(:disabled) {
    cursor: pointer;
}
.pbmit-footer-newsletter1 button {
    position: absolute;
    top: 0;
    right: 0;
}
.pbmit-newsletter button {
    width: 30%;
    height: 55px;
    line-height: normal;
    text-align: center;
    padding: 0;
    background-color: var(--pbmit-global-color);
    position: relative;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    color: var(--pbmit-white-color);
    border: none;
	transition: all .6s;
}
.pbmit-footer-newsletter1 button {
    position: absolute;
    top: 0;
    right: 0;
}
.pbmit-footer-newsletter1 .pbmit-footer-email-button {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pbmit-footer-newsletter1 .pbmit-footer-email-button span{
	position: relative;
	padding-right: 15px;
}
.pbmit-newsletter .pbmit-footer-email-button button span:after {
    content: "\e814";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'pbminfotech-base-icons';
    transform: translateX(0%) translateY(-50%);
}
/** Style 3 **/
.pbmit-footer-style-3 .pbmit-footer-widget-area.footer-wrap{
	padding-bottom: 40px;
}
.pbmit-footer-style-3  .widget {
    padding-top: 20px;
    position: relative;
}
.pbmit-footer-style-3 .pbmit-footer-copyright-text-area.text-center {
    color: var(--pbmit-blackish-color);
}
.pbmit-footer-style-3 {
    position: relative;
	background-color: var(--pbmit-light-color);
	background-image: url(../images/homepage-2/footer-bg-style2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.pbmit-footer-style-3 .pbmit-two-column-menu.widget ul>li {
    float: left;
    width: 50%;
    padding-bottom: 8px;
}
.pbmit-footer-style-3 .pbmit-footer-widget-col-1 {
    width: 32%;
}
.pbmit-footer-style-3 .pbmit-footer-widget-col-2 {
    width: 16%;
}
.pbmit-footer-style-3 .pbmit-footer-widget-col-3 {
    width: 16%;
}
.pbmit-footer-style-3 .pbmit-footer-widget-col-4 {
    width: 36%;
}
.pbmit-footer-style-3 .pbmit-contact-widget-lines,
.pbmit-footer-style-2 .pbmit-contact-widget-lines {
	position: relative;
}
.pbmit-footer-style-3 .pbmit-footer-text-area{
	padding-bottom: 80px;
}
.pbmit-footer-copyright-text-area a {
	color: var(--pbmit-global-color) !important;
	text-decoration: underline !important;
}
.pbmit-footer-copyright-text-area a:hover {
	color: var(--pbmit-secondary-color) !important;
	text-decoration: underline !important;
}
.pbmit-footer-style-3 .pbmit-footer-big-area{
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}
.pbmit-footer-style-3 .pbmit-newsletter button:hover {
    background-color: var(--pbmit-secondary-color);
}
.pbmit-footer-style-3 .pbmit-footer-big-area .pbmit-newsletter h3{
	font-size: 42px;
	line-height: 42px;
	color: var(--pbmit-secondary-color);
	margin-bottom: 20px;
}
.pbmit-footer-style-3 .pbmit-social-links li{
	display: inline-block;
	padding: 0 3px 0 0;
}
.pbmit-footer-style-3 .pbmit-social-links li.pbmit-social-li a{
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	border-radius: 50%;
	color: var(--pbmit-global-color);
	background: var(--pbmit-secondary-color);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-footer-style-3 .pbmit-social-links li.pbmit-social-li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);;
}
.pbmit-footer-style-3 .pbmit-newsletter input[type="email"] {
	padding: 15px 210px 15px 20px;
}
.pbmit-footer-style-3 .pbmit-footer-center:before{
	content: '';
	position: absolute;
	background-image: url(../images/homepage-2/newslatter.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	top: 0%;
	left: 50%;
	right: 0;
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
	-o-transition: all ease 800ms;
}
.pbmit-footer-style-3 .pbmit-social-links {
    display: flex;
    justify-content: center;
	padding: 35px 0 50px 0;
}
/** Style 4 **/
.pbmit-footer-section.pbmit-footer-style-4{
	padding: 50px 0;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-footer-widget-area .pbmit-footer-widget .widget_text {
    font-size: 16px;
    line-height: 26px;
}
.pbmit-footer-style-4 .pbmit-footer-widget.pbmit-footer-widget-col-1{
	padding-right: 110px;
	width: 35%;
}
.pbmit-footer-style-4 .pbmit-footer-widget.pbmit-footer-widget-col-2{
	width: 16%;
}
.pbmit-footer-style-4 .pbmit-footer-widget.pbmit-footer-widget-col-3{
	width: 16%;
}
.pbmit-footer-style-4 .pbmit-footer-widget.pbmit-footer-widget-col-4{
	width: 33%;
}
.pbmit-footer-style-4 ul.pbmit-timelist-list .pbmit-timelist-li-value,
.pbmit-footer-style-4 ul.pbmit-timelist-list li .pbmit-timelist-li-title,
.pbmit-footer-style-4.pbmit-footer-section.pbmit-text-color-white a {
	color:var(--pbmit-white-color);
}
.pbmit-footer-style-4 .pbmit-newsletter input[type="email"] {
	padding: 15px 150px 15px 20px;
}
.pbmit-footer-style-4 .pbmit-footer-widget-area .pbmit-newsletter h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}
.pbmit-footer-style-4 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a {
	font-size: 20px;
	color: var(--pbmit-white-color);
}
.pbmit-footer-style-4.pbmit-footer-section.pbmit-text-color-white a:hover,
.pbmit-footer-style-4 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-footer-style-4 .pbmit-footer-text-area {
	padding-top: 40px;
}
.pbmit-footer-style-4 {
	background-image: url(../images/homepage-3/footer/footer-bg-style4.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    background-attachment: scroll;
}
.pbmit-footer-style-4 .pbmit-social-links li {
	margin-right: 20px;
	padding: 0;
}
.pbmit-footer-style-4 .pbmit-footer-widget-col-4 form{
	margin-top: 35px;
}
/* Insta Css */
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_follow_btn{
	display: none !important;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_photo_wrap a:hover{
	opacity: 1 !important;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_photo_wrap a{
	position: relative;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_photo_wrap a:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(6 38 139 / 60%);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.pbmit-footer-style-4 .pbmit-footer-widget .widget .widget-title {
    font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1b99fe;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_photo_wrap a:hover:before,
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_photo_wrap a:hover:after{
	opacity: 1;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_photo_wrap a:before{
	position: absolute;
	content: '\f16d';
	font-family: 'pbminfotech-base-icons';
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 40px;
	color: var(--pbmit-white-color);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	z-index: 1;
}
.pbmit-footer-style-4 .menu-company-container a,
.pbmit-footer-style-4 .menu-more-pages-container a {
    color: var(--pbmit-white-color) !important;
}
.pbmit-footer-style-4 .pbmit-timelist-list .pbmit-timelist-li-value {
    float: right;
}
.pbmit-footer-style-4 .pbmit-treatment-wrapper {
	margin-right: 3px;
	position: relative;
}
.pbmit-footer-style-4 .pbmit-treatment-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(6 38 139 / 60%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.pbmit-footer-style-4 .pbmit-treatment-wrapper:hover::after {
	opacity: 1;
}
.pbmit-footer-style-4 .pbmit-treatment-wrapper:hover:before {
    opacity: 1;
}
.pbmit-footer-style-4 .pbmit-treatment-wrapper:before {
    position: absolute;
    content: '\f16d';
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: var(--pbmit-white-color);
    opacity: 0;
    transition: all 0.7s ease-in-out;
    z-index: 1;
}
.pbmit-footer-style-4 .pbmit-footer-copyright-text-area a{
    color: var(--pbmit-white-color) !important;
}
.pbmit-footer-style-4 .pbmit-footer-copyright-text-area a:hover {
    color: var(--pbmit-global-color) !important;
    text-decoration: underline !important;
}
.pbmit-footer-style-4 .pbmit-footer-copyright-text-area {
	color: rgb(255 255 255 / 50%);
	text-align: center;
}
.pbmit-footer-style-4 .footer-wrap.pbmit-footer-widget-area{
    margin-bottom: 50px;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper {
    padding: 5px 5px 15px 5px;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_item {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 20%;
    zoom: 1;
    padding: 1px;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_item a {
    position: relative;
    display: block;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_item a:before {
    position: absolute;
    content: '\f16d';
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: var(--pbmit-white-color);
    opacity: 0;
    transition: all 0.7s ease-in-out;
    z-index: 1;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_item a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(49, 71, 243,.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_item a:hover:after, 
.pbmit-footer-style-4 .pbmit-footer-instagram-wrapper .sbi_item a:hover:before {
    opacity: 1;
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	background-image: url(../images/titlebar-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	position: relative;
}
.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 .pbmit-tbar {
    padding-right: 15px;
}
.pbmit-title-bar-content .pbmit-breadcrumb {
	padding-top: 22px;
    padding-right: 5px;
}
.pbmit-title-bar-content-inner{
	width: 100%;
}
.pbmit-title-bar-wrapper .pbmit-tbar{
	padding-right: 15px;
}
.pbmit-title-bar-wrapper .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0 !important;
}
.pbmit-tbar-subtitle {
	padding-top: 5px;
	margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-tbar-title{
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-style: normal;
	margin-bottom: 0;
}
.pbmit-breadcrumb, 
.pbmit-breadcrumb a {
    font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner {
	color: var(--pbmit-secondary-color);
    padding-left: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    display: inline-block;
	color: var(--pbmit-white-color);
    font-size: 14px;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb, 
.pbmit-title-bar-wrapper .pbmit-title-bar-content-inner {
    width: 100%;
    text-align: center;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span i:before{
	margin: 0;
}
.pbmit-breadcrumb-inner .sep {
	line-height: 15px;
    top: 0px;
    position: relative;
	padding: 0 9px;
}
.pbmit-breadcrumb-inner i {
    font-size: 20px;
    color: var(--pbmit-white-color);
    display: inline-block;
}
.pbmit-title-bar-wrapper:before {
    background-color: rgba(7,20,59,0.35);
}
.pbmit-title-bar-wrapper-contact:before {
    background-color: rgba(7,20,59,0.15);
}
.pbmit-title-bar-content, .pbmit-title-bar-wrapper {
	min-height: 200px;
}

/*----------------------------------------*/
/*  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; 
}

/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion{
    background: none;
    border-radius: 0;
}
.accordion-style-1 .accordion-item.active {
    background-color: var(--pbmit-light-color);
}
.accordion-item{
    border: none;
    border-radius: 0!important;
    background-color: transparent;
    border-bottom: 1px solid #d1d1d1 !important;
}
.accordion-item h2{
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-bottom: 0;
    border: none;
    padding: 15px 15px 15px 0;
}
.accordion-button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: none;
    outline: none;
    font-size: 18px;
    line-height: 28px;
    font-weight:normal;
    letter-spacing: -0.6px;
    color: var(--pbmit-heading-color);
}
.accordion-button span{
    margin-right: 14px;
}
.accordion-button.collapsed {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    font-family:var(--pbmit-heading-typography-font-family);
}
.accordion-button.collapsed span {
    margin-right: 14px;
}
.accordion-item.collapsed {
    background-color: #fff;
}
.accordion-button::after{
  background-color: transparent;
  color: rgb(6 38 139 / 60%) ;
  border-radius: 0;
  font-size: 16px;
  background-image: none;
  content: "\f067";
  text-align: center;
  font-family: 'FontAwesome';
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    transform:none;
    background-color: transparent;
	color: var(--pbmit-global-color);
}
.accordion-button:focus{
    box-shadow:none;
    border-color: #d4d4d4;
}
.accordion-button:not(.collapsed) {
    color: var(--pbmit-global-color);
    background: none;
    box-shadow: none;
}
.accordion-body{
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--pbmit-body-typography-color);
    padding: 15px 15px 15px 0;
}  
.accordion-button.collapsed:hover {
    color: var(--pbmit-global-color);
} 
.accordion-item.active h2 .accordion-button.collapsed{
    color: var(--pbmit-global-color);
}
.accordion-style-1 .accordion-button.collapsed span{
	margin-right: 5px;
}
.accordion-style-1 .accordion-item:first-child{
    border-top: none;
}
.accordion-style-1 .accordion-item{
    border-top: 1px solid rgba(31, 36, 44,.1);
	border-bottom: none !important;
}
.accordion-style-1 .accordion-item:last-child{
	border-bottom: 1px solid rgba(31, 36, 44,.1) !important;
}
.accordion-style-1 .accordion-button.collapsed{
	font-size: 18px;
    line-height: 28px;
    color: var(--pbmit-global-color);
    font-weight: 500;
}
.accordion-style-1 .accordion-button span{
	margin-right: 5px;
}
.accordion-style-1 .accordion-item.active h2 .accordion-button.collapsed {
    color: var(--pbmit-global-color);
}
.accordion-style-1 .accordion-item.active h2 .accordion-button.collapsed:after {
    content: "\f068" !important;
	color: var(--pbmit-global-color);
}
.accordion-style-1 .accordion-item h2{
    padding: 20px 0px 20px 0px;
}
.accordion-style-1 .accordion-item.active h2{
	padding: 18px 0px 22px 0px;
}
.accordion-style-1 .accordion-body {
    font-family:var(--pbmit-body-typography-font-family);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #5f708f;
    padding: 0 20px 35px 0px;
}
.accordion-style-1 .accordion-button:not(.collapsed) {
	font-size: 18px;
    line-height: 28px;
    background: none;
    box-shadow: none;
	color: var(--pbmit-global-color) ;
	font-weight: 500;
}
.accordion-style-1 .accordion-button::after{
	content: "\f067";
}
.accordion-style-1 .accordion-button:not(.collapsed)::after{
	content: "\f068";
}
.accordion-item.active .accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
}

/*----------------------------------------*/
/*  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 -  Revolution
/*----------------------------------------*/
/** Slider 01 **/
#rev_slider_1_1_wrapper .zeus.tparrows{
	cursor:pointer; 
	min-width:70px; 
	min-height:70px; 
	position:absolute; 
	display:block; 
	z-index:1000; 
	border-radius:50%;  
	overflow:hidden; 
	background:rgba(7,20,59,0.2)
}
#rev_slider_1_1_wrapper .zeus.tparrows:before{
	font-family:'pbminfotech-base-icons'; 
	font-size:30px; 
	color:#ffffff; 
	display:block; 
	line-height:70px; 
	text-align:center;  
	z-index:2; 
	position:relative
}
#rev_slider_1_1_wrapper .zeus.tparrows.tp-leftarrow:before{
	content:'\e81e'
}
#rev_slider_1_1_wrapper .zeus.tparrows.tp-rightarrow:before{
	content:'\e814'
}
#rev_slider_1_1_wrapper .zeus .tp-title-wrap{
	background:rgba(0,0,0,0.5); 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px; 
	position:absolute; 
	opacity:0; 
	transform:scale(0); 
	-webkit-transform:scale(0); 
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s; 
	border-radius:50%
}
#rev_slider_1_1_wrapper .zeus .tp-arr-imgholder{
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px; 
	background-position:center center; 
	background-size:cover; 
	border-radius:50%; 
	transform:translatex(-100%); 
	-webkit-transform:translatex(-100%); 
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s
}
#rev_slider_1_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder{
	transform:translatex(100%); 
	-webkit-transform:translatex(100%)
}
#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder{
	transform:translatex(0); 
	-webkit-transform:translatex(0); 
	opacity:1
}
#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap{
	transform:scale(1); 
	-webkit-transform:scale(1); 
	opacity:1
}
.rev-btn .pbmit-button-wrapper span::after {
	content: "\e814";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'pbminfotech-base-icons';
    transform: translateX(0%) translateY(-50%);
}
#rev_slider_1_1_wrapper .rev-btn .pbmit-button-wrapper span {
	position: relative;
	padding-right: 15px;
}
/** Slider 02 **/
#rev_slider_1_2_wrapper .persephone .tp-bullet{
	width:12px;
	height:12px;
	position:absolute;
	background:rgba(6,38,139,0.75);
	border:1px solid #e5e5e5;
	cursor:pointer;
	box-sizing:content-box
}
#rev_slider_1_2_wrapper .persephone .tp-bullet.rs-touchhover,
#rev_slider_1_2_wrapper .persephone .tp-bullet.selected{
	background:rgba(27,153,254,0.61)
}
/** Slider 03 **/
.pbmit-video-height video{
	height:370px !important;
	width:370px !important
}
.pbmit-spinner-box-style-1{
	width:320px; 
	position:relative; 
	border-radius:50%; 
	color:var(--pbmit-white-color)
}
.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-box{
	flex-direction:row-reverse; 
	display:flex
}
.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-svg{
	width:160px; 
	height:160px; 
	text-align:right !important; 
	line-height:170px; 
	border-radius:50%; 
	left:-30px; z-index:-1; 
	position:relative; 
	background-color:var(--pbmit-secondary-color); 
	color:var(--pbmit-white-color); 
	-webkit-transition:0.4s ease-in-out; 
	transition:0.4s ease-in-out
}
.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-icon .pbmit-icon-wrapper{
	text-align:center !important
}
.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-box text{
	fill:var(--pbmit-global-color); 
	font-size:23px; 
	line-height:33px; 
	letter-spacing:3px;
	transform-origin:50% 50% 0; 
	transform:rotate(0); 
	-webkit-transition:0.2s ease-in-out; 
	transition:0.2s ease-in-out
}
.rev-slider .pbmit-spinner-box-style-1:hover .pbmit-ihbox-box text{
	-webkit-animation-name:pbmit_rotate_slider_3; 
	-moz-animation-name:pbmit_rotate_slider_3; 
	-ms-animation-name:pbmit_rotate_slider_3; 
	-o-animation-name:pbmit_rotate_slider_3; 
	animation-name:pbmit_rotate_slider_3;
	-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
	}
.rev-slider .pbmit-spinner-box-style-1:hover .pbmit-ihbox-box .pbmit-ihbox-svg-content{
	left:130px
}
.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-svg-wrapper svg{
	width:70px;
	height:70px; 
	line-height:70px; 
	fill:var(--pbmit-white-color)
}
.rev-slider .pbmit-spinner-box-style-1 .pbmit-icon-wrapper i{
	font-size:60px; line-height:170px
}
.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-svg-content{
	position:absolute; 
	height:160px; 
	width:160px; 
	top:0; 
	left:0;
	padding:10px; 
	border-radius:50%; 
	border:3px solid var(--pbmit-global-color); 
	-webkit-transition:0.9s ease-in-out; 
	transition:0.9s ease-in-out
}
@-webkit-keyframes pbmit_rotate_slider_3{
	from{
		-webkit-transform:rotate(0)
	}
	to
	{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes pbmit_rotate_slider_3{
	from{
		-moz-transform:rotate(0)
	}
	to
	{
		-moz-transform:rotate(360deg)
	}
}
@-ms-keyframes pbmit_rotate_slider_3{
	from{
		-ms-transform:rotate(0)
	}
	to
	{
		-ms-transform:rotate(360deg)
	}
}
@-o-keyframes pbmit_rotate_slider_3{
	from{
		-o-transform:rotate(0)
	}
	to
	{
		-o-transform:rotate(360deg)
	}
}
@keyframes pbmit_rotate_slider_3{
	from{
		transform:rotate(0)
	}
	to
	{
		transform:rotate(360deg)
	}
}
.rev-slider .pbmit-elementor-bg-color-light .pbmit-spinner-box-style-1 .pbmit-ihbox-box text{
	fill:var(--pbmit-global-color)
}
.rev-slider .pbmit-elementor-bg-color-light .pbmit-spinner-box-style-1 .pbmit-icon-wrapper i{
	color:var(--pbmit-white-color)
}
@media (max-width:1024px){
	.rev-slider .pbmit-spinner-box-style-1 .pbmit-icon-wrapper i{
		font-size:30px; 
		line-height:130px
	}
	.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-svg-content,
	.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
	.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-svg{
		width:120px; 
		height:120px
	}
	.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
	.rev-slider .pbmit-spinner-box-style-1 .pbmit-ihbox-svg{
		left:-90px
	}
	.rev-slider .pbmit-spinner-box-style-1:hover .pbmit-ihbox-box .pbmit-ihbox-svg-content{
		left:110px
	}
	.pbmit-video-height video{
		height:250px !important;
		width:250px !important
	}
}
@media (max-width:767px){
	.pbmit-video-height video{
		height:170px !important;
		width:170px !important
	}
}
.pbmit-img-border img{
	border-radius:100%
}
.rev-btn{
	display: inline-flex !important;
	justify-content: center;
	overflow: hidden;
}
.rev-btn:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: 100% 50%;
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.rev-btn span{
	display: inline-block;
}
.rev-btn > .pbmit-button-wrapper{
	overflow: hidden;
}
.rev-btn .pbmit-button-wrapper .pbmit-button-text{
	position: relative;
	padding-right: 15px;
	overflow: hidden;
}
.rev-btn .pbmit-button-wrapper span::after{
	content: "\e814";
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'pbminfotech-base-icons';
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.rev-btn:hover:before{
	background-color: var(--pbmit-global-color);
	transform: scale3d(0,1,1);
}
.rev-btn:hover .pbmit-button-wrapper span{
	animation: MoveUpInitial 0.3s forwards, pbmit_MoveUpEnd 0.3s forwards 0.3s !important;
}

/*----------------------------------------*/
/*  14 - Client
/*----------------------------------------*/
.pbminfotech-hide, .pbmit-hide {
    display: none;
}
/** Style 1 **/
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
    position: relative;
    text-align: center;
}
.pbmit-element-posts-wrapper.row .pbmit-client-style-1.pbmit-ele {
	margin-bottom: 40px;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .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%);
    width: 100%;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	text-align: center;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}
.pbmit-element-client-style-1.pbmit-element-viewtype-row-column .pbmit-element-posts-wrapper{
	justify-content: center;
}

/*----------------------------------------*/
/* 15 - Spinner Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-spinner-box-style-1 {
	width: 320px;
	position: relative;
	border-radius: 50%;
	color: var(--pbmit-white-color);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg {
	font-size: 55px;
	width: 160px;
	height: 160px;
	text-align: center;
	line-height: 180px;
	border-radius: 50%;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
	fill: var(--pbmit-global-color);
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 3px;
	transform-origin: 50% 50% 0;
	transform: rotate(0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.pbmit-spinner-box-style-1:hover .pbmit-ihbox-box text {
	-webkit-animation-name: pbmit_rotate_1;
	-moz-animation-name: pbmit_rotate_1;
	-ms-animation-name: pbmit_rotate_1;
	-o-animation-name: pbmit_rotate_1;
	animation-name: pbmit_rotate_1;
	-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;
}
.pbmit-spinner-box-style-1:hover .pbmit-ihbox-box .pbmit-ihbox-svg-content {
	right: 160px;
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-svg-wrapper svg{
	width: 70px;
	height: 70px;
	line-height:70px;
	fill: var(--pbmit-white-color);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-svg-content {
	height: 160px;
	width: 160px;
	position: absolute;
	top: 0;
	right: 40px;
	border: 3px solid var(--pbmit-global-color);
	padding: 10px;
	border-radius: 50%;
	-webkit-transition: 0.9s ease-in-out;
	transition: 0.9s ease-in-out;
}
@-webkit-keyframes pbmit_rotate_1 {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_rotate_1 {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_rotate_1 {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_rotate_1 {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_rotate_1 {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.pbmit-elementor-bg-color-light .pbmit-spinner-box-style-1 .pbmit-ihbox-box text{
	fill: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-light .pbmit-spinner-box-style-1 .pbmit-icon-wrapper i {
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-spinner-box-style-2 {
	width: 110px;
	position: relative;
	border-radius: 50%;
	color: var(--pbmit-white-color);
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-2 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box text {
	font-size: 23px;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box svg{
	height: auto;
	fill: var(--pbmit-secondary-color);
	position: relative;
	left: 0;
	top: 0;
	-webkit-animation-name: pbmit_rotate_2;
	-moz-animation-name: pbmit_rotate_2;
	-ms-animation-name: pbmit_rotate_2;
	-o-animation-name: pbmit_rotate_2;
	animation-name: pbmit_rotate_2;
	-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_2 {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_rotate_2 {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_rotate_2 {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_rotate_2 {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_rotate_2 {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.pbmit-elementor-bg-color-light .pbmit-spinner-box-style-2 .pbmit-ihbox-box text{
	fill: var(--pbmit-blackish-color);
}
/** Style 3 **/
.pbmit-spinner-box-style-3 {
	width: 320px;
	position: relative;
	border-radius: 50%;
	color: var(--pbmit-white-color);
}
.pbmit-spinner-box-style-3 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-3 .pbmit-ihbox-svg {
	font-size: 55px;
	width: 160px;
	height: 160px;
	text-align: center;
	line-height: 180px;
	border-radius: 50%;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.pbmit-spinner-box-style-3 .pbmit-ihbox-box text {
	fill: var(--pbmit-global-color);
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 3px;
	transform-origin: 50% 50% 0;
	transform: rotate(0);
	-webkit-animation-name: pbmit_rotate_2;
	-moz-animation-name: pbmit_rotate_2;
	-ms-animation-name: pbmit_rotate_2;
	-o-animation-name: pbmit_rotate_2;
	animation-name: pbmit_rotate_2;
	-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;
}
.pbmit-spinner-box-style-3 .pbmit-ihbox-box .pbmit-ihbox-svg-wrapper svg{
	width: 70px;
	height: 70px;
	line-height:70px;
	fill: var(--pbmit-white-color);
}
.pbmit-spinner-box-style-3 .pbmit-icon-wrapper i {
	font-size: 55px;
	line-height: 160px;
}
.pbmit-spinner-box-style-3 .pbmit-ihbox-box .pbmit-ihbox-svg-content svg{
	fill: var(--pbmit-white-color);
	height: 160px;
	width: 160px;
	position: absolute;
	right: auto;
	top: 120px;
	border: 3px solid var(--pbmit-global-color);
	padding: 10px;
	border-radius: 50%;
	-webkit-transition: 0.9s ease-in-out;
	transition: 0.9s ease-in-out;
}
.pbmit-spinner-box-style-3:hover .pbmit-ihbox-box .pbmit-ihbox-svg-content svg{
	top: 0px;
}
@-webkit-keyframes pbmit_rotate_2 {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_rotate_2 {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_rotate_2 {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_rotate_2 {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_rotate_2 {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.pbmit-elementor-bg-color-light .pbmit-spinner-box-style-3 .pbmit-ihbox-box text{
	fill: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-light .pbmit-spinner-box-style-3 .pbmit-icon-wrapper i {
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 16 - Cursor
* ---------------------------------------*/
.pbmit-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}
.pbmit-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.pbmit-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: var(--pbmit-white-color);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.pbmit-cursor-text i {
    font-size: 20px;
}
@supports (mix-blend-mode: exclusion) {	
    .pbmit-cursor.-exclusion,
    .pbmit-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}
@supports (mix-blend-mode: exclusion) {
    .pbmit-cursor.-exclusion:before,
    .pbmit-cursor.-opaque:before {
        background: white;
    }
}
.pbmit-cursor.-normal,
.pbmit-cursor.-text {
    mix-blend-mode: normal;
}
.pbmit-cursor.-normal:before,
.pbmit-cursor.-text:before {
    background: #000;
}
.pbmit-cursor.-inverse {
    color: white;
}
.pbmit-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}
.pbmit-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
}
.pbmit-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}
.pbmit-cursor.-text .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pbmit-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-tooltip .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat {
    background-color: var(--pbmit-blackish-color);
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat a {
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text>* {
    color: var(--pbmit-blackish-color);
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
    width: 270px;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
}
.pbmit-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -ms-transform: scale(1.32);
    -o-transform: scale(1.32);
    transform: scale(1.32);
}
.pbmit-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pbmit-cursor.-lg:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.pbmit-cursor.-hidden:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-color-red:before {
    background: red;
}
.pbmit-cursor.global-color:before {
    background: var(--pbmit-global-color);
}
.pbmit-cursor.blackish-color:before {
    background: var(--pbmit-blackish-color);
}
.pbmit-cursor.white-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.white-color .pbmit-cursor-text {
    color: #000;
}
.pbmit-cursor.secondary-color:before {
    background: var(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
    background: var(--pbmit-light-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: var(--pbmit-white-color);
}
.-color-green {
    color: #51c67d;
}
.pbmit-cursor.blackish-color:before {
    background: var(--pbmit-blackish-color);
}
.pbmit-cursor.white-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.secondary-color:before {
    background: var(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
    background: var(--pbmit-light-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.-team:before {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}

/* --------------------------------------
* 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:not(:last-child){
	margin: 0 10px;
}
.pbmit-sortable-list a {
    display: inline-block;
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 400;
    border-radius: 0px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-sortable-list a.pbmit-selected {
    background: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

/* --------------------------------------
* 18 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style1,
.pbmit-animation-style2,
.pbmit-animation-style3,
.pbmit-animation-style4{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img,
.pbmit-animation-style4 img{
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5,.5,0,1);
}

/* --------------------------------------
* 19 - Marquee
* ---------------------------------------*/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 130px;
	line-height: 130px !important;
	padding-left: 95px !important;
	margin-left: 50px !important;
	font-weight: lighter;
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	display: flex;
	align-items: center;
}
.pbmit-marquee-effect-style-1 {
	opacity: 0.1;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper .pbmit-element-title::before {
	content: "*";
	position: absolute;
	font-size: 130px;
	line-height: 130px;
	left: 0;
	top: 30px;
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
    line-height: normal;
    width: auto;
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    margin: 0;
    padding: 0;
}
.pbmit-marquee-effect-style-2 .pbmit-element-title {
	font-size: 90px;
	letter-spacing: 0;
	position: relative!important;
	overflow: visible!important;
	text-transform: capitalize;
	display: flex;
	color: var(--pbmit-secondary-color);
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper{
	margin: 0 20px;
}
.pbmit-element-marquee-effect-style-2 .pbmit-marquee-effect-section {
	position: relative;
}
.pbmit-marquee-effect-style-2 .pbmit-element-title,
.pbmit-marquee-effect-style-2 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
.pbminfotech-element-marquee-effect .pbmit-element-title {
	line-height: normal;
	width: auto;
	position: relative;
	overflow: hidden;
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	margin: 0;
	padding: 0;
}
.pbminfotech-element-marquee-effect .pbmit-element-title {
    line-height: normal;
    width: auto;
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    margin: 0;
    padding: 0;
}

/* --------------------------------------
* 20 - Event Category
* ---------------------------------------*/
/** Style 3 **/
.pbmit-treatment-style-3 .pbmit-treatment-btn i,
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon,
.pbmit-treatment-style-3 .pbmit-svg-btn svg{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-treatment-style-3 .pbminfotech-box-content {
	display: flex;
	align-items: center;
	background: var(--pbmit-light-color);
	padding:20px;
}
.pbmit-treatment-style-3 .pbmit-treatment-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0px 15px 0px 20px;
	color: var(--pbmit-secondary-color);
}
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon{
	border-radius: 50%;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-treatment-style-3 .pbmit-treatment-btn i{
	font-size: 30px;
	line-height: normal;
	color: var(--pbmit-secondary-color);
	left: -15px;
	position: relative;
	opacity: 0;
}
.pbmit-treatment-style-3:hover .pbmit-treatment-btn i{
	left: 0px;
	opacity: 1;
}
.pbmit-treatment-style-3:hover .pbmit-treatment-btn i,
.pbmit-treatment-style-3:hover .pbmit-treatment-title,
.pbmit-treatment-style-3:hover .pbmit-treatment-title a,
.pbmit-treatment-style-3:hover .pbmit-treatment-wrapper-icon{
	color: var(--pbmit-global-color);
}
.pbmit-treatment-style-3 .pbmit-svg-btn svg{
	height: 20px;
	opacity: 0;
	margin-left: -15px;
}
.pbmit-treatment-style-3:hover .pbmit-svg-btn svg{
	opacity: 1;
	margin-left: 0px;
}
.pbmit-element-column-four .pbmit-treatment-style-3:nth-child(9){
	margin-left: 25%;
}
.pbmit-treatment-style-3 .pbminfotech-post-item{
	position: relative;
}
.pbmit-treatment-style-3 .pbminfotech-box-content .pbmit-treatment-wrapper-icon img{
	max-height:75px;
	max-width:75px;
	border-radius: 50%;
}
.pbmit-treatment-style-3 .pbmit-treatment-icon-wrapper i {
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-global-color);
}
.pbmit-element-column-five .pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon {
	font-size: 35px;
}

/* --------------------------------------
* 21 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.pbmit-logistic-heading-stroke-style .pbmit-element-portfolio-style-1 .swiper-container {
	margin-top: -130px;
}
.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;
	color: var(--pbmit-blackish-color);
}
.pbmit-portfolio-style-1{
	margin-bottom: 30px;
}
.pbmit-element-viewtype-masonry .pbmit-portfolio-style-1 {
	margin-bottom: 30px;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4,.01,.14,.99);
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 24px 35px 29px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .8s;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	transition: all .8s;
	opacity: 1;
	transform: translateX(0%);
}
.pbmit-portfolio-style-1 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-portfolio-style-1 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
}
.pbmit-element-portfolio-style-1 .pbmit-heading-subheading {
	margin-bottom: 30px;
}
.pbmit-element-portfolio-style-1 .pbmit-heading-subheading .pbmit-element-subtitle{
	margin-bottom: 10px;
}
.elementor-inner-section .pbmit-element-portfolio-style-1 .pbmit-sortable-list a {
	color: var(--pbmit-white-color);
}
.elementor-section-boxed .pbmit-portfolio-style-1 .pbmit-portfolio-title {
	font-size: 18px;
	line-height: 28px;
}
.elementor-section-boxed .pbmit-portfolio-style-1 .pbmit-port-cat,
.elementor-section-boxed .pbmit-portfolio-style-1 .pbmit-port-cat a{
	font-size: 16px;
}
/** Style 2 **/
.pbmit-portfolio-style-2 .pbmit-svg-btn {
    transform: rotate(45deg);
	transition: all 0.5s ease-in-out;
}
.pbmit-portfolio-style-2:hover .pbmit-svg-btn {
    transform: rotate(0deg);
}
.pbmit-portfolio-style-2 .pbmit-port-cat a{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-secondary-color);
	margin: 0;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4,.01,.14,.99);
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.005) rotate(0);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:30px 0 0 0;
}
.pbmit-portfolio-style-2 .pbmit-svg-btn svg{
	height: 15px;
}
.pbmit-svg-btn svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.pbmit-svg-btn svg line {
    fill: none;
    stroke: var(--pbmit-secondary-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.pbmit-portfolio-style-2:hover .pbmit-svg-btn svg line{
 	stroke: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2:hover .pbmit-portfolio-title a{
	color: var(--pbmit-global-color);
}
/** Style 3 **/
.pbmit-portfolio-style-3 .pbminfotech-post-content{
	position: relative;
}
.pbmit-portfolio-style-3 .pbminfotech-box-content {
	opacity: 0;
    transition: all .2s;
    transform: scale(0.9);
    max-width: unset;
	position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 30px;
	background: rgb(255 255 255 / 90%);
    will-change: opacity;
}
.pbmit-portfolio-style-3:hover .pbminfotech-box-content {
	opacity: 1;
    transition: all .2s;
    transform: scale(1);
}
.pbmit-portfolio-style-3 .pbmit-port-cat,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
	font-size: 14px;
}
.pbmit-portfolio-style-3 .pbmit-title:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-blackish-color);
	margin-bottom: 0;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	-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-portfolio-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-portfolio-style-3 .pbmit-portfolio-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-portfolio-style-3:hover .pbmit-portfolio-btn{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn i{
	font-size:30px;
	line-height:30px;
	color: var(--pbmit-global-color);
	z-index: 1;
	position: relative;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn a:hover i{
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 22 - Form
* ---------------------------------------*/
/** Style 1 **/
.pbmit-form.physiofy-contact-form .pbmit-btn button:hover {
	color: var(--pbmit-white-color);
}
.pbmit-form.physiofy-team-form .input-group.input-button{
	margin-bottom: 0;
}
.pbmit-form.physiofy-team-form input[type="text"],
.pbmit-form.physiofy-team-form input[type="number"],
.pbmit-form.physiofy-team-form input[type="email"],
.pbmit-form.physiofy-team-form input[type="tel"],
.pbmit-form.physiofy-team-form .input-group textarea{
	height: 50px;
	border: none;
	background: var(--pbmit-light-color);
	font-size: 15px;
	font-weight: 600;
}
.pbmit-form.physiofy-team-form .input-group textarea{
	height: 150px;
}
.pbmit-form.physiofy-team-form .input-textarea{
	display: block;
}
.pbmit-form.physiofy-team-form button{
	border: none;
}
.pbmit-form.physiofy-team-form .pbmit-team-btn{
	margin-bottom: 0px;
}
.pbmit-form.physiofy-team-form input[type="checkbox"] {
	margin-right: 12px;
	height: 21px;
	width: 21px;
	top: 4px;
	position: relative;
	-webkit-appearance: auto;
}

/* --------------------------------------
* 23 - Pricing
* ---------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(even){
	margin-top: 135px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-svg-wrapper,
.pbminfotech-ele-ptable-style-1 .pbmit-icon-wrapper {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
	margin-bottom: 10px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
	display: none;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 50px 40px;
	background-color: var(--pbmit-light-color);
	color: #666;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc {
	font-size: 12px;
	line-height: 22px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-heading-wrap{
	margin-bottom: 10px;
	padding-right: 40px;
	align-items: center;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	position: relative;
	margin-top: 5px;
	flex: 1;
	font-weight: lighter !important;
	padding-left: 8px;
	margin-left: 10px;
	color: rgb(3 3 4 / 50%);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency::before{
	position: absolute;
	content: "/";
	left: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
	margin-top: 25px;
	padding: 35px 0 10px;
	transition: all 0.3s ease-in;
	border-top: 1px solid rgb(3 3 4 / 10%);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-ptable-inner{
	border-color: rgb(27 153 254 / 40%);
}
.pbminfotech-ele-ptable-style-1 .pbmit-btn a{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-btn a:hover{
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
	display: inline-block;
}
.pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbmit-pricing-table-box .pbminfotech-ptable-price {
	display: inline-block;
}
.pbmit-pricing-table-box .pbminfotech-ptable-price{
	display: block;
	color: var(--pbmit-global-color);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-family: Philosopher,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	font-size: 15px;
	line-height: 25px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	width: auto;
	padding: 0 10px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a{
	color: var(--pbmit-white-color);
}
.pbmit-element-service-style-3 .pbmit-service-btn a:hover::before, 
.rev-btn:hover:before, 
.pbmit-service-style-2:hover .pbmit-service-btn a:before, 
.pbmit-service-style-2 .pbmit-service-btn a:hover:before, 
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover::before, 
.pbmit-form.physiofy-team-form .input-button button:hover::before, 
.Pbmit-contact-form .input-button button:hover::before, 
.elementor-widget-button:not(.pbmit-btn-style-text) .elementor-button-wrapper a.elementor-button:hover::before {
    transform: scale3d(0,1,1);
} 
.pbmit-service-style-2 .pbmit-box-content-inner .pbmit-service-btn a:before, 
.pbmit-element-service-style-3 .pbmit-service-btn a::before, 
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a::before, 
.pbmit-form.physiofy-team-form .input-button button::before, 
.Pbmit-contact-form .input-button button::before, 
.elementor-widget-button:not(.pbmit-btn-style-text) .elementor-button-wrapper a.elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 100% 50%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}

/*----------------------------------------*/
/*  24 - Progress Bar
/*----------------------------------------*/
.progressbar{
    overflow: hidden;
	margin-bottom: 10px;
}
.progressbar .progress-label{
	font-size: 16px;
    line-height: 36px;
    position: relative;
	font-weight: 500;
    font-style: normal;
}
.progress{
	height: 21px;
	padding: 1px;
    overflow: visible;
	display: inherit;
    border-radius: 0px;
    position: relative;
	border: 1px solid var(--pbmit-global-color);
    background-color: transparent;
}
.progress .progress-bar{
	position: relative;
	display: flex;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
    background-color: var(--pbmit-secondary-color);
    border-radius: 2px;
}
.progress .progress-percent{
	padding-right: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 13px;
    line-height: 17px;
    color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  25 - Treatment Style
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-treatment-style-1 .pbmit-element-posts-wrapper .pbmit-hover-inner {
	padding: 0;
	margin: 0;
	list-style: none;
}
.pbmit-element-treatment-style-1 .pbmit-element-posts-wrapper .pbmit-hover-inner li{
	display: inline-block;
	margin: 0 25px 0 0;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-nav .pbmit-treatment-title {
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 15px;
	position: relative;
	color: var(--pbmit-secondary-color);
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-style: normal;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-nav .pbmit-treatment-title:after{
	position: absolute;
	content: ',';
	right: -15px;
	left: auto;
	color: var(--pbmit-secondary-color);
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-images .swiper-wrapper img {
	padding: 20px;
	height: 600px;
	width: 600px;
	border-radius: 50%;
	object-fit: cover;
}
.pbmit-element-treatment-style-1 .swiper-slide-active .pbmit-featured-img-wrapper::before{
	opacity: 1;
	border-color: var(--pbmit-global-color);
}
.pbmit-element-treatment-style-1 .pbmit-featured-img-wrapper::before{
	position: absolute;
	content: '';
	height: 600px;
	width: 600px;
	border-radius: 50%;
	border: 4px dotted transparent;
	opacity: 0;
	-webkit-animation-name: pbmit_treatment_border;
	-moz-animation-name: pbmit_treatment_border;
	-ms-animation-name: pbmit_treatment_border;
	-o-animation-name: pbmit_treatment_border;
	animation-name: pbmit_treatment_border;
	-webkit-animation-duration: 25s;
	-moz-animation-duration: 25s;
	-ms-animation-duration: 25s;
	-o-animation-duration: 25s;
	animation-duration: 25s;
	-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_treatment_border {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_treatment_border {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_treatment_border {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_treatment_border {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_treatment_border {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}

.pbmit-element-treatment-style-1 .pbmit-main-hover-faded{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-element-treatment-style-1 .pbminfotech-box-number{
	font-size: 26px;
	line-height: 32px;
	padding-right: 10px;
	color: var(--pbmit-secondary-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-family: Philosopher,sans-serif;
    font-weight: normal;
    font-style: normal;
}
.pbmit-element-treatment-style-1 .pbmit-hover-inner .pbmit-treatment-heading {
    display: inline-block;
	margin: 0 25px 0 0;
}
.pbmit-element-treatment-style-1 .pbmit-treatment-heading.pbmit-active .pbminfotech-box-number,
.pbmit-element-treatment-style-1 .pbmit-treatment-heading.pbmit-active .pbmit-treatment-title a{
	color: var(--pbmit-global-color);
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-images .swiper-hover-slide-desc,
.pbmit-element-treatment-style-1 .swiper-hover-slide-nav .pbmit-treatment-icon-wrapper,
.pbmit-element-treatment-style-1 .swiper-hover-slide-images .pbmit-short-description{
	display: none;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-desc .pbmit-treatment-icon-wraper .pbmit-treatment-icon-inner {
	display: block;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	font-size: 40px;
	line-height: 50px;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-desc .pbmit-desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-element-treatment-style-2 .swiper-hover-slide-desc .pbmit-treatment-icon-inner img {
	height:50px;
	width: 50px;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-images {
	position: relative;
	text-align: right;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-images .swiper-hover-slide-desc {
	text-align: center;
	padding: 40px 30px;
	width: 250px;
	height: 250px;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: auto;
	border: 2px solid var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
	border-radius: 50%;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-nav .pbmit-treatment-icon-wrapper {
	padding-bottom: 20px;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-nav .pbmit-treatment-icon-wrapper img {
	height: 55px;
	width: 55px;
}
.pbmit-element-treatment-style-1 .swiper-hover-slide-nav .pbmit-treatment-icon-wrapper i {
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-global-color);
}
.pbmit-element-treatment-style-1 .pbmit-treatment-icon-wrapper img {
	width: 50px;
	height: 50px;
}
/** Style 2 **/
.pbmit-element-team-style-2{
	position: relative;
}
.pbmit-element-team-style-2 .pbminfotech-box-social-links{
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.pbmit-element-team-style-2 .pbmit-titlebox{
	position: absolute;
	bottom: -100px;
	opacity: 0;
	left: 0;
	text-align: center;
	right: 0;
}
.pbmit-element-team-style-2 .swiper-slide-active .pbmit-titlebox{
	opacity: 1;
}
.pbmit-element-team-style-2 .swiper-cards .swiper-slide{
	overflow: visible !important;
}
.pbmit-element-team-style-2 .pbmit-team-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
}
.pbmit-element-team-style-2 .pbminfotech-box-team-position{
	color: var(--pbmit-global-color);
}
.pbmit-element-team-style-2 .pbmit-card-image{
	max-width: 450px;
}
