/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-globalcolor {
    color: var(--pbmit-global-color);
}
.pbmit-heading-subheading ,
.pbmit-heading-subheading-style-2 ,
.pbmit-heading-subheading-style-3 ,
.pbmit-heading-subheading-style-4 ,
.pbmit-heading-subheading-style-5 ,
.pbmit-heading-subheading-style-6 {
    margin-bottom: 50px;
}
.pbmit-heading-subheading .pbmit-heading-desc ,
.pbmit-heading-subheading-style-1 .pbmit-heading-desc ,
.pbmit-heading-subheading-style-6 .pbmit-heading-desc {
    margin-top: 25px;
}
.pbmit-heading-subheading .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #666666;
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-heading-subheading .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #27272f;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading.text-global .pbmit-subtitle{
    color: var(--pbmit-global-color);
}
.pbmit-heading-subheading.text-global .pbmit-title{
    color: var(--pbmit-white-color);
}	
.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 25px;
}

/** Style 1 **/
.pbmit-heading-subheading-style-1 {
    margin-bottom: 50px;
}
.pbmit-heading-subheading-style-1 .pbmit-title{
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-1 .text-white.pbmit-heading-desc {
    color: rgba(255, 255, 255,.6) !important;
}
/** Style 2 **/
.pbmit-heading-subheading-style-2 .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2px;
    color: var(--pbmit-global-color);
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 5px!important;
    position: relative;
    display: flex;
    align-items: center;
}
.pbmit-heading-subheading-style-2.text-center .pbmit-subtitle{
    justify-content: center;
}
.pbmit-heading-subheading-style-2.text-center .pbmit-subtitle::before {
    content: "";
    right: 0;
    width: 35px;
    height: 2px;
    background-color: var(--pbmit-global-color);
    margin-right: 10px;
}
.pbmit-heading-subheading-style-2 .pbmit-subtitle::after {
    content: "";
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--pbmit-global-color);
    margin-left: 10px;
}
.pbmit-heading-subheading-style-2.text-center .pbmit-subtitle::after {
    content: "";
    right: 0;
    width: 35px;
    height: 2px;
    background-color: var(--pbmit-global-color);
    margin-left: 10px;
}
.pbmit-heading-subheading-style-2 .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading-style-2.text-white .pbmit-title{
    color:var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-heading-subheading-style-3 .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 900;
    font-size: 120px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(39, 39, 47,.2);
    margin-bottom: -15px!important;
    margin-left: -40px;
}
.pbmit-heading-subheading-style-3 .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading-style-3.text-global .pbmit-subtitle{
    -webkit-text-stroke: 1px rgb(255, 255, 255,.20);
}
.pbmit-heading-subheading-style-3.text-global .pbmit-title{
    color: var(--pbmit-white-color);
}
/** Style 4 **/
.pbmit-heading-subheading-style-4 .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #16211e;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 40px!important;
    padding-left: 15px;
    position: relative;
}
.pbmit-heading-subheading-style-4 .pbmit-subtitle:before {
    content: counter(pbmitbox1,decimal-leading-zero)"";
    counter-increment: pbmitbox1;
    position: absolute;
    font-size: 70px;
    top: -2px;
    font-weight: 200!important;
    letter-spacing: 1px;
    left: 0;
    color: rgba(188, 30, 36,.1);
}
.pbmit-heading-subheading-style-4 .pbmit-title {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.2px;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-heading-subheading-style-4.text-center .pbmit-subtitle::before {
    width: 100%;
    padding-right: 10px;
}
/** Style 5 **/
.pbmit-heading-subheading-style-5 .pbmit-title{
	padding-top: 55px;
	position: relative;
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #000000;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading-style-5 .pbmit-title::before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: "pbminfotech-base-icons";
	content: "\e8b0";
	font-size: 48px;
	line-height: 48px;
	color: var(--pbmit-global-color);
}
.pbmit-heading-subheading-style-5.text-center .pbmit-title::before{
	right: 0;
	margin: 0 auto;
}
.pbmit-align-center .pbmit-heading-subheading-style-5 .pbmit-title::before,
.pbmit-heading-subheading-style-5.center::before{
	width: 100%;
}
.pbmit-align-last .pbmit-heading-subheading-style-5::before,
.pbmit-heading-subheading-style-5.right::before{
	left: unset;
	right: 0;
}
.pbmit-heading-subheading-style-5:not(.pbmit-reverse-heading-yesanimation-style1) .pbmit-subtitle{
	margin-top: 20px;
}
/** Style 6 **/
.pbmit-heading-subheading-style-6 .pbmit-subtitle {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.6px;
    color: var(--pbmit-global-color);
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-heading-subheading-style-6 .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #16211e;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading-style-6.text-white .pbmit-title ,
.pbmit-heading-subheading-style-6.text-white .pbmit-subtitle {
    color: var(--pbmit-white-color);
}
/** Style 7 **/
.pbmit-heading-subheading-style-7 .pbmit-title{
	font-weight: 500;
}
.pbmit-heading-subheading-style-7 .pbmit-subtitle{
	color: var(--pbmit-global-color);
	font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
}
/** Style 8 **/
.pbmit-heading-subheading-style-8 .pbmit-subtitle{
	background: linear-gradient(60deg, #d600ff 0%, var(--pbmit-global-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.pbmit-heading-subheading-style-8 .pbmit-title{
	font-weight: 500;
}
.pbmit-heading-subheading-style-8.text-white .pbmit-subtitle{
	background: var(--pbmit-white-color);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
/** Style 9 **/
.pbmit-heading-subheading-style-9 .pbmit-title{
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0px;	
    font-weight: 600
}
.pbmit-heading-subheading-style-9 .pbmit-subtitle{
	font-size: 18px;
	line-height: 24px;
	color: var(--pbmit-global-color);
	text-transform: initial;
	letter-spacing: 0;
}
/** Style 10 **/
.pbmit-heading-subheading-style-10 .pbmit-title{
	font-size: 48px;
    line-height: 48px;
	font-weight: 500;
}
.pbmit-heading-subheading-style-10 .pbmit-subtitle{
	font-size: 13px;
    line-height: 23px;
    letter-spacing: .68px;
}
/** Style 11 **/
.pbmit-heading-subheading-style-11 .pbmit-title{
	font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.5px;
	text-transform: none;
}
.pbmit-heading-subheading-style-11 .pbmit-title .pbmit-color-secondary{
	color: var(--pbmit-secondary-color);
}
.pbmit-heading-subheading-style-11 .pbmit-subtitle{
	color: var(--pbmit-global-color);
	position: relative;
	display: inline-block;
	padding-left: 18px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
}
.pbmit-heading-subheading-style-11.text-end .pbmit-subtitle{
	padding-right: 18px;
}
.pbmit-heading-subheading-style-11.text-end .pbmit-subtitle::before{
	right: 0;
}
.pbmit-heading-subheading-style-11 .pbmit-subtitle::before{
	content: "*";
	position: absolute;
	font-size: 28px;
    left: 0;
    top: 50%;
    transform: translate(0, -40%);
	color: var(--pbmit-secondary-color);
}
.pbmit-heading-subheading-style-11.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}
/** Style 12 **/
.pbmit-heading-subheading-style-12 .pbmit-title{
	font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-12 .pbmit-subtitle{
	font-family: Tangerine,sans-serif;
	color: var(--pbmit-global-color);
	font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .5px;
	text-transform: capitalize;
}
.pbmit-heading-subheading-style-12 .pbmit-heading-desc{
	color: rgba( 225, 225, 225, 0.6);
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.pbmit-ihbox-btn a {
    position: relative;
}
.pbmit-svg-btn svg line {
    fill: none;
    stroke: var(--pbmit-white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.pbmit-ihbox-btn svg, .pbmit-svg-btn svg{
    height: 10px;
}
.pbmit-digital-mrkt-text-style .pbmit-arrow svg line:nth-child(1),
.pbmit-svg-btn svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61,1,.88,1);
}
.pbmit-svg-btn svg line:not(:first-child) {
    stroke-linecap: square;
}
.pbmit-digital-mrkt-text-style .pbmit-arrow svg line:nth-child(2),
.pbmit-digital-mrkt-text-style .pbmit-arrow svg line:nth-child(3),
.pbmit-ihbox-style-6 .pbmit-ihbox-headingicon .pbmit-ihbox-contents .pbmit-svg-btn svg line:nth-child(2), 
.pbmit-search-results-load-btn a svg line:nth-child(2), 
.pbmit-element-service-style-4 .swiper-hover-slide-nav li .pbmit-title-box-wrap svg line:nth-child(2), 
.pbmit-element-service-style-4 .swiper-hover-slide-nav li .pbmit-title-box-wrap svg line:nth-child(3), 
.pbmit-ihbox-style-14 .pbmit-svg-btn svg line:nth-child(2), 
.pbmit-ihbox-style-14 .pbmit-svg-btn svg line:nth-child(3), 
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn svg line:nth-child(2), 
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn svg line:nth-child(3), 
.pbmit-form .input-button button svg line:nth-child(2), 
.pbmit-form .input-button button svg line:nth-child(3), 
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbmit-ihbox-btn svg line:nth-child(2), 
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbmit-ihbox-btn svg line:nth-child(3), 
.rev-btn svg line:nth-child(2), 
.rev-btn svg line:nth-child(3), 
.elementor-button svg line:nth-child(2), 
.elementor-button svg line:nth-child(3), 
.pbmit-svg-btn svg line:nth-child(2), 
.pbmit-svg-btn svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}
.pbmit-service-style-10:hover .pbmit-svg-btn a span svg line,
.pbmit-service-style-9:hover .pbmit-svg-btn svg line,
.pbmit-digital-mrkt-text-style .pbmit-arrow:hover svg line,
.pbmit-svg-btn:hover svg line{
    stroke-dashoffset: 0;
}
/** Style 1 **/
.pbmit-ihbox-style-1,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-1 .pbmit-element-title {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-1 {
	padding: 40px 30px;
	background-color: var(--pbmit-white-color);
	border: 1px solid rgba( 39, 39, 47, 0.20);
	position: relative;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 26px;
	line-height: 36px;
	margin: 0px 0 10px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image{
	width: 100px;
	height:auto;
	margin: auto;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon .pbmit-icon-type-icon{
	font-size: 70px;
	line-height: 70px;
	height:auto;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper i {
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-heading-desc{
	font-size: 17px;
	line-height: 28px;
}
.pbmit-ihbox-style-1:hover {
	border: 1px solid var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon{
	transform: translateY(-5px);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	transform: rotate3d(1, 1, 1, 360deg);
}
.pbmit-ihbox-style-1:hover .pbmit-element-title{
	color: rgba( 39, 39, 47, 0.7);
}
@media (max-width: 767px){
	.pbmit-ihbox-style-1{
		margin-bottom: 30px;
	}
}

/** Style 2 **/
.pbmit-ihbox-style-2 {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	margin-bottom: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper{
	width: 70px;
	height: 70px;
	margin-right: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon i,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 60px;
	color: var(--pbmit-global-color);
	line-height: 52px;
}
.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-ihbox-icon{
	position: relative;
	margin-right: 30px;
}
.pbmit-ihbox-style-2 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
    color: var(--pbmit-white-color);
}
.pbmit-miconheading-style-2{
	margin-bottom: 0 !important;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc{
	font-size: 16px;
	line-height: 26px;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc{
	color: #a6b0c2;
}
.pbmit-ihbox-style-2 .pbmit-svg-btn{
	margin-top: 10px;
}
.pbmit-ihbox-style-2 .pbmit-svg-btn a{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-2 .pbmit-svg-btn:hover a{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2:hover{
	translate: 0 -5px;
	transition: all 1s ease 0s;
}
.pbmit-ihbox-style-2:hover .pbmit-element-title,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon i,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-global-color);
	transition: all 1s ease 0s;
}
.medical-ihbox-style-2 .pbmit-ihbox-style-2{
	margin: 0;
}
.medical-ihbox-style-2 .pbmit-ihbox-style-2 .pbmit-element-title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 800;
	margin-bottom: 15px;
}
.medical-ihbox-style-2 .pbmit-ihbox-style-2 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper{
	margin-right: 0px;
}
.medical-ihbox-style-2 .pbmit-ihbox-icon i,
.medical-ihbox-style-2 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 45px;
}
.pbmit-gym-ihbox{
	height: 100%;
    border-right: 1px solid #FFFFFF1F;
    padding: 50px 50px 25px 50px;
}
/** Style 3 **/
.pbmit-ihbox-style-3 {
	width: 140px;
	border-radius: 50%;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box {
	position: relative;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 68px;
	width: 68px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box text {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300!important;
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
	font-size: 30px;
	text-align: center;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper i{
	line-height: 74px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img{
	height: 30px;
	width: 30px;
	border-radius: 50%;	
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image{
	line-height: 65px;
}
/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4 .pbmit-element-title {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	width: 52px;
	height: 52px;
	text-align: center;
	background-color: var(--pbmit-blackish-color);
	border-radius: 50%;
	color: var(--pbmit-white-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image img{
	width: 52px;
	height: 52px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon i,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 17px;
	line-height: 14px;
}
.pbmit-miconheading-style-4 .pbmit-ihbox-style-4 .pbmit-ihbox-icon{
	position: relative;
	margin-right: 30px;
}
.pbmit-miconheading-style-4 .pbmit-ihbox-style-4 .pbmit-ihbox-icon::after{
	position: absolute;
	content: "";
	border-right: 1px solid rgba(39, 39, 47, 0.3);
	height: 100%;
	left: 50%;
}
.pbmit-miconheading-style-4:last-child .pbmit-ihbox-style-4 .pbmit-ihbox-icon::after{
	display: none;
}
.pbmit-ihbox-style-4 .pbmit-element-title{
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pbmit-ihbox-style-4 .pbmit-svg-btn{
	margin-top: 10px;
}
.pbmit-miconheading-style-4{
	margin-bottom: 0 !important;
}
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-blackish-color);
	border: 1px solid rgba(39, 39, 47 , 0.6);
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-4:hover .pbmit-element-title{
	color: rgba(39, 39, 47 , 0.6);
}
.pbmit-miconheading-style-4{
	margin-bottom: 30px!important;
}
.pbmit-miconheading-style-4:last-child{
	margin-bottom: 0!important;
}
/** Style 5 **/
.pbmit-miconheading-style-5.swiper-slide-active .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-5 .pbmit-element-title{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-ihbox-style-5{
	position: relative;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon{
	padding-bottom: 60px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image{
	margin-right: 30px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image img{
	width: 100%;
	height: 200px;
}
.pbmit-ihbox-style-5 .pbmit-icon-type-icon{
	font-size: 50px;
	line-height: 55px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 55px;
	line-height: 55px;
	text-shadow: 1px 1px 0 rgba(39, 39, 47,.2),
        -1px -1px 0 rgba(39, 39, 47,.2),
        1px -1px 0 rgba(39, 39, 47,.2),
        -1px 1px 0 rgba(39, 39, 47,.2), 
        1px 1px 0 rgba(39, 39, 47,.2);
	color: var(--pbmit-white-color);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: rgb(255 255 255 / 3%);
	font-weight: 600!important;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-ihbox-style-5 .pbmit-element-title{
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-5 .pbmit-heading-desc{
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
}	
.pbmit-element-miconheading-style-5 .pbmit-svg-btn{
	margin-top: 10px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-contents,
.pbmit-miconheading-style-5 .pbmit-ihbox-contents{
	margin: 30px 25px 0 0;
}
.pbmit-miconheading-style-5.swiper-slide-active .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	-webkit-text-fill-color: var(--pbmit-blackish-color);
	text-shadow: unset;
}
/** Style 6 **/
.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-content-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-text .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-ihbox-text .pbmit-icon-type-icon,
.pbmit-ihbox-style-6 .pbmit-element-title {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-style: normal;
}
.pbmit-ihbox-style-6 .pbmit-element-heading,
.pbmit-ihbox-style-6 .pbmit-element-subtitle {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon{
	margin-right: 12px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-text .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-ihbox-text .pbmit-icon-type-icon{
	font-size: 24px;
	font-weight: 400!important;
	opacity: .85;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-text .pbmit-ihbox-icon-type-image img{
	width: 100px;
	height: auto;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-content-wrapper{
	border-bottom: 1px solid rgba(39, 39, 47, 0.1);
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents .pbmit-heading-desc{
	margin: 15px 0;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents .pbmit-svg-btn{
	padding-top: 10px;
	display: inline-block;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents .pbmit-svg-btn a{
	font-size: 0;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents .pbmit-svg-btn svg{
	margin: 0;
	width: 15px;
	height: 15px;
}
.pbmit-ihbox-style-6:hover .pbmit-ihbox-content-wrapper{
	border-bottom: 1px solid rgba(39, 39, 47, 1);
}
.pbmit-ihbox-style-6:hover .pbmit-element-title{
	color: rgba(39, 39, 47, 0.6);
}
.pbmit-ihbox-style-6:hover .pbmit-ihbox-text .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6:hover .pbmit-ihbox-text .pbmit-icon-type-icon{
	color: rgba(39, 39, 47, 1);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents .pbmit-svg-btn svg line,
.pbmit-ihbox-style-6:hover .pbmit-ihbox-headingicon .pbmit-ihbox-contents .pbmit-svg-btn svg line{
    stroke: var(--pbmit-blackish-color)
}
.pbmit-ihbox-style-6:hover .pbmit-ihbox-headingicon .pbmit-ihbox-contents .pbmit-svg-btn svg line{
    stroke-dashoffset: 0;
}
/** Style 7 **/
.pbmit-ihbox.pbmit-ihbox-style-7 .pbmit-mainih-box,
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a:after,
.pbmit-ihbox.pbmit-ihbox-style-7 .pbmit-mainih-box:after,
.pbmit-ihbox.pbmit-ihbox-style-7:after,
.pbmit-ihbox-style-7 .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-btn,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-contents,
.pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-ihbox-style-7 .pbmit-element-heading {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.pbmit-ihbox-style-7 {
	border-right: 1px solid rgb(255, 255, 255, .10);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-7 .pbmit-element-heading,
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span:after,
.pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-ihbox-style-7 .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon {
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span,
.pbmit-ihbox-style-7 .pbmit-ihbox-image,
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
	height: 600px;
	background: rgb(39, 39, 47, .15);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-box {
	background: rgb(39, 39, 47, .40);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon i {
	font-size: 70px;
    line-height: 100px;
	height: 80px;
	width: 80px;
	background: rgb(255, 255, 255, .10);
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
	font-size: 45px;
	height: 80px;
	width: 80px;
	background: rgb(255, 255, 255, .10);
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg {
	height: 50px;
	width: auto;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-ihbox-box .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon i {
	background: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 0;
	margin: 5px 0 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon .pbmit-icon-type-icon {
	bottom: 165px!important;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-contents {
	padding: 0 70px;
	position: absolute;
	bottom: 70px;
	z-index: 2;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
	position: absolute;
	bottom: 150px;
	left: 65px;
	z-index: 2;
}
.pbmit-ihbox-style-7 .pbmit-text-number .pbmit-ihbox-contents {
	position: unset;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-ihbox-contents {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.pbmit-ihbox.pbmit-ihbox-style-7 .pbmit-mainih-box:after {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	transition: opacity .4s;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-mainih-box:after {
	opacity: 1;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: left;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 1;
	visibility: visible;
	background: linear-gradient(0deg, rgba(39, 39, 47) 0%, rgba(0, 50, 129, 0) 80%);
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-o-transition: all ease 700ms;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
	opacity: 1;
	visibility: visible;
	bottom: 70px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: 0 0 0 70px;
	opacity: 0;
	visibility: hidden;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn svg{
	width: 12px;
	height: 12px;
	margin-left: 10px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn:hover svg line{
	stroke:rgba( 255, 255, 255, 0.7);
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-ihbox-btn a:hover{
	color: rgba( 255, 255, 255, 0.7);
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-ihbox-btn a {
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7 .pbmit-heading-desc {
	opacity: 0;
	visibility: hidden;
	font-size: 16px;
	padding-top: 10px;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-7 .pbmit-heading-desc {
	opacity: 1;
	visibility: visible;
}
.pbmit-ihbox-style-7 .pbmit-element-heading {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
	position: absolute;
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	right: 0;
	top: -50px;
	bottom: 0;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(255, 255, 255, .50);
}
/** Style 8 **/
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-number,
.pbmit-ihbox-style-8 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-ihbox-style-8 :hover .pbmit-svg-btn svg line{
	transition: all 0.9s ease 0s;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text {
	font-size: 65px;
	line-height: 65px;
	text-shadow: 1px 1px 0 rgba(39, 39, 47,.2), 
                -1px -1px 0 rgba(39, 39, 47,.2), 
                1px -1px 0 rgba(39, 39, 47,.2), 
                -1px 1px 0 rgba(39, 39, 47,.2), 
                1px 1px 0 rgba(39, 39, 47,.2);
	color: var(--pbmit-white-color);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: rgb(255 255 255 / 3%);
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 500;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-number .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-blackish-color);
	text-shadow:unset;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
	font-weight: 500;
}
.pbmit-ihbox-style-8:hover .pbmit-element-title{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-element-title .pbmit-heading-desc{
	line-height: 28px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box {
	padding: 40px 0;
	border-bottom: 1px solid rgba(39, 39, 47,.1 );
	width: 100%;
}
.pbmit-ihbox-style-8:last-child .pbmit-ihbox-box {
	border-bottom: none;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-number{
	width: 20%;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-heading{
	width: 30%;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-svg-btn{
	margin-left: auto;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-contents {
	width: 470px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-svg-btn span{
	font-size: 0;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-svg-btn svg{
	height: 12px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-svg-btn svg line{
	stroke: #666;
}
.pbmit-ihbox-style-8 .pbmit-element-heading {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
	height: 150px;
	width: 150px;
}
.pbmit-ihbox-style-8 .pbmit-icon-type-icon i {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0;
	font-weight: 400;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box-number {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(255,255,255, .50);
}
.pbmit-ihbox-style-8:hover .pbmit-svg-btn svg line {
	stroke-dashoffset: 0;
}
.pbmit-ihbox-style-8:hover .pbmit-svg-btn svg line {
	stroke: var(--pbmit-global-color);
}
/** Style 9 **/
.pbmit-ihbox-style-9,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn span,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box {
	text-align: left;
}
.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 30px;
	line-height: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box .pbmit-ihbox-box-number,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	font-size: 170px;
	line-height: 170px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(39, 39, 47, .20);
	margin-bottom: -66px;
	margin-left: -40px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg {
	width: 40px;
	height: auto;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	-webkit-text-stroke-color: rgb(var(--pbmit-global-color-rgb), .2);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper i {
	font-size: 40px;
	line-height: 50px;
	color: var(--pbmit-global-color);
	font-weight: 500;
	position: absolute;
	left: 160px;
	top: 75px;
}
.pbmit-ihbox-style-9 .pbmit-element-heading {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 500;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn{
	margin-top: 15px;
	position: relative;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn:hover a{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-svg-btn svg line{
    stroke: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-9 .pbmit-svg-btn .pbmit-svg-arrow {
    margin-left: 0;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn:hover svg line{
    stroke: var(--pbmit-global-color);
}
@media (max-width: 1366px){
	.pbmit-ihbox-style-9 .pbmit-ihbox-box .pbmit-ihbox-box-number, 
	.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper{
		margin-left: -5px;
	}
	.pbmit-ihbox-style-9 .pbmit-ihbox-headingicon{
		padding-left: 20px;
	}
}
@media (max-width: 1200px){
	.pbmit-ihbox-style-9 .pbmit-ihbox-box .pbmit-ihbox-box-number,
	.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
		margin-bottom: -66px;
		margin-left: 0px;
	}
}
/** Style 10 **/
.pbmit-ihbox-style-10 {
	width: 125px;
	position: relative;
	background: var(--pbmit-global-color);
	border-radius: 50%;
	padding: 10px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-box text {
	fill: var(--pbmit-white-color);
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
	font-size: 32px;
	letter-spacing: 6.5px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 300;
}
.pbmit-ihbox-style-10 .pbmit-icon-wrapper i {
	font-size: 20px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg{
	width: 30px;
	height: auto;
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon-inner {
	position: absolute;
	right: -90px;
	top: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image img{
	height: 30px;
	width: 30px;
	border-radius: 50%;	
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image{
	line-height: 65px;
}
/** Style 11 **/
.pbmit-ihbox-style-11,
.pbmit-ihbox-style-11 .pbmit-svg-btn svg line,
.pbmit-ihbox-style-11 .pbmit-ihbox-btn a:after,
.pbmit-miconheading-style-11 .pbmit-element-title{
	transition: all 0.6s ease 0s;
}
.pbmit-miconheading-style-11{
	margin-bottom: 0 !important;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-heading{
	width: 20%;
	padding-right: 15px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-heading .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-heading .pbmit-ihbox-icon-type-text{
	font-size: 20px;
	line-height: 45px;
	font-weight: 600;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-heading .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-contents{
	width: 80%;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-heading .pbmit-ihbox-icon-wrapper{
	margin-right: 10px;
}
.pbmit-miconheading-style-11 .pbmit-element-title {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.pbmit-miconheading-style-11 .pbmit-ihbox-box .pbmit-element-subtitle{
	margin:0 15px 0 0;
	font-size: 18px;
	font-weight: 400;
}
.pbmit-miconheading-style-11:hover .pbmit-element-title{
	color: rgb(39, 39, 47, .6);
}
.pbmit-miconheading-style-11:first-child .pbmit-ihbox-box{
	border-top: 1px solid #eee;
}
.pbmit-miconheading-style-11 .pbmit-ihbox-box {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn a {
	position: relative;
}
.pbmit-ihbox-style-11 .pbmit-element-heading {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image img {
	height: 70px;
	width: 70px;
}
.pbmit-ihbox-style-11 .pbmit-icon-type-icon i {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 400;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-box-number {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(201, 243, 29, .50);
}
.pbmit-ihbox-style-11:hover .pbmit-svg-btn svg line {
	stroke: var(--pbmit-global-color);
	stroke-dashoffset: 0;
}
/** Style 13 **/
.pbmit-ihbox-style-13 .pbmit-ihbox-box {
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid var(--pbmit-white-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-13 .pbmit-ihbox-box {
	border-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-headingicon {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
	margin-left: 5px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
	font-size: 14px;
	line-height: 14px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-13 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-13 .pbmit-element-title a {
	color: var(--pbmit-white-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-13 .pbmit-element-title a {
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-element-title a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-13 > a,
.pbmit-ihbox-style-13,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-box,
.pbmit-ihbox-style-13 .pbmit-element-title {	
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-13:hover .pbmit-ihbox-box {
	background-color: var(--pbmit-white-color);
	border-color: transparent;
}
.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon,
.pbmit-ihbox-style-13:hover .pbmit-element-title {
	color: var(--pbmit-blackish-color);
}
/** Style 14 **/
.pbmit-ihbox-style-14,
.pbmit-ihbox-style-14 .pbmit-ihbox-box,
.pbmit-ihbox-style-14 .pbmit-element-title {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box{
	padding: 50px;
	margin: 0 25px 0 0;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-14 .pbmit-ihbox-box{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon{
	margin-right: 25px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 50px;
	line-height: 50px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 80px;
}
.pbmit-ihbox-style-14 .pbmit-element-heading{
	font-size: 17px;
	line-height: 24px;
	margin: 0;
}
.pbmit-ihbox-style-14 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	color: var(--pbmit-global-color);
	text-transform: capitalize;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-14 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-svg-btn{
	margin-top: 10px;
}
.pbmit-mihbox-hover-active.pbmit-ihbox-style-14 .pbmit-svg-btn a{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-svg-btn svg{
	width: 8px;
	height: 8px;
	margin-top: 0px !important;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box{
	position: relative;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box:after{
	position: absolute;
	content: '';
	right: -25px;
	top: 50%;
	transform: translate(0, -50%);
	left: auto;
	height: 90px;
	width: 1px;
	background-color: rgba(24, 24, 25,.25);
}
@media (max-width: 1600px) and (min-width: 1200px){
	.pbmit-ihbox-style-14 .pbmit-ihbox-box{
		display: block !important;
		padding: 30px;
	}
}
@media (max-width: 1200px){
	.pbmit-ihbox-style-14 .pbmit-ihbox-box:after{
		display: none;
	}
	.pbmit-ihbox-style-14 .pbmit-ihbox-box{
		margin: 0;
	}
}

/** Style 15 **/
.pbmit-ihbox-style-15,
.pbmit-ihbox-style-15 .pbmit-element-title{
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon{
	margin-right: 25px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 80px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 90px;
    color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-15 .pbmit-element-title{
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: capitalize;
    color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-15 .pbmit-svg-btn{
	margin-top: 10px;
}
.pbmit-ihbox-style-15 .pbmit-svg-btn a{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-15 .pbmit-svg-btn svg{
	width: 8px;
	height: 8px;
	margin-top: 0 !important;
}
.pbmit-ihbox-style-15:hover .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-15 .pbmit-heading-desc{
	color: var(--pbmit-white-color);
}
/** Style 16 **/
.pbmit-ihbox-style-16,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-16 .pbmit-element-title,
.pbmit-ihbox-style-16 .pbmit-element-subtitle {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-miconheading-style-16{
	margin-bottom: 10px !important;
}
.pbmit-miconheading-style-16:last-child{
	margin-bottom: 0px !important;
}
.pbmit-ihbox-style-16{
	padding: 70px 50px !important;
	background-color: var(--pbmit-white-color);
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-16{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon{
	margin-right: 40px;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 80px;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	font-size: 50px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pbmit-white-color);
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-16 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-16 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-16:hover .pbmit-element-subtitle{
	color: var(--pbmit-white-color);
}
/** Style 17 **/
.pbmit-ihbox-style-17{
    margin-bottom: 30px;
}
.pbmit-ihbox-style-17 {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	padding: 60px 52px;
	text-align: center;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon{
	margin-bottom: 50px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper{
	width: 95px;
	height: 95px;
	margin:auto;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon i,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 60px;
	color: var(--pbmit-global-color);
	line-height: 52px;
}
.pbmit-ihbox-style-17 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-17 .pbmit-element-heading{
	font-size: 20px;
	line-height: 25px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn{
	margin-top: 40px;
	text-transform: capitalize;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn a{
	font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-btn svg line{
	stroke: var(--pbmit-global-color) !important;
}
.pbmit-ihbox-style-17:hover{
	translate: 0 -5px;
	transition: all 1s ease 0s;
}
.pbmit-ihbox-style-17:hover .pbmit-element-title,
.pbmit-ihbox-style-17:hover .pbmit-ihbox-icon i,
.pbmit-ihbox-style-17:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-global-color);
	transition: all 1s ease 0s;
}
/** Style 18 **/
.pbmit-ihbox-style-18,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon,
.pbmit-ihbox-style-18 .pbmit-ihbox-box,
.pbmit-ihbox-style-18 .pbmit-element-title {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-icon{
	margin-right: 5px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-18 .pbmit-element-title,
.pbmit-ihbox-style-18 .pbmit-element-heading,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 22px;
	line-height: 28px;
    color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 80px;
}
.pbmit-ihbox-style-18 .pbmit-element-title,
.pbmit-ihbox-style-18 .pbmit-element-heading{
	margin: 0;
}
.pbmit-ihbox-style-18:hover .pbmit-ihbox-icon{
	margin-right: 15px;
}
/** Style 19 **/
.pbmit-ihbox-style-19,
.pbmit-ihbox-style-19 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-19 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-19 .pbmit-element-title{
	font-size: 34px;
	line-height: 36px;
	letter-spacing: -0.5px;
    font-weight: normal;
    font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-ihbox-style-19 .pbmit-element-heading{
	font-size: 17px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 10px;
	color: rgba(39, 39, 47, 0.7);
}
.pbmit-ihbox-style-19 .pbmit-box-content{
	position: relative;
	padding-bottom: 35px;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon{
	position: absolute;
	top: 70px;
	right: 0;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-19 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 100px;
	line-height: 100px;
	color: rgba(39, 39, 47, 0.06);
	text-align: end;
}
.pbmit-ihbox-style-19:hover .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-19:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	color: rgba(201, 243, 29, 0.3);
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	margin-top: 40px;
	width: 120px;
	height: 100px;
	margin-left: auto;
}
@media(max-width:400px) {
	.pbmit-ihbox-style-19 .pbmit-element-title{
		font-size: 24px;
    	line-height: 26px;
	}
	.pbmit-ihbox-style-19 .pbmit-ihbox-icon .pbmit-icon-type-icon, 
	.pbmit-ihbox-style-19 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
		font-size: 80px;
		line-height: 80px;
	}
}
/** Style 31 **/
.pbmit-ihbox-style-31 {
	width: 175px;
	border-radius: 50%;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-box {
	position: relative;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon,
.pbmit-ihbox-style-31 .pbmit-ihbox-svg {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    margin-right: -50%;
    transform: translate(-50%, -50%)rotate(90deg);
}
.pbmit-ihbox-style-31 .pbmit-ihbox-box text {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon-wrapper {
	font-size: 40px;
	line-height: 80px;
	text-align: center;
}
.pbmit-ihbox-style-31 .pbmit-ihbox-icon-type-image img{
	height: 80px;
	width: 80px;
	border-radius: 50%;	
}
/** Style 32 **/
.pbmit-ihbox-style-32 .pbmit-element-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
	font-weight: 500;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-overlay .pbmit-ihbox-icon-wrapper i {
    font-size: 130px;
    line-height: 140px;
}
.pbmit-ihbox-style-32 .pbmit-icon-wrapper i {
    font-size: 80px;
    line-height: normal;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: -webkit-linear-gradient(#d600ff, var(--pbmit-global-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-svg-wrapper {
    fill: var(--pbmit-blackish-color);
    font-size: 80px;
    line-height: normal;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pbmit-ihbox-style-32:hover .pbmit-icon-wrapper i {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-32:hover .pbmit-ihbox-svg-wrapper {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn a {
    text-transform: uppercase;
    font-size: 14px;
}
.pbmit-ihbox-style-32 .pbmit-icon{
    margin-right: 15px;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-32 .pbmit-ihbox-icon-type-image img{
    height: 80px;
    width: 80px;
}

@media (max-width: 575px) {
	.pbmit-ihbox-style-32 .pbmit-ihbox-box .d-flex {
		display: block !important;
	}
	.pbmit-ihbox-style-32 .pbmit-icon {
		margin: 0;
	}
}
/** Style 34 **/
.pbmit-miconheading-style-34{
	margin-bottom: 30px;
}
.pbmit-miconheading-style-34:last-child{
	margin-bottom: 0px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text {
	font-family:var(--pbmit-heading-typography-font-family);
    font-size: 48px;
    line-height: 45px !important;
    font-weight: 600!important;
    overflow: visible!important;
    text-shadow: 1px 1px 0 rgba(var(--pbmit-secondary-color-rgb),0.2), -1px -1px 0 rgba(var(--pbmit-secondary-color-rgb),0.2), 1px -1px 0 rgba(var(--pbmit-secondary-color-rgb),0.2), -1px 1px 0 rgba(var(--pbmit-secondary-color-rgb),0.2), -1px 1px 0 rgba(var(--pbmit-secondary-color-rgb),0.2);
    color: var(--pbmit-white-color);
    -webkit-text-fill-color: inherit;
    position: relative;
    background-color: transparent;
    text-transform: capitalize;
    transition: all .5s ease-in-out .01ms !important;
    letter-spacing: 2px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-number{
	margin-bottom: auto;
	padding-right: 15px;
}
.pbmit-ihbox-style-34 .pbmit-element-title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0;
	font-weight: 600;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-heading .pbmit-element-subtitle{
    font-size: 17px;
    line-height: 27px;
    color: #666;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-box {
    padding: 10px 0 40px;
    border-bottom: 1px solid rgba(var(--pbmit-secondary-color-rgb),0.1);
}
.pbmit-ihbox-style-34 .pbmit-ihbox-contents {
    width: 490px;
	padding: 0 15px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn a {
    position: relative;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-btn a:after {
    content: "\e82d";
    position: absolute;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
    top: -34px;
    right: 0;
    font-family: "pbminfotech-base-icons";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: rotate(0deg);
}
.pbmit-ihbox-style-34:hover .pbmit-ihbox-btn a:after {
    transform: rotate(-45deg);
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-34 .pbmit-element-heading {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 0px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-type-image img {
    height: 340px;
    width: 340px;
}
.pbmit-ihbox-style-34 .pbmit-icon-type-icon i {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 400;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-box-number {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(var(--pbmit-global-color-rgb), .50);
}
.pbmit-ihbox-style-34 .pbmit-svg-btn svg{
    height: 15px;
}
.pbmit-miconheading-style-34 .pbmit-svg-btn svg line{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-miconheading-style-34:hover .pbmit-svg-btn svg line,
.pbmit-ihbox-style-34:hover .pbmit-svg-btn svg line {
    stroke: var(--pbmit-global-color);
    stroke-dashoffset: 0;
}
.pbmit-ihbox-style-34 .pbmit-link{
    z-index: -1;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-heading{
    width: 400px;
	padding: 0 15px;
}
.pbmit-miconheading-style-34:last-child .pbmit-ihbox-box{
    border-bottom: none;
	padding-bottom: 0;
}

@media(max-width:991px) {
	.pbmit-ihbox-style-34 .pbmit-ihbox-number{
		padding: 0;
	}
    .pbmit-ihbox-style-34 .pbmit-ihbox-contents {
        width: 100%;
		padding: 0;
    }
    .pbmit-ihbox-style-34 .pbmit-ihbox-box {
        display: block!important;
    }
    .pbmit-ihbox-style-34 .pbmit-ihbox-heading {
        padding: 20px 0;
		width: 100%;
    }
    .pbmit-ihbox-style-34 .pbmit-ihbox-btn a:after {
        top: 10px;
        left: 0;
    }
    .pbmit-ihbox-style-34 .pbmit-svg-btn svg {
        margin-top: 30px;
    }
	.pbmit-ihbox-style-34 .pbmit-ihbox-heading .pbmit-element-subtitle{
		margin: 0;
	}
}
/** Style 38 **/
.pbmit-ihbox-style-38 .pbmit-element-title{
    font-size: 18px;
    line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 5px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-38 .pbmit-ihbox-contents{
    position: relative;
}
.pbmit-ihbox-style-38 .pbmit-ihbox-heading {
    position: absolute;
    top: 47px;
    left: 45px;
    right: 45px;
}
.pbmit-ihbox-style-38 .pbmit-heading-desc{
	color: rgba( 225, 225, 225, 0.6);
}
.pbmit-ihbox-style-38 .pbmit-ihbox-icon .pbmit-icon-type-icon{
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-38 .pbmit-ihbox-icon-type-image img{
    border-radius: 5px;
	height: 50px;
	width: 50px;
}
/** Style 39 **/
.pbmit-miconheading-style-39 .pbmit-ihbox-box .pbmit-ihbox-number,
.pbmit-miconheading-style-39 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text,
.pbmit-miconheading-style-39 .pbmit-element-title,
.pbmit-miconheading-style-39 :hover .pbmit-svg-btn svg line{
	transition: all 0.9s ease 0s;
}
.pbmit-miconheading-style-39{
	margin-bottom: 0 !important;
}
.pbmit-miconheading-style-39 .pbmit-html-code-box,
.pbmit-miconheading-style-39 .pbmit-ihbox-box-number{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: var(--pbmit-global-color);
}
.pbmit-miconheading-style-39 .pbmit-html-code-box::before,
.pbmit-miconheading-style-39 .pbmit-ihbox-box-number::before{
	position: absolute;
	content: "/";
	color: var(--pbmit-secondary-color);
	padding-left: 22px;
}
.pbmit-miconheading-style-39 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text {
	font-size: 65px;
	line-height: 65px;
}
.pbmit-miconheading-style-39:hover .pbmit-ihbox-number .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-blackish-color);
	text-shadow:unset;
}
.pbmit-miconheading-style-39 .pbmit-element-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	position: relative;
	color: var(--pbmit-white-color);
}
.pbmit-miconheading-style-39:hover .pbmit-element-title{
	color: var(--pbmit-global-color);
}
.pbmit-miconheading-style-39 .pbmit-element-title .pbmit-heading-desc{
	line-height: 28px;
}
.pbmit-miconheading-style-39 .pbmit-ihbox-box {
	padding: 30px 30px 25px 30px;
	border-bottom: 1px solid #363d45;
	width: 100%;
	position: relative;
}
.pbmit-miconheading-style-39:first-child .pbmit-ihbox-box{
	padding-top: 0;
}
.pbmit-miconheading-style-39:last-child .pbmit-ihbox-box {
	border-bottom: 0;
}	
.pbmit-miconheading-style-39 .pbmit-ihbox-contents{
	width: 400px;
	margin-left: 150px;
	color: rgba( 225, 225, 225, 0.7);
}
.pbmit-miconheading-style-39 .pbmit-element-heading {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}
.pbmit-miconheading-style-39 .pbmit-icon-type-icon i {
	font-size: 100px;
    line-height: 100px;
    margin-bottom: 0;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-miconheading-style-39 .pbmit-ihbox-number{
	width: 170px;
	margin-left: 130px;
}
.pbmit-ihbox-style-39 .pbmit-ihbox-icon-type-image {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	position: absolute;
	transform: scale(0);
	bottom: -50px;
	right: 5%;
	z-index: 10;
}
.pbmit-ihbox-style-39:hover .pbmit-ihbox-icon-type-image {
	opacity: 1;
    visibility: visible;
    transform: scale(1);
}
@media (max-width:1100px) {
	.pbmit-miconheading-style-39 .pbmit-ihbox-contents,
	.pbmit-miconheading-style-39 .pbmit-ihbox-number{
		margin-left: auto;
	}
}
@media (max-width:991px) {	
	.pbmit-miconheading-style-39 .pbmit-ihbox-number,
	.pbmit-miconheading-style-39 .pbmit-ihbox-contents{
		width: 100%;
		padding-left: 20px;
	}
	.pbmit-miconheading-style-39 .pbmit-hover-image{
		width: 135px;
	}
}
@media (max-width:767px) {
	.pbmit-miconheading-style-39 .pbmit-ihbox-box-number{
		display: inline-block;
	}
	.pbmit-miconheading-style-39 .pbmit-ihbox-contents{
		padding-left: 0;
	}
	.pbmit-miconheading-style-39 .pbmit-ihbox-box .pbmit-ihbox-number{
		padding-right: 30px;
	}
	.pbmit-miconheading-style-39 .pbmit-hover-img{
		margin-top: -152px;
		margin-left: 250px;
	}
}
@media (max-width:575px) {
	.pbmit-miconheading-style-39 .pbmit-ihbox-box {
		display: block !important;
	}
	.pbmit-miconheading-style-39 .pbmit-ihbox-box .pbmit-ihbox-number {
		padding: 15px 0 15px 0;
	}
	.pbmit-miconheading-style-39 .pbmit-ihbox-box{
		padding: 30px 20px;
	}
	.pbmit-miconheading-style-39 .pbmit-ihbox-contents, 
	.pbmit-miconheading-style-39 .pbmit-ihbox-number{
		margin-left: 0;
	}
	.pbmit-miconheading-style-39 .pbmit-hover-img{
		margin-left: 60px;
	}
}
/** Style 40 **/
.pbmit-ihbox-style-40 {
	width: 170px;
	border-radius: 50%;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-box {
	position: relative;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon,
.pbmit-ihbox-style-40 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 88px;
	width: 88px;
	border-radius: 50%;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.pbmit-ihbox-style-40 .pbmit-ihbox-box text {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper {
	font-size: 30px;
	text-align: center;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper i{
	line-height: 94px;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-image img{
	height: 30px;
	width: 30px;
	border-radius: 50%;	
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-image{
	line-height: 65px;
}
/** Style 41 **/
.pbmit-ihbox-style-41 {
	width: 105px;
	border-radius: 50%;
}
.pbmit-ihbox-style-41 .pbmit-ihbox-box {
	position: relative;
}
.pbmit-ihbox-style-41 .pbmit-ihbox-icon,
.pbmit-ihbox-style-41 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 88px;
	width: 88px;
	border-radius: 50%;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.pbmit-ihbox-style-41 .pbmit-ihbox-box text {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4.2px;
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-41 .pbmit-ihbox-icon-wrapper {
	font-size: 30px;
	text-align: center;
}
.pbmit-ihbox-style-41 .pbmit-ihbox-icon-wrapper i{
	line-height: 94px;
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-41 .pbmit-ihbox-box text{
	fill: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-41 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-41 .pbmit-ihbox-svg{
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-41 .pbmit-ihbox-icon-type-image img{
	height: 30px;
	width: 30px;
	border-radius: 50%;	
}
.pbmit-ihbox-style-41 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-41 .pbmit-ihbox-icon-type-image{
	line-height: 65px;
}
/** Style 42 **/
.pbmit-ihbox-style-42,
.pbmit-ihbox-style-42 .pbmit-ihbox-contents,
.pbmit-ihbox-style-42 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-42 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-42{
	padding-bottom: 30px;
}
.pbmit-ihbox-style-42:last-child{
	padding-bottom: 0px;
}
.pbmit-ihbox-style-42 .pbmit-ihbox-icon{
	margin-right: 23px;
}
.pbmit-ihbox-style-42 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 100px;
}
.pbmit-ihbox-style-42 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-42 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	height: 100px;
	width: 100px;
	background-color: var(--pbmit-light-color);
	font-size: 40px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-42:hover .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-42:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-42 .pbmit-element-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.pbmit-ihbox-style-42 .pbmit-element-heading{
	font-size: 22px;
	line-height: 25px;
	font-weight: 200;
	margin-bottom: 10px;
}
/* Medical ihbox style css */
.medical-ihbox-style-42 .pbmit-ihbox-style-42 .pbmit-ihbox-icon .pbmit-icon-type-icon, 
.medical-ihbox-style-42 .pbmit-ihbox-style-42 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	height: 70px;
	width: 70px;
}
.medical-ihbox-style-42 .pbmit-ihbox-style-42 .pbmit-element-title{
	font-size: 14px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 0;
	text-transform: uppercase;
}
.medical-ihbox-style-42 .pbmit-ihbox-style-42 .pbmit-heading-desc{
	font-size: 18px;
	line-height: 26px;
}
@media (max-width: 575px) {
	.pbmit-ihbox-style-42 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-ihbox-style-42 .pbmit-ihbox-icon{
		margin: 0 0 20px;
	}
}
/** Style 43 **/
.pbmit-ihbox-style-43,
.pbmit-ihbox-style-43 .pbmit-element-title,
.pbmit-ihbox-style-43 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-43 .pbmit-ihbox-btn a::before{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pbmit-ihbox-style-43 {
	padding: 0px 15px;
	text-align: center;
	position: relative;
}
.pbmit-miconheading-style-43:last-child .pbmit-ihbox-style-43::before{
	display: none;
}
.pbmit-miconheading-style-43 .pbmit-ihbox-style-43::before{
	content: "";
	position: absolute;
	right: -65px;
	top: 80px;
	height: 2px;
	width: 123px;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-43 .pbmit-ihbox-icon i{
	font-size: 45px;
	color: var(--pbmit-global-color);
	line-height: 52px;
}
.pbmit-ihbox-style-43 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-family:var(--pbmit-heading-typography-font-family);
	-webkit-text-stroke: 1px var(--pbmit-global-color);
	-webkit-text-fill-color: transparent;
	font-size: 150px;
	line-height: 160px;
	display: inline-block;
	font-weight: 600 !important;
	background-image: url(../images/industry/icon-style-43-bg.jpg);
	background-blend-mode: color;
	background-color: var(--pbmit-white-color);
	background-position: center;
	background-position: -100%;
	transition: all 0.6s ease-in-out;
}
@keyframes bgimg {
	0%{
		opacity: 0;
	}
	25%{
		opacity: 0.2;
	}
	50%{
		opacity: 0.5;
	}
	75%{
		opacity: 0.8;
	}
	100%{
		opacity: 1;
	}
}
.pbmit-ihbox-style-43:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	-webkit-background-clip: text;
	-webkit-text-stroke:inherit;
	background-position: -77%;
	animation: bgimg 1.5s linear;
}
.pbmit-ihbox-style-43 .pbmit-element-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: capitalize;
}
.pbmit-ihbox-style-43:hover .pbmit-element-title{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-43 .pbmit-heading-desc{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}
.pbmit-ihbox-style-43 .pbmit-element-heading{
	font-size: 18px;	
	line-height: 26px;
	font-weight: 400 !important;
}
.pbmit-ihbox-style-43 .pbmit-ihbox-btn a{
	position: relative;
	font-size: 19px;
	line-height: 26px;
	text-transform: initial;
}
.pbmit-ihbox-style-43 .pbmit-ihbox-btn a{
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-43 .pbmit-ihbox-btn a::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 0%;
	left: 0;
	bottom: 0;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-43 .pbmit-ihbox-btn:hover a::before{
	width: 100%;
}
.pbmit-ihbox-style-43 .pbmit-ihbox-btn a svg{
	display: none;
}
@media(max-width:991px){
	.pbmit-miconheading-style-43:nth-child(even) .pbmit-ihbox-style-43::before{
		display: none;
	}
}
@media(max-width:767px){
	.pbmit-ihbox-style-43{
		padding: 0 30px 40px;
	}
	.pbmit-ihbox-style-43 .pbmit-ihbox-icon {
		margin-bottom: 25px;
	}
	.pbmit-miconheading-style-43 .pbmit-ihbox-style-43::before{
		display: none;
	}
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/ 
.pbmit-team-style-1 .pbminfotech-team-image-box img{
	transition: all .6s ease-in-out;
}
.pbmit-team-style-1 .pbminfotech-post-item {
	position: relative;
	text-align: center;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
}
.pbmit-team-style-1 .pbminfotech-box-team-position{
	text-transform: none;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
	letter-spacing: 0.5px;
}
.pbmit-team-style-1 .pbminfotech-box-content {
	margin-top: 25px;
}
.pbmit-team-style-1:hover .pbminfotech-team-image-box img{
	transform: scale(1.1);
}
.pbmit-team-style-1 .pbminfotech-team-image-box {
	transition: 0.4s;
}
.pbmit-team-style-1 .pbmit-featured-wrapper {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.pbmit-team-style-1 .pbmit-team-social-links li a {
	transition:all .3s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbminfotech-team-image-box {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 ul.pbmit-social-links {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 30%;
}
.pbmit-team-style-1 ul li {
	display: block;
	padding:0!important;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--pbmit-global-color);
	transition: all .4s ease-in-out;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.pbmit-team-style-1 ul li:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-1:hover ul li{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(1){
	transition-delay: 0s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(2){
	transition-delay: 0.05s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(3){
	transition-delay: 0.1s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(4){
	transition-delay: 0.15s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(5){
	transition-delay: 0.20s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(6){
	transition-delay: 0.25s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(7){
	transition-delay: 0.30s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(8){
	transition-delay: 0.35s;
}
.pbmit-team-style-1 .pbmit-team-title a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbmit-team-title a:hover{
    color: rgba(255, 255, 255,.7);
}
/** Style 2 **/
.pbmit-team-style-2 .pbmit-featured-wrapper img,
.pbmit-team-style-2 .pbmit-team-social-links li a,
.pbmit-team-style-2 .pbminfotech-social-box,
.pbmit-team-style-2 .pbminfotech-overlay {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.pbmit-element-team-style-2 .row .pbmit-ele:nth-child(2n) {
	margin-top:60px;
}
.pbmit-team-style-2 {
	margin-bottom: 60px!important;
}
.pbmit-team-style-2 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-2 .pbmit-image-wrapper {
	position: relative;
	padding-bottom: 120%;
	-webkit-clip-path: inset(0 15%);
	clip-path: inset(0 15%);
	opacity: 0;
	transform: translate3d(0, 150px, 0);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
}
.pbmit-team-style-2.active .pbmit-image-wrapper {
	opacity: 1;
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0);
	transform: translateZ(0);
}
.pbmit-team-style-2 .pbmit-featured-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pbmit-team-style-2 .pbminfotech-titlebox {
	margin-top: 30px;
	opacity: 0;
	transform: translate3d(0, 150px, 0);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1) .4s, transform 1s cubic-bezier(.25, .85, .57, 1) .4s;
}
.elementor-element-edit-mode .pbmit-team-style-2 .pbmit-image-wrapper,
.pbmit-team-style-2:hover .pbminfotech-social-box,
.pbmit-team-style-2.active .pbminfotech-titlebox {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.pbmit-team-style-2 .pbminfotech-titlebox h3 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 5px;
}
.pbmit-team-style-2 .pbminfotech-titlebox h3,
.pbmit-team-style-2 .pbminfotech-titlebox h3 {
	color: var(--pbmit-white-color);
}
.pbmit-team-style-2 .pbminfotech-social-box {
	position: absolute;
	text-align: center;
	position: absolute;
	top: 40%;
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
}
.pbmit-team-style-2 .pbmit-team-social-links li a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
}
.pbmit-team-style-2:hover .pbmit-featured-wrapper img {
	opacity: 0.7;
	transform: scale(1.2);
}
.pbmit-team-style-2 .pbminfotech-box-team-position {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
    color: var(--pbmit-global-color);
}
/** Style 3 **/
.pbminfotech-post-item .pbminfotech-box-content .pbminfotech-box-social-links,
.pbmit-team-style-3 .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-3 .pbmit-featured-wrapper,
.pbmit-team-style-3 .pbmit-featured-wrapper::before{
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pbmit-team-style-3 .pbminfotech-box-content .pbminfotech-box-team-position{
	transition: 0.7s ease-in-out;
}
.pbmit-team-style-3 .pbmit-team-title{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
	transform: translateY(210px);
}
.pbmit-team-style-3 .pbmit-team-title a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-3{
	position: relative;
}
.pbmit-team-style-3 .pbminfotech-post-item,
.pbmit-team-style-3 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-3 .pbmit-featured-wrapper::before{
	position: absolute;
	content: "";
	width: 0%;	
	height: 100%;
	left: 0;
	background:var(--pbmit-global-color);
}
.pbmit-team-style-3:hover .pbmit-featured-wrapper::before{
	width:100%;
}
.pbmit-team-style-3 .pbminfotech-box-content .pbminfotech-box-social-links{
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px;
	transform: translateY(-100%);
}
.pbmit-team-style-3 .pbminfotech-box-content .pbmit-team-social-links{
	width: fit-content;
}
.pbmit-team-style-3 .pbmit-team-social-links .pbmit-social-li{
	padding: 0;
	display: block;
	margin: 0 0 10px 0;
}
.pbmit-team-style-3 .pbmit-team-social-links .pbmit-social-li a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-3 .pbminfotech-box-content .pbmit-titlebox{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 45px;
	width: 100%;
} 
.pbmit-team-style-3 .pbminfotech-box-content .pbminfotech-box-team-position{
	color: var(--pbmit-white-color);
	transform: translateY(120px);
}
.pbmit-team-style-3:hover .pbminfotech-box-content .pbminfotech-box-social-links{
	transform: translateY(0%);
}
.pbmit-team-style-3:hover .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-3:hover .pbminfotech-box-content .pbminfotech-box-team-position{
	transform: translateY(0px);
}
.pbmit-team-style-3 .pbmit-team-social-links .pbmit-social-li a:hover{
    color: var(--pbmit-blackish-color);
}
.pbmit-team-style-3 .pbmit-team-title a:hover{
    color: rgba(255, 255, 255,.7);
}
/** Style 7 **/
.pbmit-team-style-7 .pbminfotech-box-team-position,
.pbmit-team-style-7 .pbmit-team-social-links .pbmit-social-li a{
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pbmit-team-style-7 .pbmit-team-title{
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 17px;
}
.pbmit-team-style-7 .pbmit-team-title a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-7 .pbmit-team-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-team-style-7 .pbminfotech-box-team-position{
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgb(255, 255, 255, .70);
}
.pbmit-team-style-7 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-7 .pbminfotech-box-content{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--pbmit-blackish-color);
	transform: translateX(100%);
	padding: 35px 0 35px 35px;
	width: 90%;
	transition: all 1s ease-in-out;
}
.pbmit-team-style-7:hover .pbminfotech-box-content{
	transform: translateX(0%);
}
.pbmit-team-style-7 .pbminfotech-box-content .pbminfotech-box-social-links{
	padding: 35px;
}
.pbmit-team-style-7 .pbminfotech-box-content .pbmit-team-social-links{
	width: fit-content;
}
.pbmit-team-style-7 .pbmit-team-social-links .pbmit-social-li{
	padding: 0;
	margin: 0 20px 0 0;
}
.pbmit-team-style-7 .pbmit-team-social-links .pbmit-social-li a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-7 .pbmit-team-social-links .pbmit-social-li:hover a{
	color: var(--pbmit-global-color);
}
/** Style 8 **/
.team-style-8,
.pbmit-element-team-style-8{
    position: relative;
	overflow: hidden;
}
.pbmit-team-cursor-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    overflow: hidden;
}
.pbmit-team-cursor {
    width: 0;
    height: 0;
    margin: 0;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 5000px var(--pbmit-blackish-color);
    box-shadow: 0 0 0 5000px var(--pbmit-blackish-color);
    border-bottom-right-radius: calc(100% + 0px);
    -webkit-transition: width .3s cubic-bezier(.4, 0, .2, 1), height .3s cubic-bezier(.4, 0, .2, 1), margin .3s cubic-bezier(.4, 0, .2, 1);
    transition: width .3s cubic-bezier(.4, 0, .2, 1), height .3s cubic-bezier(.4, 0, .2, 1), margin .3s cubic-bezier(.4, 0, .2, 1);
    border: 0px solid var(--pbmit-blackish-color);
}
.pbmit-team-cursor:before {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    content: "";
    -webkit-transition: -webkit-transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    border-radius: 100%;
}
.pbmit-team-cursor.active:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.pbmit-team-cursor.active {
    width: 22.8571428571vw;
    height: 22.8571428571vw;
    margin: -11.4285714286vw 0 0 -11.4285714286vw;
    border: 3px solid var(--pbmit-global-color);
}
.pbmit-element-team-style-8 .pbmit-element-posts-wrapper .row {
    margin-left: 0!important;
    margin-right: 0!important;
}
.pbmit-element-team-style-8 .pbmit-element-posts-wrapper .pbmit-ele.pbmit-team-style-8,
.pbmit-element-team-style-8 .pbminfotech-team-content.row>* {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.pbmit-element-team-style-8 .pbmit-element-posts-wrapper {
    position: relative;
}
.pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper,
.pbmit-team-style-8 .pbminfotech-post-item {
    position: relative;
    padding: 70px 5rem 0;
}
.pbmit-element-team-style-8 .pbmit-team-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.345, 0, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.345, 0, 0, 1);
    transition: transform .6s cubic-bezier(.345, 0, 0, 1);
    transition: transform .6s cubic-bezier(.345, 0, 0, 1), -webkit-transform .6s cubic-bezier(.345, 0, 0, 1);
}
.pbmit-element-team-style-8 .pbminfotech-team-position{
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 20px;
}
.pbmit-element-team-style-8 .pbmit-team-title a {
    color: var(--pbmit-white-color);
}
.pbmit-element-team-style-8 .pbminfotech-box-content-inner:hover .pbmit-team-title a {
    color: var(--pbmit-global-color);
}
.pbmit-element-team-style-8 .pbminfotech-box-content-inner:hover .pbmit-team-title {
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
}
.pbmit-element-team-style-8 .pbminfotech-team-content {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30;
}
.pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper {
    visibility: hidden;
}
.pbmit-element-team-style-8 .pbminfotech-team-content .pbminfotech-box-content {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.pbmit-element-team-style-8 .pbminfotech-box-content-inner {
    position: absolute;
    padding: 3.75rem 0 0 5rem;
    padding-top: 14rem;
    width: 100%;
    height: 100%;
}
.pbmit-element-team-style-8 .pbmit-team-social-links li {
    color: var(--pbmit-blackish-color);
	width: 37px;
	height: 37px;
	line-height: 42px;
	background-color: var(--pbmit-white-color);
	border-radius: 50%;
	text-align: center;
	padding: 0 !important;
	transition: all .5s ease-in-out;
}
.pbmit-element-team-style-8 .pbmit-team-social-links li:hover {
    color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-element-team-style-8 .pbmit-team-social-links li a:hover {
    color: var(--pbmit-blackish-color)
}
.pbmit-element-team-style-8 {
     padding-left: 5%; 
    padding-bottom: 150px;
}
@media (max-width: 991px){
	.pbmit-team-cursor-mask{
		display: none;
	}
	.pbmit-element-team-style-8{
		padding-left: 0;
    	padding-bottom: 80px;
		margin-top: -90px;
	}
}
@media (max-width: 1024px){
	.pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper, 
	.pbmit-team-style-8 .pbminfotech-post-item{
		padding: 70px 5rem 0;
	}
}
@media(max-width: 1300px) {
    .pbmit-element-team-style-8 .pbminfotech-box-content-inner {
        padding-top:9rem
    }
	.pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper, 
	.pbmit-team-style-8 .pbminfotech-post-item{
		padding: 70px 3rem 0;
	}
}
@media(max-width: 1200px) {
    .pbmit-element-team-style-8 .pbminfotech-box-content-inner {
        padding:145px 0 0 40px
    }
    .pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper,.pbmit-team-style-2 .pbminfotech-post-item {
        padding: 70px 0 0
    }
    .pbmit-element-team-style-8 .pbminfotech-box-content-inner:hover .pbmit-team-title {
        -webkit-transform: translate3d(-2rem,0,0);
        transform: translate3d(-2rem,0,0)
    }
	.pbmit-element-team-style-8 .pbmit-element-posts-wrapper .pbmit-ele.pbmit-team-style-2, .pbmit-element-team-style-8 .pbminfotech-team-content.row>*{
		padding: initial;
		margin-bottom: 0;
	}
}
@media(max-width: 1200px) {
    .pbmit-element-team-style-8 .pbminfotech-team-content .pbminfotech-box-content,.pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper,.pbmit-team-style-2 .pbminfotech-post-item {
        text-align:center
    }
    .pbmit-element-team-style-8 .pbminfotech-box-content-inner {
        padding: 270px 0;
        z-index: 1;
        left: 100px;
        text-align: left
    }
    .pbmit-element-team-style-8 .pbmit-team-cursor.active {
        height: 300px;
        width: 300px
    }
    .pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper,.pbmit-team-style-2 .pbminfotech-post-item {
        padding: 0;
    }
    .pbmit-element-team-style-8 .pbminfotech-box-content-inner:hover .pbmit-team-title {
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }
}
@media (min-width:767px) and (max-width:1200px){
	.pbmit-element-team-style-8 .pbminfotech-box-content-inner{
		padding: 90px 0;
		left: 45px;
	}
	.pbmit-element-team-style-8 .pbmit-team-title{
		font-size: 20px;
    	line-height: 30px;
	}
	.pbmit-element-team-style-8 .pbminfotech-box-content .pbminfotech-box-team-position{
		margin-bottom: 10px;		
	}
	.pbmit-element-team-style-8 .pbmit-team-social-links li{
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 29px;
	}
}
@media(max-width: 767px) {
    .pbmit-element-team-style-8 .pbminfotech-box-content,
	.pbmit-element-team-style-8 .pbmit-element-posts-wrapper .row,
	.pbmit-element-team-style-8 .pbmit-ele.pbmit-team-style-2 {
        width:100%;
        flex: 100%
    }
	.pbmit-element-team-style-8 .pbminfotech-box-content-inner{
		padding: 150px 0;
    	left: 65px;
	}
	.pbmit-element-team-style-8 .pbmit-team-cursor,
	.pbmit-element-team-style-8 .pbmit-team-cursor-mask {
        display: none;
    }
	.pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper, 
	.pbmit-team-style-8 .pbminfotech-post-item{
		padding: 70px 0rem 0;
	}
}
@media(max-width: 575px) {
	.pbmit-element-team-style-8 .pbmit-team-title{
		font-size: 20px;
    	line-height: 30px;
	}
	.pbmit-element-team-style-8 .pbminfotech-box-content .pbminfotech-box-team-position{
		margin-bottom: 10px;		
	}
	.pbmit-element-team-style-8 .pbmit-team-social-links li{
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 29px;
	}
    .pbmit-element-team-style-8 .pbminfotech-box-content-inner {
        left:40px
    }
    .pbmit-element-team-style-8 .pbminfotech-team-content .pbminfotech-box-content {
        text-align: left
    }
    .pbmit-element-team-style-8 .pbminfotech-team-content .pbmit-featured-img-wrapper,
	.pbmit-team-style-2 .pbminfotech-post-item {
        padding: 30px 0 0
    }
}
@media(max-width: 400px) {
	.pbmit-element-team-style-8 .pbminfotech-box-content-inner{
		padding: 100px 0;
	}
}
/** Style 9 **/
.pbminfotech-post-item .pbminfotech-box-content .pbminfotech-box-social-links,
.pbmit-team-style-9 .pbminfotech-box-content .pbminfotech-box-team-position,
.pbmit-team-style-9 .pbmit-featured-wrapper,
.pbmit-team-style-9 .pbmit-featured-wrapper::before {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pbmit-team-style-9{
	margin-bottom: 30px;
}
.pbmit-team-style-9 .pbminfotech-box-content .pbmit-team-title {
	transition: 0.7s ease-in-out;
}
.pbmit-team-style-9 .pbmit-team-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 5px;
	transform: translateY(210px);
}
.pbmit-team-style-9 .pbmit-team-title a {
	color: var(--pbmit-white-color);
}
.pbmit-team-style-9{
	position: relative;
}
.pbmit-team-style-9 .pbminfotech-post-item,
.pbmit-team-style-9 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-9 .pbmit-featured-wrapper::before {
	position: absolute;
	content: "";
	width: 0%;	
	height: 100%;
	left: 0;
	background: rgba(0, 0, 0, .90);
}
.pbmit-team-style-9:hover .pbmit-featured-wrapper::before {
	width:100%;
}
.pbmit-team-style-9 .pbminfotech-box-content .pbminfotech-box-social-links {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px;
	transform: translateY(-100%);
}
.pbmit-team-style-9 .pbminfotech-box-content .pbmit-team-social-links {
	width: fit-content;
}
.pbmit-team-style-9 .pbmit-team-social-links .pbmit-social-li {
	padding: 0;
	display: block;
	margin: 0 0 3px 0;
}
.pbmit-team-style-9 .pbmit-team-social-links .pbmit-social-li a {
	color: var(--pbmit-white-color);
}
.pbmit-team-style-9 .pbmit-team-social-links .pbmit-social-li a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-team-style-9 .pbminfotech-box-content .pbmit-titlebox {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 45px;
	width: 100%;
} 
.pbmit-team-style-9 .pbminfotech-box-content .pbminfotech-box-team-position {
	color: var(--pbmit-global-color);
	transform: translateY(120px);
}
.pbmit-team-style-9:hover .pbminfotech-box-content .pbminfotech-box-social-links {
	transform: translateY(0%);
}
.pbmit-team-style-9:hover .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-9:hover .pbminfotech-box-content .pbminfotech-box-team-position {
	transform: translateY(0px);
}
@media(max-width:1600px) and (min-width:1200px){
	.pbmit-team-style-9 .pbminfotech-box-content .pbmit-titlebox{
		padding: 30px 20px;
	}
	.pbmit-team-style-9 .pbminfotech-box-content .pbminfotech-box-social-links{
		padding: 15px;
	}
}
/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 {
	margin-bottom: 30px;
    padding: 40px 0;
}
.pbminfotech-ele-fid-style-1 .pbmit-fld-wrap {
	position: relative;
}
.pbminfotech-ele-fid-style-1 .pbmit-number-rotate-big {
	position: absolute;
	font-size: 170px;
	line-height: 170px;
	font-weight: 700;
	z-index: 0;
	left: 0;
	margin-left: 20px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(255, 255, 255, .30);
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub-big{
	position: absolute;
	font-size: 170px;
	line-height: 170px;
	font-weight: 900;
	z-index: 0;
	left: 100px;
	margin-left: 20px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(255, 255, 255, .30);
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 700;
}
.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid-sub sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid-sub sup{
	font-size: 35px;
	line-height: normal;
	left: -6px;
	bottom: auto;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	text-transform: capitalize;
    color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid-sub span{
	margin-left: -16px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-number-rotate {
	display: inline-block;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 0;
	padding-right: 18px;
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-1:hover .pbmit-fld-contents {
	border-color: var(--pbmit-global-color);
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
    color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap h4 {
	font-size: 100px;
	line-height: 90px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap .pbmit-fid-sub sup,
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap .pbmit-fid-sub sub {
	font-size: 60px;
	line-height: 60px;
	bottom: auto;
	margin-left: -25px;
}
.gym-ele-fid-style-2 .pbminfotech-ele-fid-style-2{
	text-align: center;
}
.gym-ele-fid-style-2 .pbminfotech-ele-fid-style-2 .pbmit-fid-title{
	margin-bottom: 0;
}
.gym-ele-fid-style-2 .pbminfotech-ele-fid-style-2 .pbmit-fld-wrap h4{
	font-size: 55px;
	line-height: 60px;
}
.gym-ele-fid-style-2 .pbminfotech-ele-fid-style-2 .pbmit-fld-wrap .pbmit-fid-sub span{
	margin-left: -15px;
}
.gym-ele-fid-style-2 .pbminfotech-ele-fid-style-2 .pbmit-fld-wrap .pbmit-fid-title{
	color: var(--pbmit-global-color);
	font-weight: 500;
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	font-size: 17px;
	line-height: 27px;
	margin:0 0 0 12px;
    font-weight: normal;
    font-style: normal;
    font-family: var(--pbmit-body-typography-font-family);
}
.pbminfotech-ele-fid-style-3 .pbmit-fld-wrap h4 {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 10px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fld-wrap .pbmit-fid-sub sup,
.pbminfotech-ele-fid-style-3 .pbmit-fld-wrap .pbmit-fid-sub sub {
	font-size: 45px;
	line-height: 55px;
	margin-left: -17px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.text-white .marketing-counter-section{
    border-color: rgba(255, 255, 255,.2);
}
.text-white .pbminfotech-ele-fid-style-3 .pbmit-fid-title ,
.text-white .pbminfotech-ele-fid-style-3 .pbmit-fld-wrap h4{
    color: var(--pbmit-white-color);
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 {
	margin-bottom: 30px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fld-wrap {
	position: relative;
	z-index: 1;
}
.pbminfotech-ele-fid-style-4 .pbmit-number-rotate-big {
	font-size: 170px;
	line-height: 170px;
	font-weight: 800 !important;
	color: transparent;
    text-shadow: 1px 1px 0 rgba(2, 27, 217, .05),
                -1px -1px 0 rgba(2, 27, 217, .05), 
                1px -1px 0 rgba(2, 27, 217, .05), 
                -1px 1px 0 rgba(2, 27, 217, .05), 
                1px 1px 0 rgba(2, 27, 217, .05);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-width: 0;
	color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-4 .pbmit-big-number{
	position: absolute;
	left: 40px;
	top: -75px;
	display: flex;
	z-index: -1;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-sub-big{
	font-size: 170px;
	line-height: 170px;
	font-weight: 800 !important;
	text-transform: uppercase;
	color: transparent;
	text-shadow: 1px 1px 0 rgba(2, 27, 217, .05),
                -1px -1px 0 rgba(2, 27, 217, .05), 
                1px -1px 0 rgba(2, 27, 217, .05), 
                -1px 1px 0 rgba(2, 27, 217, .05), 
                1px 1px 0 rgba(2, 27, 217, .05);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-width: 0;
	color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-sub sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-sub sup{
	font-size: 35px;
	line-height: normal;
	left: -6px;
	bottom: auto;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: capitalize;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-sub span{
	margin-left: -16px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-number-rotate {
	display: inline-block;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
	font-size: 70px;
	font-weight: 800;
	line-height: 70px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
	padding-right: 18px;
	text-transform: uppercase;	
	margin-top: -28px;
}
.pbminfotech-ele-fid-style-4:hover .pbmit-fld-contents {
	border-color: var(--pbmit-global-color);
}
/* Fid Style4 with class for garden */
.garden-fid-style4 .pbminfotech-ele-fid-style-4 .pbmit-big-number{
	top: -95px;
}
.garden-fid-style4 .pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color: var(--pbmit--global-color);
}
/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-number-rotate-big,
.pbminfotech-ele-fid-style-5 .pbmit-fid-sub-big{
	transition: all .6s ease-in-out;
}
.pbminfotech-ele-fid-style-5 {
	margin-bottom: 30px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap {
	position: relative;
}
.pbminfotech-ele-fid-style-5 .pbmit-number-rotate-big {
	font-size: 160px;
	line-height: 160px;
	color: transparent;
    font-weight: 600;
    font-family: var(--pbmit-heading-typography-font-family);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, .10);
}
.pbminfotech-ele-fid-style-5 .pbmit-big-number{
	position: absolute;
	right: 40px;
	top: -60px;
	display: flex;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-sub-big{
	font-size: 170px;
	line-height: 170px;
	color: transparent;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(0, 0, 0, .20);
}
.pbminfotech-ele-fid-style-5:hover .pbmit-number-rotate-big,
.pbminfotech-ele-fid-style-5:hover .pbmit-fid-sub-big{
	-webkit-text-stroke-color: rgb(188, 30, 36, .20);
}
.pbminfotech-ele-fid-style-5 .pbmit-fld-contents {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-sub sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-sub sup{
	font-size: 35px;
	line-height: normal;
	left: -6px;
	bottom: auto;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-sub span{
	margin-left: -16px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-number-rotate {
	display: inline-block;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
	font-size: 72px;
	font-weight: 100;
	line-height: 72px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
	padding-right: 18px;
	text-transform: uppercase;
}
/** Style 9 **/
.pbminfotech-ele-fid-style-9 .pbmit-fid-title {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 10px;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-9 .pbmit-fid-title span{
	font-weight: 700;
}
.pbminfotech-ele-fid-style-9 .pbmit-fld-wrap .pbmit-fid-inner {
	font-size: 110px;
	line-height: 120px;
	margin: 0;
	font-weight: 700;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-9 .pbmit-fld-wrap .pbmit-fid-sub {
	bottom: auto;
	margin-left: -30px;
	font-size: 110px;
}
.pbminfotech-ele-fid-style-9 .pbmit-fld-wrap .pbmit-fid-sub sup{
	top: -5px;
	font-weight: 500;
}
/** Style 10 **/
.pbminfotech-ele-fid-style-10 .pbmit-number-rotate {
	font-size: 72px;
	line-height: 82px;
}
.pbminfotech-ele-fid-style-10 .pbmit-fid-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-10 .pbmit-fld-wrap h4 {
	color: var(--pbmit-global-color);
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba( 225, 225, 225, 0.2);
}
.pbminfotech-ele-fid-style-10 .pbmit-fld-wrap .pbmit-fid-sub{
	font-size: 72px;
	line-height: 72px;
	bottom: auto;
	margin-left: -11px;
}
.pbminfotech-ele-fid-style-10 .pbmit-fld-wrap .pbmit-fid-sub sup{
	color: var(--pbmit-white-color);
}
/** Style 11 **/
.pbminfotech-ele-fid-style-11 .pbmit-number-rotate {
	font-size: 140px;
	line-height: 140px;
}
.pbminfotech-ele-fid-style-11 .pbmit-fid-title {
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: 600;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-11 .pbmit-fld-wrap h4 {
	color: var(--pbmit-global-color);
	font-weight: 600;
	padding-bottom: 5px;
	margin: 0;
}
.pbminfotech-ele-fid-style-11 .pbmit-fld-wrap .pbmit-fid-sub{
	font-size: 72px;
	line-height: 72px;
	bottom: auto;
	margin-left: -11px;
}
.pbminfotech-ele-fid-style-11 .pbmit-fld-wrap .pbmit-fid-sub sup{
	color: var(--pbmit-blackish-color);
}
/** Style 12 **/
.pbminfotech-ele-fid-style-12 .pbmit-number-rotate {
	font-size: 140px;
	line-height: 140px;
	overflow: visible!important;
    text-shadow: 1px 1px 0 var(--pbmit-global-color), -1px -1px 0 var(--pbmit-global-color), 1px -1px 0 var(--pbmit-global-color), -1px 1px 0 var(--pbmit-global-color), -1px 1px 0 var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    -webkit-text-fill-color: inherit;
	font-weight: 500;
}
.pbminfotech-ele-fid-style-12 .pbmit-fid-title {
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: 600;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-12 .pbmit-fid-inner {
	margin-bottom: 5px;
}
.pbminfotech-ele-fid-style-12 .pbmit-fld-wrap .pbmit-fid-sub{
	font-size: 72px;
	line-height: 72px;
	bottom: auto;
	margin-left: -11px;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbmit-icon-wrapper,
.pbmit-service-style-1 .pbmit-featured-img-wrapper img,
.pbmit-element-service-style-1 .swiper-button-next,
.pbmit-element-service-style-1 .swiper-button-prev{
	transition: all .6s ease-in-out;
}
.pbmit-service-style-1 .pbmit-service-title{
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.pbmit-service-style-1 .pbmit-titlebox-inner{
	padding: 30px 40px 0;
	text-align: center;
}
.pbmit-service-style-1 .pbminfotech-img-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-service-style-1 .pbmit-icon-wrapper{
	display: none;
	position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    font-size: 30px;
    width: 50px;
    height: 50px;
    z-index: 1;
    text-align: center;
    line-height: 60px;
}
.pbmit-service-style-1 .pbmit-icon-wrapper img{
	width: 30px;
    height: 30px;
    margin-top: -10px;
}
.pbmit-text-color-blackish .pbmit-service-style-1 .pbmit-icon-wrapper,
.pbmit-service-style-1:hover .pbmit-icon-wrapper{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-1:hover .pbmit-featured-img-wrapper img{
	transform: scale(1.1 , 1.1);
}
.pbmit-service-style-1 .pbmit-service-title a{ 
	color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-title a:hover{ 
	color: rgba(255, 255, 255,.7);
}
.pbmit-service-style-1 .pbmit-titlebox-inner p{
    color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-service-style-2 .pbminfotech-box-number,
.pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-service-style-2,
.pbmit-service-style-2 .pbmit-service-title,
.pbmit-service-style-2 .pbminfotech-post-item {
	transition: all 1s cubic-bezier(.22, .61, .36, 1);
}
.pbmit-service-style-2 {
	position: relative;
	padding: 30px 0 15px;
	border-bottom: 1px solid rgb(255, 255, 255, .20);
}
.pbmit-service-style-2 .pbminfotech-box-number{
    color: rgb(255, 255, 255, .10);
}
.pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-service-style-2 .pbmit-service-title a{
	color: rgb(255, 255, 255, .60);
}
.pbmit-service-style-2:hover .pbminfotech-box-number,
.pbmit-service-style-2:hover .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2:last-child {
	border-bottom: 0;
}
.pbmit-service-style-2:hover {
	border-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-2:hover {
	border-color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-title {
	position: relative;
	z-index: 0;
    font-size: 57px;
    line-height: 67px;
	margin: 0;
}
.pbmit-service-style-2 .pbmit-service-content {
	margin: 0;
}
.pbmit-service-style-2 .pbmit-hover-img img {
	width: 340px;
	height: auto;
	margin-top: -200px;
	margin-left: 250px;
	z-index: 3;
	border-radius: 50%;
}
.pbmit-service-style-2:hover .pbmit-serv-cat a{
	z-index: 3;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2:hover .pbminfotech-post-item {
	padding-left: 60px;
}
.pbmit-service-style-2 .pbmit-svg-btn svg{
	width: 15px;
	height: 15px;
}
.pbmit-service-style-2:hover .pbmit-svg-btn svg line {
	stroke: var(--pbmit-global-color);
	stroke-dashoffset: 0;
}
.pbmit-service-style-2 .pbmit-svg-btn svg line {
	stroke: rgb(255, 255, 255, .20);
}
.pbmit-service-style-2 .pbmit-serv-cat a{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.pbmit-service-style-2 .pbmit-titlebox{
	display: flex;
	align-items: flex-start;
}
.pbmit-service-style-2 .pbmit-titlebox-inner{
	margin: 0 0 0 120px;
}
.pbmit-service-style-2 .pbminfotech-box-number{
	font-size: 70px;
    line-height: 70px;
	position: relative;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-service-style-2 .pbminfotech-box-number:before{
	position: absolute;
	content: '/';
	right: -60px;
}
.pbmit-service-style-2 .pbmit-icon-wrapper{
	display: none;
    bottom: 0;
    right: 0;
    color: var(--pbmit-blackish-color);
    font-size: 30px;
    width: 50px;
    height: 50px;
    z-index: 1;
    text-align: center;
    line-height: 60px;
}
.pbmit-service-style-2 .pbmit-icon-wrapper img{
	width: 30px;
    height: 30px;
    margin-top: -10px;
}
/** Style 3 **/
.pbmit-element-service-style-3 .pbmit-main-hover-slider {
	display: flex;
	align-items: center;
	padding: 0;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav{
	padding-right: 15px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-images{
	padding-left: 15px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav ul {
	padding: 0 0 0 45px;
	display: inline-block;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li {
	margin: 20px 0px;
	list-style: none;
	position: relative;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li a {
	color: #999;
	display: flex;
	align-items: center;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li.pbmit-active a {
	color: var(--pbmit-link-color-normal);
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li.pbmit-active a span:before {
	color: var(--pbmit-global-color);
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li .pbminfotech-box-number,
.pbmit-element-service-style-3 .swiper-hover-slide-nav li a span {
	position: relative;
	padding-left: 10px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li .pbminfotech-box-number{
	font-size: 30px;
	line-height: 40px;
	color:  var(--pbmit-link-color-normal);
	padding-left: 15px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav li .pbminfotech-box-number:after {
	position: absolute;
	content: '';
	left: 0px;
	right: auto;
	top: 7px;
	height: 20px;
	width: 3px;
	background: var(--pbmit-secondary-color);
	transform: rotate(20deg);
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav ul li .pbmit-svg-btn svg {
	margin-left: 30px;
	width:20px;
	height: 20px;
}
.pbmit-service3-about-const .pbmit-element-service-style-3 .swiper-hover-slide-images {
	padding-left: 60px;
}
.pbmit-service3-about-const .pbmit-element-service-style-3 .pbmit-main-hover-slider {
	 align-items :unset;
}
.pbmit-service3-about-const .pbmit-element-service-style-3 .swiper-hover-slide-nav ul {
	padding: 0;
}
.pbmit-element-service-style-3 .pbmit-icon-wrapper{
	display: none;
    bottom: 0;
    right: 0;
	color: var(--pbmit-blackish-color);
    font-size: 30px;
    width: 30px;
    height: 30px;
    z-index: 1;
    text-align: center;
    line-height: 30px;
	left: -20px;
}
.pbmit-element-service-style-3 .pbmit-icon-wrapper img{
	width: 30px;
    height: 30px;
    margin-top: -10px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav ul li .pbmit-svg-btn svg line{
    stroke: var(--pbmit-blackish-color);
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav ul li.pbmit-active .pbmit-svg-btn svg line{
    stroke: var(--pbmit-global-color);
}
/** Style 4 **/
.pbmit-element-service-style-4 .swiper-hover-slide-nav li {
    margin: 0;
    padding: 70px 100px 60px 90px;
    /* border-top: 1px solid rgba(255, 255, 255,.1); */
    list-style: none;
    position: relative;
}
.pbmit-element-service-style-4 .pbmit-service-img-wrapper{
	background: #f1f4f7;
	height: 100vh;
	background-size: inherit;
	background-position: center center;
	width: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
}
.pbmit-element-service-style-4 .pbmit-service-icon-wrapper{
	font-size: 60px;
	line-height: 70px;
    color: var(--pbmit-white-color);
}
.pbmit-element-service-style-4 .pbmit-main-hover-slider {
	padding: 0;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav {
	padding: 0px 0px;
	position: relative;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li h3 {
	font-size: 22px;
	line-height: 36px;
}
.pbmit-element-service-style-4 .pbmit-serv-cat a{
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.pbmit-element-service-style-4 .pbmit-title-box{
	/* width: 38%; */
}
.pbmit-element-service-style-4 .pbmit-short-description{
	width: 35%;
	margin-right: 50px;
}
.pbmit-element-service-style-4 .pbmit-serv-cat a,
.pbmit-element-service-style-4 .pbmit-short-description{
	color: rgba(255, 255, 255,.70);
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li h3 a{
	color: #FFF;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li:hover h3 a,
.pbmit-element-service-style-4 h4.pbmit-element-subtitle,
.pbmit-element-service-style-4 .swiper-hover-slide-nav li h3 a:hover{
	color:#e42723;
}
.pbmit-element-service-style-4 .pbmit-heading-subheading{
	margin: 0px 0 50px 90px;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li {
	margin: 0;
	/* padding: 70px 100px 60px 90px; */
	padding: 100px 100px 100px 40px;
	border-bottom: 1px solid rgba(255, 255, 255,.1);
	list-style: none;
	position: relative;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255,.1);
	padding-bottom: 100px !important;
}
.pbmit-element-service-style-4 .pbmit-hover-inner{
	padding: 0;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li:last-child {
	padding-bottom: 0;
}
.pbmit-element-service-style-4 .pbmit-title-box-wrap svg line{
	stroke: rgba(255, 255, 255,.70);
}
.pbmit-element-service-style-4 .pbmit-svg-btn svg{
	height: 18px;
}
.pbmit-element-service-style-4 .pbmit-service-icon-wrapper img{
	height: 60px;
    width: 60px;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li:hover .pbmit-title-box-wrap svg line{
    stroke: #e42723;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav li:hover .pbmit-title-box-wrap svg line{
    stroke-dashoffset: 0;
}
.pbmit-element-service-style-4 {
    overflow: hidden;
}
/** Style 5 **/
.pbmit-service-style-5 {
	position: relative;
	padding: 0px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.pbmit-service-style-5 .pbmit-service-title {
	position: relative;
	z-index: 0;
	font-size: 72px;
	line-height: 72px;
	font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.pbmit-service-style-5 .pbmit-service-title a {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
	position: relative;
}
.pbmit-service-style-5 .pbmit-service-title a,
.pbmit-service-style-5 .pbmit-service-title a{
	-webkit-text-stroke: 1px var(--pbmit-white-color);
}
.pbmit-service-style-5 .pbmit-service-title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-white-color);
	max-width: 0;
}
.pbmit-service-style-5 .pbmit-service-title:hover:before {
	max-width: 100%;
}
.pbmit-service-style-5 .pbmit-hover-img img {
	width: auto;
	height: auto;
	margin-top: -300px;
	margin-left: 180px;
	z-index: 3;
}
.pbmit-service-style-5:hover .pbmit-service-title {
	z-index: 3;
}
.pbmit-service-style-5 .pbmit-featured-img-wrapper .pbmit-featured-wrapper img {
	transform: rotate(10deg);
}
.pbmit-service-style-5 .pbmit-icon-wrapper{
	display: none; 
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-blackish-color);
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
}
.pbmit-service-style-5 .pbmit-icon-wrapper img{
	width: 30px;
    height: 30px;
    margin-top: -10px;
}
/** Style 6 **/
.pbmit-service-style-6{
	position: relative;
	padding: 0px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.pbmit-service-style-6 .pbmit-service-title{
	position: relative;
	z-index: 0;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 5px;
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-blackish-color);
	-webkit-text-stroke: transparent;
	text-transform: uppercase;
}
.pbmit-service-style-6 .pbmit-service-title:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-global-color);
	-webkit-text-stroke: transparent;
	max-width: 0;
}
.pbmit-service-style-6 .pbmit-service-title:hover:before{
	max-width: 100%;
}
.pbmit-service-style-6 .pbmit-hover-img img{
	margin-top: -300px;
	margin-left: 180px;
	z-index: 3;
	border-radius: 50%;
}
.pbmit-service-style-6 .pbmit-icon-wrapper{
	display: none; 
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-blackish-color);
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
}
.pbmit-service-style-6 .pbmit-icon-wrapper img{
	width: 30px;
    height: 30px;
    margin-top: -10px;
}
/** Style 7 **/
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li.pbmit-active:after,
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li.pbmit-active:before,
.pbmit-text-color-white .pbmit-element-service-style-7 .swiper-hover-slide-nav ul li a,
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li{
	transition: all .6s ease-in-out;
}
.pbmit-service-style-7{
	z-index: 9;
}
.pbmit-element-service-style-7 .pbmit-featured-img-wrapper,
 .pbmit-element-service-style-7 .pbmit-main-hover-faded{
	position: relative;
	overflow: hidden;
 } 
.pbmit-element-service-style-7 .pbmit-featured-img-wrapper:before{
	position:absolute;
	content: '';
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0,.20);
	height: 100%;
	width: 100%;
	z-index: 0;
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul{
	grid-template-columns: repeat(3,1fr);
	display: grid;
	grid-gap: 30px;
	z-index: 9;
	padding: 100px 0;
	margin: 0;
 }
 .pbmit-element-service-style-7 .swiper-hover-slide-images{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
 }
 .pbmit-element-service-style-7 .pbmit-hover-image-faded,
 .pbmit-element-service-style-7 .pbmit-featured-img-wrapper,
 .pbmit-element-service-style-7 .pbmit-featured-wrapper,
 .pbmit-element-service-style-7 img{
	height: 100% !important;
    width: 100%;
 }
 .pbmit-element-service-style-7 .swiper-hover-slide-nav ul li{
	padding: 100px 115px;
	text-align: center;
	list-style: none;
	background:transparent;
	position: relative;
 }
 .pbmit-element-service-style-7 .swiper-hover-slide-nav ul li.pbmit-active{
	background: var(--pbmit-white-color);
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li.pbmit-active a{
	color: var(--pbmit-blackish-color);
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li.pbmit-active a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li h3{
	font-size: 24px;	
	line-height: 34px;
	font-weight: normal;
	margin: 0;
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li a{
	color: var(--pbmit-white-color);
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li{
	position: relative;
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li:after,
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li:before{
	position: absolute;
	top: -16px;
	left: 90%;
	transform: rotate(90deg);
	content: "";  
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 8px;
	border-color: var(--pbmit-white-color);
	opacity: 0;
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li:after{
	transform: rotate(90deg);
	top: auto;
	left: 50px;
	bottom: -16px;
	right: auto;
	border-width: 1px 0 0 1px;
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li.pbmit-active:before{
	left: 100%;
	opacity: 1;
}
.pbmit-element-service-style-7 .swiper-hover-slide-nav ul li.pbmit-active:after{
	left: -16px;
	opacity: 1;
}
 .pbmit-element-service-style-7 .pbmit-service-img-wrapper {
	height: 200vh;
	background-position: top center;
	width: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: contain;
}

.pbmit-hover-img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin-top: -100px;
    margin-left: 50px;
    transform: scale(.4);
    transform-origin: 50% 50%;
}

/** Style 8 **/
.pbmit-service-style-8 .pbminfotech-post-item{
	padding: 0 120px 0 0;
}
.pbmit-service-style-8 {
    padding: 60px 50px;
	position: relative;
}
.pbmit-service-style-8 .pbmit-service-title {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
}
.pbmit-service-style-8 .pbminfotech-box-icon {
	height: 70px;
    min-width: 70px;
    background: var(--pbmit-blackish-color);
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    transition: all 500ms ease;
}
.pbmit-service-style-8 .pbminfotech-box-icon img {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 25px;
}
.pbmit-service-style-8 .pbmit-service-description ul {
    margin: 0;
    padding: 0;
}
.pbmit-service-style-8 .pbmit-service-description li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: var(--pbmit-blackish-color);
    font-weight: 600;
}
.pbmit-service-style-8 .pbmit-service-description li i {
    font-size: 10px;
    color: var(--pbmit-global-color);
    line-height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    background: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
}
.pbmit-service-style-8 .pbmit-service-description li i::before {
    margin: 0;
}
.pbmit-service-style-8 .pbmit-service-content{
	padding: 15px 0 0;
}
.pbmit-service-style-8 .pbminfotech-box-icon .pbminfotech-box-icon{
    transition: all 500ms ease;
	display: inline-block;
}
.pbmit-service-style-8:hover .pbminfotech-box-icon {
	-webkit-animation: pbmit-spinner 2s linear infinite;
	-moz-animation: pbmit-spinner 2s linear infinite;
	animation: pbmit-spinner 2s linear infinite;
}
@keyframes pbmit-spinner {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}
@media(min-width:1024px){    
    .pbmit-service-style-8:before,
    .pbmit-service-style-8:after {
        position: absolute;
        right: 25px;
        height: 100%;
        width: 1px;
        background: rgba( 39, 39, 47, 0.1);
        content: '';
        top: 0;
    }
    .pbmit-service-style-8:before {
        right:auto;
        left: 0;
        height: 1px;
        width: 100%;
        content: '';
        bottom: 0;
        top: auto;
    }
    .pbmit-service-style-8:nth-of-type(3):after,
    .pbmit-service-style-8:nth-of-type(6):after,
    .pbmit-service-style-8:nth-of-type(9):after,
	.pbmit-service-style-8:nth-of-type(4)::before,
    .pbmit-service-style-8:nth-of-type(5)::before,
    .pbmit-service-style-8:nth-of-type(6)::before{
        content: unset;
    }
}

@media(min-width:768px){
    .pbmit-service-style-8:nth-of-type(1),
    .pbmit-service-style-8:nth-of-type(2),
    .pbmit-service-style-8:nth-of-type(3){
        padding-top: 0;
    }
	.pbmit-service-style-8:nth-of-type(4),
    .pbmit-service-style-8:nth-of-type(5),
    .pbmit-service-style-8:nth-of-type(6){
        padding-bottom: 0;
    }
    .pbmit-element-service-style-8 .pbmit-element-posts-wrapper{
        padding: 0;
    }
}
@media(max-width:1200px){
    .pbmit-service-style-8 .pbminfotech-post-item {
        padding: 0 90px 0 0;
    }
}
@media(max-width:1024px){
    .pbmit-service-style-8 .pbminfotech-post-item {
        padding: 0 20px 0 0;
    }
	.pbmit-service-style-8 {
		padding: 30px 50px;
	}
}
@media(max-width:768px){
    .pbmit-service-style-8{
        border-bottom: 1px solid rgba( 39, 39, 47, 0.1);
    }
    .pbmit-service-style-8 .pbmit-service-title{
        padding: 0;
        margin-bottom: 0;
    }
    .pbmit-service-style-8:first-child{
        padding-top: 0px;
    }
    .pbmit-service-style-8:last-child{
        border-bottom: none;
    }
}
/** Style 9 **/
.pbmit-service-style-9 .pbmit-titlebox{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.pbmit-service-style-9 .pbmit-service-title {
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 0;
	text-align: left;
	font-weight: 700;
}
.pbmit-service-style-9:hover .pbmit-titlebox{
	padding-left: 40px;
}
.pbmit-service-style-9 .pbmit-featured-wrapper{
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    position: absolute;
    transform: scale(0);
    bottom: -70px;
    left: 38%;
    z-index: 10;
    height: 420px;
    width: 305px;
}
.pbmit-service-style-9 .pbmit-featured-wrapper img{
	height: 100%;
	object-fit: cover;
}
.pbmit-service-style-9:hover .pbmit-featured-wrapper{
    opacity:1;
    visibility: visible;
    transform: scale(1);
}
.pbmit-service-style-9 .pbminfotech-post-item{
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0,.20);
	padding: 45px 0px;
}
.pbmit-service-style-9 .pbminfotech-box-content {
	justify-content: space-between;
}
.pbmit-service-style-9 .pbmit-service-content{
    max-width: 425px;
    padding-right: 25px;
}
.pbmit-service-style-9 .pbmit-service-content p{
	margin-bottom: 0;
}
.pbmit-service-style-9 .pbminfotech-box-number{
	font-family:var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	font-size: 18px;
    line-height: 48px;
	position: relative;
	margin-right: 30px;
}
.pbmit-service-style-9 .pbminfotech-box-number::before{
	position: absolute;
	content: '/';
	right: -10px;
}
.pbmit-service-style-9:hover .pbminfotech-box-number::before,
.pbmit-service-style-9:hover .pbminfotech-box-number{
	background: -webkit-linear-gradient(#d600ff, var(--pbmit-global-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pbmit-service-style-9 .pbmit-svg-btn svg{
    height: 18px;
}
.pbmit-service-style-9 .pbmit-svg-btn svg line{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-service-style-9:hover .pbmit-svg-btn svg line{
	stroke: var(--pbmit-global-color);
}

@media (max-width:1200px) {
	.pbmit-service-style-9 .pbmit-service-title{
		font-size: 25px;
    	line-height: 40px;
	}
	.pbmit-service-style-9 .pbmit-service-content{
		max-width: 325px;
	}
	.pbmit-service-style-9 .pbmit-featured-wrapper{
		width: 280px;
		bottom: -100px;
		left: 28%;
	}
}
@media (max-width:991px) {
	.pbmit-service-style-9 .pbmit-service-content{
		max-width: 240px;
	}
}
@media (max-width:767px) {
	.pbmit-service-style-9 .pbminfotech-box-content{
		display: block !important;
	}
	.pbmit-service-style-9 .pbmit-contentbox{
		margin-top: 30px;
		display: block !important;
	}
	.pbmit-service-style-9 .pbmit-service-content{
		margin-bottom: 20px;
	}
	.pbmit-service-style-9 .pbminfotech-post-item{
		padding: 30px 0;
	}
	.pbmit-service-style-9 .pbmit-featured-wrapper{
		position: inherit;
		opacity: 1;
		transform: scale(1);
		visibility: visible;
		height: inherit;
    	width: inherit;
	}
	.pbmit-service-style-9 .pbminfotech-box-number{
		margin-right: 0;
	}
	.pbmit-service-style-9 .pbminfotech-box-number::before{
		left: 24px;
	}
	.pbmit-service-style-9 .pbmit-titlebox{
		display: block !important;
		margin-bottom: 30px;
	}
	.pbmit-service-style-9 .pbmit-service-content{
		max-width: 100%;
	}
}
@media (max-width:576px) {
	.pbmit-service-style-9 .pbminfotech-box-number{
		font-size: 14px;
	}
	.pbmit-service-style-9 .pbmit-service-title{
		font-size: 25px;
		line-height: 35px;
	}
	.pbmit-service-style-9:hover .pbmit-titlebox{
		padding-left: 10px;
	}
}
/** Style 10 **/
.pbmit-service-style-10 .pbmit-svg-btn a span,
.pbmit-service-style-10 .pbminfotech-post-item,
.pbmit-service-style-10 .pbmit-service-title a,
.pbmit-service-style-10 .pbmit-service-content p,
.pbmit-service-style-10 .pbminfotech-icon-box i,
.pbmit-service-style-10 .pbmit-svg-btn a {
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.pbmit-service-style-10{
	margin-bottom: 30px;
}
.pbmit-service-style-10:last-child{
	margin-bottom: 0px;
}
.pbmit-service-style-10 .pbminfotech-post-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(var(--pbmit-secondary-color-rgb), .1);
}
.pbmit-service-style-10:hover .pbminfotech-post-item {
	border-color: rgba(var(--pbmit-secondary-color-rgb), .3);
}
.pbmit-service-style-10 .pbminfotech-post-item-inner {
	margin: 60px;
	overflow: hidden;
	display: inline-block;
}
.pbmit-service-style-10 .pbminfotech-box-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-service-style-10 .pbmit-service-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
	font-weight: 500;
}
.pbmit-service-style-10 .pbminfotech-icon-box i {
	font-size: 90px;
	line-height: 100px;
	display: inline-block;
	margin-left: 15px;
    transition-delay: 0.1s;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-10:hover .pbminfotech-icon-box i {
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.pbmit-service-style-10 .pbmit-service-content p {
	margin-bottom: 25px;
}
.pbmit-service-style-10 .pbmit-svg-btn a span {
	text-decoration: underline;
}
.pbmit-service-style-10 .pbmit-svg-btn a span svg{
	margin: 0;
}
.pbmit-service-style-10 .pbmit-svg-btn a span svg line{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-service-style-10:hover .pbmit-svg-btn a span svg line{
	stroke: var(--pbmit-global-color);
}
.pbmit-service-style-10:hover .pbmit-svg-btn a span {
	color: var(--pbmit-global-color);
}
.pbmit-service-style-10 .pbmit-serv-cat{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.rtl .pbmit-service-style-10 .pbminfotech-post-item-inner,
	.pbmit-service-style-10 .pbminfotech-post-item-inner{
		margin: 60px 60px 40px 60px;
	}
	.pbmit-service-style-10 .pbminfotech-box-content-inner {
		padding-right: 70px;
	}
	.rtl .pbmit-service-style-10 .pbminfotech-box-content-inner {
		padding-right: 0;
		padding-left: 70px;
	}
}
@media (max-width: 575px) {
	.rtl .pbmit-service-style-10 .pbminfotech-post-item-inner,
	.pbmit-service-style-10 .pbminfotech-post-item-inner{
		margin: 40px 40px 20px 40px;
	}
	.pbmit-service-style-10 .pbminfotech-box-content {
		padding: 10px 0 0 0;
		flex-wrap: wrap-reverse;
	}
	.rtl .pbmit-service-style-10 .pbminfotech-box-content-inner,
	.pbmit-service-style-10 .pbminfotech-box-content-inner {
		padding: 10px 0 0 0;
	}
	.pbmit-service-style-10 .pbminfotech-icon-box i {
		font-size: 100px;
		line-height: 100px;
	}
}
/** Style 12 **/
.pbmit-service-style-12 .pbminfotech-box-content{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    top: auto;
    left: 50px;
    bottom: 75px;
    text-align: left;
    width: 100%;
    height: 100%;
}
.pbmit-service-style-12 .pbmit-service-title{
    font-size: 48px;
    line-height: 58px;
	font-weight: 500;
    transition: .5s;
    margin: -80px 0px 0px 30px;
    width: 470px;
    opacity: 0;
	z-index: 1;
}
.pbmit-service-style-12.pbmit-active .pbmit-svg-btn,
.pbmit-service-style-12.pbmit-active .pbmit-service-title{
    opacity: 1;
}
.pbmit-service-style-12 .pbmit-service-title a{
    color: var(--pbmit-white-color);
}
.pbmit-service-style-12 .pbmit-service-img-wrapper {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 0;
    position: absolute;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
}
.pbmit-element-service-style-12 .pbmit-service-style-12 {
    flex: 1;
    height: 100%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 600px;
}
.pbmit-element-service-style-12 .pbmit-service-style-12.pbmit-active{
    flex: 3;
}
.pbmit-service-style-12 .pbminfotech-box-number{
    font-size: 100px;
    line-height: 100px;
	font-weight: 700;
    display: inline-block;
    position: relative;
	z-index: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--pbmit-secondary-color);
}
.pbmit-service-style-12 .pbmit-svg-btn{
    background: var(--pbmit-global-color);
    height: 80px;
    width: 80px;
    color:  var(--pbmit-white-color);
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    position: absolute;
    right: 120px;
    bottom: -14px;
    opacity: 0;
    transition: 0.5s;
}
.pbmit-service-style-12 .pbmit-svg-btn i{
    font-size: 30px;
    line-height: 80px;
    color:  var(--pbmit-white-color);
}
.pbmit-service-style-12 .pbmit-service-img-wrapper:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background-color: rgba(9, 16, 25, 0.3);
}
.pbmit-service-style-12 .pbmit-featured-wrapper{
    display: none;
}
.pbmit-service-style-12 .pbminfotech-icon-box{
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    background: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    opacity: 0;
}
@media(max-width:1200px){
    .pbmit-service-style-12 .pbminfotech-box-content{
		left: 10px;
	}
	.pbmit-service-style-12 .pbmit-service-title{
		margin: -80px 0px 0px 50px;
		width: 400px;
	}
	.pbmit-service-style-12 .pbmit-svg-btn{
		right: 25px;
	}
}
@media(max-width:1024px){
	.pbmit-element-service-style-12 .pbmit-service-style-12.pbmit-active,
	.pbmit-element-service-style-12 .pbmit-service-style-12{
		flex: auto;
	}
	.pbmit-service-style-12 .pbminfotech-box-content{
		left: 20px;
	}
	.pbmit-service-style-12 .pbmit-svg-btn,
	.pbmit-service-style-12 .pbmit-service-title{
		opacity: 1;
	}
	.pbmit-service-style-12 .pbmit-service-title{
		margin: -80px 0px 0px 90px;
		width: 400px;
	}
	.pbmit-service-style-12 .pbmit-svg-btn{
		right: 35px;
	}
	.pbmit-service-style-12{
		padding-top: 30px !important;
	}
	.pbmit-service-style-12:first-child{
		padding-top: 0 !important;
	}
	.pbmit-service-style-12 .pbmit-featured-wrapper {
        display: none;
    }
}
@media(max-width:767px){
    .pbmit-service-style-12 .pbminfotech-box-number{
		font-size: 70px;
    	line-height: 70px;
	}
	.pbmit-service-style-12 .pbmit-service-title{
		font-size: 35px;
		line-height: 40px;
		margin: -60px 0px 0px 55px;
	}
	.pbmit-service-style-12 .pbmit-svg-btn{
		height: 60px;
    	width: 60px;
		line-height: 60px;
	}
	.pbmit-service-style-12 .pbmit-svg-btn i{
		font-size: 22px;
		line-height: 60px;
	}
}
@media(max-width:420px){
	.pbmit-service-style-12 .pbminfotech-box-content{
		left: 0;
		bottom: 0;
		padding: 20px 30px 80px;
	}
	.pbmit-service-style-12 .pbmit-service-title{
		font-size: 22px;
		margin: 10px 0px 0px 0px;
	}
	.pbmit-service-style-12 .pbmit-svg-btn{
		right: inherit;
		left: 30px;
		bottom: 20px;
	}
}
/** Style 13 **/
.pbmit-service-style-13 .pbminfotech-box-content,
.pbmit-service-style-13 .pbminfotech-icon-box,
.pbmit-service-style-13 .pbmit-service-title a,
.pbmit-service-style-13 .pbmit-service-content{
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.pbmit-service-style-13{
	overflow: hidden;
}
.pbmit-service-style-13 .pbminfotech-post-item{
	padding: 280px 20px 140px 40px;
	position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    max-height: 100%;
    z-index: 1;
    opacity: 1;
	transition: all 0.8s ease-in;
}
.pbmit-service-style-13 .pbminfotech-post-item::before,
.pbmit-service-style-13.pbmit-mihbox-hover-active .pbminfotech-post-item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .50);
	z-index: 0;
}
.pbmit-service-style-13:hover .pbminfotech-post-item::before,
.pbmit-service-style-13.pbmit-mihbox-hover-active .pbminfotech-post-item::before{
	opacity: 1;
	z-index: 2;
	transition: all 0.3s ease-in 0.6s;
}
.pbmit-service-style-13 .pbminfotech-icon-box{
	font-size: 70px;
	line-height: 80px;
	padding-bottom: 100px;
	color: var(--pbmit-blackish-color);
}
.pbmit-service-style-13.pbmit-mihbox-hover-active .pbminfotech-icon-box{
	color: var(--pbmit-global-color);
}
.pbmit-service-style-13 .pbminfotech-box-content{
	position: relative;
	z-index: 2;
}
.pbmit-service-style-13 .pbmit-service-title{
	border-top: 1px solid rgba(0, 0, 0, .20);
}
.pbmit-service-style-13 .pbmit-service-title a{
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	padding-top: 15px;
	margin-bottom: 15px;
}
.pbmit-service-style-13.pbmit-mihbox-hover-active .pbmit-service-title{
	border-top: 1px solid rgba( 225, 225, 225, 0.4);
}
.pbmit-service-style-13.pbmit-mihbox-hover-active .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-13 .pbmit-service-content{
	opacity: 0;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-13.pbmit-mihbox-hover-active .pbmit-service-content{
	opacity: 1;
}
.pbmit-service-style-13 .pbmit-featured-img-wrapper img{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    opacity: 0;
	z-index: -1;
	object-fit: cover;
	transform: translate(-110%, 0);
    user-select: none;
    pointer-events: none;
	transition: opacity 0.2s ease-in-out 0s, transform 0.7s ease-in 0.05s;
}
.pbmit-service-style-13.pbmit-mihbox-hover-active .pbmit-featured-img-wrapper img{
	opacity: 1;
	transform: translate(0);
    transition: opacity 0.5s ease-in-out 0s, transform 0.6s ease-out 0.25s;
}
.pbmit-service-style-13:hover .pbmit-featured-img-wrapper img{
	opacity: 1;
	visibility: visible;
	transform: scale(1.08);
}
.industry-service-section-style .pbmit-service-column{
    flex: 0 0 20%;
    max-width: 20%;
}
@media(max-width:1200px){
	.industry-service-section-style .pbmit-service-column{
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media(max-width:767px){
	.industry-service-section-style .pbmit-service-column{
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*----------------------------------------*/
/*  05 - Projects
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 {
	margin-bottom: 30px;
}
.pbmit-portfolio-style-1 {
	overflow: hidden;
	border-radius: 0;
	perspective: 300px;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 0;
	padding: 30px;
	opacity: 0;
	max-width: 300px;
	word-break: break-word;
	background: var(--pbmit-blackish-color);
	transform: rotateY(30deg);
	transition: 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transform-origin: left center;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	transform: rotateY(0);
	opacity: 1;
	transition: opacity 0.2s, transform 0.5s;
	display: none;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a,
.pbmit-portfolio-style-1 .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-1 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	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);
}
/* portfolio-Cursor hover */
#pbmit-portfolio-cursor {
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.5s;
	pointer-events: none;
}
#pbmit-portfolio-cursor .pbmit-tooltip-content a {
	color: var(--pbmit-white-color);
}
#pbmit-portfolio-cursor .pbmit-tooltip-content .pbmit-port-cat {
	background-color: var(--pbmit-blackish-color);
	padding: 5px 15px 5px 15px;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
}
#pbmit-portfolio-cursor .pbmit-tooltip-content>* {
	background: var(--pbmit-global-color);
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 15px;
	font-size: 24px;
	line-height: 34px;
}
#pbmit-portfolio-cursor .pbmit-portfolio-title {
	width: 270px;
	word-wrap: break-word;
}
#pbmit-portfolio-cursor .pbmit-tooltip-content {
	transform: scale(0);
	opacity: 0;
	transition: 0.5s;
	display: block;
	overflow: hidden;
}
#pbmit-portfolio-cursor.active .pbmit-tooltip-content {
	transform: scale(1);
	opacity: 1;
}
/** Style 2 **/
.pbmit-portfolio-style-2.col-md-4 ,
.pbmit-portfolio-style-2.col-md-3,
.pbmit-portfolio-style-2.col-md-6 {
    margin-bottom: 30px;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content .pbmit-portfolio-title {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0px;
}
.pbmit-element-portfolio-style-2 .pbminfotech-post-content {
	position: relative;
	overflow: hidden;
}
.pbmit-element-portfolio-style-2 .pbmit-port-cat a {
	color: var(--pbmit-blackish-color);
	font-size: 14px;
    line-height: 24px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content .pbmit-portfolio-title a:hover,
.pbmit-element-portfolio-style-2 .pbmit-port-cat a:hover{
    color: rgba(39, 39, 47,.7);
}
.pbmit-element-portfolio-style-2 .pbminfotech-titlebox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	display: block;
	opacity: 0;
}
.pbmit-element-portfolio-style-2 .pbminfotech-titlebox {
	width: auto;
	max-width: calc(100% - 30px);
	padding: 15px 30px 15px 20px;
	background-color: var(--pbmit-white-color);
	transform: translateX(-100%);
	height: auto;
	top: auto;
	right: auto;
	bottom: 15px;
	left: 0;
	transition: all .3s;
}
.pbmit-element-portfolio-style-2 .pbminfotech-post-content:hover .pbminfotech-titlebox {
	transform: translateX(0px);
	transition: all .7s;
	opacity: 1;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/** Style 3 **/
.pbmit-element-portfolio-style-3 a.btn-arrow{
	transition: all .6s ease-in-out;
}
.pbmit-element-portfolio-style-3 .pbminfotech-text-wrapper {
	width: 45%;
	position: relative;
	overflow: hidden;
	padding-right: 5%;
}
.pbmit-element-portfolio-style-3 .pbminfotech-contant-box {
	position: relative;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-element-portfolio-style-3 .pbminfotech-img-box {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 80vh;
	margin-top: 4vh!important;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-cat a {
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	color: var(--pbmit-global-color);
	letter-spacing: 0.5px;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-title {
	font-size: 36px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 30px;
}
.pbmit-element-portfolio-style-3 .pbminfotech-img-wrapper {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto;
}
.pbmit-element-portfolio-style-3 .pbmit-element-posts-wrapper .pbmit-main-wraper {
	justify-content: space-between;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-description {
	margin-bottom: 30px;
}
.pbmit-element-portfolio-style-3 a.btn-arrow {
	color: var(--pbmit-white-color);
}
.pbmit-element-portfolio-style-3 .pbmit-svg-btn:hover a.btn-arrow{
	color: var(--pbmit-global-color);
}
.pbmit-element-portfolio-style-3 a.btn-arrow svg{
	margin-left: 10px;
	margin-bottom: 2px;
}
.pbmit-element-portfolio-style-3 .pbmit-svg-btn:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}
.pbmit-element-portfolio-style-3 .pbminfotech-box-number{
	font-size: 150px;
	line-height: 150px;
	color: transparent;
	-webkit-text-stroke: 1px rgb(255, 255, 255, .20);
	margin: 0 0 60px;
    font-weight: 700;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-description{
	color: #a6b0c2;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-title a{
	color: var(--pbmit-white-color);
}
.pbmit-element-portfolio-style-3 .pbmit-svg-btn{
	display: inline-block;
	border-top: 2px solid rgb(255, 255, 255, .50);
	margin: 20px 0 10px;
	padding: 60px 0 0px;
}
.pbmit-element-portfolio-style-3 .pbmit-element-posts-wrapper .pbmit-main-wraper{
	display: flex;
}
@media (max-width: 767px){	
	.pbmit-element-portfolio-style-3 .pbmit-svg-btn{
		margin: 0px 0 10px;
		padding: 20px 0 0px;
	}
}
/** Style 4 **/
.pbmit-portfolio-style-4 {
    width: 45%;
    margin-bottom: 30px;
}
.pbmit-portfolio-style-4 .pbminfotech-overlay::after,
.pbmit-portfolio-style-4 .pbminfotech-overlay::before,
.pbmit-portfolio-style-4 .pbminfotech-overlay {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.pbmit-portfolio-style-4 .pbminfotech-post-content {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-4 .pbmit-image-wrapper {
	position: relative;
	background-color: #fff;
	padding-bottom: 110%;
	-webkit-clip-path: inset(0 15%);
	clip-path: inset(0 15%);
	opacity: 0;
	transform: translate3d(0, 150px, 0);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), 
                transform 1s cubic-bezier(.25, .85, .57, 1), 
                -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), 
                transform 1s cubic-bezier(.25, .85, .57, 1), 
                clip-path 1s cubic-bezier(.25, .85, .57, 1);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), 
                transform 1s cubic-bezier(.25, .85, .57, 1), 
                clip-path 1s cubic-bezier(.25, .85, .57, 1), 
                -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
}
.pbmit-portfolio-style-4 .pbmit-image-wrapper,
.pbmit-portfolio-style-4.active .pbmit-image-wrapper {
	opacity: 1;
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0);
	transform: translateZ(0);
}
.pbmit-portfolio-style-4 .pbmit-featured-wrapper {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: calc(100% + 60px);
	transform: translate3d(0, -40px, 0);
}
.pbmit-portfolio-style-4 .pbmit-featured-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pbmit-portfolio-style-4 .pbminfotech-titlebox {
	margin-top: 30px;
	opacity: 0;
	transform: translate3d(0, 150px, 0);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1) .4s, transform 1s cubic-bezier(.25, .85, .57, 1) .4s;
}
.pbmit-portfolio-style-4.active .pbminfotech-titlebox {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.pbmit-portfolio-style-4 .pbminfotech-titlebox h3 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0px;
	font-weight: 500;
}
.pbmit-portfolio-style-4 .pbmit-port-cat a {
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
    font-weight: 700;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-portfolio-style-4:nth-child(2n) {
    margin-top: 100px;
}
.pbmit-portfolio-style-4 .pbmit-portfolio-title a:hover{
    color: var(--pbmit-blackish-color);
}
@media(max-width:767px) {
	.pbmit-portfolio-style-4 {
		width: 100%;
		margin-bottom: 30px;
	}
	.pbmit-portfolio-style-4:nth-child(2n){
		margin-top: 0	;
	}
}
/** Style 5 **/
.pbmit-element-portfolio-style-5 .pbmit-element-posts-wrapper {
	padding-top: 60px;
	justify-content: space-between;
}
.pbmit-element-portfolio-style-5 .pbmit-element-posts-wrapper .pbmit-ele-portfolio.col-md-6:nth-child(odd) {
	margin-top: -50px;
}
.pbmit-element-portfolio-style-5 .pbmit-element-posts-wrapper .pbmit-portfolio-style-5 {
	overflow: hidden;
	border-radius: 0;
	perspective: 300px;
	margin-bottom: 70px!important;
}
.pbmit-element-portfolio-style-5 .pbmit-element-posts-wrapper .pbmit-portfolio-style-5.col-md-6{
	width: 47%;
}
.pbmit-element-portfolio-style-5 .pbmit-element-posts-wrapper .pbmit-portfolio-style-5.col-md-6.col-lg-3:nth-child(odd) {
    margin-top: 0px;
}
.pbmit-element-portfolio-style-5 .pbmit-element-posts-wrapper .pbmit-portfolio-style-5.col-md-6.col-lg-3{
	width:25%;
}
.pbmit-portfolio-style-5 .pbminfotech-box-content {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 0;
	padding: 30px;
	opacity: 0;
	max-width: 300px;
	word-break: break-word;
	background: var(--pbmit-blackish-color);
	transform: rotateY(30deg);
	transition: 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transform-origin: left center;
}
.pbmit-portfolio-style-5:hover .pbminfotech-box-content {
	transform: rotateY(0);
	opacity: 1;
	transition: opacity 0.2s, transform 0.5s;
	display: none;
}
.pbmit-portfolio-style-5 .pbmit-port-cat a,
.pbmit-portfolio-style-5 .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-5 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-5 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-5 .pbmit-portfolio-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-5 .pbmit-image-wrapper {
	position: relative;
	padding-bottom: 117%;
	-webkit-clip-path: inset(0 15%);
	clip-path: inset(0 15%);
	opacity: 0;
	transform: translate3d(0, 150px, 0);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1);
	transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
}
.elementor-element-edit-mode .pbmit-portfolio-style-5 .pbmit-image-wrapper,
.pbmit-portfolio-style-5.active .pbmit-image-wrapper {
	opacity: 1;
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0);
	transform: translateZ(0);
}
.pbmit-portfolio-style-5 .pbmit-featured-wrapper {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: calc(150% + -200px);
	transform: translate3d(0, -40px, 0);
}
.pbmit-portfolio-style-5 .pbmit-featured-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pbmit-element-portfolio-style-5 .pbmit-element-posts-wrapper .pbmit-portfolio-style-5:nth-child(odd) {
    margin-top: -50px;
}
/** Style 6 **/
.pbmit-portfolio-style-6 .pbmit-svg-btn svg line,
.pbmit-portfolio-style-6 .pbmit-portfolio-title  {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-portfolio-style-6 {
	position: relative;
	padding-bottom: 15px !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid rgb(46, 92, 79, .20);
}
.pbmit-theme-textcolor-black .pbmit-portfolio-style-6 {
	border-bottom: 1px solid rgb(39, 39, 47, .20);
}
.pbmit-portfolio-style-6:last-child{
	border:0;
}
.pbmit-portfolio-style-6 .pbmit-portfolio-title{
	font-size: 84px;
	line-height: 110px;
	margin-bottom: 5px;
	color: rgb(46, 92, 79, .30);
}
.pbmit-portfolio-style-6:hover .pbmit-portfolio-title{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-6 .pbmit-portfolio-cat,
.pbmit-portfolio-style-6 .pbmit-portfolio-cat a{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
}
.pbmit-portfolio-style-6 .pbmit-hover-img img {
	width: 340px;
	height: auto;
	margin-top: -210px;
	margin-left: 340px;
	z-index: 3;
	border-radius: 50%;
}
.pbmit-portfolio-style-6 .pbmit-svg-btn svg{
	width: 20px;
	height: 20px;
}
.pbmit-portfolio-style-6:hover .pbmit-svg-btn svg line {
	stroke: var(--pbmit-global-color);
	stroke-dashoffset: 0;
}
.pbmit-portfolio-style-6 .pbmit-svg-btn svg line {
	stroke: rgb(46, 92, 79, .30);
}
.elementor-element-edit-mode .pbmit-portfolio-style-6 .pbmit-hover-img{
	transition: 0.9s;
}
.elementor-element-edit-mode .pbmit-portfolio-style-6:hover .pbmit-hover-img{
	opacity: 1;
}
/** Style 7 **/
.pbmit-portfolio-style-7 .pbminfotech-post-content {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	overflow: hidden;
	padding: 55px 25px;
}
.pbmit-portfolio-style-7 .pbmit-featured-wrapper img {
	height: 220px;
	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-mihbox-hover-active.pbmit-portfolio-style-7:hover .pbmit-featured-wrapper img {
	transform: scale(1.0);
}
.pbmit-portfolio-style-7 .container {
	position: relative;
	z-index: 4;
	padding: 0 12px;
}
.pbmit-portfolio-style-7 .pbmit-image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.pbmit-portfolio-style-7 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-7 .pbmit-featured-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	content: '';
	transition: max-width .9s cubic-bezier(.22, .61, .36, 1);
	background-color: var(--pbmit-white-color);
	max-width: 100%;
	height: 220px;
	width: 100%;
	z-index: 1;
}
.pbmit-mihbox-hover-active.pbmit-portfolio-style-7 .pbmit-featured-wrapper:before {
	max-width: 0%;
}
.pbmit-portfolio-style-7 .pbmit-portfolio-title {
	margin: 0;
	position: relative;
	padding: 0;
    font-size: 45px;
    line-height: 55px;
    font-weight: 200;
}
.pbmit-portfolio-style-7 .pbmit-portfolio-title a {
	color: var(--pbmit-blackish-color);
	margin: 0;
	transition: 0.9s;
}
.pbmit-portfolio-style-7:hover .pbmit-portfolio-title:before,
.pbmit-portfolio-style-7:hover .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-7.pbmit-mihbox-hover-active .pbmit-portfolio-title:before,
.pbmit-portfolio-style-7.pbmit-mihbox-hover-active .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-7 .pbmit-svg-btn svg {
	height: 17px;
	width: 17px;
}   
.pbmit-portfolio-style-7 .pbmit-svg-btn svg line {
    stroke: #bbb;
}
.pbmit-portfolio-style-7 .pbmit-portfolio-cat a{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-7.pbmit-mihbox-hover-active .pbmit-portfolio-cat a{
	color: rgba(255, 255, 255, .50);
	transition: 0.9s;
}
.pbmit-element-portfolio-style-7 .pbmit-element-posts-wrapper{
	padding: 45px 0 0 0;
}
/** Style 8 **/
.pbmit-portfolio-style-8 {
	overflow: hidden;
}
.pbmit-portfolio-style-8 .pbminfotech-box-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 40px 50px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-8:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateX(0);
}
.pbmit-portfolio-style-8 .pbmit-port-cat,
.pbmit-portfolio-style-8 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
	font-size: 14px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-8 .pbmit-title:hover,
.pbmit-portfolio-style-8 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-8 .pbmit-title{
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: var(--pbmit-blackish-color);
	margin-bottom: 0;
}
.pbmit-portfolio-style-8 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-8 .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-8:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-portfolio-style-8 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
}
/* For Heading Logistic Stroke Style */
.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style {
	-webkit-text-stroke: 2px rgba( 225, 225, 225, 0.2);
	-webkit-text-fill-color: transparent;
	font-size: 237px !important;
	line-height: 237px !important;
	font-weight: 700 !important;
}
.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style> *{
	display: inline-block !important;
}
@media (max-width:1600px) {
	.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style {
		font-size: 200px !important;
		line-height: 200px !important;
	}
}
@media (max-width:1400px) {
	.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style {
		font-size: 170px !important;
		line-height: 170px !important;
	}
}
@media (max-width:1200px) {
	.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style {
		font-size: 140px !important;
		line-height: 140px !important;
	}
	.pbmit-portfolio-style-8 .pbminfotech-box-content {
		bottom: 30px;
		left: 30px;
		padding: 25px;
	}
}
@media (max-width:1024px) {
	.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style {
		font-size: 100px !important;
		line-height: 100px !important;
	}
	.pbmit-portfolio-style-8 .pbminfotech-box-content {
		bottom: 25px;
		left: 25px;
		padding: 20px;
	}
}
@media (max-width:991px) {
	.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style {
		font-size: 80px !important;
		line-height: 80px !important;
	}
}
@media (max-width:767px) {
	.pbmit-logistic-heading-stroke-style .pbmit-heading-stroke-style {
		font-size: 60px !important;
		line-height: 60px !important;
	}
	.pbmit-portfolio-style-8 .pbminfotech-box-content {
		bottom: 20px;
		left: 20px;
		padding: 30px;
	}
}
/** Style 9 **/
.pbmit-portfolio-style-9 .pbminfotech-post-item{
    position: relative;
    overflow: hidden;
}
.pbmit-portfolio-style-9 .pbmit-content-wrapper {
    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;
    right: 0;
    text-align: center;
    -webkit-transition: opacity .6s .3s;
    transition: opacity .6s .3s;
}
.pbmit-portfolio-style-9 h3.pbmit-portfolio-title{
	padding: 0 15px;
	font-weight: 500;
}
.pbmit-portfolio-style-9 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.pbmit-portfolio-style-9:hover .pbmit-port-cat,
.pbmit-portfolio-style-9:hover h3.pbmit-portfolio-title,
.pbmit-portfolio-style-9:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.pbmit-portfolio-style-9 h3.pbmit-portfolio-title a,
.pbmit-portfolio-style-9 .pbmit-port-cat,
.pbmit-portfolio-style-9 h3.pbmit-portfolio-title {
    font-size: 26px;
    line-height: 36px;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
	margin: 0;
}
.pbmit-portfolio-style-9 .pbmit-port-cat,
.pbmit-portfolio-style-9 h3.pbmit-portfolio-title,
.pbmit-portfolio-style-9 img,
.pbmit-portfolio-style-9 .pbmit-content-wrapper,
.pbmit-portfolio-style-9 .pbminfotech-content,
.pbmit-portfolio-style-9 .pbmit-link-icon{
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.pbmit-portfolio-style-9:hover .pbminfotech-content {
    opacity: 1;
}
.pbmit-portfolio-style-9 h3.pbmit-portfolio-title a,
.pbmit-portfolio-style-9 .pbmit-port-cat a{
    color:var(--pbmit-white-color);
}
.pbmit-portfolio-style-9 .pbmit-port-cat a{
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.pbmit-portfolio-style-9 .pbminfotech-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(var(--pbmit-secondary-color-rgb), .8);
    padding: 20px 40px 0 30px;
    opacity: 0;
    overflow: hidden
}

/* Nevigator */
.pbmit-element-portfolio-style-9 .swiper-button-next:after,
.pbmit-element-portfolio-style-9 .swiper-button-prev:after{
	color: var(--pbmit-blackish-color);
	font-size: 17px;
}
.pbmit-element-portfolio-style-9 .swiper-button-next:hover:after,
.pbmit-element-portfolio-style-9 .swiper-button-prev:hover:after{
	color: var(--pbmit-white-color);
}
.pbmit-element-portfolio-style-9 .swiper-button-next,
.pbmit-element-portfolio-style-9 .swiper-button-prev{
	width: 50px;
	height: 50px;
	border-radius: 0;
	border: 1px solid var(--pbmit-blackish-color);
	background-color: transparent;
}
.pbmit-element-portfolio-style-9 .swiper-button-next:after,
.pbmit-element-portfolio-style-9 .swiper-button-prev:after{
	content: "\e83a";
}
.pbmit-element-portfolio-style-9 .swiper-button-next.swiper-button-disabled, 
.pbmit-element-portfolio-style-9 .swiper-button-prev.swiper-button-disabled{
	opacity: unset;
}
.pbminfotech-element-portfolio.pbmit-element-portfolio-style-9 .pbmit-element-posts-wrapper .swiper-wrapper{
	transition-duration: 1000ms!important;
}
.pbmt-portf-pattern-9 .elementor-container{
    position: unset!important;
}

/* ==For Responsive== */
@media (max-width: 1500px) {
	.pbmt-portf-pattern-9 .elementor-column:after{
		left: 375px;
		width: 375px;
	}
}
@media (max-width: 1366px) {
	.pbmt-portf-pattern-9 .elementor-column:after{
		left: 342px;
    	width: 341px;
	}
	.pbmit-element-portfolio-style-9 .pbmit-carousel-nav-arrow-header{
		padding-right: 30px;
	}
}
@media (max-width: 1300px) {
	.pbmt-portf-pattern-9 .elementor-column:after{
		left: 325px;
		width: 325px;
	}
}
@media (max-width: 1200px) {
	.pbmt-portf-pattern-9 .elementor-column:after,
	.pbmt-portf-pattern-9 .elementor-container:after,
	.pbmt-portf-pattern-9 .elementor-container:before{
		display: none;
	}
}
@media (max-width: 991px) {
	.pbmit-element-portfolio-style-9 .pbmit-carousel-nav-arrow-header{
		display: none;
	}
}

/* Style 10 */
.pbmit-portfolio-style-10 {
	overflow: hidden;
}
.pbmit-portfolio-style-10 .pbminfotech-box-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 20px 30px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-10:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateX(0);
}
.pbmit-portfolio-style-10 .pbmit-port-cat,
.pbmit-portfolio-style-10 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
	font-size: 14px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-10 .pbmit-title:hover,
.pbmit-portfolio-style-10 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-10 .pbmit-title{
	font-size: 22px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	margin-bottom: 0;
}
.pbmit-portfolio-style-10 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-10 .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-10:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.swiper-wrapper {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pbmit-portfolio-style-10 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
}
.pbmit-element-portfolio-style-10.pbmit-element-viewtype-carousel .pbmit-ele-group-wrapper .pbmit-ele:nth-child(2) {
	margin-top: 15px;
}
@media (max-width:1200px) {
	.pbmit-portfolio-style-10 .pbminfotech-box-content {
		bottom: 30px;
		left: 30px;
		padding: 25px;
	}
}
@media (max-width:1024px) {
	.pbmit-portfolio-style-10 .pbminfotech-box-content {
		bottom: 25px;
		left: 25px;
		padding: 20px;
	}
}
@media (max-width:767px) {
	.pbmit-portfolio-style-10 .pbminfotech-box-content {
		bottom: 20px;
		left: 20px;
		padding: 30px;
	}
}
/* Style 11 */
.pbmit-portfolio-style-11:nth-child(odd) {
	margin-top: 50px;
}
.pbmit-portfolio-style-11 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-11 .pbminfotech-box-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, transparent 0%, rgba(var(--pbmit-secondary-color-rgb), 0.4) 20% , rgba(var(--pbmit-secondary-color-rgb), 1) 90%);
	padding: 70px 50px 30px;
	transform: translateY(100%);
	transition: all 0.5s ease-in-out;
}
.pbmit-portfolio-style-11:hover .pbminfotech-box-content{
	transform: translateY(0);
}
.pbmit-portfolio-style-11 .pbmit-port-cat,
.pbmit-portfolio-style-11 .pbmit-port-cat a{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-11 .pbmit-title{
	font-size: 28px;
	line-height: 34px;
	margin: 0;
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-11 .pbmit-image-wrapper img{
	width: 100%;
	transition: all 2s ease-in;
}
.pbmit-portfolio-style-11:hover .pbmit-image-wrapper img{
	transform: scale(1.05);
}
/** Style 12 **/
.pbmit-element-portfolio-style-12 a.btn-arrow{
	transition: all .6s ease-in-out;
}
.pbmit-element-portfolio-style-12 .pbminfotech-text-wrapper {
	width: 45%;
	position: relative;
	overflow: hidden;
	padding-right: 5%;
}
.pbmit-element-portfolio-style-12 .pbminfotech-contant-box {
	position: relative;
	z-index: 1;
	max-width: 400px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.pbmit-element-portfolio-style-12 .pbminfotech-img-box {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 100vh;
}
.pbmit-element-portfolio-style-12 .pbmit-portfolio-cat{
	display: flex;
	position: relative;
	padding-left: 12px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 14px;
}
.pbmit-element-portfolio-style-12 .pbmit-portfolio-cat::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--pbmit-blackish-color);
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0 , -50%);
}
.pbmit-element-portfolio-style-12 .pbmit-portfolio-cat a {
	display: block;
	margin-right: 2px;
}
.pbmit-element-portfolio-style-12 .pbmit-portfolio-wrape{
	display: flex;
	flex-direction: column;
}
.pbmit-element-portfolio-style-12 .pbmit-portfolio-title {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 22px;
	order: -1;
	font-weight: 500;
}
.pbmit-element-portfolio-style-12 .pbminfotech-img-wrapper {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto;
}
.pbmit-element-portfolio-style-12 .pbmit-element-posts-wrapper .pbmit-main-wraper {
	justify-content: space-between;
}
.pbmit-element-portfolio-style-12 .pbmit-portfolio-description {
	margin-bottom: 0px;
}
.pbmit-element-portfolio-style-12 a.btn-arrow {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	padding: 14px 30px;
}
.pbmit-element-portfolio-style-12 .pbmit-svg-btn:hover a.btn-arrow{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-element-portfolio-style-12 a.btn-arrow svg{
	margin-left: 10px;
	margin-bottom: 2px;
}
.pbmit-element-portfolio-style-12 .pbminfotech-box-number{
	display: none;
}
.pbmit-element-portfolio-style-12 .pbmit-svg-btn{
	display: inline-block;
	margin: 40px 0 0px;
}
.pbmit-element-portfolio-style-12 .pbmit-element-posts-wrapper .pbmit-main-wraper{
	display: flex;
	flex-direction: row-reverse;
}
@media (max-width: 1200px) {
	.pbmit-element-portfolio-style-12 .pbmit-element-posts-wrapper .pbmit-main-wraper>* {
		padding: 0;
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.pbmit-element-portfolio-style-12 .pbminfotech-img-box,
	.pbmit-element-portfolio-style-12 .pin-spacer {
		display: none;
	}
	.pbmit-element-portfolio-style-12 .pbminfotech-contant-box {
		display: block;
		height: unset;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.pbmit-element-portfolio-style-12 .pbminfotech-contant-box:last-child{
		margin-bottom: 20px;
	}
	.pbmit-element-portfolio-style-12 .pbminfotech-img-responsive {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.pbmit-element-portfolio-style-12 .pbminfotech-contant-box .pbmit-portfolio-wrape {
		margin-top: 30px;
	}
	.pbmit-element-portfolio-style-12 .pbminfotech-contant-box:first-child .pbmit-portfolio-wrape{
		margin-top: 0px;
	}
	.pbmit-element-portfolio-style-12 .pbmit-portfolio-title{
		margin-bottom: 0;
	}
}
@media (min-width:1200px) {
	.pbmit-element-portfolio-style-12 .pbminfotech-img-responsive {
		display: none;
	}
}
@media (max-width:767px) {
	.pbmit-element-portfolio-style-12 .pbminfotech-img-responsive {
		margin-bottom: 30px;
	}
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
.pbmit-meta-line a, 
.pbmit-meta-line{
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}
.pbmit-meta-line{
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
/** Style 1 **/
.pbmit-blog-style-1 {
    margin-bottom: 30px;
}
.pbmit-blog-style-1 .pbmit-meta-line{
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-style: normal;
}
.pbmit-blog-style-1,
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-blog-style-1 .pbminfotech-box-content{
	position: relative;
	margin-top: -40px;
	background: var(--pbmit-white-color);
	margin-left: 35px;
	padding:30px 35px 0;
}
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-featured-img-wrapper{
	position: relative;
	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.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.pbmit-blog-style-1 .pbmit-post-title{
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(39, 39, 47,.1);
}
.pbmit-blog-style-1 .pbmit-meta-line a{
	font-size: 15px;
	font-weight: 500;
}
.pbmit-blog-style-1 .pbmit-meta-line a:hover{
    color: inherit;
}
.pbmit-blog-style-1 .pbmit-meta-line{
	margin-right: 25px;
}
.pbmit-blog-style-1 .pbmit-meta-line:last-child{
	margin-right: 0;
}
.pbmit-blog-style-1 .pbmit-meta-line:before {
	position: absolute;
	content: '';
	top: 50%;
	right: -22px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background:rgba(39, 39, 47,.3);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbmit-blog-style-1 .pbmit-meta-line:last-child:before{
	content: unset;
}
.pbmit-blog-style-1 .pbmit-svg-btn svg{
    height: 10px;
    margin-top: -2px;
    margin-left: 5px;
}
.pbmit-blog-style-1 .pbmit-svg-btn svg line{
    stroke: var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-svg-btn:hover svg line,
.pbmit-blog-style-1 .pbmit-svg-btn svg line{
    stroke: var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-svg-btn a{
	font-family:var(--pbmit-heading-typography-font-family);
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
}
.pbmit-blog-style-1 .pbmit-svg-btn a:hover{
   color: inherit;
}
.pbmit-blog-style-1 .pbmit-post-title a:hover{
    color: rgba(39, 39, 47,.7);
}
.pbmit-button-hover-black .pbmit-blog-style-1 .pbmit-post-title a:hover{
    color: rgba(39, 39, 47,.7);
}
.constract-blog .pbmit-svg-btn a:hover{
    color: var(--pbmit-global-color);
}
.constract-blog .pbmit-blog-style-1 .pbmit-svg-btn:hover svg line{
    stroke: var(--pbmit-global-color);
}
.pbmit-button-hover-white .pbmit-blog-style-1 .pbmit-meta-line a:hover{
    color: var(--pbmit-global-color);
}
/* construction */
.construction-blog-style-1 .pbmit-blog-style-1 .pbmit-meta-line:before{
	background: var(--pbmit-global-color);
	top: 42%;
}
/** Style 2 **/
.pbmit-blog-style-2,
.pbmit-blog-style-2 .pbmit-meta-data,
.pbmit-blog-style-2 .pbminfotech-box-desc,
.pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-blog-style-2 .pbmit-box-content-wrapper {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-blog-style-2 .post-item {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-2 .post-item::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--pbmit-secondary-color) 0%, rgba(0, 50, 129, 0) 70%);
}
.pbmit-blog-style-2:hover .pbminfotech-box-content,
.pbmit-blog-style-2 .pbmit-meta-data {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.pbmit-blog-style-2 .pbmit-meta-data {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 50px 35px;
	z-index: 1;
}
.pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-blog-style-2:hover .pbmit-meta-data {
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.pbmit-blog-style-2 .pbmit-box-content-wrapper {
	bottom: 0;
	padding: 50px 45px 30px;
}
.pbmit-blog-style-2 .pbminfotech-box-content-inner {
	bottom: 35px;
	left: 0;
	position: absolute;
	padding: 0px 35px 0px;
}
.pbmit-blog-style-2:hover .pbmit-box-content-wrapper {
	top: 0;
	bottom: auto;
}
.pbmit-blog-style-2 .pbminfotech-box-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pbmit-blog-style-2:hover .pbminfotech-box-content {
	background-color: rgba(8, 14, 28, 0.90);
}
.pbmit-blog-style-2 .pbmit-meta-data .pbmit-post-title,
.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-blog-style-2 .pbmit-meta-container {
	margin-bottom: 15px;
}
.pbmit-blog-style-2 .pbminfotech-box-desc {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.pbmit-blog-style-2:hover .pbminfotech-box-desc {
	margin-top: 22px;
	height: auto;
	visibility: visible;
	opacity: 1;
}
.pbmit-blog-style-2 .pbminfotech-box-desc-text {
	margin-bottom: 45px;
}
.pbmit-blog-style-2 .pbmit-meta-category a {
	text-transform: uppercase;
	font-size: 14px;
	color: var(--pbmit-global-color);
	font-weight: 600;
}
.pbmit-blog-style-2 .pbmit-svg-btn a, 
.pbmit-blog-style-2 .pbmit-meta-data .pbmit-post-title a, 
.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-post-title, 
.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-post-title a {
    color: var(--pbmit-white-color);
}
.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-svg-btn a:hover, 
.pbmit-blog-style-2 .pbmit-meta-data .pbmit-post-title a:hover, 
.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-post-title a:hover {
    color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-svg-btn a{
	font-family:var(--pbmit-heading-typography-font-family);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
}
.pbmit-blog-style-2 .pbmit-meta-category a:hover,
.pbmit-service-ads a {
    color: var(--pbmit-white-color);
}
.pbmit-blog-style-2 .pbmit-svg-btn a:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}
.lawyer-blog .pbmit-blog-style-2:hover .pbminfotech-box-content {
    background-color: rgba(20, 16, 59,.9);
}
/** Style 3 **/
.pbmit-blog-style-3 .pbmit-post-title,
.pbmit-blog-style-3 .pbmit-meta-category,
.pbmit-blog-style-3 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
}
.pbmit-element-blog-style-3 .pbmit-blog-style-3:first-child {
	margin: 100px 0 0;
}
.pbmit-element-blog-style-3 .pbmit-blog-style-3 {
	border-bottom: 1px solid rgba(39, 39, 47, .10);
	margin-bottom: 60px!important;
	padding: 0px 0 50px;
}
.pbmit-element-blog-style-3 .pbmit-blog-style-3:last-child {
	border-bottom: none;
	margin-bottom: 0px !important;
	padding: 0;
}
.pbmit-blog-style-3 .pbmit-meta-category {
	padding: 1px 12px 3px;
	border-radius: 30px;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-3 .pbmit-meta-category:hover {
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-meta-category a {
	color: var(--pbmit-white-color);
	font-size: 13px;
	line-height: normal;
	letter-spacing: 1px;
}
.pbmit-blog-style-3 .pbmit-meta-container>span {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
}
.pbmit-text-color-white .pbmit-blog-style-3 .pbmit-meta-container>span {
	color: #666;
}
.pbmit-blog-style-3 .pbmit-meta-container .pbmit-base-icon {
	margin-right: 5px;
	font-size: 15px;
}
.pbmit-blog-style-3 .pbmit-featured-img-wrapper {
	transform: rotate(-15deg);
}
.pbmit-blog-style-3 .pbmit-hover-img {
	width: 250px;
	height: auto;
	margin-top: -200px;
	margin-left: 70px;
	z-index: -1;
}
.pbmit-blog-style-3 .pbmit-category-wrapper {
	margin-right: 20px;
}
.pbmit-blog-style-3 .pbmit-date-wrapper span{
	color: var(--pbmit-blackish-color);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}
/** Style 4 **/
.pbmit-blog-style-4{
    margin-bottom: 30px !important;
}
.pbmit-blog-style-4,
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-blog-style-4 .pbminfotech-box-content{
	position: relative;
	padding-top: 25px;
	padding-right: 75px;
}
.pbmit-blog-style-4 .pbmit-featured-container .pbmit-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
}
.pbmit-blog-style-4:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.pbmit-blog-style-4 .pbmit-post-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.pbmit-blog-style-4 .pbmit-post-title a:hover{
    color: rgba(39, 39, 47,.7);
}
.pbmit-blog-style-4 .pbmit-meta-line a{
	font-size: 13px;
	font-weight: 600;
	color: var(--pbmit-global-color);
	letter-spacing: 1px;
}
.pbmit-blog-style-4 .pbmit-meta-line a:hover{
    color: var(--pbmit-blackish-color);
}
.pbmit-button-hover-black .pbmit-blog-style-4 .pbmit-meta-line a{
    color: rgba(39, 39, 47,.7);;
}
.pbmit-button-hover-black .pbmit-blog-style-4 .pbmit-meta-line a:hover{
    color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-4 .pbmit-meta-line{
	padding-right: 20px;
	margin-right: 10px;
}
.pbmit-blog-style-4 .pbmit-meta-line:last-child{
	padding-right: 0;
	margin: 0;
}
.pbmit-blog-style-4 .pbmit-meta-line:before {
	position: absolute;
	content: '/';
	top: 0;
	right: 0;
	color: rgba(39, 39, 47, 0.5);
}
.pbmit-blog-style-4 .pbmit-meta-line:last-child:before{
	content: unset;
}
.pbmit-blog-style2-medical .pbmit-blog-style-4 .pbmit-post-title{
	font-weight: 800;
	text-transform: capitalize;
}
.pbmit-element-blog-style-4 .pbmit-ele-header-area{
	position: relative;
}
.pbmit-element-blog-style-4 .pbmit-blog-btn{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(0%);
}
.pbmit-element-blog-style-4 .pbmit-blog-btn a {
    padding: 20px 40px;
	color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
	background-image: none !important;
    background-color: transparent;
    border: 2px solid var(--pbmit-global-color);
}
.pbmit-element-blog-style-4 .pbmit-blog-btn a:hover {
	color: var(--pbmit-white-color);
    border-color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style2-architect .pbmit-blog-style-4 .pbmit-meta-line a {
    color: var(--pbmit-global-color);
}
/** Style 5 **/
.pbmit-blog-style-5,
.pbmit-blog-style-5 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-blog-style-5 .pbminfotech-box-content{
	position: relative;
	padding-top: 25px;
}
.pbmit-blog-style-5 .pbmit-featured-container .pbmit-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-5 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
}
.pbmit-blog-style-5:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.4);
}
.pbmit-blog-style-5 .pbmit-post-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
.pbmit-blog-style-5 .pbmit-meta-line{
	padding-right: 25px;
	margin-right: 15px;
}
.pbmit-blog-style-5 .pbmit-meta-line:last-child{
	padding-right: 0;
}
.pbmit-blog-style-5 .pbmit-meta-line:before {
	position: absolute;
	content: '';
	top: 11px;
	right: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-5 .pbmit-meta-line a{
	font-size: 13px;
	font-weight: 600 !important;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-5 .pbmit-meta-line:last-child:before{
	content: unset;
}
/** Style 6 **/
.pbmit-blog-style-6 .pbmit-element-posts-wrapper {
    padding-top: 40px;
}
.pbmit-blog-style-6 {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pbmit-blog-style-6 .post-item {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pbmit-blog-style-6:last-child .post-item {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}
.pbmit-blog-style-6 .pbminfotech-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pbmit-blog-style-6 .pbmit-svg-btn a {
    text-transform: uppercase;
}
.pbmit-blog-style-6 .pbmit-svg-btn a svg line{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-blog-style-6 .pbmit-svg-btn a:hover svg line{
	stroke: var(--pbmit-global-color);
}
/*=== Meta data setting ===*/

.pbmit-blog-style-6 .pbmit-meta-date {
    text-align: center;
}
.pbmit-blog-style-6 .pbmit-meta-date .pbmit-date-wrap {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
	font-weight: 700;
    color: var(--pbmit-global-color);
	font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-blog-style-6 .pbmit-meta-date span {
    font-weight: normal;
    font-size: 13px;
    display: block;
    letter-spacing: 0px;
    line-height: 20px;
    color: #999;
    text-transform: capitalize;
}
.pbmit-blog-style-6 .pbminfotech-box-content .pbmit-post-title {
    font-size: 26px;
    line-height: 36px;
	margin:10px 0 0 0;
    font-weight: 700;
}
.pbmit-blog-style-6 .pbminfotech-box-content .pbmit-post-title a:hover {
    color: var(--pbmit-global-color);
}
.pbmit-blog-style-6 .pbmit-meta-cat-wrapper.pbmit-meta-line {
    text-transform: uppercase;
    padding: 0px 15px;
    border: 1px solid var(--pbmit-global-color);
    border-radius: 50px;
}
.pbmit-blog-style-6 .pbmit-content-wrapper {
    width: 700px;
    padding-right: 270px;
}
.pbmit-blog-style-6 .pbmit-featured-wrapper {
    position: absolute;
    left: auto;
    right: 250px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    top: -171px;
    transform: translateY(40px);
    transform-origin: top center;
    transition: all .45s;
	width: 300px;
	height: 300px;
}
.pbmit-blog-style-6 .pbmit-featured-wrapper img{
	height: 100%;
	object-fit: cover;
}
.pbmit-blog-style-6:hover .pbmit-featured-wrapper {
    visibility: visible;
    opacity: 1!important;
    transform: translateY(0) skewY(0) scaleZ(1);
}
.pbmit-blog-style-6 .pbmit-meta-cat-wrapper a {
    color: var(--pbmit-global-color);
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.75px;
	font-weight: 700;
	font-family:var(--pbmit-heading-typography-font-family);
}
@media (max-width: 1200px) {
    .pbmit-blog-style-6 .pbminfotech-box-content .pbmit-featured-container {
        display: none;
    }
}
@media (max-width: 1024px) {
    .pbmit-blog-style-6 .pbmit-meta-line {
        margin-right: 35px;
    }
    .pbmit-blog-style-6 .pbmit-content-wrapper {
        padding: 0;
        width: 70%;
    }
}
@media (max-width: 767px) {
    /*=== pbmit-blog-style-6 ===*/
    .pbmit-blog-style-6 .pbmit-content-wrapper {
        margin-right: 35px;
    }
    .pbmit-blog-style-6 .pbmit-featured-wrapper {
        top: -304px;
        left: 460px;
    }
}
@media (max-width: 600px) {
    .pbmit-blog-style-6 .pbminfotech-box-content {
        display: block;
    }
    .pbmit-blog-style-6 .pbmit-content-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .pbmit-element-blog-style-4 .pbmit-element-posts-wrapper {
        padding-top: 0px;
    }
    .pbmit-blog-style-6 .pbmit-meta-line {
        margin: 0px 0 15px;
    }
    .pbmit-blog-style-6 .pbminfotech-box-content .pbmit-post-title {
        font-size: 20px;
        line-height: 26px;
    }
    .pbmit-blog-style-6 .pbmit-meta-date span {
        display: inline-block;
    }
}
/** Style 7 **/
.pbmit-blog-style-7,
.pbmit-blog-style-7 .pbmit-meta-cat-wrapper a,
.pbmit-blog-style-7 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-blog-style-7 .pbminfotech-box-content{
	position: relative;
	margin-top: -40px;
	background: var(--pbmit-white-color);
	margin-left: 35px;
	padding:30px 35px 0;
}
.pbmit-blog-style-7 .pbmit-featured-container .pbmit-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-7 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
}
.pbmit-blog-style-7:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.pbmit-blog-style-7 .pbmit-post-title{
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
}
.pbmit-blog-style-7 .pbmit-meta-line a{
	font-size: 13px;
	letter-spacing: 0.65px;
}
.pbmit-blog-style-7 .pbmit-meta-line{
	font-size: 13px;
	margin-right: 25px;
	letter-spacing: 0.65px;
}
.pbmit-blog-style-7 .pbmit-meta-line:last-child{
	margin-right: 0;
}
.pbmit-blog-style-7 .pbmit-meta-line:before {
	position: absolute;
	content: '';
	top: 50%;
	right: -22px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background:rgba(var(--pbmit-secondary-color-rgb),.3);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbmit-blog-style-7 .pbmit-meta-line:last-child:before{
	content: unset;
}
.pbmit-blog-style-7 .pbmit-meta-cat-wrapper{
	position: absolute;
    top: -27px;
    left: 0;
    background: var(--pbmit-global-color);
    padding: 2px 20px;
	text-transform: uppercase;
    font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.65px;
}
.pbmit-blog-style-7 .pbmit-meta-cat-wrapper:hover{
	background: var(--pbmit-blackish-color);
}
.pbmit-blog-style-7 .pbmit-meta-cat-wrapper:hover a,
.pbmit-blog-style-7 .pbmit-meta-cat-wrapper a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-7 .pbmit-svg-btn a{
	position: relative;
}
.pbmit-blog-style-7 .pbmit-svg-btn a svg line{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-blog-style-7 .pbmit-svg-btn:hover a svg line{
	stroke: var(--pbmit-global-color);
}
.pbmit-blog-style-7 .pbmit-svg-btn a:after,
.pbmit-blog-style-7 .pbmit-svg-btn a:before{
	position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--pbmit-secondary-color-rgb),.3);
    bottom: 0px;
}
.pbmit-blog-style-7 .pbmit-svg-btn a:after{
	width: 0;
	z-index: 2;
	background-color: var(--pbmit-global-color);
	-webkit-transition: all .800s ease-in-out;
	transition: all .800s ease-in-out;
}
.pbmit-blog-style-7 .pbmit-svg-btn a:hover:after{
    width: 100%;
}
@media(min-width: 767px) and (max-width: 1200px){
	.pbmit-blog-style-7 .pbminfotech-box-content{
		margin-left:0;
		padding: 30px 0 0 25px;
	}	
}
@media(max-width:575px){
	.pbmit-blog-style-7 .pbminfotech-box-content{
		margin:0 0 0 0;
		padding: 30px 0px 0;
	}
}
/** Style 8 **/
.pbmit-blog-style-8 .pbmit-featured-img-wrapper img,
.pbmit-blog-style-8 .pbmit-meta-cat-wrapper.pbmit-meta-line{
	transition: all 0.3s ease-in-out;
}
.pbmit-blog-style-8 .post-item{
	position: relative;
}
.pbmit-blog-style-8 .pbmit-featured-img-wrapper .pbmit-featured-wrapper{
	overflow: hidden;
}
.pbmit-blog-style-8 .pbmit-featured-img-wrapper img{
	width: 100%;
}
.pbmit-blog-style-8:hover .pbmit-featured-img-wrapper img{
	transform: scale(1.05);
}
.pbmit-blog-style-8 .pbminfotech-box-content{
	position: absolute;
	bottom: 0;
	padding: 55px 45px;
	width: 100%;
	background-image: linear-gradient(0deg, rgba(9, 16, 25, .8) 0%, rgba(9, 16, 25, .6) 50%, transparent 100% );
}
.pbmit-blog-style-8 .pbminfotech-box-content-inner{
	max-width: 350px;
}
.pbmit-blog-style-8 .pbmit-post-title {
	font-size: 24px;
	line-height: 24px;
	margin: 8px 0 0;
}
.pbmit-blog-style-8 .pbmit-post-title a,
.pbmit-blog-style-8 .pbmit-meta-line a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-8 .pbmit-post-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-8 .pbmit-meta-line a{
	font-size: 13px;
	line-height: 24px;
}
.pbmit-blog-style-8 .pbmit-meta-cat-wrapper.pbmit-meta-line{
	background-color: var(--pbmit-secondary-color);
	padding: 0 10px;
	margin-right: 4px;
}
.pbmit-blog-style-8 .pbmit-meta-cat-wrapper.pbmit-meta-line:hover{
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-8 .pbmit-meta-date-wrapper.pbmit-meta-line{
	padding-left: 24px;
	position: relative;
}
.pbmit-blog-style-8 .pbmit-meta-date-wrapper.pbmit-meta-line::before{
	position: absolute;
	left: 0;
	font-family: "pbminfotech-base-icons";
	content: "\e8c4";
	color: var(--pbmit-white-color);
}
@media(max-width: 400px){
	.pbmit-blog-style-8 .pbminfotech-box-content{
		padding: 20px 30px;
	}
}
/** Style 9 **/
.pbmit-blog-style-9 .pbmit-meta-cat-wrapper.pbmit-meta-line,
.pbmit-blog-style-9 .pbmit-featured-img-wrapper img{
	transition: all 0.3s ease-in-out;
}
.pbmit-blog-style-9 .post-item{
	position: relative;
	border: 1px solid rgba( 225, 225, 225, 0.1);
}
.pbmit-blog-style-9 .pbminfotech-box-content-inner{
	padding: 0 40px;
}
.pbmit-blog-style-9 .pbmit-featured-img-wrapper .pbmit-featured-wrapper{
	overflow: hidden;
	width: 230px;
}
.pbmit-blog-style-9:hover .pbmit-featured-img-wrapper img{
	transform: scale(1.05);
}
.pbmit-blog-style-9 .pbmit-post-title {
	font-size: 24px;
	line-height: 24px;
	margin: 8px 0 0;
}
.pbmit-blog-style-9 .pbmit-post-title a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-9 .pbmit-post-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-9 .pbmit-meta-line a{
	font-size: 13px;
	line-height: 24px;
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-9 .pbmit-meta-cat-wrapper.pbmit-meta-line{
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	padding: 0 10px;
	margin-right: 4px;
}
.pbmit-blog-style-9 .pbmit-meta-cat-wrapper.pbmit-meta-line:hover{
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-9 .pbmit-meta-date-wrapper.pbmit-meta-line{
	padding-left: 24px;
	position: relative;
}
.pbmit-blog-style-9 .pbmit-meta-cat-wrapper.pbmit-meta-line a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-9 .pbmit-meta-date-wrapper.pbmit-meta-line::before{
	position: absolute;
	left: 0;
	font-family: "pbminfotech-base-icons";
	content: "\e8c4";
}
.pbmit-blog-style-9 .pbmit-meta-date-wrapper.pbmit-meta-line::before,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-9 .pbmit-post-title a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-9 .pbmit-meta-line a{
	color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-9 .pbmit-post-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-9 .post-item{
	border: 1px solid rgba(var(--pbmit-white-color-rgb),.1);
}
@media(max-width:550px) {
	.pbmit-blog-style-9 .pbminfotech-box-content{
		display: block !important;
	}
	.pbmit-blog-style-9 .pbmit-featured-img-wrapper .pbmit-featured-wrapper img,
	.pbmit-blog-style-9 .pbmit-featured-img-wrapper .pbmit-featured-wrapper{
		width: 100%;
	}
	.pbmit-blog-style-9 .pbminfotech-box-content-inner{
		padding: 40px;
	}
}
/** Style 10 **/
.pbmit-blog-style-10 .post-item{
	position: relative;
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-10 .pbminfotech-box-content-inner{
	padding: 50px 140px 60px 42px;
}
.pbmit-blog-style-10 .pbmit-post-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin: 8px 0 0;
}.pbmit-blog-style-10 .pbmit-post-title a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-10 .pbmit-post-title a:hover{
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-10 .pbmit-meta-line a{
	font-size: 13px;
	line-height: 24px;
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-10 .pbmit-meta-cat-wrapper.pbmit-meta-line{
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
	padding: 0 10px;
	margin-right: 4px;
	transition: all 0.3s ease-in-out;
}
.pbmit-blog-style-10 .pbmit-meta-cat-wrapper.pbmit-meta-line:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-10 .pbmit-meta-date-wrapper.pbmit-meta-line{
	padding-left: 24px;
	position: relative;
}
.pbmit-blog-style-10 .pbmit-meta-cat-wrapper.pbmit-meta-line a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-10 .pbmit-meta-date-wrapper.pbmit-meta-line::before{
	position: absolute;
	left: 0;
	font-family: "pbminfotech-base-icons";
	content: "\e8c4";
	color: var(--pbmit-white-color);
}
@media(max-width: 500px){
	.pbmit-blog-style-10 .pbminfotech-box-content-inner{
		padding: 50px 30px 60px 30px;
	}
}
/** Style 11 **/
.pbmit-blog-style-11,
.pbmit-blog-style-11 .pbmit-meta-cat-wrapper,
.pbmit-blog-style-11 .pbmit-meta-cat-wrapper a,
.pbmit-blog-style-11 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.pbmit-blog-style-11 .pbminfotech-box-content{
	position: relative;
	background: var(--pbmit-white-color);
	margin-left: 35px;
	padding:30px 50px 0 0;
}
.pbmit-blog-style-11 .pbmit-featured-container .pbmit-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-11 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
}
.pbmit-blog-style-11:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.pbmit-blog-style-11 .pbmit-post-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.pbmit-blog-style-11 .pbmit-svg-btn a svg{
	margin-left: 6px;
}
.pbmit-blog-style-11 .pbmit-svg-btn a svg line{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-blog-style-11 .pbmit-svg-btn a:hover svg line{
	stroke: var(--pbmit-global-color);
}
.pbmit-blog-style-11 .pbmit-meta-line,
.pbmit-blog-style-11 .pbmit-meta-line a{
	font-size: 13px;
	margin-right: 12px;
	text-transform: capitalize;
}
.pbmit-blog-style-11 .pbmit-meta-line:last-child{
	margin-right: 0;
}
.pbmit-blog-style-11 .pbmit-meta-line .pbmit-meta-category,
.pbmit-blog-style-11 .pbmit-meta-line .pbmit-meta-date{
	position: relative;
	padding-left: 20px;
}
.pbmit-blog-style-11 .pbmit-meta-line .pbmit-meta-category::before,
.pbmit-blog-style-11 .pbmit-meta-line .pbmit-meta-date::before{
	font-family: "pbminfotech-base-icons";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-11 .pbmit-meta-line .pbmit-meta-date::before{
	content: "\e8c4";
}
.pbmit-blog-style-11 .pbmit-meta-line .pbmit-meta-category::before{
	content: "\f4ac";
}
.pbmit-blog-style-11 .pbmit-meta-line:last-child:before{
	content: unset;
}
.pbmit-blog-style-11 .pbmit-meta-cat-wrapper{
	position: absolute;
    top: -30px;
    left: 0;
	text-transform: lowercase;
    background: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
    padding: 5px 20px;
    font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.65px;
}
.pbmit-blog-style-11 .pbmit-meta-cat-wrapper a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-11 .pbmit-meta-cat-wrapper:hover{
	background: var(--pbmit-blackish-color);
}
.pbmit-blog-style-11 .pbmit-meta-cat-wrapper:hover a,
.pbmit-blog-style-11 .pbmit-meta-cat-wrapper a:hover{
	color: var(--pbmit-white-color);
}

@media(min-width: 767px) and (max-width: 1200px){
	.pbmit-blog-style-11 .pbminfotech-box-content{
		margin-left:0;
		padding: 30px 0 0 25px;
	}	
}
@media(max-width:575px){
	.pbmit-blog-style-11 .pbminfotech-box-content{
		margin:0 0 0 0;
		padding: 30px 0px 0;
	}
}
/** Style 12 **/
.pbmit-blog-style-12,
.pbmit-blog-style-12 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-blog-style-12{
	margin-bottom: 30px;
}
.pbmit-blog-style-12 .pbminfotech-box-content{
	position: relative;
	padding-top: 25px;
	padding-right: 75px;
}
.pbmit-blog-style-12 .pbmit-featured-container .pbmit-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-12 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
}
.pbmit-blog-style-12:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.pbmit-blog-style-12 .pbmit-post-title{
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	font-weight: 400;
}
.pbmit-blog-style-12 .pbmit-post-title a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-12 .pbmit-post-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-12 .pbmit-meta-line a{
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	color: rgba( 225, 225, 225, 0.9);
}
.pbmit-blog-style-12 .pbmit-meta-line{
	padding-right: 20px;
	margin-right: 10px;
}
.pbmit-blog-style-12 .pbmit-meta-line:last-child{
	padding-right: 0;
	margin: 0;
}
.pbmit-blog-style-12 .pbmit-meta-line:before {
	position: absolute;
	content: '/';
	top: 0;
	right: 0;
	color: rgba( 225, 225, 225, 0.5);
}
.pbmit-blog-style-12 .pbmit-meta-line:last-child:before{
	content: unset;
}
.pbmit-element-blog-style-12 .pbmit-ele-header-area{
	position: relative;
}
.pbmit-element-blog-style-12 .pbmit-blog-btn{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(0%);
}
.pbmit-element-blog-style-12 .pbmit-blog-btn a {
    padding: 20px 40px;
	color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
	background-image: none !important;
    background-color: transparent;
    border: 2px solid var(--pbmit-global-color);
}
.pbmit-element-blog-style-12 .pbmit-blog-btn a:hover {
	color: var(--pbmit-white-color);
    border-color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-blackish-color);
}

@media(max-width:767px){
	.pbmit-blog-style-12 .pbminfotech-box-content{
		padding-right: 10px;
	}
	.pbmit-element-blog-style-12 .pbmit-blog-btn{
		position: unset;
		display: none;
	}
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	padding: 35px 50px;
	background-color: var(--pbmit-light-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	font-size: 20px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--pbmit-secondary-color);
    font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
    font-weight: 500;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	color: rgba(39, 39, 47, .6);
	letter-spacing: 1px;
    font-weight: 500;
    font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-1 .pbminfotech-box-content {
	position: relative;
	padding-top: 60px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content::before {
	position: absolute;
	font-family: "pbminfotech-base-icons";
	content: "\e875";
	font-size: 115px;
	line-height: 115px;
	left: -30px;
	top: -25px;
	color: var(--pbmit-global-color);
	transform: skew(30deg, 0deg);
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper {
	margin-top: 35px;
	align-items: center;
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 80px;
	height: 80px;
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper .pbminfotech-box-img {
	margin-right: 15px;
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-testimonial-wrapper {
	padding: 0 0 0 100px;
	position: relative;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-wrapper::before {
	content: '\e882';
	font-size: 60px;
	line-height: normal;
	font-family: "pbminfotech-base-icons";
	position: absolute;
	left: 0;
	top: 0%;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-weight: 400 !important;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-weight: 500 !important;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote {
	font-size: 28px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
    font-family:var(--pbmit-heading-typography-font-family);
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
	padding: 50px 0 0;
	margin: 40px 40px 0 0;
	align-items: center;
	position: relative;
	border-top: 1px solid rgb(255, 255, 255, .10);
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper::after {
	border-color:rgba(20, 16, 59,1) transparent transparent rgba(20, 16, 59,1);
	top: -1px;
	border-width: 13px;
	display: block;
	position: absolute;
	content: '';
	left: 141px;
	width: 0;
	height: 0;
	border-style: solid;
	background: transparent;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper::before{
	border-color:rgba(255, 255, 255,.1) transparent transparent rgba(255, 255, 255,.1);
	top: 0px;
	border-width: 14px;
	display: block;
	position: absolute;
	content: '';
	left: 140px;
	width: 0;
	height: 0;
	border-style: solid;
	background: transparent;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 85px;
	height: 85px;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper .pbminfotech-box-img {
	margin-right: 30px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-content {
	position: relative;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	font-size: 22px;
	margin-bottom: 6px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i:before {
	margin: 0 2px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i.pbmit-active {
	color: #eda028;
}
.pbmit-element-testimonial-style-2 .pbmit-fld-contents {
	position: absolute;
	right: 0;
	top: 0;
}
.pbmit-element-testimonial-style-2 .pbmit-fid-inner {
	font-size: 20px;
	color: var(--pbmit-global-color);
	line-height: normal;
	letter-spacing: 0;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-60%);
	-moz-transform: translateX(0%) translateY(-60%);
	-ms-transform: translateX(0%) translateY(-60%);
	-o-transform: translateX(0%) translateY(-60%);
	transform: translateX(0%) translateY(-60%);
	left: 0px;
	text-align: center;
	width: 100%;
    font-weight: normal;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-element-testimonial-style-2 .pbminfotech-star-ratings-text {
	color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-testimonial-style-3{
	padding: 50px 0;
}
.pbmit-testimonial-style-3 .pbminfotech-box-content blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 36px;
	line-height: 48px;
	font-weight: 100;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 300;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-img .pbmit-featured-wrapper {
	height: 240px;
	width: 240px;
	margin-right: 100px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-content .pbminfotech-box-title {
	font-weight: 700 !important;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	color: var(--pbmit-blackish-color);
	text-transform: uppercase;
}
.pbmit-testimonial-style-3 .pbminfotech-box-content .pbminfotech-testimonial-detail {
	font-size: 16px;
	text-transform: capitalize !important;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-content .pbminfotech-author-wrapper {
	margin: 20px 0 0;
}
.pbmit-testimonial-style-3:after {
	content: "\e810";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: -190px;
	right: 190px;
	font-size: 400px;
	z-index: 0;
	-webkit-text-stroke: 1px rgba(255,255,255,0.1);
	-webkit-text-fill-color: transparent;
}
/** Style 4 **/
.pbmit-testimonial-style-4 .pbminfotech-post-item{
	text-align: center;
	padding: 150px 250px 0px;
	position: relative;
}
.pbmit-testimonial-style-4 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e87c";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	font-size: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-text-stroke: 1px rgba(255, 255, 255 ,.2);
	-webkit-text-fill-color: transparent;
}
.pbmit-testimonial-style-4 .pbminfotech-box-content blockquote,
.pbmit-testimonial-style-4 .pbminfotech-box-content blockquote {
	color: rgba(255, 255, 255 ,.7);
}
.pbmit-testimonial-style-4 .pbminfotech-box-content blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 30px;
	line-height: 35px;
	font-weight: 100 !important;
    font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-4 .pbminfotech-box-img .pbmit-featured-wrapper {
	height: 240px;
	width: 240px;
	margin-right: 100px;
}
.pbmit-testimonial-style-4 .pbminfotech-box-content .pbminfotech-box-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.pbmit-testimonial-style-4 .pbminfotech-box-content .pbminfotech-box-title,
.pbmit-testimonial-style-4 .pbminfotech-box-content .pbminfotech-box-title{
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-4 .pbminfotech-box-content .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
	
	font-weight: 600;
}
.pbmit-testimonial-style-4 .pbminfotech-box-content .pbminfotech-author-wrapper {
	margin: 50px 0 0;
}
/** Style 5 **/
.pbmit-testimonial-style-5 {
    width: 63%;
    margin: 0 auto;
}
.pbmit-testimonial-style-5 .pbminfotech-post-item{
	position: relative;
	text-align: center;
	padding: 100px 160px 0;
}
.pbmit-testimonial-style-5 .pbminfotech-post-item::after{
	position: absolute;
	font-family: "pbminfotech-base-icons";
	content: "\e880";
	font-size: 70px;
	line-height: 70px;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-5 .pbminfotech-box-content .pbminfotech-box-star-ratings{
	color: #feb437;
	margin-bottom: 20px;
}
.pbmit-testimonial-style-5 .pbminfotech-box-content blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 22px;
	line-height: 36px;
	font-weight: 600 !important;
}
.pbmit-testimonial-style-5 .pbminfotech-box-img .pbmit-featured-wrapper {
	height: 240px;
	width: 240px;
	margin-right: 100px;
}
.pbmit-testimonial-style-5 .pbminfotech-box-content .pbminfotech-box-title {
	font-weight: 700 !important;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.pbmit-testimonial-style-5 .pbminfotech-box-content .pbminfotech-testimonial-detail {
	font-size: 14px;
	text-transform: capitalize !important;
	color: var(--pbmit-global-color);
	line-height: 24px;
}
.pbmit-testimonial-style-5 .pbminfotech-box-content .pbminfotech-author-wrapper {
	margin: 30px 0 0;
}
/** Style 6 **/
.pbmit-testimonial-style-6 .pbminfotech-testimonial-wrapper .pbminfotech-box-star-ratings{
	color: #feb437;
	margin-bottom: 20px;
}
.pbmit-testimonial-style-6 .pbminfotech-testimonial-wrapper blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 30px;
	line-height: 48px;
	font-style: italic ;
    color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-6 .pbminfotech-box-img .pbmit-featured-wrapper {
	height: 180px;
	width: 180px;
}
.pbmit-testimonial-style-6 .pbminfotech-box-content{
	position: relative;
	padding-right: 50px;
	margin-right: 80px;
	border-right: 1px solid rgba(255, 255, 255, .3);
	text-align: center;
}
.pbmit-testimonial-style-6 .pbminfotech-box-content::after{
	border-color: transparent transparent rgba(255, 255, 255,.5) rgba(255, 255, 255,.5);
	top: -1px;
	border-width: 14px;
	display: block;
	position: absolute;
	content: '';
	right: -28px;
	top: 45px;
	width: 0;
	height: 0;
	border-style: solid;
	background: transparent;
}
.pbmit-testimonial-style-6 .pbminfotech-box-content::before{
	border-color: transparent transparent rgba(46, 92, 79, 1) rgba(46, 92, 79, 1);
	border-width: 13px;
	display: block;
	position: absolute;
	content: '';
	right: -26px;
	top: 46px;
	width: 0;
	height: 0;
	z-index: 1;
	border-style: solid;
	background: transparent;
}
.pbmit-testimonial-style-6 .pbminfotech-box-img .pbmit-featured-wrapper img{
	border-radius: 50%;
}
.pbmit-testimonial-style-6 .pbminfotech-box-content .pbminfotech-box-title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 5px;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-6 .pbminfotech-box-author .pbminfotech-testimonial-detail {
	font-size: 16px;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-6 .pbminfotech-box-content .pbminfotech-author-wrapper {
	margin: 20px 0 0;
}
.pbmit-testimonial-style-6 .pbminfotech-testimonial-wrapper{
	position: relative;
	padding-top: 30px;
}
.pbmit-testimonial-style-6 .pbminfotech-testimonial-wrapper:after {
	content: "\e86f";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: -20px;
	font-size: 174px;
	line-height: 145px;
	z-index: -15;
	opacity: 0.1;
    color: var(--pbmit-white-color);
}
/** Style 8 **/
.pbmit-testimonial-style-8 .pbminfotech-post-item {
	padding: 38px 45px;
	border: 1px solid rgba( 39, 39, 47, 0.10);
	border-radius: 5px;
}
.pbmit-testimonial-style-8{
	opacity: 0.4;
	transition: all 0.6s ease-in-out;
}
.swiper-slide-active .pbmit-testimonial-style-8{
	opacity: 1;
	transition: all 0.6s ease-in-out;
}
.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings{
	color: #ffe83b;
	margin-bottom: 25px;
}
.pbmit-testimonial-style-8 .pbminfotech-box-desc blockquote {
	font-size: 19px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--pbmit-secondary-color);
}
.pbmit-testimonial-style-8 .pbminfotech-box-title {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-testimonial-style-8 .pbminfotech-testimonial-detail {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba( 39, 39, 47, 0.6);
    font-weight: 600;
}
.pbmit-testimonial-style-8 .pbminfotech-author-wrapper {
	margin-top: 28px;
	align-items: center;
}
.pbmit-testimonial-style-8 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 70px;
	height: 70px;
}
.pbmit-testimonial-style-8 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
}
.pbmit-testimonial-style-8 .pbminfotech-author-wrapper .pbminfotech-box-img {
	margin-right: 15px;
}

@media only screen and (max-width: 1400px) and (min-width: 575px) {
	.pbmit-testimonial-style-8 .pbminfotech-post-item {
		padding: 30px;
	}
	.pbmit-testimonial-style-8 .pbminfotech-author-wrapper {
		display: block !important;
	}
	.pbmit-testimonial-style-8 .pbminfotech-author-wrapper .pbminfotech-box-img {
		margin: 0;
		margin-bottom: 10px;
	}
}

@media(max-width: 991px){
	.pbmit-testimonial-style-8 .pbminfotech-post-item{
		padding: 30px
	}
	.pbmit-testimonial-style-8 .pbminfotech-author-wrapper{
		display: block!important;
	}
	.pbmit-testimonial-style-8 .pbminfotech-testimonial-detail {
		font-size: 13px;
	}
}

@media(max-width: 575px){
	.pbmit-testimonial-style-8 .pbminfotech-post-item{
		padding: 25px 30px;
	}
	.pbmit-testimonial-style-8 .pbminfotech-author-wrapper{
		display: flex!important;
	}
}
/** Style 9 **/
.pbmit-testimonial-style-9 .pbmit-content-wrap{
	border: 0;
	padding: 50px 45px 35px;
	transition: all 0.4s ease-in-out;
	position: relative;
}
.pbmit-testimonial-style-9 .pbmit-content-wrap::after{
	content: "\e884";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	right: 38px;
	top: 40px;
	font-size: 40px;
	line-height: 40px;
	color: rgba(var(--pbmit-secondary-color-rgb), .2);
}
.pbmit-testimonial-style-9 .pbmit-content-wrap::before{
	content: "";
	position: absolute;
	width: 99.9%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(var(--pbmit-secondary-color-rgb), .3) 0%, rgba(var(--pbmit-secondary-color-rgb), .3) 100%), linear-gradient(to top, rgba(var(--pbmit-secondary-color-rgb), .3) 50%, transparent 50%), linear-gradient(to top, rgba(var(--pbmit-secondary-color-rgb), .3) 50%, transparent 50%), linear-gradient(to right, rgba(var(--pbmit-secondary-color-rgb), .3) 0%, rgba(var(--pbmit-secondary-color-rgb), .3) 100%), linear-gradient(to left, rgba(var(--pbmit-secondary-color-rgb), .3) 0%, rgba(var(--pbmit-secondary-color-rgb), .3) 100%);
	background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
	background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
	background-repeat: no-repeat, no-repeat;
	transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
	transform: scaleX(0) rotate(180deg);
	transition-delay: 0.4s, 0.2s, 0s;
}
.pbmit-testimonial-style-9:hover .pbmit-content-wrap::before{
	background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
	background-position: 50% 100%, 0% 100%, 100% 100%, 121% 0%, 0% 0%;
	transform: scaleX(1) rotate(180deg);
	transition-delay: 0s, 0.2s, 0.4s;
}
.pbmit-testimonial-style-9 .pbminfotech-box-star-ratings{
	color: #feb437;
	margin-bottom: 13px;
}
.pbmit-testimonial-style-9 .pbminfotech-box-desc blockquote {
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-9 .pbminfotech-box-desc blockquote p{
	margin: 0;
}
.pbmit-testimonial-style-9 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.pbmit-testimonial-style-9 .pbminfotech-testimonial-detail {
	font-size: 16px;
	line-height: 20px;
	color: rgba(var(--pbmit-secondary-color-rgb), .8);
}
.pbmit-testimonial-style-9 .pbminfotech-author-wrapper {
	margin-top: 40px;
	padding-left: 25px;
	align-items: center;
}
.pbmit-testimonial-style-9 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 80px;
	height: 80px;
}
.pbmit-testimonial-style-9 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
}
.pbmit-testimonial-style-9 .pbminfotech-author-wrapper .pbminfotech-box-img {
	margin-right: 15px;
}
@media(max-width: 400px){
	.pbmit-testimonial-style-9 .pbmit-content-wrap{
		padding: 40px 25px 25px;
	}
}
/* * Style 10 **/
.pbmit-testimonial-style-10 .pbminfotech-post-item{
	position: relative;
	padding: 170px 0;
}
.pbmit-testimonial-style-10 .pbminfotech-post-item::before{
	position: absolute;
	content: "";
	height: 1000px;
	width: 1px;
	background-color: rgba(225, 225, 225, .20);
	top: calc(50% - 500px);
	left: 48px;
	z-index: -1;
}
.pbmit-testimonial-style-10 .pbmit-content-wrap{
	border: 0;
	padding: 0 45px;
	transition: all 0.4s ease-in-out;
	position: relative;
}
.pbmit-testimonial-style-10 .pbminfotech-box-star-ratings .pbmit-active{
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-10 .pbminfotech-box-star-ratings{
	color: rgb(255 255 255 / 40%);
	margin-bottom: 28px;
	font-size: 24px;
}
.pbmit-testimonial-style-10 .pbmit-base-icon-star:before{
	width: 0.8em;
    margin-right: 0;
}
.pbmit-testimonial-style-10 .pbminfotech-box-desc blockquote {
	font-size: 34px;
	line-height: 48px;
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--pbmit-white-color);
	font-weight: 300;
	font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-10 .pbminfotech-box-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	margin-right: 8px;
	font-weight: 400;
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-10 .pbminfotech-testimonial-detail {
	position: relative;
	font-size: 16px;
	text-transform: lowercase;
	color: var(--pbmit-white-color);
	flex: 1;
	line-height: 20px;
	margin-right: 15px;
}
.pbmit-testimonial-style-10 .pbminfotech-star-ratings-text{
	color: var(--pbmit-white-color);
	font-size: 16px;
	text-decoration: underline;
}
.pbmit-testimonial-style-10 .pbminfotech-testimonial-detail::before{
	content: "-";
	font-size: 16px;
	line-height: 16px;
	margin: 0 2px 0 0;
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-10 .pbminfotech-box-author{
	margin-top: 35px;
	align-items: center;
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-10 .pbmit-featured-wrapper {
	width: 96px;
	height: 96px;
}
.pbmit-testimonial-style-10 .pbmit-featured-wrapper img {
	border-radius: 100%;
	border: 5px solid var(--pbmit-white-color);
}
.pbmit-testimonial-style-10 .pbminfotech-box-img {
	margin-right: 15px;
}
@media(max-width:1200px){
	.pbmit-testimonial-style-10{
		padding-right: 0px;
	}
	.pbmit-testimonial-style-10 .pbminfotech-post-item{
		padding: 100px 0;
	}
}
@media(max-width:767px){
	.pbmit-testimonial-style-10 .pbminfotech-post-item{
		padding: 0 12px 0 0;
	}
	.pbmit-testimonial-style-10 .pbminfotech-box-img{
		margin: 0;
	}
	.pbmit-testimonial-style-10 .pbminfotech-box-desc blockquote{
		font-size: 22px;
		line-height: 32px;
	}
	.pbmit-testimonial-style-10 .pbminfotech-box-content{
		display: block !important;
	}
	.pbmit-testimonial-style-10 .pbminfotech-post-item::before{
		display: none;
	}
	.pbmit-testimonial-style-10 .pbmit-featured-wrapper{
		margin: auto;
	}
	.pbmit-testimonial-style-10 .pbmit-content-wrap{
		padding: 0;
		margin-top: 15px;
		text-align: center;
	}
	.pbmit-testimonial-style-10 .pbminfotech-box-author{
		margin-top: 20px;
		display: block !important;
	}
	.pbmit-testimonial-style-10 .pbminfotech-box-title,
	.pbmit-testimonial-style-10 .pbminfotech-testimonial-detail{
		display: inline-block;
	}
	.pbmit-testimonial-style-10 .pbminfotech-star-ratings-text{
		margin-top: 10px;
	}
}
/** Style 11 **/
.pbmit-testimonial-style-11 .pbminfotech-post-item {
	position: relative;
	padding-left: 105px;
}
.pbmit-testimonial-style-11 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e8a1";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 80px;
	line-height: 65px;
	transform: rotateX(180deg);
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-11 .pbminfotech-box-desc blockquote {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-11 .pbminfotech-box-title {
	font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-11 .pbminfotech-testimonial-detail {
    position: relative;
    font-size: 12px;
	line-height: 18px;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
	letter-spacing: 2px;
}
.pbmit-testimonial-style-11 .pbminfotech-author-wrapper {
	margin-top: 35px;
	align-items: center;
}
.pbmit-testimonial-style-11 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 80px;
	height: 80px;
}
.pbmit-testimonial-style-11 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
}
.pbmit-testimonial-style-11 .pbminfotech-author-wrapper .pbminfotech-box-img {
	margin-right: 18px;
}

/* ==For Navs== */
.restaurant-testimonial-section .swiper-button-next, 
.restaurant-testimonial-section .swiper-button-prev{
	background-color: transparent;
	top: inherit;
	bottom: 20px;
	border: 0;
}
.restaurant-testimonial-section .swiper-button-next:hover, 
.restaurant-testimonial-section .swiper-button-prev:hover{
	background-color: transparent;
}
.restaurant-testimonial-section .swiper-button-prev{
	right: 10px;
	left: inherit;
	margin-right: 35px;
}
.restaurant-testimonial-section .swiper-button-next{
	left: inherit;
	right: 10px;
}
.restaurant-testimonial-section .swiper-button-next:after, 
.restaurant-testimonial-section .swiper-button-prev:after{
	content:"\e871";
	color: var(--pbmit-white-color);
}

@media(max-width: 575px) {
	.pbmit-testimonial-style-11 .pbminfotech-post-item {
		padding: 0;
		padding-top: 90px;
	}
	.pbmit-element-testimonial-style-11 .swiper-button-next,
	.pbmit-element-testimonial-style-11 .swiper-button-prev {
		display: none;
	}
}
/** Style 12 **/
.pbmit-testimonial-style-12 .pbminfotech-post-item {
	position: relative;
}
.pbmit-testimonial-style-12 .pbmit-box-content{
	position: relative;
	padding: 20px 44px 30px 44px;
	border-left: 6px solid rgba( 225, 225, 225, 0.07);
}
.pbmit-testimonial-style-12 .pbmit-box-content::before{
	content: "";
	position: absolute;
	border-top: 30px solid transparent;
	border-right: 30px solid rgba( 225, 225, 225, 0.07);
	left: -35px;
	top: 20%;
	transform: translate(0 , -50%);
}
.pbmit-testimonial-style-12 .pbmit-box-content::after{
	content: "";
	position: absolute;
	border-top: 24px solid transparent;
	border-right: 26px solid #091019;
	left: -22px;
	top: calc(20% - 2px);
	transform: translate(0 , -50%);
}
.pbmit-testimonial-style-12 .pbminfotech-box-desc blockquote {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	color: var(--pbmit-white-color);
	font-style: italic;
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 30px;
}
.pbmit-testimonial-style-12 .pbminfotech-box-star-ratings{
    color: #e4ce0a;
	margin-bottom: 13px;
}
.pbmit-testimonial-style-12 .pbminfotech-box-star-ratings .pbmit-base-icon-star::before{
	margin: 0;
}
.pbmit-testimonial-style-12 .pbminfotech-box-title {
	font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
	margin-right: 15px;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-12 .pbminfotech-testimonial-detail {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: var(--pbmit-secondary-color);
}
.pbmit-testimonial-style-12 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 98px;
	height: 98px;
	margin-bottom: 12px;
}
.pbmit-testimonial-style-12 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
	border: 6px solid var(--pbmit-global-color);
}
.pbmit-testimonial-style-12 .pbminfotech-author-wrapper .pbminfotech-box-img {
	margin-right: 60px;
	margin-top: 25px;
}

@media (min-width:1025px) and (max-width:1200px){
	.pbmit-testimonial-style-12 .pbminfotech-author-wrapper .pbminfotech-box-img{
		margin-right: 45px;
	}
	.pbmit-testimonial-style-12 .pbmit-box-content{
		padding: 20px 25px 30px;
	}
}
@media(max-width: 767px){
	.pbmit-testimonial-style-12 .pbmit-box-content{
		padding: 20px 25px 30px;
	}
}
@media(max-width: 575px){
	.pbmit-testimonial-style-12 .pbminfotech-author-wrapper{
		display: block !important;
	}
	.pbmit-testimonial-style-12 .pbmit-box-content{
		border: 0 !important;
		padding: 20px 0;
		text-align: center;
	}
	.pbmit-testimonial-style-12 .pbmit-box-content::before,
	.pbmit-testimonial-style-12 .pbmit-box-content::after{
		display: none;
	}
	.pbmit-testimonial-style-12 .pbminfotech-box-author{
		justify-content: center;
	}
	.pbmit-testimonial-style-12 .pbminfotech-author-wrapper .pbmit-featured-wrapper{
		margin: auto;
	}
	.pbmit-testimonial-style-12 .pbminfotech-author-wrapper .pbminfotech-box-img{
		margin-right: 0;
	}
	.pbmit-testimonial-style-12 .pbminfotech-box-star-ratings{
		text-align: center;
	}
	.pbmit-testimonial-style-12 .pbminfotech-box-desc blockquote{
		font-size: 22px;
	}
}
/** Style 13 **/
.pbmit-testimonial-style-13 .pbminfotech-post-item {
	position: relative;
	text-align: center;
	padding: 0px 160px 0;
}
.pbmit-testimonial-style-13.swiper-slide-active{
	opacity: 1;
}
.pbmit-testimonial-style-13{
	opacity: 0.4;
	transition: opacity 0.4s ease-in-out;
}
.pbmit-testimonial-style-13 .pbminfotech-box-img{
	margin-top: -81px;
}
.pbmit-testimonial-style-13 .pbminfotech-box-desc blockquote {
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 55px;
	color: var(--pbmit-secondary-color);
	font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-13 .pbminfotech-box-star-ratings{
    color: #e4ce0a;
	margin-bottom: 13px;
	font-size: 18px;
}
.pbmit-testimonial-style-13 .pbminfotech-box-star-ratings .pbmit-base-icon-star::before{
	margin: 0 2px;
}
.pbmit-testimonial-style-13 .pbminfotech-box-title {
	font-size: 22px;
    line-height: 30px;
	font-weight: 600;
    margin-bottom: 0;
	text-transform: capitalize;
    color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-13 .pbminfotech-testimonial-detail {
    position: relative;
    font-size: 16px;
	line-height: 26px;
	text-transform: capitalize;
}
.pbmit-testimonial-style-13 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 163px;
	height: 163px;
	margin:0 auto 35px;
}
.pbmit-testimonial-style-13 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
	border: 5px solid var(--pbmit-global-color);
}

@media (max-width: 991px) {
	.pbmit-testimonial-style-13 .pbminfotech-post-item{
		padding: 0px 100px 0;
	}
}
@media (max-width: 767px) {
	.pbmit-testimonial-style-13 .pbminfotech-post-item{
		padding: 0px 50px 0;
	}
}
@media (max-width: 575px) {
	.pbmit-testimonial-style-13 .pbminfotech-author-wrapper .pbmit-featured-wrapper{
		margin: 0 auto 20px;
	}
	.pbmit-testimonial-style-13 .pbminfotech-post-item{
		padding: 0px 30px 0;
	}
	.pbmit-testimonial-style-13 .pbminfotech-box-desc blockquote{
		font-size: 22px;
    	line-height: 30px;
		margin-bottom: 25px;
	}
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.pbmit-right-box {
    display: flex;
    align-items: center;
}
.pbmit-header-search-btn a{
    font-size: 20px;
    color: var(--pbmit-white-color);
    padding-right: 30px;
}
.pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
/** Header Style 1 **/
.header-style-1 .pbmit-header-overlay{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 40px;
}
.header-style-1 .site-header-menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(top,rgba(30,30,37,1) 0%,rgba(30,30,37,0) 100%);
}
.header-style-1 .main-menu .navigation li ul li.active a{
	color: var(--pbmit-blackish-color);
}
.site-header.header-style-1 .site-navigation ul.navigation > li.active > a:after,
.site-header.header-style-1 .site-navigation ul.navigation > li.active > a{
	color: var(--pbmit-white-color);
}
.header-style-1 .site-navigation {
    padding-left: 117px;
}
.header-style-1 .pbmit-header-search-btn a{
    padding-right: 20px;
    font-size: 20px;
}
.header-style-1 .pbmit-svg-btn a:hover svg line{
    stroke: var(--pbmit-blackish-color)
}

/** Header style 2 **/
.header-style-2	.site-navigation .pbmit-header-search-btn{
    display: none;
}
.header-style-2 .site-header-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 0 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255,.3);
}
.header-style-2.site-header .site-branding img{
    max-height: 55px;
}
.header-style-2 .site-navigation ul.navigation > li.active > a,
.header-style-2 .main-menu ul > li.dropdown.active > a:after{
    color: var(--pbmit-global-color);
}
.header-style-2 .site-navigation ul.navigation > li > a{
    font-size: 16px;
    font-family: var( --pbmit-heading-typography-font-family);
    font-weight: 500;
}
.header-style-2 .pbmit-button-box a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--pbmit-white-color);
}
.header-style-2 .pbmit-svg-btn a:hover {
    color: var(--pbmit-global-color);
    text-decoration: underline !important;
}
.header-style-2 .pbmit-svg-btn svg {
    display: none;
}
.header-style-2 .pbmit-header-search-btn a{
    font-size: 20px;
    padding-left: 30px;
    color: var(--pbmit-white-color);
}
.header-style-2 .pbmit-nav-menu-toggle {
    padding: 0 30px;
    line-height: 100px;
    background-color: var(--pbmit-global-color);
    line-height: 100px!important;
    height: 100px!important;
    border: none;
}
.header-style-2 .pbmit-nav-menu-toggle:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}
.header-style-2 .pbmit-nav-menu-toggle svg path {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .2s ease-out;
    transition: clip-path .2s ease-out;
    transition: clip-path .2s ease-out,-webkit-clip-path .2s ease-out;
}
.header-style-2 .pbmit-nav-menu-toggle:hover svg path:nth-of-type(1) {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
}
.header-style-2 .pbmit-nav-menu-toggle:hover svg path:nth-of-type(3) {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0);
}
.floting-bar-wrap {
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 1000;
	width: 450px;
	height: 100%;
	display: inline-table;
	opacity: 0;
	padding: 120px 65px;
    padding-right: 0;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	background-color: var(--pbmit-blackish-color);;
}
.floting-bar-wrap.active {
	right: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77,0,.175,1);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.floting-bar-wrap .closepanel {
	position: absolute;
	z-index: 600;
	right: 0;
	top: 70px;
	display: block;
	width: 90px;
	height: 100px;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translate(0%,-50%) rotate(0deg);
	-ms-transform: translate(0%,-50%) rotate(0deg);
	transform: translate(0%,-50%) rotate(0deg);
}
.floting-bar-wrap .closepanel svg rect{
	stroke: var(--pbmit-white-color);
}
.floting-bar-wrap,
.floting-bar-wrap h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--pbmit-white-color);
}
.floting-bar-wrap h4 {
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.floting-bar-widget-area .widget {
	margin-bottom: 40px;
}
.floting-bar-widget-area .widget img{
    width: 142px;
}
.floting-bar-widget-area .widget p {
	margin: 0;
}
.pbmit-contact-box {
	padding-right: 45px;
}
.pbmit-contact-box .pbmit-contact-list h4 {
	margin-bottom: 5px;
}
.pbmit-contact-box .pbmit-contact-list span {
	display: block;
}
.pbmit-contact-box .pbmit-contact-list:not(:last-child) {
	margin-bottom: 40px;
}
.floting-bar-social-wrap h4 {
	margin-bottom: 15px;
}
.floting-bar-social-wrap .pbmit-social-links li {
	padding: 0;
}
.floting-bar-social-wrap .pbmit-social-links li:not(:last-child) {
	margin-right: 6px;
}
.floting-bar-social-wrap .pbmit-social-links li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
.floting-bar-social-wrap .pbmit-social-links li a i {
	font-size: 16px;
	line-height: 40px;
}
.floting-bar-social-wrap .pbmit-social-links li a:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.floting-bar-social-wrap {
	position: absolute;
	bottom: 60px;
}
.header-style-2 .floting-bar-wrap.active svg rect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.floting-bar-wrap .closepanel svg rect {
    stroke: var(--pbmit-white-color);
}
.header-style-2 .floting-bar-wrap.active svg:hover rect {
    animation: pbmit-draw-animation .7s;
}
@keyframes pbmit-draw-animation {
	0%,
	100% {
	  clip-path: inset(-1px 0 -1px 0);
	  -webkit-clip-path: inset(-1px 0 -1px 0);
	}
	55% {
	  clip-path: inset(-1px 0 -1px 100%);
	  -webkit-clip-path: inset(-1px 0 -1px 100%);
	}
	56% {
	  clip-path: inset(-1px 100% -1px 0);
	  -webkit-clip-path: inset(-1px 100% -1px 0);
	}
  }
.header-style-2  .floting-bar-wrap.active svg:hover rect:nth-of-type(2) {
    animation-delay: .17s;
}
/** Header style 3 **/
.header-style-3 .site-header-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255,.10);
}
.header-style-3 .site-branding {
    padding-right: 117px;
}
.header-style-3.site-header .site-branding img{
    max-height: 55px;
}
.header-style-3 .site-navigation ul.navigation > li > a{
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
}
.header-style-3  .pbmit-header-button {
    padding-right: 30px;
}
.header-style-3 .pbmit-header-button a {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 30px;
    position: relative;
    color: var(--pbmit-white-color);
    font-family:var(--pbmit-heading-typography-font-family);
}
.header-style-3 .pbmit-header-button a:before {
    content: "\e84b";
    font-family: "pbminfotech-base-icons";
    font-size: 20px;
    line-height: 30px;
    top: -3px;
    position: absolute;
    left: 0;
    font-weight: 400;
    color: var(--pbmit-white-color);
}
.header-style-3 .pbmit-svg-btn a{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
.pbmit-social-links li, 
.pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
}
/** Header style 4 **/
.header-style-4 .site-header-menu{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 60px;
}
.header-style-4 .site-branding{
    padding-left: 30px;
    margin-right: 80px;
}
.header-style-4 .site-title{
    height: 100px;
    line-height: 100px;
}
.header-style-4.site-header .site-branding img{
    max-height: 55px;
}
.header-style-4 .site-navigation ul.navigation > li.active > a ,
.header-style-4 .site-navigation ul.navigation > li.active > a::after{
    color: var(--pbmit-global-color);
}
.header-style-4 .site-navigation ul.navigation > li > a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.header-style-4 .main-menu ul > li.dropdown > a:after{
    color: var(--pbmit-blackish-color);
}
.header-style-4 .site-navigation ul.navigation > li > a:hover ,
.header-style-4 .site-navigation ul.navigation > li > a:hover::after{
    color: var(--pbmit-global-color);
}
.header-style-4 .pbmit-right-box .pbmit-header-button a {
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}
.header-style-4 .pbmit-right-box .pbmit-header-button a:before {
    content: "\e84b";
    font-family: "pbminfotech-base-icons";
    font-size: 20px;
    line-height: 20px;
    top: 0;
    position: absolute;
    left: 0;
    font-weight: 400;
    color: var(--pbmit-global-color);
}
.header-style-4 .pbmit-right-box .pbmit-header-search-btn a{
    color: #000;
    padding-left: 30px;
}
.header-style-4 .pbmit-svg-btn a{
    height: 100px;
    line-height: 100px;
    padding: 0 45px;
    color: var(--pbmit-white-color);
}
.header-style-4 .pbmit-svg-btn a:hover{
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}
.header-style-4 .pbmit-svg-btn a svg line{
    stroke: var(--pbmit-white-color);
}
.header-style-4 .pbmit-svg-btn a:hover svg line{
    stroke: var(--pbmit-white-color);
}
.header-style-4 .site-navigation .pbmit-header-search-btn a{
    display: none;
}
/** Header style 5 **/
.header-style-5.site-header .site-navigation ul.navigation > li.active > a ,
.header-style-5.site-header .site-navigation ul.navigation > li.active > a:after{
    color: var(--pbmit-white-color);
}
.navbar-header {
    /* display: none; */
}
.header-style-5 .site-header-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 0 0 50px;
}
.header-style-5 .site-navigation ul.navigation a{
    font-weight: 300;
    font-size: 16px;
}
.header-style-5 .pbmit-header-button2{
    padding-right: 40px;
}
.header-style-5 .pbmit-header-button2 a{
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--pbmit-white-color);
}
.header-style-5 .pbmit-header-button2 a:before {
    position: absolute;
    content: '\e8b4';
    font-family: 'pbminfotech-base-icons';
    top: -8px;
    left: -50px;
    right: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-style-5 .pbmit-header-button2 a:hover:before {
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}
.header-style-5 .pbmit-header-button2 a svg {
    display: none;
}
/** Header style 6 **/
.header-style-6 .site-header-menu{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 40px;
    border-bottom: 1px solid rgba(24, 24, 25,.20);
}
.header-style-6 .site-navigation {
    padding-left: 115px;
}
.header-style-6 .site-navigation ul.navigation > li > a{
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}
.header-style-6 .site-navigation ul.navigation > li > a::after{
    color: #000;
}
.header-style-6 .site-navigation ul.navigation > li > a:hover ,
.header-style-6 .site-navigation ul.navigation > li > a:hover:after {
    color: var(--pbmit-global-color);
}
.header-style-6 .site-navigation ul.navigation > li.active > a ,
.header-style-6 .site-navigation ul.navigation > li.active > a::after{
    color: var(--pbmit-global-color);
}
.header-style-6 .pbmit-header-button a{
    position: relative;
}
.header-style-6 .pbmit-header-button{
    padding-right: 30px;
}
.header-style-6 .pbmit-header-button a:after {
    content: "\e86d";
    font-family: 'pbminfotech-base-icons';
    font-size: 30px;
    line-height: 60px;
    top: 50%;
    position: absolute;
    left: -50px;
    color: var(--pbmit-global-color);
    font-weight: 400;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.header-style-6 .pbmit-header-button a span {
    display: block;
}
.header-style-6 .pbmit-header-button .pbmit-header-button-text-2 {
    font-weight: 700!important;
    color: var(--pbmit-global-color);
}
.header-style-6 .pbmit-header-search-btn a{
    color: rgba(0, 0, 0,1);
    padding-left: 30px;
    padding-right: 0;
}
/** Header style 7 **/
.header-style-7 .site-navigation .pbmit-header-search-btn{
    display: none;
}
.header-style-7.site-header .site-branding img{
    max-height: 55px;
}
.header-style-7 .site-header-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.header-style-7 .site-header-menu .container-fluid{
	position: relative;
	padding: 0 50px;
}
.header-style-7 .site-header-menu .container-fluid::after{
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(top,rgba(30,30,37,1) 15%,rgba(30,30,37,0) 100%);
}
.header-style-7 .site-navigation ul.navigation > li > a{
    font-size: 16px;
    height: 90px;
    line-height: 90px;
    text-transform: capitalize;
}
.header-style-7 .site-title{
    height: 90px;
    line-height: 90px;
}
.header-style-7 .pbmit-header-button2 a {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--pbmit-white-color);
    font-family:var(--pbmit-heading-typography-font-family);
}
.header-style-7 .pbmit-header-button2 a:before {
    position: absolute;
    content: '\e8b4';
    font-family: 'pbminfotech-base-icons';
    top: -8px;
    left: -50px;
    right: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-style-7 .pbmit-header-button2 a svg {
    display: none;
}
.header-style-7 .pbmit-header-search-btn{
    padding-left: 40px;
}
.header-style-7.site-header .site-navigation ul.navigation > li.active > a ,
.header-style-7.site-header .site-navigation ul.navigation > li.active > a::after{
    color: var(--pbmit-white-color);
}
/** Header style 8 **/
.header-style-8 .pbmit-header-overlay{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 40px;
}
.header-style-8 .navbar-toggler{
	color: var(--pbmit-blackish-color);
}
.header-style-8 .site-navigation ul.navigation > li > a{
	font-size: 16px;
	letter-spacing: 0;
    text-transform: capitalize;
	color: var(--pbmit-blackish-color);
}
.header-style-8 .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-blackish-color);
}
.header-style-8.site-header .site-branding img{
	max-height: 65px;
}
.header-style-8 .main-menu ul > li.dropdown > a:after,
.header-style-8 .main-menu ul > li.dropdown > a:hover::after,
.header-style-8.site-header .site-navigation ul.navigation > li.active > a:after,
.header-style-8.site-header .site-navigation ul.navigation > li.active > a,
.header-style-8 .main-menu .navigation li ul li.active a{
	color: var(--pbmit-blackish-color);
}
.header-style-8 .pbmit-header-search-btn a{
    padding-right: 20px;
    font-size: 20px;
	color: var(--pbmit-blackish-color);
}
.header-style-8 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-8 .pbmit-svg-btn a svg line{
    stroke: var(--pbmit-white-color)
}
.header-style-8 .pbmit-nav-menu-toggle{
	background-color: transparent;
	border: 0;
	margin-right: 25px;
}
.header-style-8 .floting-bar-wrap.active svg:hover rect {
    animation: pbmit-draw-animation .7s;
}
.header-style-8 .floting-bar-wrap.active svg:hover rect:nth-of-type(2) {
    animation-delay: .17s;
}
.header-style-8 .pbmit-btn{
	padding: 16px 25px;
}
.header-style-8 .floting-bar-widget-area .widget img{
	max-width: 300px;
	width: 100%;
}
.header-style-8 .floting-bar-wrap.active{
	padding-right: 65px;
}
/** Header style 9 **/
.header-style-9 .pbmit-header-overlay{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 40px;
}
.header-style-9 .navbar-toggler{
	color: var(--pbmit-blackish-color);
}
.header-style-9 .site-navigation {
    padding-left: 117px;
}
.header-style-9 .main-menu ul > li.dropdown > a:after{
	color: var(--pbmit-blackish-color);
}
.header-style-9 .site-navigation ul.navigation > li > a{
	color: var(--pbmit-blackish-color);
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}
.header-style-9 .main-menu ul > li.dropdown > a:hover:after,
.header-style-9 .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-global-color);
}
.header-style-9 .pbmit-header-search-btn a{
	color: var(--pbmit-blackish-color);
    padding-right: 20px;
    font-size: 20px;
}
.header-style-9 .floting-bar-wrap.active svg:hover rect {
    animation: pbmit-draw-animation .7s;
}
.header-style-9 .floting-bar-wrap.active svg:hover rect:nth-of-type(2) {
    animation-delay: .17s;
}
.header-style-9 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-9 .pbmit-svg-btn a:hover svg line{
    stroke: var(--pbmit-blackish-color)
}
.header-style-9 .pbmit-nav-menu-toggle{
	background-color: transparent;
	border: 0;
	margin-right: 25px;
}
.header-style-9 .floting-bar-wrap.active{
	padding-right: 65px;
}
.header-style-9 .floting-bar-social-wrap .pbmit-social-links li a{
	color: var(--pbmit-white-color);
}
.header-style-9 .floting-bar-social-wrap .pbmit-social-links li a:hover{
	color: var(--pbmit-blackish-color);
}
.header-style-9 .menu-right-box .pbmit-header-button a{
	padding-left: 50px;
    display: inline-block;
	position: relative;
}
.header-style-9 .menu-right-box .pbmit-header-button a span{
	display: block;
	line-height: normal;
}
.header-style-9 .menu-right-box .pbmit-header-button a .pbmit-header-button-text-2{
	font-weight: 500;
    color: var(--pbmit-global-color);
	font-family:var(--pbmit-heading-typography-font-family);
}
.header-style-9 .floting-bar-widget-area .widget img{
	max-width: 300px;
	width: 100%;
}
.header-style-9 .pbmit-header-button a:after {
    content: "\e86d";
    font-family: 'pbminfotech-base-icons';
    font-size: 30px;
    line-height: 60px;
    top: 50%;
    position: absolute;
    left: 0;
    color: var(--pbmit-global-color);
    font-weight: normal;
    -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%);
}
.main-menu ul > li.dropdown > ul > li.dropdown{
	position: relative;
}
.main-menu ul > li.dropdown > ul > li.dropdown > a:after{
	display: none;
}
.header-style-9 .main-menu .navigation > li > ul > li a::before, 
.header-style-9 .main-menu .navigation > li > ul > li > ul > li a::before{
	background-color: var(--pbmit-global-color);
}
/** Header style 10 **/
.site-header.header-style-10 .site-branding img{
	max-height: 50px;
}
.header-style-10 .pbmit-header-overlay{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 50px;
}
.header-style-10 .site-header-menu{
	border-bottom: 2px solid var(--pbmit-global-color);
}
.header-style-10 .site-navigation ul.navigation > li > a{
	font-size: 15px;
    text-transform: capitalize;
	color: var(--pbmit-white-color);
	font-weight: 500;
	height: 90px;
	line-height: 90px;
	letter-spacing: 0;
}
.header-style-10 .main-menu .navigation > li > ul a{
	font-size: 14px;
	font-weight: 500;
}
.header-style-10 .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-global-color);
}
.header-style-10 .main-menu ul > li.dropdown > a:after{
	color: var(--pbmit-white-color);
	transition: all 0.5s ease-out 0s;
}
.header-style-10 .main-menu ul > li.dropdown > a:hover::after,
.header-style-10.site-header .site-navigation ul.navigation > li.active > a:after,
.header-style-10.site-header .site-navigation ul.navigation > li.active > a,
.header-style-10 .main-menu .navigation li ul li.active a{
	color: var(--pbmit-global-color);
}
.header-style-10 .pbmit-svg-btn a svg line{
    stroke: var(--pbmit-white-color)
}
.header-style-10 .pbmit-nav-menu-toggle{
	background-color: transparent;
	border: 0;
	margin-right: 25px;
}
.header-style-10 .pbmit-btn{
	padding: 16px 30px;
}
.header-style-10 .floting-bar-widget-area .widget img{
	max-width: 300px;
	width: 100%;
}

/** Header style 11 **/
.header-style-11 .site-header-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 80px;
}
.header-style-11 .site-branding {
    padding-right: 117px;
}
.header-style-11 .site-navigation ul.navigation > li > a{
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
}
.header-style-11  .pbmit-header-button {
    padding-left: 10px;
}
.header-style-11 .pbmit-header-button a {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 30px;
    position: relative;
    color: var(--pbmit-global-color);
}
.header-style-11 .pbmit-header-button a:before {
    content: "\e883";
    font-family: "pbminfotech-base-icons";
    font-size: 18px;
    line-height: 28px;
    top: -3px;
    position: absolute;
    left: 0;
    font-weight: 400;
    color: var(--pbmit-global-color);
}
.header-style-11 .pbmit-svg-btn a{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
.header-style-11 .pbmit-header-social-wrapper{
	padding-right: 30px;
}
.header-style-11 .pbmit-header-social-wrapper ul li a{
	color: var(--pbmit-white-color);
	padding: 0 2px;
}
.header-style-11 .pbmit-header-social-wrapper ul li a:hover{
	color: var(--pbmit-global-color);
}
.header-style-11.site-header .main-menu ul > li.dropdown > a::after{
	transition: all 0.3s ease-in;
}
.header-style-11.site-header .main-menu ul > li.dropdown > a:hover::after,
.header-style-11.site-header .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-global-color);
}
.header-style-11.site-header .site-navigation ul.navigation > li.active > ul > li.active > a{
	color: var(--pbmit-blackish-color);
}
.header-style-11.site-header .main-menu .navigation > li > ul > li a::before{
	background-color: var(--pbmit-global-color);
}
.header-style-11 .menu-right-box .pbmit-btn{
	padding: 15px 25px;
}
/** Header style 12 **/
.header-style-12 .pbmit-header-overlay{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 60px;
}
.header-style-12 .site-navigation ul.navigation > li > a{
	font-size: 16px;
    text-transform: capitalize;
	color: var(--pbmit-white-color);
	font-weight: 600;
	letter-spacing: 0;
}
.header-style-12 .main-menu .navigation > li > ul a{
	font-size: 15px;
	font-weight: 500;
}
.header-style-12 .main-menu .navigation > li > ul li.active a{
	color: var(--pbmit-blackish-color);
}
.header-style-12 .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-global-color);
}
.header-style-12 .main-menu ul > li.dropdown > a:after{
	color: var(--pbmit-white-color);
	transition: all 0.5s ease-out 0s;
}
.header-style-12 .main-menu ul > li.dropdown > a:hover::after,
.header-style-12.site-header .site-navigation ul.navigation > li.active > a:after{
	color: var(--pbmit-global-color);
}
.header-style-12 .pbmit-svg-btn a svg line{
    stroke: var(--pbmit-white-color)
}
.header-style-12 .pbmit-nav-menu-toggle{
	background-color: transparent;
	border: 0;
	margin-right: 25px;
}
.header-style-12 .pbmit-btn{
	padding: 13px 25px;
}
.header-style-12 .floting-bar-wrap.active{
	padding-right: 65px;
}
/** Header style 13 **/
.header-style-13 .pbmit-header-overlay{
    width: 100%;
    z-index: 2;
}
.header-style-13 .site-header-menu{
    padding: 0 60px;
}
.header-style-13 .site-navigation ul.navigation > li > a{
	font-size: 13px;
    text-transform: uppercase;
	color: var(--pbmit-white-color);
	font-weight: 600;
	letter-spacing: 1px;
}
.header-style-13 .main-menu .navigation > li > ul a{
	font-size: 15px;
	font-weight: 500;
}
.header-style-13 .main-menu .navigation > li > ul li.active a{
	color: var(--pbmit-blackish-color);
}
.header-style-13 .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-global-color);
}
.header-style-13 .main-menu ul > li.dropdown > a:after{
	color: var(--pbmit-white-color);
	transition: all 0.5s ease-out 0s;
}
.header-style-13 .main-menu ul > li.dropdown > a:hover::after,
.header-style-13.site-header .site-navigation ul.navigation > li.active > a:after{
	color: var(--pbmit-global-color);
}
.header-style-13 .pbmit-svg-btn a svg line{
    stroke: var(--pbmit-white-color)
}
.header-style-13 .pbmit-nav-menu-toggle{
	background-color: transparent;
	border: 0;
	margin-right: 25px;
}
.header-style-13 .pbmit-btn{
	padding: 18px 35px;
}
.header-style-13 .floting-bar-wrap.active{
	padding-right: 65px;
}
.header-style-13 .themestek-pre-header-wrapper{
	height: 50px;
	line-height: 50px;
	padding: 0 60px;
	border-bottom: 1px solid rgba( 225, 225, 225, 0.20);
}
.header-style-13 .themestek-pre-header-inner{
	display: flex;
	justify-content: space-between;
}
.header-style-13 .themestek-pre-header-inner ul li{
	display: inline-block;
	padding-right: 15px;
	font-size: 15px;
	color: var(--pbmit-white-color);
}
.header-style-13 .themestek-pre-header-inner ul li:last-child{
	padding-right: 0;
}
.header-style-13 .themestek-pre-header-inner ul li i{
	margin-right: 6px;
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
.pbmit-law-footer-newsletter {
    position: relative;
    margin-bottom: 20px;
}
.pbmit-law-footer-newsletter input[type="email"] {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 60px 10px 0;
    color: rgba(255, 255, 255,.80);
    height: auto;
    background-color: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255,.2);
}
.pbmit-law-footer-newsletter button {
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    height: 50px;
    width: 45px;
    border: none;
	transition: all 0.4s ease-in-out;
}
.footer-style-2 .widget-col-1{
    padding-right: 55px;
}
.footer-wrap {
    padding: 100px 0 50px;
}
.footer-wrap .row .pbmit-footer-logo {
    text-align: left;
    width: 140px;
    margin: 0;
}
.pbmit-footer-big-area .pbmit-footer-right-box {
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    color: var(--pbmit-white-color);
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-style: normal;
}
.text-container {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 46px;
    display: inline-block;
}
.pbmit-flip {
    height: 50px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 12px;
    left: 0;
}
.pbmit-flip div span {
    color: var(--pbmit-global-color);
    padding: 0 0 0 10px;
    margin-right: -10px;
    display:inline-block;
  }
.pbmit-flip .pbmit-ani-text:first-child {
    animation: show 15s linear infinite;
}
@keyframes show {
    0% {
        margin-top:-270px;
    }
    5% {
        margin-top:-180px;
    }
    33% {
        margin-top:-180px;
    }
    38% {
        margin-top:-90px;
    }
    66% {
        margin-top:-90px;
    }
    71% {
        margin-top:0px;
    }
    99.99% {
        margin-top:0px;
    }
    100% {
        margin-top:-270px;
    }
  }
  .site-footer .widget {
    padding-top: 50px;
}
  .pbmit-footer-widget-area .pbmit-footer-widget-col-1 {
    flex: 42%;
    max-width:  42%;
    padding-right: 150px;
}
  .site-footer .pbmit-footer-widget.pbmit-footer-widget-col-2 ,
  .site-footer .pbmit-footer-widget.pbmit-footer-widget-col-3 ,
  .site-footer .pbmit-footer-widget.pbmit-footer-widget-col-4{
    flex: 19%;
    max-width:19%;
  }
  .pbmit-footer-widget-area .pbmit-footer-widget .widget_text {
    font-size: 16px;
    line-height: 26px;
}
  .pbmit-footer-widget .widget .widget-title {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--pbmit-global-color);
    text-transform: none;
    font-style: normal;
    margin-bottom: 30px;
}
.pbmit-footer-marketing-newsletter {
    position: relative;
    margin-bottom: 20px;
}
.pbmit-footer-marketing-newsletter .pbmit-base-icon {
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    color: var(--pbmit-global-color);
}
.pbmit-footer-marketing-newsletter input[type="email"] {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255,.70);
    height: auto;
    padding: 0 50px 5px 35px;
    background-color: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255,.3);
}
.pbmit-footer-marketing-newsletter input[type="email"]::placeholder{
    color: rgba(255, 255, 255,.70);
}
.pbmit-footer-marketing-newsletter button {
    position: absolute;
    top: -10px;
    bottom: auto;
    right: 0;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    width: 100%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    height: 40px;
    width: 40px;
    border: none;
}
.pbmit-footer-marketing-newsletter .pbmit-svg-btn .pbmit-svg-arrow {
    margin-left: 0px;
}
.pbmit-footer-marketing-newsletter label {
    margin-top: 20px;
    color: var(--pbmit-white-color);
}
.pbmit-footer-marketing-newsletter label input[type="checkbox"] {
    margin-right: 10px;
}
.pbmit-footer-marketing-newsletter .pbmit-svg-btn svg line{
    stroke: var(--pbmit-blackish-color);
}
.pbmit-footer-marketing-newsletter button:hover svg line{
    stroke-dashoffset: 0;
}
.pbmit-footer-marketing-newsletter button:hover{
    background-color:var(--pbmit-white-color) ;
}
.site-footer .pbmit-footer-widget .pbmit-contact-widget-line{
    color: var(--pbmit-white-color);
}
.site-footer .pbmit-footer-widget .pbmit-contact-widget-line, 
.site-footer .pbmit-footer-widget .widget ul>li, 
.site-footer .pbmit-footer-widget li a {
    font-size: 16px;
    color: var(--pbmit-white-color);
}
.pbmit-footer-menu li:last-child {
    margin-right: 0;
}
.pbmit-footer-widget ul li a:hover{
    color: var(--pbmit-global-color);
}
.site-footer .pbmit-footer-widget .pbmit-contact-widget-line, 
.site-footer .pbmit-footer-widget .widget ul>li {
    padding: 0 0 8px 0;
}
.site-footer .pbmit-footer-widget .pbmit-contact-widget-line:nth-child(2) {
    margin-top: 15px;
    padding: 0;
}
.site-footer .pbmit-footer-widget .widget ul>li .pbmit-timelist-li-title{
    color: var(--pbmit-white-color);
}
.pbmit-footer-text-area {
    margin-top: 70px;
    padding: 50px 0 60px 0;
    border-top: 1px solid rgba(255, 255, 255,.2);
}
.pbmit-footer-text-inner {
    font-size: 14px;
    color: var(--pbmit-white-color);
}
.pbmit-footer-section.pbmit-footer-text-area a {
    color: var(--pbmit-white-color);
}
.pbmit-footer-section.pbmit-footer-text-area a:hover{
    color: var(--pbmit-global-color);
}
.pbmit-footer-menu-area {
    text-align: right;
    margin-top: 0;
}
.pbmit-footer-menu li {
    display: inline-block;
    margin: 0 10px;
}
.pbmit-footer-section .pbmit-footer-menu-area a {
    text-transform: uppercase;
}
.pbmit-footer-menu li a {
    position: relative;
}
.pbmit-footer-menu li:not(:first-child) a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    background-color: rgba(255, 255, 255,.5);
    top: 50%;
    left: -12px;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.pbmit-footer-contact-info.footer-wrap {
    border-bottom: 1px solid rgba(255, 255, 255,.2);
    border-top: 1px solid rgba(255, 255, 255,.2);
    padding: 0;
}
/** Style 1 **/
.footer-style-1 .pbmit-footer-contact-info .row>* {
    width: 33%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255,.2);
    padding: 50px 0;
}
.footer-style-1 .pbmit-footer-contact-info:last-child {
    border-right: none;
}
.footer-style-1 .pbmit-footer-contact-info {
    position: relative;
    z-index: 10;
}
.footer-style-1 .pbmit-footer-contact-info .pbmit-header-box-icon {
    display: block;
}
.footer-style-1 .pbmit-footer-contact-info .pbmit-header-box-icon i {
    font-size: 40px;
    line-height: 50px;
    color: var(--pbmit-global-color);
}
.footer-style-1 .pbmit-footer-contact-info .pbmit-footer-contact-info-wrap {
    display: block;
}
.footer-style-1 .pbmit-footer-contact-info .pbmit-footer-contact-info-wrap .pbmit-label {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 15px 0;
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 700;
}
.footer-style-1 .pbmit-footer-contact-info .pbmit-desc {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 24px;
    color: var(--pbmit-white-color);
}
.footer-style-1 .pbmit-footer-widget.pbmit-footer-widget-col-1 {
    flex: 100%;
    max-width: 100%;
}
.footer-style-1 .pbmit-newsletter-box {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 90px 0 0;
}
.footer-style-1 .pbmit-footer-widget .widget_text {
    font-size: 16px;
    line-height: 26px;
}
.footer-style-1 .pbmit-footer-widget .widget .widget-title {
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
}
.footer-style-1 .pbmit-footer-gym-newsletter {
    position: relative;
    margin: 35px 65px 70px;
}
.footer-style-1 .pbmit-footer-gym-newsletter input[type="email"] {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255,.70);
    height: auto;
    padding: 0 50px 15px 20px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--pbmit-white-color);
}
.footer-style-1 .pbmit-footer-marketing-newsletter button{
    top: 0;
}
.footer-style-1 .pbmit-footer-marketing-newsletter .pbmit-svg-btn svg line{
    stroke: var(--pbmit-white-color);
}
.footer-style-1 .pbmit-footer-marketing-newsletter .pbmit-svg-btn:hover svg line{
    stroke: var(--pbmit-blackish-color);
}
.footer-style-1 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}
.footer-style-1 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a {
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--pbmit-white-color);
    color: var(--pbmit-global-color);
}
.footer-style-1 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}
.footer-style-1 .pbmit-footer-section.pbmit-footer-text-area {
    padding-top: 20px;
    padding-bottom: 90px;
    border: none;
    margin-top: 0;
}
.footer-style-1 .pbmit-footer-copyright-text-area {
    text-align: center;
}
/** Style 2 **/
.footer-style-2 .footer-wrap {
    padding: 0;
}
.footer-style-2 .pbmit-footer-big-area-wrapper {
    padding: 120px 0 0;
}
.footer-style-2 .pbmit-footer-big-area-wrapper .row {
    justify-content: space-between;
    align-items: center;
}
.footer-style-2 .pbmit-footer-big-area div h3 {
    font-size: 48px;
    line-height: 58px;
    color: var(--pbmit-white-color);
}
.footer-style-2 .pbmit-footer-big-area-wrapper .pbmit-footer-right-svg {
    width: 160px;
    position: relative;
}
.footer-style-2 .pbmit-footer-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    background: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
}
.footer-style-2 .pbmit-footer-icon i {
    font-size: 35px;
}
.footer-style-2 .pbmit-footer-big-area-wrapper svg text {
    fill: var(--pbmit-white-color);
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
}
.footer-style-2 .pbmit-footer-widget-area {
    padding: 50px 0 70px;
}
.footer-style-2.site-footer .widget {
    padding-top: 30px;
}
.footer-style-2 .widget .widget-title {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #cd8c2f;
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 30px;
}
.footer-style-2 .widget ul li a{
    color: rgba(255, 255, 255,1);
}
.footer-style-2 .widget ul>li {
    padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 26px;
}
.pbmit-two-column-menu.widget ul>li {
    float: left;
    width: 50%;
}
.footer-style-2 .pbmit-contact-widget-line{
    color: rgba(255, 255, 255,1);
    padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 26px;
}
.footer-style-2 .pbmit-footer-text-area {
    margin-top: 0;
    border-top: none;
    padding: 40px 0 30px;
    background-color: #100c32;
}
.footer-style-2 .pbmit-footer-section.pbmit-footer-copyright-text-area{
    color: rgba(255, 255, 255,1);
}
.footer-style-2 .pbmit-footer-logo img {
    height: 50px;
}
.footer-style-2 .pbmit-footer-text-area .container ul li {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    margin: 0 15px 0;
}
.footer-style-2 .pbmit-footer-section .pbmit-footer-menu-area a {
    text-transform: capitalize;
}
.footer-style-2 .pbmit-footer-text-area .container ul li a:before {
    width: 2px;
    height: 10px;
    background-color: rgba(255, 255, 255,.3);
    top: 50%;
    left: -17px;
}
/** Style 3 **/
.footer-style-3 .pbmit-footer-widget-col-1{
    flex: 28% !important;
    max-width: 28% !important;
    padding-right: 10px;
}
.footer-style-3 .pbmit-footer-widget-col-2{
    flex: 26%;
    max-width: 26%;
}
.footer-style-3 .pbmit-footer-widget-col-3{
    flex: 20%;
    max-width: 20%;
}
.footer-style-3 .pbmit-footer-widget-col-4{
    flex: 26%;
    max-width: 26%;
}
.footer-style-3 .pbmit-footer-big-area .swiper-slide {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 0 70px;
    color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-footer-big-area .swiper-slide:before {
    position: absolute;
    content: "*";
    left: -15px;
    right: auto;
    color: var(--pbmit-global-color);
    font-weight: 800;
}
.footer-style-3 .pbmit-marquee-text a h3 {
    display: inline-block;
    margin: 0 40px;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-footer-logo img {
    width: 95px;
}
.footer-style-3.site-footer .pbmit-footer-logo {
    margin: 0 0 25px 0;
}
.footer-style-3 .pbmit-footer-widget-area .widget ul>li {
    padding: 0 0 10px 0;
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a {
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255,.2);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a:hover{
    color: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-footer-widget-area li a:hover {
    color: var(--pbmit-global-color);
}
.footer-style-3.site-footer .widget {
    padding-top: 75px;
    position: relative;
}
.footer-style-3 .pbmit-footer-widget-area .widget .widget-title {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 30px;
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line {
    padding-left: 35px;
    position: relative;
    padding-top: 0;
    padding-bottom: 18px;
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line, 
.footer-style-3 .pbmit-footer-widget-area .widget ul>li, 
.footer-style-3 .pbmit-footer-widget-area li a {
    font-size: 16px;
    color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line:before{
    font-family: "pbminfotech-base-icons";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--pbmit-global-color);
    font-weight: 600;
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line.pbmit-contact-widget-address:before {
    content: '\e822';
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line.pbmit-contact-widget-phone:before {
    content: '\e86d';
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line.pbmit-contact-widget-email:before {
    content: '\e837';
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line.pbmit-contact-widget-email .pbmit-timing:before {
    font-family: "pbminfotech-base-icons";
    position: absolute;
    left: 0;
    top: 036px;
    font-size: 16px;
    font-weight: 600;
    content: '\e836';
    color: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-phone span ,
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-line.pbmit-contact-widget-email span{
    display: block;
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-contact-widget-email .pbmit-timing {
    margin-top: 10px;
}
.pbmit-footer-constructiong-newsletter input[type="email"], 
.pbmit-footer-marketing-newsletter input[type="email"] {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255,.70);
    height: auto;
    padding: 0 50px 5px 35px;
    background-color: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255,.3);
}
.pbmit-footer-constructiong-newsletter input[type="email"] {
    padding: 0 50px 5px 15px;
}
.pbmit-footer-constructiong-newsletter, 
.pbmit-footer-marketing-newsletter {
    position: relative;
    margin-bottom: 20px;
}
.pbmit-footer-constructiong-newsletter button, 
.pbmit-footer-marketing-newsletter button {
    position: absolute;
    top: auto;
    bottom: 54px;
    right: 0;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    border: none;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    height: 40px;
    width: 40px;
}
.footer-style-3 .pbmit-svg-btn .pbmit-svg-arrow {
    margin-left: 0;
}
.pbmit-footer-constructiong-newsletter button:hover, 
.pbmit-footer-marketing-newsletter button:hover {
    background-color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-svg-btn:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}
.pbmit-footer-constructiong-newsletter label {
    color: rgb(255, 255, 255,.60);
}
.pbmit-footer-constructiong-newsletter label, 
.pbmit-footer-marketing-newsletter label {
    margin-top: 20px;
}
.footer-style-3 .pbmit-email-underline {
    text-decoration: underline;
}
.footer-style-3 .pbmit-social-links li.pbmit-social-li {
    margin: 0 5px 0 0;
}
.footer-style-3 .pbmit-footer-text-area {
    margin-top: 90px;
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255,.15);
}
.footer-style-3 .pbmit-footer-section .pbmit-footer-menu-area a {
    font-size: 14px;
    text-transform: capitalize;
}
/** Style 4 **/
.footer-style-4 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a {
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: var(--pbmit-light-color);
    color: var(--pbmit-blackish-color);
}
.footer-style-4 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a:hover{
    background: var(--pbmit-global-color);
    color: var(--pbmit-white-color)
}
.footer-style-4 .pbmit-footer-widget-area .widget .widget-title{
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: none;
    font-style: normal;
}
.footer-style-4 .pbmit-footer-widget-area .pbmit-contact-widget-line, 
.footer-style-4 .pbmit-footer-widget-area .widget ul>li, 
.footer-style-4 .pbmit-footer-widget-area li a{
    color: var(--pbmit-secondary-color);
}
.pbmit-footer-constructiong-newsletter.medical-newslatter input[type="email"] {
    color: rgba(24, 24, 25,.70);
    border-bottom: 1px solid rgba(24, 24, 25,.1);
}
.pbmit-footer-constructiong-newsletter.medical-newslatter button:hover {
    background-color: var(--pbmit-blackish-color);
}
.pbmit-footer-constructiong-newsletter.medical-newslatter button:hover svg line{
    stroke: var(--pbmit-white-color);
}
.pbmit-footer-constructiong-newsletter.medical-newslatter label {
    color: inherit;
}
.footer-style-4 .pbmit-footer-text-area{
    margin-top: 50px;
    padding: 45px 0 45px 0;
    border-top: 1px solid rgba(24, 24, 25,.15);
}
.footer-style-4 .pbmit-footer-text-inner ,
.footer-style-4 .pbmit-footer-section.pbmit-footer-text-area a{
    color: inherit;
}
/** Style 5 **/
.footer-style-5 {
    background-image: url(../images/gardern/garden-foooter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.footer-style-5 .footer-wrap.pbmit-footer-big-area {
    padding: 70px 0 10px;
}
.footer-style-5 .pbmit-footer-left-box h3 {
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 90px;
    color: var(--pbmit-white-color);
}
.footer-style-5 .pbmit-footer-big-area div h3 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
}
.footer-style-5 .pbmit-footer-big-area .pbmit-footer-right-box {
    text-align: right;
}
.footer-style-5 .pbmit-footer-right-box {
    position: relative;
    overflow: hidden;
    background-color: var(--pbmit-global-color);
    padding: 70px;
    margin-top: 15px;
    width: 670px;
}
.footer-style-5 .pbmit-footer-right-box:after,
.footer-style-5 .pbmit-footer-right-box:before {
    position: absolute;
    content: '';
    height: 130px;
    width: 170px;
    background-repeat: no-repeat;
}
.footer-style-5 .pbmit-footer-right-box:before {
    top: -15px;
    left: auto;
    right: 0;
    background-image: url(../images/gardern/garden-top-newslatter-shape.png);
}
.footer-style-5 .pbmit-footer-right-box:after {
    bottom: -50px;
    left: -20px;
    background-image: url(../images/gardern/garden-bottom-newslatter-shape.png);
}
.footer-style-5.site-footer .pbmit-footer-widget.pbmit-footer-widget-col-1{
    flex: 22%;
    max-width: 22%;
    padding-right:0
}
.footer-style-5.site-footer .pbmit-footer-widget.pbmit-footer-widget-col-2{
    flex: 24%;
    max-width: 24%;
}
.footer-style-5.site-footer .pbmit-footer-widget.pbmit-footer-widget-col-3{
    flex: 26%;
    max-width: 26%;
}
.footer-style-5.site-footer .pbmit-footer-widget.pbmit-footer-widget-col-4{
    flex: 28%;
    max-width: 28%;
}
.footer-style-5 .pbmit-footer-logo img {
    width: 95px;
}
.footer-style-5.site-footer .pbmit-footer-logo {
    margin: 0 0 25px 0;
}
.footer-style-5 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a {
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
    border: 1px solid rgba(255, 255, 255,.2);
}
.footer-style-5 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li {
    margin: 0 2px 0 0;
}
.footer-style-5 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a:hover {
    color: var(--pbmit-global-color);
}
.footer-style-5 .pbmit-footer-right-box .mc4wp-form-fields p {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-family:var(--pbmit-heading-typography-font-family);
}
.footer-style-5 .pbmit-law-footer-newsletter button{
    top: 2px;
}
.pbmit-law-footer-newsletter.pbmit-garden-newslatter button:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}
.footer-style-5 .pbmit-footer-section .pbmit-footer-menu-area a{
    text-transform: capitalize;
}
.footer-style-5 .pbmit-footer-widget .widget .widget-title {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
}
.footer-style-5.site-footer .pbmit-footer-widget .pbmit-contact-widget-line:nth-child(2){
    margin-top: 0;
}
/* == Style 6 == */
.footer-style-6{
	padding: 80px 0 0 0;
}
.footer-style-6.site-footer .pbmit-footer-widget.pbmit-footer-widget-col-1{
	flex: 0 0 29%;
    max-width: 29%;
	padding-right: 15px;
}
.footer-style-6.site-footer .pbmit-footer-widget.pbmit-footer-widget-col-2{
	flex: 0 0 39%;
    max-width: 39%;
}
.footer-style-6.site-footer .pbmit-footer-widget.pbmit-footer-widget-col-3{
	flex: 0 0 32%;
    max-width: 32%;
}
.footer-style-6 .pbmit-footer-widget .widget .widget-title{
	color: var(--pbmit-white-color);
	font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}
.footer-style-6.site-footer .pbmit-footer-widget li a{
	color: rgba( 225, 225, 225, 0.7);
}
.footer-style-6.site-footer .pbmit-footer-widget li a:hover{
	color: var(--pbmit-global-color)
}
.footer-style-6 .pbmit-footer-software-newsletter input[type="email"] {
    font-size: 18px;
    line-height: 20px;
	height: 50px;
    color: var(--pbmit-white-color);
    padding: 0 15px 0px 0px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255,.30);
	width: 100%;
}
.footer-style-6 .pbmit-footer-software-newsletter input[type="email"]::placeholder{
	font-size: 18px;
	font-weight: 400;
	color: rgba( 225, 225, 225, 0.4);
}
.footer-style-6 .pbmit-btn{
	padding: 15px 25px;
	margin-top: 25px;
}
.footer-style-6 .pbmit-btn:hover svg line{
	stroke: var(--pbmit-blackish-color);
}
.footer-style-6 .pbmit-btn:hover svg line:nth-child(1){
	stroke-dashoffset: 0;
}
.footer-style-6 .pbmit-footer-text-area .pbmit-footer-logo img{
	width: 150px;
}
.footer-style-6 .pbmit-footer-text-area{
	border: 0;
	padding: 0;
	padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 50px;
}
.footer-style-6 .pbmit-footer-text-inner{
	padding-top: 30px;
	border-top: 1px solid rgb(255 255 255 / 15%);
}
.footer-style-6 .pbmit-footer-copyright-text-area a,
.footer-style-6 .pbmit-footer-copyright-text-area{
	color: rgba(255 255 255 / 60%);
	font-size: 16px;
}
/* == Style 7 == */
.footer-style-7{
	background-image: url(../images/industry/industry-footer-pattern.png);
	background-position: center top;
    background-size: auto;
    background-attachment: scroll;
}
.footer-style-7 .pbmit-footer-left-box .pbmit-footer-left h3{
	font-size: 58px;
    line-height: 68px;
    font-weight: 600;
	color: var(--pbmit-white-color);
}
.footer-style-7 .pbmit-footer-right-box {
	position: relative;
}
.footer-style-7 .pbmit-footer-right-box .pbmit-qoute-button a {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 50px 20px;
	width: 130px;
	height: 130px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	border-radius: 100%;
	text-align: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0%) translateY(-50%) rotate(-20deg);
	-moz-transform: translateX(0%) translateY(-50%) rotate(-20deg);
	-ms-transform: translateX(0%) translateY(-50%) rotate(-20deg);
	-o-transform: translateX(0%) translateY(-50%) rotate(-20deg);
	transform: translateX(0%) translateY(-50%) rotate(-20deg);
}
.footer-style-7 .pbmit-footer-right-box .pbmit-qoute-button a:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.footer-style-7 .pbmit-footer-widget.pbmit-footer-widget-col-1{
	flex: 0 0 20%;
    max-width: 20%;
	padding-right: 0;
}
.footer-style-7 .pbmit-footer-widget.pbmit-footer-widget-col-2{
	flex: 0 0 15%;
    max-width: 15%;
}
.footer-style-7 .pbmit-footer-widget.pbmit-footer-widget-col-3{
	flex: 0 0 20%;
    max-width: 20%;
}
.footer-style-7 .pbmit-footer-widget.pbmit-footer-widget-col-4{
	flex: 0 0 45%;
    max-width: 45%;
	padding-left: 220px;
}
.footer-style-7 .pbmit-footer-widget .widget .widget-title{
	font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.footer-style-7.site-footer .pbmit-footer-widget .widget ul>li{
	padding: 0 0 4px 0;
}
.footer-style-7.site-footer .pbmit-footer-widget .pbmit-contact-widget-line:nth-child(2){
	margin: 0;
}
.footer-style-7.site-footer .pbmit-footer-widget .pbmit-contact-widget-line{
	padding: 0;
}
.footer-style-7.site-footer .pbmit-footer-widget .pbmit-contact-widget-line,
.footer-style-7.site-footer .pbmit-footer-widget li a{
	font-size: 15px;
	color: rgba( 225, 225, 225, 0.7);
}
.footer-style-7.site-footer .pbmit-footer-widget li a:hover{
	color: var(--pbmit-white-color);
}
.footer-style-7 .pbmit-footer-widget .widget-heading{
	font-weight: 500;
    font-size: 32px;
    line-height: 42px;
	color: var(--pbmit-white-color);
	margin-bottom: 20px;
}
.footer-style-7 .pbmit-footer-widget .widget-para{
	color: rgba( 225, 225, 225, 0.7);
}
.pbmit-footer-industry-newsletter {
    position: relative;
    margin-bottom: 20px;
}
.pbmit-footer-industry-newsletter input[type="email"] {
    font-size: 14px;
    line-height: 30px;
    color: var(--pbmit-white-color);
    height: auto;
    padding: 0 0 5px 0;
	font-weight: 400;
    background-color: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255,.7);
	text-transform: initial;
}
.pbmit-footer-industry-newsletter input[type="email"]::placeholder{
    color: rgba(255, 255, 255,.9);
}
.pbmit-footer-industry-newsletter button {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    width: 100%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    height: 40px;
    width: 40px;
    border: none;
}
.pbmit-footer-industry-newsletter .pbmit-svg-btn .pbmit-svg-arrow {
    margin-left: 0px;
}
.pbmit-footer-industry-newsletter .pbmit-svg-btn svg line{
    stroke: var(--pbmit-white-color);
}
.pbmit-footer-industry-newsletter .pbmit-svg-btn:hover svg line{
    stroke: var(--pbmit-global-color);
}
.pbmit-footer-industry-newsletter button:hover svg line{
    stroke-dashoffset: 0;
}
.pbmit-footer-industry-newsletter button:hover{
    background-color:var(--pbmit-white-color) ;
}
.footer-style-7 .pbmit-footer-text-area{
	margin: 0;
    padding: 80px 0;
    border: 0;
}
.footer-style-7 .pbmit-footer-text-inner .pbmit-footer-copyright-text-area a,
.footer-style-7 .pbmit-footer-text-inner .pbmit-footer-copyright-text-area{
	color: rgba( 225, 225, 225, 0.7);
}
.footer-style-7 .pbmit-footer-text-inner .pbmit-footer-copyright-text-area a:hover{
	color: var(--pbmit-white-color);
}
.footer-style-7 .pbmit-footer-section .pbmit-footer-menu-area a{
	font-size: 14px;
	text-transform: initial;
	color: rgb(255, 255, 255, .70);
}
.footer-style-7 .pbmit-footer-section .pbmit-footer-menu-area a:hover{
	color: var(--pbmit-white-color);
}

.footer-style-7.logistics-footer{
	background-image: url(../images/logistics/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-attachment: scroll;
}
.footer-style-7.logistics-footer .pbmit-footer-widget-col-1{
	flex: 0 0 22%;
    max-width: 22%;
	padding-right: 0;
}
.footer-style-7.logistics-footer .pbmit-footer-widget-col-2{
	flex: 0 0 13%;
    max-width: 13%;
}
.footer-style-7.logistics-footer .pbmit-footer-widget-col-3{
	flex: 0 0 19%;
    max-width: 19%;
}
.footer-style-7.logistics-footer .pbmit-footer-widget-col-4{
	flex: 0 0 45%;
    max-width: 45%;
	padding-left: 180px;
}
.footer-style-7.logistics-footer .footer-wrap .row .pbmit-footer-logo{
	width: 145px;
}
.footer-style-7.logistics-footer .pbmit-footer-widget .widget ul>li{
	padding: 0 0 2px 0;
}
.footer-style-7.logistics-footer .footer-wrap{
	padding: 100px 0 15px;
}
.footer-style-7.logistics-footer .pbmit-footer-widget .pbmit-contact-widget-line,
.footer-style-7.logistics-footer .pbmit-footer-widget li a{
	font-size: 14px;
}
.footer-style-7.logistics-footer .pbmit-social-links li{
	padding: 0 5px;
}
.footer-style-7.logistics-footer .pbmit-social-links li:first-child{
	padding-left: 0;
}
.footer-style-7.logistics-footer .pbmit-social-links li a{
	color: var(--pbmit-white-color);
	font-size: 25px;
}
.footer-style-7.logistics-footer .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.footer-style-7.logistics-footer .pbmit-footer-widget .widget .widget-title{
	color: var(--pbmit-white-color);
	font-weight: 400;
}
.pbmit-footer-logistics-newsletter {
    position: relative;
    margin-bottom: 20px;
}
.pbmit-footer-logistics-newsletter input[type="email"] {
    font-size: 14px;
    line-height: 30px;
    color: var(--pbmit-white-color);
    height: auto;
    padding: 0 0 5px 0;
	font-weight: 400;
    background-color: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid var(--pbmit-global-color);
	text-transform: initial;
}
.pbmit-footer-logistics-newsletter input[type="email"]::placeholder{
    color: rgba(255, 255, 255,.9);
}
.pbmit-footer-logistics-newsletter button {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    width: 100%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    height: 40px;
    width: 40px;
    border: none;
}
.pbmit-footer-logistics-newsletter .pbmit-svg-btn .pbmit-svg-arrow {
    margin-left: 0px;
}
.pbmit-footer-logistics-newsletter .pbmit-svg-btn svg line{
    stroke: var(--pbmit-white-color);
}
.pbmit-footer-logistics-newsletter .pbmit-svg-btn:hover svg line{
    stroke: var(--pbmit-global-color);
}
.pbmit-footer-logistics-newsletter button:hover svg line{
    stroke-dashoffset: 0;
}
.pbmit-footer-logistics-newsletter button:hover{
    background-color:var(--pbmit-white-color) ;
}

/* == Style 8 == */
.footer-style-8 .pbmit-footer-widget.pbmit-footer-widget-col-1{
	flex: 0 0 47%;
    max-width: 47%;
	padding-right: 70px;
}
.footer-style-8 .pbmit-footer-widget.pbmit-footer-widget-col-2{
	flex: 0 0 23%;
    max-width: 23%;
}
.footer-style-8 .pbmit-footer-widget.pbmit-footer-widget-col-3{
	flex: 0 0 15%;
    max-width: 15%;
}
.footer-style-8 .pbmit-footer-widget.pbmit-footer-widget-col-4{
	flex: 0 0 15%;
    max-width: 15%;
}
.footer-style-8 .footer-wrap {
    padding: 0;
}
.footer-style-8 .pbmit-footer-big-area-wrapper {
    padding: 120px 0 0;
}
.footer-style-8 .pbmit-footer-big-area-wrapper .row {
    justify-content: space-between;
    align-items: center;
}
.footer-style-8 .pbmit-footer-big-area div h3 {
    font-size: 48px;
    line-height: 58px;
	font-weight: 500;
    color: var(--pbmit-white-color);
}
.footer-style-8 .pbmit-footer-big-area-wrapper .pbmit-footer-right-svg {
    width: 160px;
    position: relative;
}
.footer-style-8 .pbmit-footer-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    background: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
}
.footer-style-8 .pbmit-footer-icon i {
    font-size: 35px;
}
.footer-style-8 .pbmit-footer-big-area-wrapper svg text {
    fill: var(--pbmit-white-color);
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
}
.footer-style-8 .pbmit-footer-widget-area {
    padding: 50px 0 70px;
}
.footer-style-8.site-footer .widget {
    padding-top: 30px;
}
.footer-style-8 .widget .widget-title {
	font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--pbmit-global-color);
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 30px;
}
.footer-style-8 .widget ul li a{
    color: rgba(255, 255, 255,1);
}
.footer-style-8 .widget ul>li {
    padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 26px;
}
.pbmit-two-column-menu.widget ul>li {
    float: left;
    width: 50%;
}
.footer-style-8 .pbmit-contact-widget-line{
    color: rgba(255, 255, 255,1);
    padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 26px;
}
.footer-style-8 .pbmit-footer-text-area {
    margin-top: 0;
    border-top: none;
    padding: 40px 0 30px;
	background-color: #26463e;
}
.footer-style-8 .pbmit-footer-section.pbmit-footer-copyright-text-area{
    color: rgba(255, 255, 255,1);
}
.footer-style-8 .pbmit-footer-logo img {
    height: 50px;
}
.footer-style-8 .pbmit-footer-text-area .container ul li {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    margin: 0 15px 0;
}
.footer-style-8 .pbmit-footer-section .pbmit-footer-menu-area a {
    text-transform: capitalize;
}
.footer-style-8 .pbmit-footer-text-area .container ul li a:before {
    width: 2px;
    height: 10px;
    background-color: rgba(255, 255, 255,.3);
    top: 50%;
    left: -17px;
}
.pbmit-consulting-footer-newsletter {
    position: relative;
    margin-bottom: 20px;
}
.pbmit-consulting-footer-newsletter input[type="email"] {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 60px 10px 0;
    color: rgba(255, 255, 255,.80);
    height: auto;
    background-color: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255,.2);
}
.pbmit-consulting-footer-newsletter button {
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    height: 50px;
    width: 45px;
    border: none;
	transition: all 0.4s ease-in;
}
.pbmit-consulting-footer-newsletter button:hover{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
/** Style 9 **/
.footer-style-9 {
    background-image: url(../images/restaurant/footer-bg-shape1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.footer-style-9 .footer-wrap.pbmit-footer-big-area {
    padding: 70px 0 10px;
}
.footer-style-9 .pbmit-footer-left-box h3 {
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 90px;
    color: var(--pbmit-white-color);
}
.footer-style-9 .pbmit-footer-big-area div h3 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 0;
	font-weight: 300;
	text-transform: capitalize;
}
.footer-style-9 .pbmit-footer-big-area .pbmit-footer-right-box {
    text-align: right;
}
.footer-style-9 .pbmit-footer-right-box {
    position: relative;
    overflow: hidden;
    background-color: var(--pbmit-global-color);
    padding: 70px;
    margin-top: 15px;
    max-width: 670px;
}
.footer-style-9 .pbmit-law-footer-newsletter input[type="email"]::placeholder{
    color: rgba( 225, 225, 225, 0.8);
	font-weight: 300;
}
.footer-style-9 .pbmit-law-footer-newsletter input[type="email"]{
	font-size: 16px;
    line-height: 25px;
    color: rgba( 225, 225, 225, 0.9);
}
.footer-style-9 .pbmit-footer-right-box:after,
.footer-style-9 .pbmit-footer-right-box:before {
    position: absolute;
    content: '';
    height: 130px;
    width: 170px;
    background-repeat: no-repeat;
}
.footer-style-9 .pbmit-footer-right-box:before {
    top: -15px;
    left: auto;
    right: 0;
    background-image: url(../images/gardern/garden-top-newslatter-shape.png);
}
.footer-style-9 .pbmit-footer-right-box:after {
    bottom: -50px;
    left: -20px;
    background-image: url(../images/gardern/garden-bottom-newslatter-shape.png);
}
.footer-style-9 .pbmit-footer-widget.pbmit-footer-widget-col-1{
    flex: 22%;
    max-width: 22%;
    padding-right:0
}
.footer-style-9 .pbmit-footer-widget.pbmit-footer-widget-col-2{
    flex: 24%;
    max-width: 24%;
}
.footer-style-9 .pbmit-footer-widget.pbmit-footer-widget-col-3{
    flex: 26%;
    max-width: 26%;
}
.footer-style-9 .pbmit-footer-widget.pbmit-footer-widget-col-4{
    flex: 28%;
    max-width: 28%;
}
.footer-style-9 .pbmit-footer-logo img {
    width: 95px;
}
.footer-style-9.site-footer .pbmit-footer-logo {
    margin: 0 0 25px 0;
}
.footer-style-9.site-footer .pbmit-footer-text{
	font-size: 16px;
	line-height: 26px;
}
.footer-style-9 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a {
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
    border: 1px solid rgba(255, 255, 255,.2);
}
.footer-style-9 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li {
    margin: 0 2px 0 0;
}
.footer-style-9 .pbmit-footer-widget .pbmit-social-links li.pbmit-social-li a:hover {
    color: var(--pbmit-global-color);
}
.footer-style-9 .pbmit-footer-right-box .mc4wp-form-fields p {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-family:var(--pbmit-heading-typography-font-family);
}
.footer-style-9 .pbmit-law-footer-newsletter button{
    top: 2px;
}
.pbmit-law-footer-newsletter.pbmit-garden-newslatter button:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}
.footer-style-9 .pbmit-footer-section .pbmit-footer-menu-area a{
    text-transform: capitalize;
}
.footer-style-9 .pbmit-footer-widget .widget .widget-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--pbmit-global-color);
    text-transform: capitalize;
    font-style: normal;
}
.footer-style-9.site-footer .pbmit-footer-widget .pbmit-contact-widget-line:nth-child(2){
    margin-top: 0;
}

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
    background-color: var(--pbmit-secondary-color);
    background-image: url(../images/marketing-titlebar-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}
.cont-titlebar{
    background-image: url(../images/marketing-cont-titlebar.jpg);
}
.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-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(30,30,37,.81) 0%,rgba(30,30,37,0) 100%);
}
.pbmit-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0;
    min-height:600px;
    padding-top: 150px!important;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0;
}
.pbmit-title-bar-content-inner {
    width: 100%;
    text-align: left;
}
.pbmit-title-bar-content .pbmit-tbar-subtitle {
    padding-top: 5px;
    margin-bottom: 10px;
}
.pbmit-tbar-subtitle {
    font-family:var(--pbmit-body-typography-font-family);
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-title-bar-content .pbmit-tbar-title {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
}
.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner {
    display: inline-block;
    border-radius: 0px;
    padding: 0;
    background-color: transparent;
}
.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-family:var(--pbmit-body-typography-font-family);
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-title-bar-wrapper .list-inline-item {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.pbmit-title-bar-wrapper .list-inline-item a {
    color: #fff;
}
.pbmit-title-bar-wrapper .list-inline-item i {
   color: var(--pbmit-global-color);
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb-inner i::before{
    margin: 0;
}
.pbmit-title-bar-style-1.pbmit-title-bar-wrapper{
    background-image: url(../images/bg/titlebarbg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-color: transparent;
    padding-top: 100px;
}
.pbmit-title-bar-style-1.pbmit-title-bar-wrapper:before{
    display: none;
}
.pbmit-title-bar-style-1 .pbmit-title-bar-content .pbmit-tbar-title{
    color: var(--pbmit-white-color);
}
.pbmit-title-bar-style-1 .pbmit-breadcrumb, .pbmit-title-bar-style-1 .pbmit-breadcrumb a{
    color: var(--pbmit-white-color)!important;
}

/*----------------------------------------*/
/*  11 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  12 - Progress Bar
/*----------------------------------------*/
.progressbar{
    margin-bottom: 10px;
    overflow: hidden;
}
.progressbar .progress-label{
    font-size: 17px;
    line-height: 52px;
    position: relative;
    text-transform: capitalize;
    color: var(--pbmit-secondary-color);
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}
.progress{
    overflow: visible;
    border-radius: 2px!important;
    position: relative!important;
    height: 3px!important;
    margin-top: 0px;
    background-color: rgba(39, 39, 47,.2)!important;
}
.progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 2px;
    background: var(--pbmit-blackish-color);
}
.progress.progress-percent-bg .progress-percent {
	padding-right: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: -35px;
    font-size: 14px;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.progressbar-style-1.progressbar .progress-label{
	letter-spacing: 2.8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.progressbar-style-1.progressbar .progress-bar.aos{
	background-color: var(--pbmit-global-color);
}
.progressbar-style-1 .progress .progress-percent{
	color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  13 - Accordion
/*----------------------------------------*/
.accordion{
    background: none;
    border-radius: 0;
}
.accordion-item{
    border: none;
    border-radius: 0!important;
    background-color: transparent;
    border-bottom: 1px solid #d1d1d1 !important;
}
.accordion-item h2{
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-bottom: 0;
    border: none;
    padding: 15px 15px 15px 0;
}
.accordion-button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: none;
    outline: none;
    font-size: 18px;
    line-height: 28px;
    font-weight:normal;
    letter-spacing: -0.6px;
    color: var(--pbmit-heading-color);
}
.accordion-button span{
    margin-right: 14px;
}
.accordion-button.collapsed {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    font-family:var(--pbmit-heading-typography-font-family);
}
.accordion-button.collapsed span {
    margin-right: 14px;
}
.accordion-item.collapsed {
    background-color: #fff;
}
.accordion-button::after{
  background-color: transparent;
  color: var(--pbmit-blackish-color);
  border-radius: 0;
  font-size: 16px;
  background-image: none;
  content: "\f067";
  text-align: center;
  font-family: 'FontAwesome';
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    transform:none;
    background-color: transparent;
}
.accordion-button:focus{
    box-shadow:none;
    border-color: #d4d4d4;
}
.accordion-button:not(.collapsed) {
    color: var(--pbmit-global-color);
    background: none;
    box-shadow: none;
}
.accordion-body{
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #13263e;
    padding: 15px 15px 15px 0;
}  
.accordion-button.collapsed:hover {
    color: var(--pbmit-global-color);
} 
.accordion-item.active h2 .accordion-button.collapsed{
    color: var(--pbmit-global-color);
}
.accordion-style-1 .accordion-button.collapsed span{
	margin-right: 5px;
}
.accordion-style-1 .accordion-item{
    border-top: 1px solid rgba(39, 39, 47,.2);
	border-bottom: none !important;
}
.accordion-style-1 .accordion-item:last-child{
	border-bottom: 1px solid rgba(39, 39, 47,.2) !important;
}
.accordion-style-1 .accordion-button.collapsed{
	font-size: 22px;
    line-height: 26px;
	color: var(--pbmit-blackish-color);
}
.accordion-style-1 .accordion-button span{
	margin-right: 5px;
}
.accordion-style-1 .accordion-item.active h2 .accordion-button.collapsed {
    color: var(--pbmit-blackish-color);
}
.accordion-style-1 .accordion-item h2{
    padding: 30px 15px 30px 0;
}
.accordion-style-1 .accordion-item.active h2{
	padding: 30px 15px 20px 0;
}
.accordion-style-1 .accordion-body {
    font-family:var(--pbmit-body-typography-font-family);
    font-weight: normal;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #666666;
    padding: 0 35px 35px 35px;
}
.accordion-style-1 .accordion-button:not(.collapsed) {
    color: var(--pbmit-blackish-color);
	font-size: 22px;
    line-height: 26px;
    background: none;
    box-shadow: none;
}
.accordion-style-1 .accordion-button::after{
	content: "\f067";
}
.accordion-style-1 .accordion-button:not(.collapsed)::after{
	content: "\f068";
}
/*----------------------------------------*/
/*  14 - Tab
/*----------------------------------------*/
body .nav-tabs{
    border: none;
}
.nav-tabs{
    margin-top: 30px;
    padding: 0 30px;
}
.nav-item {
    margin-top: 30px;
    position: relative;
    border-right: none;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
}
.nav-link {
    padding: 0;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-color:transparent;
}
.nav-tabs .nav-link span{
    position: relative;
}
.nav-tabs .nav-link span:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -25px;
    height: 15px;
    width: 15px;
    transform: translateX(-50%);
    background: var(--pbmit-global-color);
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 9;
}
.nav-tabs .nav-link:after {
    position: absolute;
    content: '';
    left: inherit;
    right: 0;
    top: -19px;
    height: 3px;
    width: 50%;
    background: var(--pbmit-global-color);
}
.nav-tabs .nav-link:before{
    position: absolute;
    content: '';
    left: -1px;
    top: -19px;
    height: 3px;
    width: 50%;
    background: var(--pbmit-global-color);
} 
.nav-tabs .nav-item:first-child .nav-link:before{
    display: none;
}
.nav-tabs .nav-item:last-child span:after{
    display: none;
}
.tab-content {
    padding: 0 100px;
}
.tab-content h4 {
    font-size: 18px;
    line-height: 28px;
    color: var(--pbmit-global-color);
    margin-bottom: 10px;
}
.tab-content-img{
    position: relative;
}
.tab-icon-img {
    position: absolute;
    left: 0;
    bottom: 30px;
    animation: animation02 4s infinite linear;
}
@keyframes animation02 {
    0% {
    transform: translate(0px, 0px) rotate(0); }
    25% {
    transform: translate(-10px, -10px) rotate(5deg); }
    50% {
    transform: translate(-20px, 0px) rotate(0); }
    75% {
    transform: translate(-10px, -10px) rotate(-2deg); }
    100% {
    transform: translate(0, 0) rotate(0); } 
}
.nav-tabs .nav-link span{
    font-size: 16px;
    font-weight: 800;
    color: var(--pbmit-heading-color);
    font-family: var(--pbmit-heading-typography-font-family);
    letter-spacing: -0.3px;
    display: block;
    line-height: 16px;
}
.nav-tabs li.tabactive ~ li .nav-link:after{
    background: #fff;
}
.nav-tabs li.tabactive ~ li .nav-link:before {    
   background: #fff;
}
.nav-tabs li.tabactive .nav-link:after{
   background: #fff !important;
}
.nav-tabs li:last-child .nav-link:after,
.nav-tabs li:first-child .nav-link:before{
   display: none;
}
.nav-tabs li.tabactive:last-child .nav-link span:after{
   background-color: transparent;
}

/*----------------------------------------*/
/*  15 - 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 
}

/*----------------------------------------*/
/*  16 - Static-box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-static-box-style-1{
	overflow: hidden;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbmit-ihbox-btn a{
	transition: all .6s ease-in-out;
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box {
	width: calc(25% - 10px);
	position: relative;
	z-index: 1;
	transition: 0.7s;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active {
	margin-right: calc(25% - 60px)!important;
	transition: 0.9s;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-bg-imgbox {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0px;
	transition: 0.7s;
	height: 100%;
	width: auto;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox {
	position: relative;
	padding: 100px 70px;
	width: auto;
	z-index: 1;
	left: 0;
	right: 0;
	background-color: var(--pbmit-blackish-color);
	opacity: 0;
	visibility: hidden;
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 700;
	transform: translateX(100%);
	transition: 0.3s;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-img-text:after {
	opacity: 0;
	visibility: hidden;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-img-text:before {
	opacity: 0;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-bg-imgbox .pbmit-text .pbminfotech-box-title h4,
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbmit-ihbox-btn a,
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox .pbmit-ihbox-btn a,
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox .pbminfotech-box-title h4,
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox .pbmit-icon-wrapper {
	color: var(--pbmit-white-color);
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox .pbmit-icon-wrapper {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px;
	opacity: 1;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbminfotech-static-box-desc {
	margin: 35px 0 20px;
}
.pbmit-element-static-box-style-1 .pbmit-contentbox .pbminfotech-static-box-desc{
	color: #a6b0c2;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbmit-ihbox-btn:hover a{
	color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbmit-ihbox-btn:hover svg line{
    stroke: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-1 .pbmit-svg-btn a{
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox .pbmit-ihbox-btn svg line{
	stroke-width: 2px;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-text,
.pbmit-static-box-style-1 .pbmit-img {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-text .pbminfotech-box-title {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title h4,
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-text .pbminfotech-box-title h4 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	color: var(--pbmit-global-color);
    font-family:  var(--pbmit-heading-typography-font-family);
    font-weight: 700;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--pbmit-blackish-color);
	left: 0;
	right: auto;
	opacity: 0.30;
	z-index: -1;
	transition: all .7s;
	bottom: 0;
	visibility: visible;
}
.pbmit-static-box-style-1 .pbmit-img-text:before {
	counter-increment: pbmitbox1;
	content: counter(pbmitbox1, decimal-leading-zero);
	position: absolute;
	font-size: 195px;
	line-height:195px;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px rgb(255, 255, 255, .20);
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pbmit-static-box-style-1 .pbmit-contentbox:before {
	counter-increment: pbmitbox2;
	content: counter(pbmitbox2, decimal-leading-zero);
	position: absolute;
	font-size: 195px;
	line-height: 195px;
	color: transparent;
	-webkit-text-stroke: 1px rgb(255, 255, 255, .20);
	top: 100px;
	right: -75px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pbmit-static-box-style-1 .pbmit-svg-btn a svg {
	margin-left: 10px;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox1{
    background-image: url(../images/gym/staticbox1.jpg);
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox2{
    background-image: url(../images/gym/staticbox2.jpg);
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox3{
    background-image: url(../images/gym/staticbox3.jpg);
}
/** Style 2 **/
.pbmit-element-static-box-style-2 .swiper-static-slide-nav li {
	list-style: none;
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-icon i {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 15px;
	display: block;
	margin-top: 2px;
}
.pbmit-element-static-box-style-2 .pbmit-contentbox .pbmit-contant-inner {
	background-color: var(--pbmit-global-color);
	padding: 45px 50px 55px;
	z-index: 9;
	left: 110px;
	width: 435px;
	position: absolute;
	bottom: -65px;
}
.pbmit-element-static-box-style-2 .pbmit-hover-inner li h4 {
	font-size: 36px;
	line-height: 46px;
	color: rgba(46, 92, 79,.4);
}
.pbmit-element-static-box-style-2 .pbmit-hover-inner li:hover h4 {
	color:var(--pbmit-global-color);
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-icon i,
.pbmit-element-static-box-style-2 .pbmit-desc {
	color: var(--pbmit-white-color);
}
.pbmit-element-static-box-style-2 .pbmit-hover-inner li .pbminfotech-box-title h4 {
	display: inline-block;
	padding-bottom: 0;
	background-image: linear-gradient(to bottom,  rgba(46, 92, 79,.4) 0%,  rgba(46, 92, 79,.4) 98%);
	background-size: 0 2px;
	background-repeat: no-repeat;
	background-position: left 100%;
	transition: all 0.7s;
}
.pbmit-element-static-box-style-2 .pbmit-hover-inner li:hover .pbminfotech-box-title h4 {
	background-image: linear-gradient(to bottom,  var(--pbmit-global-color) 0%,  var(--pbmit-global-color) 98%);
}
.pbmit-element-static-box-style-2 .pbmit-hover-inner li.pbmit-active .pbminfotech-box-title h4 {
	background-size: 100% 2px;
	color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn{
	margin-top: 30px;
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn svg{
	margin-left: 0;
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn svg line{
    stroke: var(--pbmit-white-color);
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn svg line{
	stroke-width: 2px;
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn:hover svg line{
    stroke-dashoffset: 0;
}
.pbmit-element-static-box-style-2 .pbmit-ihbox-btn a{
	font-size: 0;
}
.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
	padding-top: 350px;
	margin: 0;
}
.pbmit-element-static-box-style-2 .swiper-static-slide-nav .pbmit-hover-inner{
	display: inline-block;
}

/** Style 3 **/
.pbmit-element-static-box-style-3 .swiper-static-slide-nav li {
	list-style: none;
	justify-content: space-between;
    align-items: center;
	padding: 0 0 40px 0;
	position: relative;
}
.pbmit-element-static-box-style-3 .swiper-static-slide-nav li:after,
.pbmit-element-static-box-style-3 .swiper-static-slide-nav li:before{
	position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba( 225, 225, 225, 0.2);
    bottom: 20px;
}
.pbmit-element-static-box-style-3 .swiper-static-slide-nav li:after{
	width: 0;
	z-index: 2;
	background-color: var(--pbmit-global-color);
	-webkit-transition: all .800s ease-in-out;
	transition: all .800s ease-in-out;
}
.pbmit-element-static-box-style-3 .swiper-static-slide-nav li:hover:after{
    width: 100%;
}
.pbmit-element-static-box-style-3 .pbmit-ihbox-icon i {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 10px;
	display: block;
}
.pbmit-element-static-box-style-3 .pbmit-contentbox .pbmit-contant-inner {
    background-color: var(--pbmit-global-color);
    padding: 60px 40px;
    left: 310px;
    width: 310px;
    position: absolute;
    bottom: -30px;
    z-index: 1;
}
.pbmit-element-static-box-style-3 .pbmit-hover-inner li h4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
	transition: all 0.7s;
}
.pbmit-element-static-box-style-3 .pbmit-ihbox-icon i,
.pbmit-element-static-box-style-3 .pbmit-desc {
	color: var(--pbmit-white-color);
}
.pbmit-element-static-box-style-3 .pbmit-desc {
	font-size: 16px;
}
.pbmit-element-static-box-style-3 .pbmit-ihbox-btn a{
	font-size: 0;
}
.pbmit-element-static-box-style-3 .pbmit-heading-desc{
	position: absolute;
	top: 20px;
	right:5px;
	max-width: 525px;
	padding-left: 15px;
}
.pbmit-element-static-box-style-3 .pbminfotech-box-title{
	flex: 1;
    padding-left: 20px;
}
.pbmit-element-static-box-style-3 .pbmit-hover-inner li .pbminfotech-box-number{
	transition: all 0.7s;
	color: rgba( 225, 225, 225, 0.7);
	font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-element-static-box-style-3 .pbmit-hover-inner li:hover .pbminfotech-box-number{
	color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-3 .pbmit-hover-inner li:hover .pbmit-svg-btn svg line{
    stroke-dashoffset: 0;
}
@media (max-width: 1200px) {
	.pbmit-element-static-box-style-3 .pbmit-heading-desc{
		position: unset;
		max-width: inherit;
	}
	.pbmit-element-static-box-style-3 .pbmit-contentbox .pbmit-contant-inner {
		left: 200px;
		bottom: -80px;
	}	
	.pbmit-element-static-box-style-3 .pbmit-heading-desc{
		padding-left: 0;
	}
}
@media (max-width: 991px) and (min-width: 767px) {
	.pbmit-element-static-box-style-3 .pbmit-contentbox .pbmit-contant-inner {
		left: 100px;
	}
	.pbmit-element-static-box-style-3 .pbmit-hover-inner li h4 {
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width: 767px) {
	.pbmit-element-static-box-style-3 .pbmit-contentbox .pbmit-contant-inner{
		position: unset;
		width: 100%;
		padding: 30px;
	}
	.pbmit-element-static-box-style-3 .pbmit-element-posts-wrapper .pbmit-main-static-slider{
		display: block !important;
	}
	.pbmit-element-static-box-style-3 .pbmit-main-static-slider .swiper-static-slide-nav {
		padding-top: 50px;
	}
	.pbmit-element-static-box-style-3 .swiper-static-slide-nav ul{
		padding-left: 0px;
	}
}
@media (max-width: 575px) {
	.pbmit-element-static-box-style-3 .pbmit-hover-inner li h4{
		font-size: 20px;
		line-height: 24px;
	}
	.pbmit-element-static-box-style-3 .pbmit-ihbox-icon i{
		margin-bottom: 0;
	}
}
/** Style 4 **/
.pbmit-element-static-box-style-4 .pbmit-bg-imgbox{
	background-size: cover;
	transition: all .5s ease;
	background-repeat: no-repeat;
}
.pbmit-static-box-style-4:nth-child(1),
.pbmit-static-box-style-4:nth-child(3){
	padding-right: 15px;
}
.pbmit-static-box-style-4:nth-child(2),
.pbmit-static-box-style-4:nth-child(4){
	padding-left: 15px;
}
.pbmit-static-box-style-4 .pbmit-static-box-main{
	margin-bottom: 30px	;
}
.pbmit-element-static-box-style-4 .pbmit-contentbox-inner{
    padding: 120px 40px 90px 80px;
    background: var(--pbmit-blackish-color);
}
.pbmit-element-static-box-style-4 .pbmit-contentbox-inner
.pbmit-element-static-box-style-4 .pbmit-ihbox-icon i{
	font-size: 40px;
    line-height: 50px;
}
.pbmit-element-static-box-style-4 .pbmit-ihbox-btn a{
	color: var(--pbmit-white-color);
}
.pbmit-static-box-style-4 .pbminfotech-box-title h4{
	font-weight: 500;
    font-size: 28px;
    line-height: 38px;
	color: var(--pbmit-white-color);
}
.pbmit-element-static-box-style-4 .pbminfotech-static-box-desc{
	padding: 0 0 20px 0;
	color: var(--pbmit-white-color);
}
.pbmit-static-box-style-4 .pbmit-contentbox{
	padding-right: 30px;
}
.pbmit-element-column-three.pbmit-element-static-box-style-4 .pbmit-contentbox-inner{
    padding: 60px 50px;
}
.pbmit-element-column-four.pbmit-element-static-box-style-4 .pbmit-contentbox-inner{
    padding: 30px;
}
.pbmit-static-box-style-4 .pbmit-bg-imgbox,
.pbmit-element-static-box-style-4 .pbmit-bg-imgbox,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4 .pbmit-static-box-main{
	position: relative;
	overflow: hidden;
}
.pbmit-static-box-style-4  .pbmit-bg-imgbox::before{
	position: absolute;
    top: 0;
    left: -43%;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(0);
    -ms-transform: skewX(-25deg);
    transform: skewX(-17deg);
}
.pbmit-static-box-style-4:hover  .pbmit-bg-imgbox::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}
@keyframes shine {
    100% {
        left: 125%
    }
}
.pbmit-static-box-style-4 .pbmit-bg-imgbox{
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.pbmit-static-box-style-4:hover .pbmit-bg-imgbox{
	-moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(3) .pbmit-static-box-main .pbmit-contentbox,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(4) .pbmit-static-box-main .pbmit-contentbox,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(7) .pbmit-static-box-main .pbmit-contentbox,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(8) .pbmit-static-box-main .pbmit-contentbox{
	padding-right: 0px;
}
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(3) .pbmit-static-box-main .pbmit-bg-imgbox,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(4) .pbmit-static-box-main .pbmit-bg-imgbox,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(7) .pbmit-static-box-main .pbmit-bg-imgbox,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(8) .pbmit-static-box-main .pbmit-bg-imgbox{	
	margin-right: 30px;
}
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(3) .pbmit-static-box-main,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(4) .pbmit-static-box-main,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(7) .pbmit-static-box-main,
.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(8) .pbmit-static-box-main{
    flex-direction: row-reverse;
}

@media (max-width: 1400px) {
	.pbmit-element-static-box-style-4 .pbmit-contentbox-inner{
		padding: 60px 30px 60px 40px;
	}
}
@media (max-width: 1200px) {
	.pbmit-static-box-style-4 .pbmit-static-box-main{
		display: block !important;
	}
	.pbmit-static-box-style-4 .pbmit-contentbox{
		padding: 0 ;
	}
	.pbmit-static-box-style-4 .pbmit-bg-imgbox,
	.pbmit-static-box-style-4 .pbmit-contentbox{
		width: 100%;
		background-image: none !important;
	}
	.pbmit-static-box-style-4 .pbmit-bg-imgbox .pbmit-imgbox-responsive img{
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.pbmit-element-static-box-style-4 .pbmit-bg-imgbox .pbmit-imgbox-responsive{
		display: none;
	}
	.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(2) .pbmit-contentbox-inner,
	.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(3) .pbmit-contentbox-inner{
		background: var(--pbmit-light-color);
	}
	.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(2) .pbminfotech-static-box-desc,
	.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(3) .pbminfotech-static-box-desc{
		color: var(--pbmit-blackish-color);
	}
	.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(2) .pbminfotech-box-title h4,
	.pbmit-element-static-box-style-4 .pbmit-static-box-style-4:nth-child(3) .pbminfotech-box-title h4{
		color: var(--pbmit-blackish-color);
	}
}
@media (max-width: 767px) {
	.pbmit-static-box-style-4:nth-child(1),
	.pbmit-static-box-style-4:nth-child(3),
	.pbmit-static-box-style-4:nth-child(2),
	.pbmit-static-box-style-4:nth-child(4){
		padding: 0;
	}
}

/*----------------------------------------*/
/*  17 - List Gourp
/*----------------------------------------*/
.list-group-borderless .list-group-item {
    border: none;
    color: var(--pbmit-blackish-color);
    padding: 0;
    padding-bottom: 0px;
    background: transparent;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 15px;
    font-weight: 400;
    display: flex;
}
.list-group-borderless .list-group-item i{
    padding-right: 8px;
    color: var(--pbmit-global-color);
    position: relative;
    font-size: 30px ;
    line-height: 40px;
    font-weight: normal;
}
ul.list-group.list-group-borderless {
    margin-bottom: 1.75em;
}

.list-style-1.list-group-borderless .list-group-item{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: calc(0px/2);
    font-family:var(--pbmit-body-typography-font-family);
	margin-bottom: 15px;
}
.list-style-1.list-group-borderless .list-group-item i{
    font-size: 7px;
	line-height: 20px;
}
.list-style-1.text-black.list-group-borderless .list-group-item i{
    color: var(--pbmit-blackish-color);
}

.list-style-2.list-group-borderless .list-group-item{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: calc(0px/2);
    font-family:var(--pbmit-body-typography-font-family);
	margin-bottom: 18px;
}
.list-style-2.list-group-borderless .list-group-item i{
    font-size: 10px;
	padding-right: 15px;
	line-height: 25px;
}
.list-style-2.text-black.list-group-borderless .list-group-item i{
    color: var(--pbmit-blackish-color);
}
.list-style-3 .list-group-item i{
	font-size: 18px;
}
.list-style-3 .list-group-item{
	font-size: 18px;
	font-weight: 300;
    line-height: 28px;
	color: rgba( 225, 225, 225, 0.7);
}

/*----------------------------------------*/
/*  18 - Revolution
/*----------------------------------------*/
.rev-btn svg.pbmit-svg-arrow{
    height: 10px;
    margin-left: 5px;
}
.rev-btn svg line:nth-child(1), .elementor-button svg line:nth-child(1), .pbmit-svg-btn svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61,1,.88,1);
}
.pbmit-search-results-load-btn a svg line, 
.pbmit-form button svg line, 
.pbmit-footer-button svg, 
.rev-btn svg line, 
.elementor-button svg line, .pbmit-svg-btn svg line {
    fill: none;
    stroke: var(--pbmit-white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.rev-btn:hover svg line{
    stroke-dashoffset: 0;
}
/** Slider 01 **/
#rev_slider_1_1_wrapper .pbmit-spin-text{
    width:130px; 
    position:relative
}
#rev_slider_1_1_wrapper .pbmit-spin-text .pbmit-spin-icon{
    position:absolute; 
    top:50%; 
    left:50%; 
    margin-right:-50%!important; 
    transform:translate(-50%,-10%) rotate(-45deg); 
    background:var(--pbmit-global-color); 
    color:#000; 
    border-radius:50%!important; 
    height:70px; 
    width:70px; 
    line-height:70px!important; 
    text-align:center!important
}
#rev_slider_1_1_wrapper .pbmit-spin-text svg text{
    fill:var(--pbmit-white-color); 
    transform-origin:50% 50% 0; 
    transform:rotate(0deg); 
    -webkit-animation:spin 15s linear infinite; 
    -moz-animation:spin 15s linear infinite; 
    animation:spin 15s linear infinite
}
@-moz-keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-webkit-keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-o-keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-ms-keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
#rev_slider_1_1_wrapper .custom .tp-bullet.rs-touchhover,
#rev_slider_1_1_wrapper .custom .tp-bullet.selected{
        background:var(--pbmit-white-color)!important
    }
#rev_slider_1_1_wrapper .custom .tp-bullet{
        background:rgba( 225, 225, 225, 0.5)!important
    }
/** Slider 02 **/
#rev_slider_2_1_wrapper .pbmit-text-wrapper{
    text-align:center; 
    letter-spacing:0px; 
    -webkit-text-stroke:1px #fff; 
    -webkit-text-fill-color:transparent
}
#rev_slider_2_1_wrapper .custom .tp-bullet.rs-touchhover,
#rev_slider_2_1_wrapper .custom .tp-bullet.selected{
    background:var(--pbmit-white-color)!important
}
#rev_slider_2_1_wrapper .custom .tp-bullet{
    background:rgba(255,2552,255,.50)!important
}
#rev_slider_2_1_wrapper .rev-btn svg line{
    fill: none;
    stroke: var(--pbmit-white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
#rev_slider_2_1_wrapper .gym-slider-arrow-color:hover svg line{
    stroke: var(--pbmit-blackish-color);
}
#rev_slider_2_1_wrapper .zeus.tparrows{
    cursor:pointer; 
    min-width:70px; 
    min-height:70px; 
    position:absolute; 
    display:block; 
    z-index:1000; 
    border-radius:50%;  
    overflow:hidden; 
    background:rgba(0,0,0,0.1)
}
#rev_slider_2_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_2_1_wrapper .zeus.tparrows.tp-leftarrow:before{
    content: '\e81e';
}
#rev_slider_2_1_wrapper .zeus.tparrows.tp-rightarrow:before{
    content: '\e814';
}
#rev_slider_2_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_2_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_2_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder{
    transform:translatex(100%); 
    -webkit-transform:translatex(100%)
}
#rev_slider_2_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder{
    transform:translatex(0); 
    -webkit-transform:translatex(0); 
    opacity:1
}
#rev_slider_2_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap{
    transform:scale(1); 
    -webkit-transform:scale(1); 
    opacity:1
}
/** Slider 03*/
.lawyer-slider-arrow-color svg line{
    stroke: var(--pbmit-blackish-color);
}
.lawyer-slider-arrow-color:hover svg line{
    stroke: var(--pbmit-white-color);
}
#rev_slider_3_1_wrapper .custom.tparrows{
    background:transparent !important; 
    width:35px !important
}
#rev_slider_3_1_wrapper .custom.tparrows:hover{
    background:transparent !important
}
#rev_slider_3_1_wrapper .custom.tparrows:before{
    font-size:15px !important; 
    text-align:left !important
}
#rev_slider_3_1_wrapper .custom.tparrows:after{
    background:transparent; 
    position:absolute; 
    top:19px; 
    content:''; 
    display:inline-block; 
    height:1px; 
    width:33px; 
    background-color:#fff; 
    transition:0.1s; 
    left:1px
}
#rev_slider_3_1_wrapper .tp-rightarrow.custom.tparrows:before{
    text-align:right !important
}
#rev_slider_3_1_wrapper .custom.tparrows{
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:1000
}
#rev_slider_3_1_wrapper .custom.tparrows.rs-touchhover{
    background:#000
}
#rev_slider_3_1_wrapper .custom.tparrows:before{
    font-family: "pbminfotech-base-icons";
    font-size:15px;
    color:#fff;
    display:block;
    line-height:40px;
    text-align:center
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow:before{
    content:'\e81f' !important;
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow:before{
    content:'\e815' !important;
	transform: none;
}
/** Slider 04*/
.cons-slider-text{
    -webkit-text-fill-color:transparent; 
    -webkit-text-stroke:1px #ddd
}
.pbmit-header-style-5 .pbmit-slider-area .rev-btn:hover svg line{
    stroke:var(--pbmit-blackish-color)
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:var(--pbmit-white-color)!important
}
.custom .tp-bullet{
    background:rgba(255,255,2555,.50)!important
}
.custom.tp-bullets:before{
    content:' ';
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;
    margin-top:-10px;
    box-sizing:content-box
}
.custom .tp-bullet{
    width:12px;
    height:12px;
    position:absolute;
    background:#aaa; 
    background:rgba(125,125,125,0.5);
    cursor:pointer;
    box-sizing:content-box
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:rgb(125,125,125)
}
.header-style-4 .pbmit-slider-area .rev-btn:hover svg line {
    stroke: var(--pbmit-blackish-color);
}
/** Slider 05*/
.rs-slide-count span{
    font-size:162px
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:var(--pbmit-white-color)!important
}
.custom .tp-bullet{
    background:rgba(255,255,255,.50)!important
}
.custom.tp-bullets:before{
    content:' ';
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;
    margin-top:-10px;
    box-sizing:content-box
}
.custom .tp-bullet{
    width:12px;
    height:12px;
    position:absolute;
    background:#aaa; 
    background:rgba(125,125,125,0.5);
    cursor:pointer;
    box-sizing:content-box
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:rgb(125,125,125)
}
/** Slider 06*/
.pbmit-header-style-7 .pbmit-slider-area{
    background:linear-gradient(0deg,rgba(24, 24, 25) 0%,rgba(0,50,129,0) 70%)
}
.pbmit-slider-box{
    background-color:var(--pbmit-blackish-color); 
    padding:15px 30px 15px 15px; 
    border-radius:25px 25px 0px 25px
}
.pbmit-slider-box .pbmit-icon-wrapper{
    margin-right:10px
}
.pbmit-slider-box .pbmit-icon-wrapper i{
    font-size:45px; 
    line-height:45px; 
    color:#025fd9
}
.pbmit-slider-box .pbmit-heading-desc{
    margin-bottom:0px!important
}
.pbmit-slider-box .pbmit-element-title{
    font-size:16px; 
    font-weight:600!important; 
    color:var(--pbmit-white-color);
    margin:0
}
.pbmit-content-wrapper .pbmit-title{
    color:var(--pbmit-white-color); 
    margin:0; 
    line-height:48px !important 
}
.medical-percentage sup{
    font-weight:600 !important; 
    margin-top:20px; 
    font-size:30px
}.pbmit-content-wrapper .pbmit-desc{
    font-size:16px !important; 
    margin:0
}
#rev_slider_6_1_wrapper .custom.tparrows{
    background:transparent !important
}
#rev_slider_6_1_wrapper .custom.tparrows:before{
    font-family:"pbminfotech-base-icons" !important; 
    color:var(--pbmit-global-color) !important; 
    font-size:22px !important
}
#rev_slider_6_1_wrapper .custom.tparrows.rs-touchhover{
    background:var(--pbmit-global-color) !important
}
#rev_slider_6_1_wrapper .custom.tparrows.rs-touchhover:before{
    color:var(--pbmit-white-color) !important
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:var(--pbmit-global-color)!important
}
.custom .tp-bullet{
    background:rgba(2, 27, 217,.30)!important
}
.custom.tp-bullets:before{
    content:' ';
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;
    margin-top:-10px;
    box-sizing:content-box
}
.custom .tp-bullet{
    width:12px;
    height:12px;
    position:absolute;
    background:#aaa; 
    background:rgba(125,125,125,0.5);
    cursor:pointer;
    box-sizing:content-box
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:rgb(125,125,125)
}
/** Slider 07*/
.garden-slider-arrow-color:hover svg line{
    stroke: var(--pbmit-blackish-color);
}
.rev-btn i{
    margin-left:5px
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:var(--pbmit-white-color)!important
}
.custom .tp-bullet{
    background:rgba(255,255,255,.50)!important
}
.custom.tp-bullets:before{
    content:' ';
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px
    ;margin-top:-10px;
    box-sizing:content-box
}
.custom .tp-bullet{
    width:12px;
    height:12px;
    position:absolute;
    background:#aaa; 
    background:rgba(125,125,125,0.5);
    cursor:pointer;
    box-sizing:content-box
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
    background:rgb(125,125,125)
}

/** Slider 08*/
.industry-outline-text{
	-moz-text-fill-color:transparent; 
	-webkit-text-fill-color:transparent; 
	-moz-text-stroke-color:var(--pbmit-global-color); 
	-webkit-text-stroke-color:var(--pbmit-global-color); 
	-moz-text-stroke-width:2px; -webkit-text-stroke-width:2px
}
.pbmit-btn-lineheight{
	line-height:16px !important
}
.pbmit-slider-area .tparrows.tp-leftarrow:before{
	font-family:'pbminfotech-base-icons' !important;
	content:'\e81e' !important
}
.pbmit-slider-area .tparrows.tp-rightarrow:before{
	font-family:'pbminfotech-base-icons' !important;
	content:'\e81e' !important; 
	transform:rotate(180deg)
}
.pbmit-slider-area .hephaistos.tparrows.rs-touchhover{
	background-color:var(--pbmit-global-color) !important; 
	-webkit-transition:background-color 300ms linear,color 1s linear; 
	-moz-transition:background-color 300ms linear,color 1s linear; 
	-o-transition:background-color 300ms linear,color 1s linear; 
	-ms-transition:background-color 300ms linear,color 1s linear; 
	transition:background-color 300ms linear,color 1s linear
}
.pbmit-slider-area .hephaistos.tparrows.rs-touchhover:before{
	color:var(--pbmit-white-color) !important
}
#rev_slider_8_1_wrapper .hephaistos.tparrows{
	cursor:pointer;
	background:#ffffff;
	width:60px;
	height:60px;
	position:absolute;
	display:block;
	z-index:1000; 
	border-radius:50%
}
#rev_slider_8_1_wrapper .hephaistos.tparrows.rs-touchhover{
	background:#000000
}
#rev_slider_8_1_wrapper .hephaistos.tparrows:before{
	font-family:'revicons';
	font-size:18px;
	color:#ff5001;
	display:block;
	line-height:60px;
	text-align:center
}
#rev_slider_8_1_wrapper .hephaistos.tparrows.tp-leftarrow:before{
	content:'\e82c'; 
	margin-left:-2px
}
#rev_slider_8_1_wrapper .hephaistos.tparrows.tp-rightarrow:before{
	content:'\e82d'; 
	margin-right:-2px
}
/** Slider 09 */
#rev_slider_9_1_wrapper .hermes .tp-bullet{
	overflow:hidden; 
	border-radius:50%; 
	width:16px; 
	height:16px; 
	background-color:rgba(0,0,0,0); 
	box-shadow:inset 0 0 0 2px #ffffff; 
	-webkit-transition:background 0.3s ease; 
	transition:background 0.3s ease; 
	position:absolute
}
#rev_slider_9_1_wrapper .hermes .tp-bullet.rs-touchhover{
	background-color:rgba(0,0,0,0.21)
}
#rev_slider_9_1_wrapper .hermes .tp-bullet:after{
	content:' '; 
	position:absolute; 
	bottom:0; 
	height:0; 
	left:0; 
	width:100%; 
	background-color:#ffffff; 
	box-shadow:0 0 1px #ffffff; 
	-webkit-transition:height 0.3s ease; 
	transition:height 0.3s ease
}
#rev_slider_9_1_wrapper .hermes .tp-bullet.selected:after{
	height:100%
}
#rev_slider_9_1_wrapper .rev-btn:hover svg line {
    stroke: var(--pbmit-blackish-color);
}
/** Slider 10 */
.pbmit-slider-area .tparrows.tp-leftarrow:before{
	font-family:'pbminfotech-base-icons' !important;
	content:'\e846' !important
}
.pbmit-slider-area .tparrows.tp-rightarrow:before{
	font-family:'pbminfotech-base-icons' !important;
	content:'\e846' !important; 
	transform:rotate(180deg)
}
.pbmit-slider-area .hephaistos.tparrows.rs-touchhover{
	background-color:var(--pbmit-global-color) !important; 
	-webkit-transition:background-color 300ms linear,color 1s linear; 
	-moz-transition:background-color 300ms linear,color 1s linear; 
	-o-transition:background-color 300ms linear,color 1s linear; 
	-ms-transition:background-color 300ms linear,color 1s linear; 
	transition:background-color 300ms linear,color 1s linear
}
.pbmit-slider-area .hephaistos.tparrows.rs-touchhover:before{
	color:var(--pbmit-white-color) !important
}
#rev_slider_10_1_wrapper .hesperiden.tparrows{
	cursor:pointer;
	background:transparent;
	width:50px;
	height:50px;
	position:absolute;
	display:block;
	z-index:1000; 
	border-radius:50%
}
#rev_slider_10_1_wrapper 
.hesperiden.tparrows.rs-touchhover{
	background:transparent
}
#rev_slider_10_1_wrapper 
.hesperiden.tparrows:before{
	font-family:'revicons';
	font-size:30px;
	color:#ffffff;
	display:block;
	line-height:50px;
	text-align:center
}
#rev_slider_10_1_wrapper .hesperiden.tparrows.tp-leftarrow:before{
	content:'\e82c';
	margin-left:-3px
}
#rev_slider_10_1_wrapper .hesperiden.tparrows.tp-rightarrow:before{
	content:'\e82d'; 
	margin-right:-3px
}
@media(min-width: 1024px) and (max-width: 1200px){
	#rev_slider_10_1 #slider-1-slide-6-layer-3,
	#rev_slider_10_1 #slider-1-slide-2-layer-3,
	#rev_slider_10_1 #slider-1-slide-1-layer-3{
		padding-left: 20px;
	}
}
/** Slider 11 */
.pbmit-spin-text{
	width:130px; 
	position:relative
}
.pbmit-spin-text .pbmit-spin-icon{
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-right:-50%!important; 
	transform:translate(-50%,-50%) rotate(-45deg); 
	background:var(--pbmit-global-color); 
	color:#000; 
	border-radius:50%!important; 
	height:70px; 
	width:70px; 
	line-height:70px!important; 
	text-align:center!important
}
.pbmit-spin-text svg text{
	fill:var(--pbmit-white-color); 
	transform-origin:50% 50% 0; 
	transform:rotate(0deg); 
	-webkit-animation:spin 15s linear infinite; 
	-moz-animation:spin 15s linear infinite; 
	animation:spin 15s linear infinite
}
@-moz-keyframes spin{
	0%{
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
	}
}
@-webkit-keyframes spin{
	0%{
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
	}
}
@-o-keyframes spin{
	0%{-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
	}
}
@-ms-keyframes spin{
	0%{
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
	}
}
@keyframes spin{
	0%{
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
	}
}
@media (max-width:767px){
	.pbmit-spin-text{
		display:none
	}
}
#rev_slider_11_1_wrapper .uranus .tp-bullet{
	border-radius:50%; 
	box-shadow:0 0 0 2px rgba(255,255,255,0); 
	-webkit-transition:box-shadow 0.3s ease; 
	transition:box-shadow 0.3s ease; 
	background:transparent; 
	width:15px; 
	height:15px
}
#rev_slider_11_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_11_1_wrapper .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px rgba(255,255,255,1); 
	border:none; 
	border-radius:50%; 
	background:transparent
}
#rev_slider_11_1_wrapper .uranus .tp-bullet-inner{
	-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease; 
	transition:background-color 0.3s ease,transform 0.3s ease; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	outline:none; 
	border-radius:50%; 
	background-color:rgba(255,255,255,0); 
	background-color:rgba(255,255,255,0.3); 
	text-indent:-999em; 
	cursor:pointer; 
	position:absolute
}
#rev_slider_11_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_11_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	transform:scale(0.4); 
	-webkit-transform:scale(0.4); 
	background-color:rgba(255,255,255,1)
}

/* pbmit-rev-btn-effect */
a.pbmit-rev-btn-effect,
a.pbmit-rev-btn-effect:hover {
    background-color: transparent !important;
}
a.pbmit-rev-btn-effect span {
    position: relative;
    color: var(--pbmit-white-color);
    padding-right: 30px;
}
a.pbmit-rev-btn-effect span:after {
    position: absolute;
    content: '\e83a';
    font-size: 16px;
    top: 2px;
    font-family: "pbminfotech-base-icons";
    right: -10px;
    left: auto;
    transition: all 0.5s ease !important;
    line-height: normal;
}
a.pbmit-rev-btn-effect {
    position: relative;
    display: inline-block;
    padding: 0px 30px !important;
    line-height: normal !important;
    transition: all 0.5s ease !important;
}
a.pbmit-rev-btn-effect:hover {
    background-color: transparent !important;
}
a.pbmit-rev-btn-effect:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    display: block;
    border: 1px solid var(--pbmit-global-color);
    border-radius: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease !important;
    transform: translateX(0px);
    background-color: var(--pbmit-global-color);
}
a.pbmit-rev-btn-effect:hover:before {
    width: 50px;
    background-color: transparent;
}
a.pbmit-rev-btn-effect:before {
    background-color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}
a.pbmit-rev-btn-effect:hover span {
    color: var(--pbmit-white-color);
}
a.pbmit-rev-btn-effect:hover span,
a.pbmit-rev-btn-effect:hover span::after {
    color: var(--pbmit-global-color);
}
/* pbmit-rev-btn-effect-reverse */
a.pbmit-rev-btn-effect-reverse,
a.pbmit-rev-btn-effect-reverse:hover {
    background-color: transparent !important;
}
a.pbmit-rev-btn-effect-reverse span:after {
    position: absolute;
    content: '\e83a';
    font-size: 16px;
    top: 2px;
    font-family: "pbminfotech-base-icons";
    right: -10px;
    left: auto;
    transition: all 0.5s ease !important;
    line-height: normal;
}
a.pbmit-rev-btn-effect-reverse span {
    position: relative;
    color: var(--pbmit-blackish-color);
    padding-right: 30px;
}
a.pbmit-rev-btn-effect-reverse:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    display: block;
    border: 1px solid var(--pbmit-blackish-color);
    border-radius: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    transform: translateX(0px);
    width: 50px;
    background-color: transparent;
}
a.pbmit-rev-btn-effect-reverse:hover:before {
    background-color: var(--pbmit-blackish-color);
    width: 100%;
}
a.pbmit-rev-btn-effect-reverse:hover span {
    color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  19 - Marquee
/*----------------------------------------*/
.pbminfotech-element-marquee-effect .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
}
.pbminfotech-element-marquee-effect .pbmit-marquee-container{
	display: flex;
}
.pbminfotech-element-marquee-effect .pbmit-ele-marquee-effect,
.pbminfotech-element-marquee-effect .swiper-slide {
	display: flex;
    width: auto;
    flex-shrink: 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;
	font-weight: 500;
}
.pbminfotech-element-marquee-effect .pbmit-tag-wrapper {
	position: relative;
}
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	overflow: visible!important;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	margin-left: 80px;
	padding-left: 80px;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title::before {
	content: '';
	position: absolute;
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-global-color);
	background: var(--pbmit-global-color);
	top: 15px;
	left: -90px;
	height: 17px;
	width: 17px;
	transform: rotate(45deg);
}
.pbmit-marquee-effect-style-1 .pbmit-ihbox-icon i {
	font-size: 30px;
	line-height: normal;
}
.pbmit-element-marquee-effect-style-1 .swiper-slide:nth-child(odd) .pbmit-element-title{
	color: #a6b0c2;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title svg{
	display:none;
}
/** Style 2 **/
.pbmit-marquee-effect-style-2 .pbmit-element-title {
	font-size: 26px;
	line-height: normal;
	color: var(--pbmit-blackish-color);
	text-transform: uppercase;
	overflow: visible!important;
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper .pbmit-element-title::before {
	content: '*';
	font-size: 30px;
	position: absolute;
	left: -45px;	
	top: -5px;
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper {
	margin-left: 40px;
	padding-left: 40px;
}
.pbmit-marquee-effect-style-2 .pbmit-element-title a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-marquee-effect-style-2 .pbmit-element-title svg{
	display:none;
}
/** Style 3 **/
.pbmit-marquee-effect-style-3 .pbmit-element-title {
	font-size: 100px;
	line-height: 100px!important;
	font-weight: 600!important;
	color: var(--pbmit-blackish-color);
	position: relative!important;
	overflow: visible!important;
	letter-spacing: 15px;
	text-transform: uppercase;
}
.pbmit-marquee-effect-style-3 .pbmit-element-title a {
	color: var(--pbmit-blackish-color);
	max-width: 100%;
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
}
.pbmit-marquee-effect-style-3 .pbmit-element-title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-global-color);
	-webkit-text-stroke: transparent;
	max-width: 0;
}
.pbmit-marquee-effect-style-3 .pbmit-element-title:hover:before {
	max-width: 100%;
}
.pbmit-marquee-effect-style-3 .pbmit-tag-wrapper {
	padding:0 40px;
}
.pbmit-marquee-effect-style-3 .pbmit-element-title:after {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #000;
	bottom: 11px;
	left: -55px;
}
 /* style3 With outline class */
.pbmit-marquee-effect-style-3-outline .pbmit-marquee-effect-style-3 .pbmit-element-title {  
	overflow: visible!important;
	text-shadow: 1px 1px 0 rgba(39, 39, 47,.3), 
                -1px -1px 0 rgba(39, 39, 47,.3), 
                1px -1px 0 rgba(39, 39, 47,.3), 
                -1px 1px 0 rgba(39, 39, 47,.3), 
                1px 1px 0 rgba(39, 39, 47,.3);
	color: var(--pbmit-white-color);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: rgb(255 255 255 / 3%);
}
.pbmit-marquee-effect-style-3-outline .pbmit-marquee-effect-style-3 .pbmit-element-title:before {
	-webkit-text-fill-color: var(--pbmit-blackish-color);
}
.pbmit-marquee-effect-style-3-outline .pbmit-marquee-effect-style-3 .pbmit-element-title:after {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 1px solid rgba(39, 39, 47,.3);
	bottom: 11px;
	left: -55px;
}
.pbmit-marquee-effect-style-3 .pbmit-svg-btn svg {
	display: none;
}
/** Style 4 **/
.pbmit-marquee-effect-style-4 .pbmit-element-title {
	font-size: 70px;
	color: var(--pbmit-global-color);
	overflow: visible!important;
	position: relative;
}
.pbmit-marquee-effect-style-4 .pbmit-element-title a {
	color: var(--pbmit-blackish-color);
}
.pbmit-marquee-effect-style-4 .pbmit-tag-wrapper {
	margin-left: 100px;
	padding-left: 100px;
}
.pbmit-marquee-effect-style-4 .pbmit-element-title:before {
	content: '';
	position: absolute;
	background: var(--pbmit-white-color);
	top: 35px;
	left: -110px;
	height: 25px;
	width: 25px;
	transform: rotate(45deg);
}
.pbmit-marquee-effect-style-4 .pbmit-tag-wrapper i {
	font-size: 40px;
	line-height: normal;
	color: var(--pbmit-global-color);
	display: inherit;
	text-align: center;
}
.pbmit-marquee-effect-style-4 .pbmit-svg-btn svg {
	display: none;
}
/** Style 5 **/
.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;
    font-weight: 500;
}
.pbmit-marquee-effect-style-5 .pbmit-element-title {
	font-size: 140px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #dadada;
}
.pbmit-marquee-effect-style-5 .pbmit-tag-wrapper {
	margin-left: 70px;
	padding-left: 70px;
    position: relative;
}
.pbmit-marquee-effect-style-5 .pbmit-tag-wrapper::before {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #dadada;
	top: 50%;
	left: -25px;
}
.pbmit-marquee-effect-style-5 .pbmit-tag-wrapper i {
	font-size: 30px;
	line-height: normal;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
}
.pbmit-marquee-effect-style-5 .pbmit-element-title a {
	color: var(--pbmit-blackish-color);
	max-width: 100%;
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
}
.pbmit-marquee-effect-style-5 .pbmit-element-title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgba(255, 90, 0, .50);
	max-width: 0;
}
.pbmit-marquee-effect-style-5 .pbmit-element-title:hover:before {
	max-width: 100%;
}
.pbmit-marquee-effect-style-5 .pbmit-svg-btn svg {
	display: none;
}
.pbminfotech-element-marquee-effect .pbmit-marquee-effect-style-6 .pbmit-element-title{
	transition: all .6s ease-in-out;
}
/** Style 6 **/
.pbmit-marquee-effect-style-6 .pbmit-element-title {
	font-size: 48px;
	line-height: 48px !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	color: rgba(255,255,255, 0.2);
}
.pbmit-marquee-effect-style-6 .pbmit-tag-wrapper {
	margin-left: 50px;
	padding-left: 50px;
}
.pbmit-marquee-effect-style-6 .pbmit-tag-wrapper::before {
	content: '';
	position: absolute;
	top: 25px;
	font-size: 20px;
	line-height: 55px;
	left: 0;
	height: 4px;
	width: 10px;
	background-color: rgba(255,255,255 ,0.2);
}
.pbmit-marquee-effect-style-6:hover .pbmit-element-title{
	color: rgba(188, 30, 36, 0.8);
}
/** Style 7 **/
.pbmit-marquee-effect-style-7 .pbmit-element-title {
	font-size: 16px;
	line-height: 36px !important;
	text-transform: capitalize;
	font-weight: 600!important;
	color: var(--pbmit-global-color);
	padding: 5px!important;
}
.pbmit-marquee-effect-style-7 .pbmit-tag-wrapper {
	margin-left: 40px;
	padding-left: 45px;
}
.pbmit-marquee-effect-style-7 .pbmit-tag-wrapper::before {
	content: '+';
	position: absolute;
	top: 10px;
	font-size: 16px;
	line-height: 26px;
	left: 0;
	color: var(--pbmit-global-color);
}
/** Style 8 **/
.pbmit-marquee-effect-style-8 .pbmit-element-title {
	font-size: 18px;
	line-height: 60px !important;
	text-transform: uppercase;
	font-weight: 600;
    color: var(--pbmit-white-color);
}
.pbmit-marquee-effect-style-8 .pbmit-tag-wrapper {
	margin-left: 50px;
	padding-left: 50px;
    position: relative;
}
.pbmit-marquee-effect-style-8 .pbmit-tag-wrapper::before {
	content: '-';
	position: absolute;
	top: 0;
	font-size: 15px;
	line-height: 58px;
	left: 0;
    color: var(--pbmit-white-color);
}
/** Style 9 **/
.pbmit-marquee-effect-style-9 .pbmit-element-title{
	transition: all .6s ease-in-out;
}
.pbmit-marquee-effect-style-9 .pbmit-element-title {
	font-size: 62px;
	line-height: 72px !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	overflow: visible!important;
	text-shadow: 1px 1px 0 rgba(0, 0, 0,.60), -1px -1px 0 rgba(0, 0, 0,.60), 1px -1px 0 rgba(0, 0, 0,.60), -1px 1px 0 rgba(0, 0, 0,.60), 1px 1px 0 rgba(0, 0, 0,.60);
	color: var(--pbmit-white-color);
	-webkit-text-fill-color: inherit;
	position: relative;
	background-color: transparent;
}
.pbmit-marquee-effect-style-9 .pbmit-element-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .66, 1);
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-stroke: transparent;
	max-width: 0;
	-webkit-text-fill-color: var(--pbmit-blackish-color);
}
.pbmit-marquee-effect-style-9 .pbmit-element-title:hover::after{
	max-width: 100%;
}
.pbmit-marquee-effect-style-9 .pbmit-tag-wrapper {
	margin-left: 38px;
	padding-left: 63px;
	position: relative;
}
.pbmit-marquee-effect-style-9 .pbmit-tag-wrapper::before {
	content: '';
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
	font-size: 20px;
	line-height: 55px;
	left: 0;
	height: 8px;
    width: 26px;
	border: 1px solid rgba(0, 0, 0,.60);
}
@media(max-width:767px){
	.pbmit-marquee-effect-style-9 .pbmit-element-title{
		font-size: 50px;
    	line-height: 55px !important;
	}
}
/** Style 10 **/
.pbmit-marquee-effect-style-10 .pbmit-element-title {	
	font-size: 60px;
    line-height: 75px !important;
	font-weight: 600!important;
    overflow: visible!important;
    text-shadow: 1px 1px 0 var(--pbmit-blackish-color), -1px 0 var(--pbmit-blackish-color), 1px -1px 0 var(--pbmit-blackish-color), -1px 1px 0 var(--pbmit-blackish-color), -1px 1px 0 var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
	-webkit-text-fill-color: inherit;
    position: relative;
    background-color: transparent;
    text-transform: capitalize;
	transition: all .5s ease-in-out .05s !important;
	letter-spacing: 1px;
}
.pbmit-marquee-effect-style-10 .pbmit-element-title:hover {
	transition-delay: 0.4s;
	text-shadow: unset;
}
.pbmit-marquee-effect-style-10 .pbmit-element-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-stroke: transparent;
	max-width: 0;
	-webkit-text-fill-color: var(--pbmit-blackish-color);
}
.pbmit-marquee-effect-style-10 .pbmit-element-title:hover::after{
	max-width: 100%;
}
.pbmit-marquee-effect-style-10 .pbmit-tag-wrapper {
	position: relative;
	margin-left: 38px;
	padding-left: 63px;
}
.pbmit-marquee-effect-style-10 .pbmit-tag-wrapper::before {
	content: '*';
	position: absolute;
	top: 30%;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	left: 0;
	color: var(--pbmit-blackish-color);
	transition: all .2s ease-in;
}
/** Style 11 **/
.pbmit-marquee-effect-style-11 .pbmit-element-title{
	transition: all .6s ease-in-out;
}
.pbmit-marquee-effect-style-11 .pbmit-element-title {
	font-size: 70px;
	line-height: 80px !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	overflow: visible!important;
	text-shadow: 1px 1px 0 rgba(225, 225, 225, 0.7), -1px -1px 0 rgba(225, 225, 225, 0.7), 1px -1px 0 rgba(225, 225, 225, 0.7), -1px 1px 0 rgba(225, 225, 225, 0.7), 1px 1px 0 rgba(225, 225, 225, 0.7);
	color: var(--pbmit-blackish-color);
	-webkit-text-fill-color: inherit;
	position: relative;
	background-color: transparent;
}
.pbmit-marquee-effect-style-11 .pbmit-element-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-stroke: transparent;
	max-width: 0;
	-webkit-text-fill-color: var(--pbmit-white-color);
}
.pbmit-marquee-effect-style-11 .pbmit-element-title:hover::after{
	max-width: 100%;
}
.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper {
	margin-left: 38px;
	padding-left: 84px;
	position: relative;
}
.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper::before {
	font-family: "pbminfotech-base-icons";
	content: '\e887';
	position: absolute;
	top: 38%;
    transform: translate(0, -50%);
	font-size: 40px;
	line-height: 40px;
	left: 0;
	color: var(--pbmit-global-color);
}
@media(max-width: 767px) {
	.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper{
		margin-left: 20px;
		padding-left: 50px;
	}
	.pbmit-marquee-effect-style-11 .pbmit-element-title{
		font-size: 50px;
		line-height: 60px !important;
	}
	.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper::before{
		font-size: 30px;
    	line-height: 30px;
	}
}
/** Style 12 **/
.pbmit-marquee-effect-style-12 .pbmit-element-title{
	transition: all .6s ease-in-out;
}
.pbmit-marquee-effect-style-12 .pbmit-element-title {
	font-size: 102px;
	line-height: 120px !important;
	font-weight: 700 !important;
	position: relative;
}
.pbmit-marquee-effect-style-12 .pbmit-element-title,
.pbmit-marquee-effect-style-12 .pbmit-element-title a{
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-12 .pbmit-tag-wrapper {
	margin-left: 25px;
    padding-left: 25px;
}
/** Style 13 **/
.pbmit-marquee-effect-style-13 .pbmit-element-title{
	transition: all .6s ease-in-out;
}
.pbmit-marquee-effect-style-13 .pbmit-element-title {
	font-size: 102px;
	line-height: 110px !important;
	font-weight: 700 !important;
	position: relative;
}
.pbmit-marquee-effect-style-13 .pbmit-element-title,
.pbmit-marquee-effect-style-13 .pbmit-element-title a{
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-13 .pbmit-tag-wrapper {
	margin-left: 20px;
}
/** Style 14 **/
.pbmit-marquee-effect-style-14 .pbmit-element-title {	
	font-size: 80px;
    line-height: 95px !important;
	font-weight: 600!important;
    overflow: visible!important;
    color: var(--pbmit-blackish-color);
	-webkit-text-fill-color: inherit;
    position: relative;
    background-color: transparent;
	transition: all .5s ease-in-out !important;
	letter-spacing: 1px;
}
.pbmit-marquee-effect-style-14 .pbmit-element-title:hover {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .20), -1px -1px 0 rgba(0, 0, 0, .20), 1px -1px 0 rgba(0, 0, 0, .20), -1px 1px 0 rgba(0, 0, 0, .20), -1px 1px 0 rgba(0, 0, 0, .20);
    color: var(--pbmit-white-color);
}
.pbmit-marquee-effect-style-14 .pbmit-element-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-stroke: transparent;
	max-width: 0;
	-webkit-text-fill-color: var(--pbmit-white-color);
}
.pbmit-marquee-effect-style-14 .pbmit-element-title:hover::after{
	max-width: 100%;
}
.pbmit-marquee-effect-style-14 .pbmit-tag-wrapper {
	margin-left: 38px;
	padding-left: 63px;
}
.pbmit-marquee-effect-style-14 .pbmit-tag-wrapper::before {
	content: '*';
	position: absolute;
	top: 40%;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	left: 0;
	color: var(--pbmit-global-color);
	transition: all .2s ease-in;
}
@media (max-width: 767px) {
	.pbmit-marquee-effect-style-14 .pbmit-element-title{
		font-size: 55px;
		line-height: 65px !important;
	}
	.pbmit-marquee-effect-style-14 .pbmit-tag-wrapper{
		margin-left: 10px;
    	padding-left: 40px;
	}
	.pbmit-marquee-effect-style-14 .pbmit-tag-wrapper::before{
		top: 35%;
		font-size: 40px;
		line-height: 40px;
	}
}

/*----------------------------------------*/
/*  20 - Client
/*----------------------------------------*/
.pbmit-client-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
/** Style 1 **/
.pbmit-client-style-1 {
	text-align: center;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
}
.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;
	height: 100px;
	width: 100px;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.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%);
}
/** Style 2 **/
.pbmit-client-style-2 .pbmit-border-wrapper{
	transition: all .6s ease-in-out;
}
.pbmit-client-style-2 {
	text-align: center;
	padding: 0;
}
.pbmit-client-style-2 .pbmit-border-wrapper{
	border: 1px solid rgba(255, 255, 255,.3);
	margin: 15px 10px 0 10px;
	padding: 20px;
}
.pbmit-client-style-2:hover .pbmit-border-wrapper{
	border: 1px solid rgba(255, 255, 255,.6);
}
.pbmit-client-style-2 .pbmit-client-wrapper {
	overflow: hidden;
}
.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-2 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-2 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-2 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-2 .pbmit-client-with-hover-img:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}
/** Style 4 **/
.pbmit-client-style-4 {
	text-align: center;
	padding: 0;
}
.pbmit-client-style-4 .pbmit-border-wrapper{
	border-right: 1px solid rgba( 48, 74, 67, 0.1);
	padding: 20px;
}
.pbmit-client-style-4:last-child .pbmit-border-wrapper{
	border-right: none;
}
.pbmit-client-style-4:first-child .pbmit-border-wrapper{
	border-width: 1px;
}
.pbmit-client-style-4 .pbmit-client-wrapper {
	overflow: hidden;
}
.pbmit-client-style-4 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-4 .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-4 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-4 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-4 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-4 .pbmit-client-with-hover-img:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/*----------------------------------------*/
/* 21 - Horizontal Snap
/*----------------------------------------*/
.pbmit-horizontal-snap-style-1 .pbmit-svg-btn a{
	transition: all 0.6s ease-in-out;
}
.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	flex-flow: row;
}
.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-hs-wrap {
	position: relative;
	display: flex;
	flex-flow: column;
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	padding: 230px 0;
	overflow: hidden;
}
.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-img {
	transition: all 1s ease-out;
	animation-delay: 2s;
	opacity: 0;
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.elementor-element-edit-mode .pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-img,
.pbmit-element-horizontal-snap-style-1 .pbmit-ele-horizontal-snap.active .pbmit-img {
	opacity: 1;
}
.pbmit-horizontal-snap-style-1 .pbmit-hs-wrap .row li {
	float: left;
	width: 50%;
	padding-bottom: 8px;
	list-style: none;
	font-size: 16px;
}
.pbmit-horizontal-snap-style-1 .pbmit-hs-wrap h2 {
	font-size: 55px;
	line-height: normal;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,.4);
	padding: 0px 0 40px;
	margin-bottom: 40px;
    font-family:var(--pbmit-heading-typography-font-family);
    color: var(--pbmit-white-color);
}
.pbmit-horizontal-snap-style-1 .pbmit-hs-content{
	padding-right: 100px;
}
.pbmit-horizontal-snap-style-1 .step-subtitle {
	font-size: 200px;
	line-height: 200px;
    font-weight: normal;
	color: var(--pbmit-secondary-color);
    font-family:var(--pbmit-heading-typography-font-family);
}
.pbmit-horizontal-snap-style-1 .pbmit-svg-btn{
	margin: 50px 0 0;
	display: inline-block;
}
.pbmit-horizontal-snap-style-1 .pbmit-svg-btn a{
	padding: 20px 40px;
	background-color: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
}
.pbmit-horizontal-snap-style-1 .pbmit-svg-btn:hover a{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-secondary-color);
}
.pbmit-horizontal-snap-style-1 .pbmit-step-number {
	display: flex;
}
.pbmit-horizontal-snap-style-1 .pbmit-step-number h3.pbmit-number-percentage {
	position: relative;
	font-size: 100px;
	line-height: 100px;
	margin: 10px 0 0 0px;
	color: var(--pbmit-global-color);
}
.pbmit-horizontal-snap-style-1 .pbmit-step-description {
	font-size: 26px;
	line-height: normal;
}
.pbmit-horizontal-snap-style-1 .step-description {
    color: #fff;
}
.pbmit-horizontal-snap-style-1 .pbmit-svg-btn:hover svg line{
    stroke:var(--pbmit-blackish-color)
}

/** Style 2 */
.pbmit-element-horizontal-snap-style-2{
	overflow: hidden;
}
.pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-flow: row;
}
.pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-hs-wrap {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    padding: 335px 0;
}
.pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-img {
    clip-path: ellipse(60% 68% at 120% 50%);
    transition: all 1s ease-out;
    animation-delay: 2s;
    opacity: 0;
    display: block;
    width: 41%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.pbmit-element-horizontal-snap-style-2 .pbmit-ele-horizontal-snap.active .pbmit-img {
    opacity: 1;
    clip-path: ellipse(60% 68% at 60% 50%);
}
.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap .row li {
    float: left;
    width: 50%;
    padding-bottom: 8px;
    list-style: none;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
	color: var(--pbmit-white-color);
}
.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap .row li::after {
    position: absolute;
    content: "\e8cf";
	font-weight: 700;
    font-family: 'pbminfotech-base-icons';
    top: -2px;
    left: 0;
    background: linear-gradient(#d600ff, var(--pbmit-global-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pbmit-horizontal-snap-style-2 .pbmit-btn.pbmit-hsanp-btn a {
    color: var(--pbmit-white-color);
    padding: 16px 25px;
    display: inline-block;
    border: 1px solid var(--pbmit-white-color);
}
.pbmit-horizontal-snap-style-2 .pbmit-btn.pbmit-hsanp-btn:hover a {
    border: 1px solid var(--pbmit-global-color);
    background-color: var(--pbmit-global-color);
}
.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap h2 {
    font-size: 110px;
    line-height: 120px;
	color: var(--pbmit-white-color);
	font-weight: 500;
}
.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap .step-description{
	color: var(--pbmit-white-color);
} 
.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap p {
    margin-bottom:0px;
    background: linear-gradient(60deg, #d600ff 0%, var(--pbmit-global-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap ul {
    padding-left: 0;
    margin: 50px 0 30px;
    display: inline-block;
}
.pbmit-horizontal-snap-style-2 .pbmit-svg-btn a{
	padding: 16px 25px;
}
.pbmit-horizontal-snap-style-2 .pbmit-svg-btn a:hover{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border: 2px solid var(--pbmit-global-color);
}
.pbmit-horizontal-snap-style-2 .pbmit-svg-btn a:hover svg line{
	stroke: var(--pbmit-white-color);
}

@media(max-width:1900px) {
    .pbminfotech-element-horizontal-snap.pbmit-element-horizontal-snap-style-2 .pin-spacer {
        height: 100%!important;
    }
}
@media(max-width:1600px) {
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-hs-wrap {
		padding: 250px 0;
	}
}
@media(max-width:1366px) {
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-hs-wrap {
		padding: 50px 0;
	}
}
@media(max-width:1200px) {
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-hs-wrap,
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap,
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section {
        display: block;
    }
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap {
        margin-bottom: 50px;
    }
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap:last-child {
        margin-bottom: 0;
    }
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section {
        height: inherit;
    }
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-hs-wrap {
        min-height: unset;
        padding: 0;
    }
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-hs-wrap .container {
        padding: 0;
    }
    .pbmit-element-horizontal-snap-style-2 .pbmit-horizontal-snap-section .pbmit-img {
        clip-path: inherit;
        position: inherit;
        opacity: 1;
        width: 100%;
        height: 500px;
        padding-top: 30px;
    }
    .pbmit-horizontal-snap-style-2 .pbmit-hs-wrap span {
        margin: 20px 0;
    }
}
@media (max-width: 575px) {
	.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap .row li{
		width: 100%;
	}
	.pbmit-horizontal-snap-style-2 .pbmit-hs-wrap h2{
		font-size: 70px;
    	line-height: 80px;
	}
}

/*----------------------------------------*/
/* 22 - Vertical Snap
/*----------------------------------------*/

/* == VErticle Snap == */
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap {
	position: relative;
	overflow: hidden;
}
.pbmit-verticle-snap-style-1 {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-verticle-snap-style-1 .pbmit-hs-wrap h2 {
	color: var(--pbmit-white-color);
	font-size: 120px;
	line-height: 120px;
	font-weight: 500;
}
.pbmit-verticle-snap-style-1 .pbmit-hs-wrap p {
	color: var(--pbmit-white-color);
	font-size: 24px;
	line-height: 30px;
	border-top: 1px solid rgba( 225, 225, 225, 0.50);
	margin-top: 20px;
	padding: 40px 0 0 0;
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background-size: cover;
	background-position: bottom center;
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-section {
	position: relative;
	z-index: 3;
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image:before {
	position: absolute;
	content: '';
	left: 0;
	background: rgb(var(--pbmit-blackish-color-rgb), .2);
	height: 100%;
	width: 100%;
}
.pbmit-verticle-snap-style-1 .pbmit-hs-wrap .container {
	padding: 0;
}
.pbmit-verticle-snap-style-1 .pbmit-hs-wrap{
	margin-left: 25%;
}
.pbmit-verticle-snap-style-1 .pbmit-verticle-title span{
	font-size: 80px;
	line-height: 80px;
	position: relative;
	vertical-align: super;
	margin-left: -30px;
	color: var(--pbmit-global-color);
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap::before{
	position: absolute;
	content: "";
	width: 130px;
	height: 130px;
	bottom: 130px;
	left: 130px;
	background-color: var(--pbmit-white-color);
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap::after{
	position: absolute;
	content: "";
	width: 130px;
	height: 130px;
	bottom: 0;
	left: 0;
	background-color: var(--pbmit-white-color);
}
@media(max-width: 991px) {
	.pbmit-verticle-snap-style-1 .pbmit-hs-wrap h2 {
		font-size: 100px;
		line-height: 110px;
	}
	.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap::after,
	.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap::before{
		display: none;
	}
}
@media(max-width: 767px) {
	.pbmit-verticle-snap-style-1 .pbmit-hs-wrap h2 {
		font-size: 80px;
		line-height: 90px;
	}
	.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {
		width: 100%;
		height: 100% !important;
	}
	.pbmit-verticle-snap-style-1 .pbmit-hs-wrap .container {
		padding: 0 40px;
	}
	.pbmit-verticle-snap-style-1 {
		height: unset;
		padding-bottom: 60px;
	}
	.pbmit-verticle-snap-style-1:last-child {
		padding-bottom: 0;
	}
	.pbmit-verticle-snap-style-1 .pbmit-hs-wrap p {
		margin-top: 40px;
		padding-top: 20px;
	}
	.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap {
		padding: 40px 0;
	}
	.pbmit-verticle-snap-style-1 .pbmit-hs-wrap{
		margin: 0;
	}
}
@media(max-width: 575px) {
	.pbmit-verticle-snap-style-1 .pbmit-hs-wrap{
		margin: 0;
	}
	.pbmit-verticle-snap-style-1 .pbmit-hs-wrap .container{
		padding: 0 30px;
	}
}

/* == VErticle Slide == */
.pbmit-element-verticle-slide-style-1 {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 0px 80px 400px 80px;
}
.pbmit-element-verticle-slide-style-1 .pbmit-element-posts-wrapper{
    margin-top: 300px;
}
.pbmit-element-verticle-slide-style-1 .pbmit-heading-wraper {
    position: absolute; 
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    text-align: center;
    top:300px;
}
.pbmit-element-verticle-slide-style-1 .pbmit-verticle-slide-style-1 {
    padding: 0 15px!important;
    display: flex;
}
.pbmit-element-verticle-slide-style-1 .pbmit-heading-subheading .pbmit-element-title {
    font-size: 60px;
    line-height: 70px;
}
.pbmit-element-verticle-slide-style-1 .pbmit-heading-subheading .pbmit-element-title span{
    color: var(--pbmit-global-color);
}
.pbmit-element-verticle-slide-style-1 .pbmit-verticle-slide-style-1:nth-child(1),
.pbmit-element-verticle-slide-style-1 .pbmit-verticle-slide-style-1:nth-child(3) {
    justify-content: flex-end;
}
.pbmit-element-verticle-slide-style-1 .pbmit-heading-subheading.left{
    text-align: left;
}
.pbmit-element-verticle-slide-style-1 .pbmit-heading-subheading.center{
    text-align: center;
}
.pbmit-element-verticle-slide-style-1 .pbmit-heading-subheading.right{
    text-align: right;
}
.pbmit-verticle-slide-style-1 .pbmit-verticle-slide-img{
    position: relative;
}
.pbmit-verticle-slide-style-1 .pbminfotech-box-title{
    position: absolute;
    background: var(--pbmit-white-color);
    padding: 5px 20px;
    display: none;
}
.pbmit-verticle-slide-style-1 .pbminfotech-box-title h4{
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}
.pbmit-element-verticle-slide-style-1 .pbmit-verticle-spinbox {
    width: 140px;
    position: absolute; 
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    top:400px;
	margin-top: 50px;
}
.pbmit-element-verticle-slide-style-1 .pbmit-verticle-spinbox text{
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    font-size: 18px;
    letter-spacing: 5.5px;
    text-transform: uppercase;
}
.pbmit-element-verticle-slide-style-1 .pbmit-verticle-spinbox text textPath{
    fill: #000;
}
.pbmit-element-verticle-slide-style-1 .pbmit-verticle-spinbox .pbmit-ihbox-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%) translateY(-30%);
    -moz-transform: translateX(-50%) translateY(-30%);
    -ms-transform: translateX(-50%) translateY(-30%);
    -o-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
}
.pbmit-element-verticle-slide-style-1 .pbmit-ihbox-svg-wrapper{
    transform: rotate(90deg);
    font-size: 20px;
    color: var(--pbmit-global-color);
}

/* --------------------------------------
* 23 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style1,
.pbmit-animation-style2,
.pbmit-animation-style3,
.pbmit-animation-style4,
.pbmit-animation-style5,
.pbmit-animation-style6 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img,
.pbmit-animation-style4 img,
.pbmit-animation-style5 img,
.pbmit-animation-style6 img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-animation-style1.active,
.pbmit-animation-style2.active,
.pbmit-animation-style3.active,
.pbmit-animation-style4.active,
.pbmit-animation-style5.active,
.pbmit-animation-style6.active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pbmit-animation-style1.active img,
.pbmit-animation-style2.active img,
.pbmit-animation-style3.active img,
.pbmit-animation-style4.active img,
.pbmit-animation-style5.active img,
.pbmit-animation-style6.active img {
    transform: scale(1) translate(0px, 0px);
}
.pbmit-animation-style1 {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.pbmit-animation-style1 img {
    transform: scale(1.5) translate(-100px, 0px);
}
.pbmit-animation-style2 {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.pbmit-animation-style2 img {
    transform: scale(1.5) translate(100px, 0px);
}
.pbmit-animation-style3 {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
}
.pbmit-animation-style3 img {
    transform: scale(1.5) translate(0, 100px);
}
.pbmit-animation-style4 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.pbmit-animation-style4 img {
    transform: scale(1.5) translate(0, -100px);
}
.pbmit-animation-style5 {
    clip-path: inset(0 15%);
    transform: translate3d(0, 150px, 0);
}
.pbmit-animation-style5.active {
    clip-path: inset(0 0);
    transform: translate3d(0, 0, 0);
}
.pbmit-animation-style5 img {
    transform: scale(1.5) translate(0, -10%);
}
.pbmit-animation-style6 {
    clip-path: circle(15% at 50% 50%);
}
.pbmit-animation-style6.active {
    clip-path: circle(100% at 50% 50%);
}
.pbmit-animation-style6 img {
    transform: scale(1.5) translate(0, 0);
}

/* --------------------------------------
* 24 - Cursor
* ---------------------------------------*/
.pbmit-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    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: #393185	;
    -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-cat {
    background-color: var(--pbmit-blackish-color);
	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-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);
}

/*----------------------------------------*/
/*  25 - Classes Calendar
/*----------------------------------------*/
.mptt-shortcode-wrapper .mptt-shortcode-list {
    display: none;
}
.pbmit-sortable-list {
    background-color: transparent;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255,.2);
    margin-bottom: 80px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs {
    margin: 0 0 1rem;
    list-style-type: none;
}
.pbmit-timetable .pbmit-sortable-list ul li {
    position: relative;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
    display: inline-block;
    padding: 0.25rem 0.5rem 0.25rem 0;
}
.pbmit-timetable .pbmit-sortable-list ul li.active a{
    color: var(--pbmit-white-color);
    position: relative;
}
.pbmit-timetable .pbmit-sortable-list ul li a {
    color: #7d8799;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-style: italic!important;
    margin: 0 20px;
    font-weight: 700;
    font-family:  var(--pbmit-heading-typography-font-family);
}
.pbmit-timetable .pbmit-sortable-list ul li.active::before{
    position: absolute;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255,.2);
    bottom: -16px;
    width: 100%;
}
.pbmit-timetable.mptt-shortcode-wrapper table tbody tr, 
.pbmit-timetable.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row {
    border: 1px solid rgb(255, 255, 255,.15);
}
.pbmit-timetable.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    border-color: rgb(255, 255, 255,.15);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    background-color: var(--pbmit-blackish-color);
    height: 60px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
    font-size: 14px;
    padding: 15px;
    font-weight: 500!important;
    letter-spacing: 1px;
    border: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
    border: inherit;
    font-size: 14px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
    padding: 0 1rem!important;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
    height: 50px!important;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
    position: relative;
    padding: 0;
    line-height: normal;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
    font-weight: 600!important;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--pbmit-white-color);
    display: block;
    margin: 0.5rem 0.25rem 0.25rem;
}
.mptt-shortcode-wrapper .mptt-shortcode-event.mptt-event-vertical-middle .mptt-event-container {
    -webkit-box-pack: center; 
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    color: inherit;
    outline: rgb(255, 255, 255, .15);
	min-height: 50px!important;
}
.mptt-shortcode-wrapper .mptt-shortcode-event .mptt-event-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
    font-size: 12px;
    margin: 0.25rem;
}
.mptt-event-container{
    text-align: center;
}
.mptt-event-container.id-18 {
    top: 50%;
    height: 50%;
}
.mptt-event-container.id-22{
    top: 0;
    height: 50%;
}
.mptt-event-container{
    height: 100%;
    top: 0%;
}
@media(min-width: 767px) and (max-width: 991px){
	.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{
		padding: 14px;
	}
	.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours{
		white-space: initial;
	}
	.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours{
		padding: 0 2px !important;
	}
	.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title{
		font-size: 12px;
    	line-height: 14px;
	}
	.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot{
		font-size: 10px;
	}
}
/*----------------------------------------*/
/*  26 - Tween Effect
/*----------------------------------------*/
/** Style 1 **/
.pbmit-tween-effect-style-1.pbmit-tween-efect {
	display: inline-block;
    margin-right: -110px;
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
}
.pbmit-tween-effect-style-1.pbmit-tween-efect .tween-image {
	display: block;
	text-align: center;
}
.pbmit-tween-effect-style-1.pbmit-tween-efect .tween-text {
	text-align: left;
}
.pbmit-tween-effect-style-1.pbmit-tween-efect .tween-image img {
	width: 100%;
}
.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-element-title{
	font-size: 100px;
	line-height: 110px;
	text-transform: uppercase;
    color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-tween-effect-style-2.pbmit-tween-efect {
	display: inline-block;
}
.pbmit-tween-effect-style-2.pbmit-tween-efect .tween-image {
	display: block;
	text-align: center;
}
.pbmit-tween-effect-style-2.pbmit-tween-efect .tween-text {
	text-align: left;
}
.pbmit-tween-effect-style-2.pbmit-tween-efect .tween-image img {
	width: 100%;
}
.pbmit-tween-effect-style-2.pbmit-tween-efect .pbmit-element-title{
	font-size: 160px;
	line-height: 160px;
	color: rgba(246, 246, 246 ,.8 );
}

.pbmit-element-portfolio-style-2 .pbmit-sortable-list {
    background-color: transparent;
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
}
.pbmit-sortable-list a.pbmit-selected {
    background: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}
.pbmit-sortable-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.pbmit-sortable-list-ul li {
    display: inline-block;
	margin-bottom: 20px;
}
.pbmit-sortable-list a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.pbmit-sortable-list-ul li:before {
    content: ' ';
    margin: 0 10px;
}
.pbmit-sortable-list-ul li a:hover{
	color: rgba(39, 39, 47,.7);
}
.pbmit-sortable-list-ul li a.pbmit-selected:hover{
	color: var(--pbmit-white-color);
}
/*----------------------------------------*/
/*  27 - Flipbox
/*----------------------------------------*/
.pbmit-flip-box-style-1{
	margin-bottom: 0 !important;
}
.logistic-column-wrap .pbmit-flip-box-style-1{
    padding: 0.1px;
}
.logistic-column-wrap:nth-child(2) .pbmit-flip-box-style-1,
.logistic-column-wrap:nth-child(7) .pbmit-flip-box-style-1,
.logistic-column-wrap:nth-child(5) .pbmit-flip-box-style-1{
	border: 1px solid rgba( 225, 225, 225, 0.12);
}
.pbmit-flip-box-style-1 .pbmit-element-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 600 !important;
	color: var(--pbmit-white-color);
}
.pbmit-flip-box-style-1 .pbmit-heading-desc{
	line-height: 22px;
	color: rgba( 225, 225, 225, 0.7);
}
.pbmit-flip-box-style-1 .pbmit-flip-box-heading *{
	transition: all .3s ease-in-out;
}
.pbmit-flip-box-style-1 .pbmit-flip-box-heading{
	perspective: 1000px;
    -webkit-perspective: 1000px;
    transform-style: preserve-3d;
	text-align: center;
}
.pbmit-flip-box-style-1 .pbmit-iconbox{
	background-color: transparent;
	padding: 50px 40px;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-flip-box-style-1 .pbmit-flip-box-contents, 
.pbmit-flip-box-style-1 .pbmit-iconbox {
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: inherit;
	perspective: inherit;
	transition: -webkit-transform .75s cubic-bezier(.45,.2,.2,1);
	transition: transform .75s cubic-bezier(.45,.2,.2,1);
	transition: transform .75s cubic-bezier(.45,.2,.2,1);
	-webkit-transform: .75s cubic-bezier(.45,.2,.2,1) ;
	-webkit-transition: transform .75s cubic-bezier(.45,.2,.2,1);
}
.pbmit-flip-box-style-1 .pbmit-flip-box-contents {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pbmit-global-color);
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.pbmit-flip-box-style-1 .pbmit-flip-box-contents .pbmit-flipbox-inner{
	opacity: 0;
	transition-delay: 0.2s;
	padding: 0 30px;
}
.pbmit-flip-box-style-1:hover .pbmit-flip-box-contents .pbmit-flipbox-inner{
	opacity: 1;
}
.pbmit-flip-box-style-1 .pbmit-flip-box-image{
	transform: translateY(0) translateZ(40px) scale(.88);
}
.pbmit-flip-box-style-1 .pbmit-flipbox-inner{
    transform: translateY(0) translateZ(40px) scale(.88);
}
.pbmit-flip-box-style-1:hover .pbmit-iconbox{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.pbmit-flip-box-style-1:hover .pbmit-flip-box-contents {
    transform-style: preserve-3d;
    transform: rotateY(0);
}
/*----------------------------------------*/
/*  28 - Pricing Table
/*----------------------------------------*/

.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: rgba( 225, 225, 225, 0.5);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-svg-wrapper {
	font-size: 18px;
	fill: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 50px 50px;
	background-color: #0f1722;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-heading-wrap{
	margin-bottom: 20px;
	padding-right: 40px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	position: relative;
	margin-top: 5px;
	flex: 1;
	padding-left: 8px;
	margin-left: 10px;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency::before{
	position: absolute;
	content: "/";
	left: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
	margin-top: 22px;
	padding: 40px 0 40px;
	transition: all 0.3s ease-in;
	border-top: 1px solid rgba( 225, 225, 225, 0.1);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-ptable-inner{
	border-color: rgba(var(--pbmit-global-color-rgb), 0.4);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a{
	padding: 18px 40px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover svg line{
	stroke: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
	display: inline-block;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
	margin-bottom: 5px;
	font-size: 15px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
	display: none;
}
.pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbmit-pricing-table-box .pbminfotech-ptable-price {
	display: inline-block;
}
.pbmit-pricing-table-box .pbminfotech-ptable-price-w{
	flex-direction: row-reverse;
}
.pbmit-pricing-table-box .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn{
	display: block;
	color: var(--pbmit-white-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;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--pbmit-secondary-color);
	color: var(--pbmit-blackish-color);
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	width: auto;
	padding: 0 10px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.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-pricing-table-featured-col .pbmit-ptable-inner {
	border-color: rgba( 225, 225, 225, 0.1);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col.pbmit-pricing-table-featured-col:hover  .pbmit-ptable-inner{
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.4);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-symbol, 
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line i,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading{
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line i{
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a{
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-svg-btn svg>g,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-svg-btn:hover svg .pbmit-svg-effect,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-svg-btn:hover svg>g {
	stroke: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-svg-btn:hover svg>g {
	stroke: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover{
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover{
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn:hover{
	background-color: var(--pbmit-white-color);
}
/*=== Responsive ===*/
@media (max-width: 1200px) and (min-width: 992px) {
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
		font-size: 55px;
		line-height: 55px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 50px 0px 50px 30px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width:991px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col.col-lg-4:not(:last-child) .pbmit-pricing-table-box {
		margin-bottom: 30px;
	}
}
@media (max-width:767px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(:last-child) .pbmit-pricing-table-box {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
		font-size: 45px;
		line-height: 45px;
	}
}
@media (max-width: 475px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-heading-wrap {
		flex-direction: column-reverse;
		padding: 0;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-heading-wrapper {
		padding-top: 15px;
	}
}
@media (max-width: 400px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 50px 0px 50px 30px;
	}
}

/*----------------------------------------*/
/*  29 - Restaurant Menu
/*----------------------------------------*/
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-title h4 {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	margin-right: 15px;
	color: var(--pbmit-white-color);
}
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-contentbox {
	padding: 0 12px 0 0;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper {
	padding: 230px 0px 230px 90px;
	max-width: 700px;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper:nth-child(2),
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper:first-child {
	padding-bottom: 0;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box {
	padding-top: 30px;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbmit-menu-item .pbmit-menu-wrape {
	display: flex;
	align-items: baseline;
	position: relative;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbminfotech-menu-price {
	order: 3;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbminfotech-menu-price h4 {
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	margin-left: 15px;
	color: var(--pbmit-global-color);
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbmit-menu-item .pbmit-menu-wrape::after {
	content: "";
	width: 100%;
	height: 2px;
	flex: 1;
	order: 2;
	background-size: 8px;
	background-image: linear-gradient(to right,transparent 0,transparent 75%,var(--pbmit-white-color) 75%,var(--pbmit-white-color));
}
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-menu-item {
	margin: 0 0 35px 0;
	position: relative;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-menu-item:last-child {
	margin-bottom: 0;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-contentbox .pbmit-restaurant-menu-desc {
	font-size: 18px;
	font-weight: 300;
	color: rgba( 225, 225, 225, 0.9);
}
.pbmit-element-restaurant-menu-style-1 .pbmit-heading-subheading {
	margin: 0;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-item-image {
	height: 100%;
	background-size: contain;
	background-position: top center;
	width: 100%;
	object-fit: cover;
	background-repeat: space;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-item-image img {
	object-fit: cover;
	height: 100%;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-element-restaurant-menu-wrapper .pbmit-bg-imgbox {
	overflow: hidden;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-responsive-image .pbminfotech-image-title h4 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	text-transform: capitalize;
	color: var(--pbmit-white-color);
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-item-image.first,
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-item-image.last,
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-item-image.active {
	opacity: 1;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-img {
	position: relative;
	overflow: hidden;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbmit-menu-item .pbmit-menu-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbmit-menu-item .pbmit-menu-img .pbmit-menu-inner {
	flex: 1;
}
.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbmit-menu-item .pbmit-menu-img .pbmit-menu-inner-img img{
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
@media(min-width: 992px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-menu-item-image {
		position: absolute;
		opacity: 0;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-menu-responsive-image .pbmit-menu-item-image {
		display: none;
		opacity: 0;
		position: inherit;
	}
}
@media(max-width: 1300px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-contentbox {
		padding: 0 0 0 30px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper {
		padding: 160px 0px 160px 70px;
		max-width: 100%;
	}
}
@media(max-width: 1200px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper {
		padding: 140px 0px 140px 50px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-menu-responsive-image .pbminfotech-image-title h4 {
		font-size: 50px;
		line-height: 50px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box {
		padding-top: 50px;
	}
}
@media(max-width: 1024px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper {
		padding: 100px 0 100px 30px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-menu-responsive-image .pbminfotech-image-title h4 {
		font-size: 40px;
		line-height: 40px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box {
		padding-top: 40px;
	}
}
@media(max-width: 992px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-img.col-md-5 .pbmit-menu-responsive-image .pbmit-menu-item-image {
		position: unset;
		opacity: 1;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-element-restaurant-menu-wrapper .pbmit-bg-imgbox {
		display: block !important;
	}	
}
@media(max-width: 991px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper {
		padding: 80px 0px 0px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper:first-child {
		padding: 0px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-contentbox {
		padding: 0;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box {
		padding-top: 30px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-menu-responsive-image .pbminfotech-image-title {
		padding-top: 30px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box {
		padding: 0;
	}
}
@media(max-width: 767px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper {
		padding: 60px 0px 0px 0px;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-bg-imgbox .pbmit-menu-box-wrapper:first-child {
		padding: 0px;
	}
}
@media(max-width: 575px) {
	.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbmit-menu-item .pbmit-menu-img {
		display: block;
	}
	.pbmit-element-restaurant-menu-style-1 .pbmit-menu-box .pbmit-menu-item .pbmit-menu-img .pbmit-menu-inner-img img {
		margin: 0;
		margin-bottom: 30px;
	}
}

/*----------------------------------------*/
/*  30 - Actionbox
/*----------------------------------------*/
/* Style 01 */
.pbmit-action-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pbmit-action-box-style-1 .pbmit-action-box-wrap{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background-color: rgba( 0, 0, 0, 0.4);
	background-blend-mode: color;
    width: 100vw;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.pbmit-action-box-style-1 .pbmit-action-content>* {
	color: var(--pbmit-white-color);
	text-align: center;
}
.pbmit-action-box-style-1 .pbmit-ihbox-icon {
    font-size: 80px;
    line-height: 80px;
}
.pbmit-action-box-style-1 .pbmit-action-content .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 28px;	
	margin-bottom: 30px;
}
.pbmit-action-box-style-1 h2.pbmit-element-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}
.pbmit-action-box-style-1 h2.pbmit-element-title a {
	color: var(--pbmit-white-color);
}
.pbmit-action-box-style-1 .pbmit-heading-desc{
	font-size: 18px;
	line-height: 24px;
	color: var(--pbmit-white-color) !important;
	margin-bottom: 30px;
}
.pbmit-action-box-style-1 h2.pbmit-element-title a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-action-box-style-1 .pbmit-action-content{
	text-align: center;
}
.pbmit-action-box-style-1 .pbmit-svg-btn a{
	padding: 16px 35px;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-action-box-style-1 .pbmit-svg-btn a:hover{
	background: var(--pbmit-blackish-color);
}
.pbmit-action-box-style-1 .pbmit-action-box-wrap:after{
    position:absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(var(--pbmit-blackish-color-rgb) , .3);
    z-index: -1;
}

@media(max-width:767px) {
    .pbmit-action-box-st1le-2 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .pbmit-action-box-style-1 .pbmit-action-box-wrap {
        position: inherit;
        padding: 80px 30px;
        min-height: unset;
    }
	.pbmit-action-box-style-1 h2.pbmit-element-title{
		font-size: 26px;
    	line-height: 30px;
	}
    .pbmit-action-box-style12.pbmit-action-box {
        height: unset;
    }
    .pbmit-action-box-style-1{
        height: unset;
    }
}
/* Style 02 */
.pbmit-action-box-style-2 .pbmit-actionbox-content .pbmit-btn a,
.pbmit-action-box-style-2 .pbmit-actionbox-content>* {
	color: var(--pbmit-white-color);
	text-align: center;
}
.pbmit-action-box-style-2 .pbmit-icon-wrapper{
	width: 134px;
	height: 134px;
	font-size: 35px;
    line-height: 70px;
    border-radius: 50%;
    padding: 37px 30px 37px 40px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
	transition: all 0.3s ease-in;
}
.pbmit-action-box-style-2 .pbmit-icon-wrapper:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

@media(max-width:767px) {
    .pbmit-action-box-st1le-2 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .pbmit-action-box-style-2 .pbmit-action-box-circle-wrap {
        position: inherit;
        padding: 80px 0;
        min-height: unset;
    }
    .pbmit-action-box-style-2.pbmit-action-box {
        height: unset;
    }
	.pbmit-action-box-style-2 .pbmit-action-box-circle-wrap{
		padding: 100px 0;
	}
}