/**
* Theme Name: Xcoach Child
* Description: This is a child theme of xcoach 
* Author: Creatives_Planet
* Template: xcoach
* Version: 1.0
*/


/* Blog Element */

/* blog-style-1 */

.pbmit-blog-style-1 .pbmit-featured-container{
	position: relative;
}
.pbmit-blog-style-1 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: 8px 0 20px 0;
}
.pbmit-blog-style-1 .pbmit-meta-line>*:not(:last-child)::after{
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-blog-style-1 .pbmit-svg-btn a:hover {
	background: var(--pbmit-xcoach-blackish-color);
}
.pbmit-blog-style-1 .pbmit-svg-btn a {
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-blog-style-1 .pbmit-svg-btn a:hover {
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-blog-style-1 .pbmit-meta-category a {
	color: #666666;
}
.pbmit-blog-style-1 .pbmit-meta-category a:hover {
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-1 .pbmit-post-title a {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-meta-line>*:not(:last-child)::after,
.pbmit-elementor-bg-color-gradient .pbmit-meta-line>*:not(:last-child)::after,
.pbmit-elementor-bg-color-blackish .pbmit-meta-line>*:not(:last-child)::after {
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-1 .pbmit-meta-line a,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-1 .pbmit-meta-line,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-1 .pbmit-meta-line a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-1 .pbmit-meta-line,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-line a,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-line,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-line a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-line {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-1 .pbmit-svg-btn a {
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-1 .pbmit-svg-btn a{
	color: var(--pbmit-xcoach-blackish-color);
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-1 .pbmit-svg-btn a:hover {
	color: var(--pbmit-xcoach-white-color);
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-1 .pbmit-svg-btn a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-1 .pbmit-svg-btn a:hover {
	color: var(--pbmit-xcoach-blackish-color);
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-blog-style-1 .pbmit-svg-btn {
	display: inline-block;
}
.pbmit-element-blog-style-1 .pbmit-heading-subheading-style-2 {
	align-items: end;
}
.pbmit-element-column-one .pbmit-blog-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-blog-style-1 .pbminfotech-box-desc{
	display: none;
}
@media (max-width: 767px) {
	.pbmit-blog-style-1 .pbmit-post-title{
		font-size: 22px;
		line-height: 28px;
	}
}

/* blog-style-2 */

.pbmit-blog-style-2 .post-item {
	padding: 34px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid rgba( var(--pbmit-xcoach-blackish-color-rgb), 0.1);
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	margin-right: 25px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	max-width: 250px;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-content-wrapper {
	display: grid;
}
.pbmit-blog-style-2 .pbmit-cat-arrow-wrap {
	align-self: self-start;
}
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	align-self: self-end;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-2 .pbmit-svg-btn a {
	padding: 0;
	background-color: transparent;
}
.pbmit-blog-style-2 .pbmit-svg-btn a svg {
	height: 15px !important;
	width: 15px !important;
}
.pbmit-blog-style-2 .pbmit-svg-btn a svg line {
	stroke-width: 1px !important;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-2 .pbmit-post-title a  {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-line {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-2 .post-item,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-2 .post-item,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-2 .post-item {
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.08);
}
.pbmit-element-column-three .pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-element-column-four .pbmit-blog-style-2 .pbminfotech-box-content {
	display: block !important;
}
.pbmit-element-column-three .pbmit-blog-style-2 .post-item .pbmit-content-wrapper,
.pbmit-element-column-four .pbmit-blog-style-2 .post-item .pbmit-content-wrapper{
	padding: 0;
	margin: 30px 0 0;
}
.pbmit-element-column-three .pbmit-blog-style-2 .pbmit-featured-wrapper,
.pbmit-element-column-four .pbmit-blog-style-2 .pbmit-featured-wrapper{
	margin-right: 0;
}
.pbmit-element-column-three .pbmit-blog-style-2 .pbmit-post-title,
.pbmit-element-column-four .pbmit-blog-style-2 .pbmit-post-title{
	margin-top: 15px;
}
.pbmit-element-column-three .pbmit-blog-style-2 .pbmit-featured-wrapper img,
.pbmit-element-column-four .pbmit-blog-style-2 .pbmit-featured-wrapper img {
	max-width: 100%;
}
@media  (min-width: 1366px) and (max-width: 1700px) {
	.pbmit-blog-style-2 .post-item .pbmit-content-wrapper {
		padding-right: 20px;
	}
}
@media (min-width: 1366px) and (max-width: 1550px) {
	.pbmit-blog-style-2 .pbmit-meta-line {
		display: block !important;
	}
}
@media (max-width: 1200px){
	.pbmit-blog-style-2 .pbmit-featured-wrapper img{
		max-width: 200px;
	}
	.pbmit-blog-style-2 .pbmit-meta-line{
		display: block !important;
	}
	.pbmit-blog-style-2 .pbmit-meta-line>*:not(:last-child){
		margin-bottom: 6px;
	}
	.pbmit-blog-style-2 .pbmit-post-title{
		font-size: 22px;
		line-height: 28px;
	}
}
@media (max-width: 1024px){
	.pbmit-blog-style-2 .pbmit-featured-wrapper{
		margin: 0;
	}
	.pbmit-blog-style-2 .pbmit-featured-wrapper img{
		max-width: 100%;
		width: 100%;
	}
	.pbmit-blog-style-2 .post-item,
	.pbmit-blog-style-2 .pbminfotech-box-content{
		display: block !important;
	}
	.pbmit-blog-style-2 .pbmit-content-wrapper{
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.pbmit-blog-style-2 .post-item {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.pbmit-blog-style-2 .pbminfotech-box-content {
		display: block !important;
	}
	.pbmit-blog-style-2 .pbmit-featured-wrapper {
		margin: 0;
	}
	.pbmit-blog-style-2 .post-item .pbmit-content-wrapper {
		padding: 20px 0;
	}
	.pbmit-blog-style-2 .pbmit-svg-btn a svg {
		height: 20px !important;
		width: 20px !important;
	}
}

/* blog-style-3 */

.pbmit-blog-style-3 {
	background-color: transparent;
	transition: 0.5s !important;
}
.pbmit-blog-style-3 .pbmit-post-title a
.pbmit-blog-style-3 .pbmit-meta-line a,
.pbmit-blog-style-3 .pbmit-meta-line{
	transition: all 0.5s ease;
}
.pbmit-blog-style-3 .pbmit-featured-container{
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-3 .pbmit-post-title a {
	font-size: 26px;
	line-height: 32px;
	margin: 15px 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s ease;
}
.pbmit-blog-style-3 .pbmit-meta-line>*:not(:last-child)::after{
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-blog-style-3 .pbmit-svg-btn a:hover{
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-3 .pbmit-svg-btn a{
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-3 .pbmit-svg-btn a:hover{
	background-color: var(--pbmit-xcoach-white-color);
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-3 .pbmit-svg-btn a:hover,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-3 .pbmit-svg-btn a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-3 .pbmit-svg-btn a:hover{
	background-color: var(--pbmit-xcoach-white-color);
	color: var(--pbmit-xcoach-blackish-color);
}
/* Active class css */
.swiper-slide-active.pbmit-blog-style-3 .pbmit-meta-line a, 
.swiper-slide-active.pbmit-blog-style-3 .pbmit-meta-line,
.swiper-slide-active.pbmit-blog-style-3 .pbmit-post-title a,
.swiper-slide-active.pbmit-blog-style-3 .pbmit-svg-btn{
	transition: all 0.5s ease;
}
/* For bg color */
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-3 .pbmit-post-title a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-3 .pbmit-post-title a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-3 .pbmit-post-title a,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-3 .pbmit-post-title a {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-3 .pbmit-meta-line a,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-3 .pbmit-meta-line,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-3 .pbmit-meta-line a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-3 .pbmit-meta-line,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-3 .pbmit-meta-line a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-3 .pbmit-meta-line,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-3 .pbmit-meta-line a,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-3 .pbmit-meta-line {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-blog-style-3.pbmit-element-viewtype-carousel .pbmit-blog-style-3 .pbmit-svg-btn a{
	color: var(--pbmit-xcoach-white-color);
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-blog-style-3.pbmit-element-viewtype-carousel .swiper-slide-active.pbmit-blog-style-3{
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-element-column-one .pbmit-blog-style-3 .pbmit-featured-wrapper img {
	width: 100%;
}
@media (min-width: 767px) and (max-width: 1200px) {
	.pbmit-blog-style-3 .pbmit-meta-cat-wrapper{
		display: block !important;
	}
	.pbmit-blog-style-3 .pbmit-meta-line>*:first-child{
		display: inline-block;
	}
	.pbmit-blog-style-3 .pbmit-meta-line>*{
		display: block;
	}
}
@media (max-width: 767px){
	.pbmit-blog-style-3 .pbmit-post-title a{
		font-size: 22px;
		line-height: 28px;
	}
}

/* blog-style-4 */

.pbmit-blog-style-4{
	padding: 20px;
	background-color: transparent;
	transition: all 0.5s ease;
}
.pbmit-blog-style-4 .pbmit-post-title a
.pbmit-blog-style-4 .pbmit-meta-line a,
.pbmit-blog-style-4 .pbmit-meta-line,
.pbmit-blog-style-4 .pbmit-svg-btn a{
	transition: all 0.5s ease;
}
.pbmit-blog-style-4 .pbmit-featured-container{
	position: relative;
}
.pbmit-blog-style-4 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-4:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-4 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: 15px 0 20px 0;
	transition: all 0.5s ease;
}
.pbmit-blog-style-4 .pbmit-svg-btn{
	opacity: 0;
	display: none;
}
/* Active class css */
.swiper-slide-active.pbmit-blog-style-4{
	background-color: var(--pbmit-xcoach-global-color);
}
.swiper-slide-active.pbmit-blog-style-4 .pbmit-meta-line a, 
.swiper-slide-active.pbmit-blog-style-4 .pbmit-meta-line{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.swiper-slide-active.pbmit-blog-style-4 .pbmit-post-title a{
	color: var(--pbmit-xcoach-white-color);
}
.swiper-slide-active.pbmit-blog-style-4 .pbmit-svg-btn{
	opacity: 1;
	display: block;
}
.swiper-slide-active.pbmit-blog-style-4 .pbmit-svg-btn a{
	background-color: var(--pbmit-xcoach-secondary-color);
}
.swiper-slide-active.pbmit-blog-style-4 .pbmit-svg-btn a:hover{
	background-color: var(--pbmit-xcoach-white-color);
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-4 .pbmit-post-title a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-4 .pbmit-post-title a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-4 .pbmit-post-title a {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-4 .pbmit-meta-line a,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-4 .pbmit-meta-line,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-4 .pbmit-meta-line a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-4 .pbmit-meta-line,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-4 .pbmit-meta-line a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-4 .pbmit-meta-line {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-4 .pbmit-svg-btn a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-4 .pbmit-svg-btn a {
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-4 .pbmit-svg-btn a{
	color: var(--pbmit-xcoach-blackish-color);
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-4 .pbmit-svg-btn a:hover {
	color: var(--pbmit-xcoach-blackish-color);
	background-color: var(--pbmit-xcoach-secondary-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-4 .pbmit-svg-btn a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-4 .pbmit-svg-btn a:hover {
	color: var(--pbmit-xcoach-blackish-color);
	background-color: var(--pbmit-xcoach-white-color);
}

/* card-box Element */

/* card-box-style-1 */

.pbmit-element-card-box-style-1 .pbmit-content-box .pin-spacer:nth-child(3n + 1) .pbmit-card-box-wrapper-inner,
.pbmit-element-card-box-style-1 .pbmit-content-box .pbmit-card-box-wrapper-inner:nth-child(3n + 1) {
	background-color: var(--pbmit-xcoach-light-bg-color);
}
.pbmit-element-card-box-style-1 .pbmit-element-card-box-wrapper  .pin-spacer:nth-child(3n + 2) .pbmit-card-box-wrapper-inner,
.pbmit-element-card-box-style-1 .pbmit-element-card-box-wrapper  .pbmit-content-box .pbmit-card-box-wrapper-inner:nth-child(3n + 2)  {
	background-color: #e7e4e2;
}
.pbmit-element-card-box-style-1 .pbmit-element-card-box-wrapper  .pin-spacer:nth-child(3n + 3) .pbmit-card-box-wrapper-inner,
.pbmit-element-card-box-style-1 .pbmit-element-card-box-wrapper  .pbmit-card-box-wrapper-inner:nth-child(3n + 3)  {
	background-color: #dfdddc;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-wrapper{
	overflow: hidden;
}
.pbmit-element-card-box-style-1 .pbmit-card-box {
	padding: 12px 15px 0 70px;
	flex: 0 0 auto;
	width: 40%;
	display: grid;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-img {
	flex: 0 0 auto;
	width: 60%;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-img .pbmit-card-box-item-image {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: polygon(30% 0, 100% 0 , 100% 100% , 0 100%);
	clip-path: polygon(30% 0 , 100% 0, 100% 100%, 0 100%);
}
.pbmit-element-card-box-style-1 .pbmit-card-box-img .pbmit-card-box-item-image img{
	width: 100%;
}
.pbmit-element-card-box-style-1 .pbmit-content-wrapper{
	padding-left: 30px;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-number h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 60px;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-title h4 {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 30px;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-element-card-box-style-1 .pbmit-card-box-desc {
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-line {
	padding: 40px 0 0 0;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p {
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p::before {
	content: '\e896';
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	top: 7px;
	left: 2px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-card-box-style-1 .pin-spacer:nth-child(3n + 1) .pbmit-card-box-wrapper-inner,
.pbmit-elementor-bg-color-light .pbmit-element-card-box-style-1 .pbmit-card-box-wrapper-inner:nth-child(3n + 1) {
	background-color: #dfdcd9;
}
@media (max-width: 1300px) {
	.pbmit-element-card-box-style-1 .pbmit-card-box-number h4{
		padding-bottom: 0px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-title h4{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-line{
		padding: 30px 0 0 0;
	}
}
@media (max-width: 1200px) {
	.pbmit-element-card-box-style-1 .pbmit-card-box-title h4{
		font-size: 24px;
		line-height: 28px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p{
		margin-bottom: 6px;
	}
}
@media (max-width: 1024px) {
	.pbmit-element-card-box-style-1 .pbmit-card-box-wrapper{
		margin-bottom: 30px;
		transform: unset !important;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-wrapper:last-child{
		margin-bottom: 0;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box{
		padding: 12px 15px 0 30px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box{
		width: 45%;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-img{
		width: 55%;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-img .pbmit-card-box-item-image::before{
		border-left: 160px solid var(--pbmit-xcoach-light-bg-color);
		border-bottom: 400px solid transparent;
	}
}
@media (max-width: 991px) {
	.pbmit-element-card-box-style-1 .pbmit-content-box .pbmit-card-box-wrapper-inner{
		display: block !important;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box,
	.pbmit-element-card-box-style-1 .pbmit-card-box-img {
		width: 100%;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box{
		padding: 50px 30px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-number h4{
		padding-bottom: 30px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-img .pbmit-card-box-item-image::before{
		display: none;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-img .pbmit-card-box-item-image {
		-webkit-clip-path: none;
		clip-path: none;
	}
}
@media (max-width: 575px) {
	.pbmit-element-card-box-style-1 .pbmit-card-box{
		padding: 30px 20px;
	}
	.pbmit-element-card-box-style-1 .pbmit-content-wrapper{
		padding: 0;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-number h4{
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 15px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-line{
		padding: 20px 0 0 0;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p {
		margin-bottom: 3px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-title h4{
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p::before{
		font-size: 14px;
		line-height: 14px;
	}
	.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p{
		padding-left: 25px;
	}
}

/* client Elemnet */

/* client-style-1 */

.pbmit-client-style-1 .pbmit-client-content {
	text-align: center;
	padding: 80px 20px;
	border: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb),0.20);
}
.pbmit-element-client-style-1 .pbmit-marquee-container .swiper-wrapper {
	-webkit-transition-timing-function: linear!important;
	transition-timing-function: linear!important;
	position: relative;
}
.pbmit-element-client-style-1 .swiper-slide {
	display: flex;
	width: auto;
	overflow: hidden;
	justify-content: center;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
}
.pbmit-client-style-1 .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-featured-wrapper {
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}
.pbmit-elementor-bg-color-blackish .pbmit-client-style-1 .pbmit-client-content,
.pbmit-elementor-bg-color-globalcolor .pbmit-client-style-1 .pbmit-client-content,
.pbmit-elementor-bg-color-secondary .pbmit-client-style-1 .pbmit-client-content,
.pbmit-elementor-bg-color-gradient .pbmit-client-style-1 .pbmit-client-content{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.20);
}
.pbminfotech-gap-0px.pbmit-element-viewtype-carousel .pbmit-client-style-1 .pbmit-client-content {
	border-right-width: 0;
}
@media (max-width: 767px) {
	.pbmit-element-viewtype-carousel .pbmit-client-style-1.swiper-slide-next .pbmit-client-content{
		border-right-width: 1px ;
	}
}
@media (max-width: 575px) {
	.pbminfotech-gap-0px.pbmit-element-viewtype-carousel .pbmit-client-style-1 .pbmit-client-content{
		border-right-width: 1px ;
	}
}

/* fid Element */

/* fid-style-1 */

.pbminfotech-ele-fid-style-1 .pbmit-circle-outer {
	text-align: center;
}
.pbminfotech-ele-fid-style-1 .pbmit-circle {
	position: relative; 
	display: inline-block;
	margin-bottom: 15px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	color: var(--pbmit-xcoach-blackish-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
	left: 6px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
	top: -10px;
	left: 0px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
	bottom: 0;
	top: inherit;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.pbminfotech-ele-fid-style-1 .pbmit-heading-desc {
	margin-top: 8px;
}
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	color: var(--pbmit-xcoach-white-color);
}
@media (max-width: 1200px) {
	.pbminfotech-ele-fid-style-1 .pbmit-circle-outer {
		display: block;
	}
}

/* fid-style-2 */

.pbminfotech-ele-fid-style-2 .pbmit-title-wrap {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb) ,.2);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 0;
	font-weight: 500;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbminfotech-ele-fid-style-2 .pbmit-ihbox-box-number {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	top: -1px;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-ihbox-box-number {
	margin-right: 8px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid > span {
	left: -20px;
	position: relative;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap .pbmit-fid sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 30px;
    line-height: 30px;
    position: relative;
    left: -16px;
    top: -25px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 14px;
	top: -27px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: 0;
	top: inherit;
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-title-wrap,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-2 .pbmit-title-wrap,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-2 .pbmit-title-wrap,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-2 .pbmit-title-wrap {
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.2);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-2 .pbmit-fid-title{
	color: var(--pbmit-xcoach-white-color);
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 58px;
		line-height: 58px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sup,
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {
		font-size: 48px;
		line-height: 48px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-title{
		line-height: 18px;
	}
}
@media (max-width: 1200px) {
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 55px;
		line-height: 55px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sup,
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {
		font-size: 45px;
		line-height: 45px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub{
		left: -14px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-ihbox-box-number{
		line-height: 18px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid > span {
		left: -15px;
	}
}

/* fid-style-3 */

.pbminfotech-ele-fid-style-3 .pbmit-circle-outer {
	display: inline-flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle {
	position: relative; 
	display: inline-block;
	margin-right: 35px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	color: var(--pbmit-xcoach-blackish-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbminfotech-ele-fid-style-3 .pbmit-circle-inner{
	position: relative;
	display: flex;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
	font-size: 17px;
	line-height: 17px;
	position: absolute;
	top: 8px;
	right: -14px;
	font-weight: 500;	
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub {
	bottom: 10px;
	top: auto;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
	margin-top: 8px;
}
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-text-color-white .pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	color: var(--pbmit-xcoach-white-color);
}
@media (max-width: 1024px) {
	.pbminfotech-ele-fid-style-3 .pbmit-circle-outer {
		display: block;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-circle {
		margin: 0 ;
	}
}

/* fid-style-4 */

.pbminfotech-ele-fid-style-4 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner span{
	font-size: 120px;
	line-height: 120px;
	margin-bottom: 0;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-title-wrap{
	margin-left: 27px;
}
.pbminfotech-ele-fid-style-4 .pbmit-title-wrap .pbmit-fid-number sup,
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	top: -1px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-number {
	margin-right: 8px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid > span {
	left: -10px;
	position: relative;
}
.pbminfotech-ele-fid-style-4 .pbmit-fld-wrap .pbmit-fid sup,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 50px;
    line-height: 50px;
    position: relative;
    left: -10px;
    top: -50px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 0;
	top: -2px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: 0;
	top: inherit;
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-4 .pbmit-fid-inner span,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-4 .pbmit-fid-inner span,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-4 .pbmit-fid-inner span {
	-webkit-text-stroke-color: var(--pbmit-xcoach-global-color);
}
@media (max-width: 1250px) {
	.pbminfotech-ele-fid-style-4 .pbmit-fid-inner span {
		font-size: 110px;
		line-height: 110px;
	}
}
@media (min-width: 1025px) and (max-width: 1200px){
	.pbminfotech-ele-fid-style-4 .pbmit-fld-wrap{
		display: block;
	}
	.pbminfotech-ele-fid-style-4 .pbmit-title-wrap{
		margin: 0;
	}
}
@media (max-width: 575px) {
	.pbminfotech-ele-fid-style-4 .pbmit-fid-inner span {
		font-size: 70px;
		line-height: 70px;
	}
	.pbminfotech-ele-fid-style-4 .pbmit-fld-wrap .pbmit-fid sup, 
	.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid sub{
		font-size: 50px;
		line-height: 50px;
		top: -25px;
	}
	.pbminfotech-ele-fid-style-4 .pbmit-fld-wrap{
		display: block;
	}
	.pbminfotech-ele-fid-style-4 .pbmit-title-wrap{
		margin: 0;
	}
}

/* fid-style-5 */

.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner span{
	font-size: 120px;
	line-height: 120px;
	margin-bottom: 0;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-fid-style-5 .pbmit-title-wrap{
	margin-left: 27px;
}
.pbminfotech-ele-fid-style-5 .pbmit-title-wrap .pbmit-fid-number sup,
.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	top: -1px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-number {
	margin-right: 8px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid > span {
	left: -10px;
	position: relative;
}
.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap .pbmit-fid sup,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 70px;
    line-height: 70px;
    position: relative;
    left: -10px;
    top: -40px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 0;
	top: -2px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: 0;
	top: inherit;
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-5 .pbmit-fid-inner span,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-5 .pbmit-fid-inner span,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-5 .pbmit-fid-inner span {
	-webkit-text-stroke-color: var(--pbmit-xcoach-global-color);
}
@media (max-width: 1250px) {
	.pbminfotech-ele-fid-style-5 .pbmit-fid-inner span {
		font-size: 110px;
		line-height: 110px;
	}
}
@media (min-width: 1025px) and (max-width: 1200px){
	.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap{
		display: block;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-title-wrap{
		margin: 0;
	}
}
@media (max-width: 575px) {
	.pbminfotech-ele-fid-style-5 .pbmit-fid-inner span {
		font-size: 70px;
		line-height: 70px;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap .pbmit-fid sup, 
	.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub{
		font-size: 50px;
		line-height: 50px;
		top: -25px;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap{
		display: block;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-title-wrap{
		margin: 0;
	}
}

/* fid-style-6 */

.pbminfotech-ele-fid-style-6 .pbmit-circle-outer {
	display: inline-flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-6 .pbmit-circle {
	position: relative; 
	display: inline-block;
	margin-right: 35px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	color: var(--pbmit-xcoach-blackish-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
	left: 6px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup {
	font-size: 16px;
	line-height: 16px;
	position: relative;
	top: -10px;
	left: 0px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sub {
	bottom: 0px;
	top: auto;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0;
}
.pbminfotech-ele-fid-style-6 .pbmit-heading-desc {
	margin-top: 8px;
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-6 .pbmit-fid-inner,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-6 .pbmit-fid-inner,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-6 .pbmit-fid-inner,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
	color: var(--pbmit-xcoach-white-color);
}
@media (max-width: 1200px) {
	.pbminfotech-ele-fid-style-6 .pbmit-circle-outer {
		display: block;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-circle {
		margin: 0 0 5px 0;
	}
}

/* icon-heading Element  */

/* icon-heading-style-1 */

.pbmit-ihbox-style-1 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-miconheading-style-1{
	margin-top: 10px;
}
.pbmit-ihbox-style-1:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
	display: inline-block;
	margin-bottom: 35px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text{
	font-size: 80px;
	line-height: 70px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-1 i:not(.pbmit-xcoach-icon){
	margin-bottom: 10px;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-heading-desc a,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-1 .pbmit-heading-desc a,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-1 .pbmit-heading-desc a,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-1 .pbmit-heading-desc a{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), .8);
}
@media (max-width: 1400px) {
	.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-icon{
		font-size: 60px;
		line-height: 50px;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
		margin-bottom: 20px;
	}
}
@media (max-width: 1200px) {
	.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-icon{
		font-size: 40px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
		margin-bottom: 10px;
	}
}

/* icon-heading-style-2 */
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-2 {
	display: flex;
	align-items: flex-start;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper{
	display: inline-block;
	margin-right: 35px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-icon{
	font-size: 45px;
	line-height: 36px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--pbmit-xcoach-light-bg-color);
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-icon{
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper{
	background-color: var(--pbmit-xcoach-blackish-color);
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-icon,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-icon{
	background-color: var(--pbmit-xcoach-secondary-color);
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-white-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text{
	font-size: 30px;
	width: 80px;
	height: 80px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn {
	padding-top: 15px;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-2 .pbmit-heading-desc {
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.7);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-heading-desc{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.7);
}
@media (max-width: 500px) {
	.pbmit-ihbox-style-2 {
		display: block;
	}
	.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper{
		margin: 0 0 10px;
	}
}

/* icon-heading-style-3 */

.pbmit-ihbox-style-3,
.pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-icon{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-miconheading-style-3{
	margin-top: 5px;
}
.pbmit-ihbox-style-3:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 35px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg{
	border-bottom: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.1);
	margin-bottom: 38px;
	padding-bottom: 6px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text{
	font-size: 80px;
	line-height: 90px;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-blackish-color);
	margin-bottom: 20px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-contents{
	position: relative;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-heading-desc {
	padding-top: 8px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box-number{
	font-size: 120px;
	line-height: 80px;
	margin-top: -15px;
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.1);
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-box-number{
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.4);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-heading-desc {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.7);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-box-number{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.2);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3:hover .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3:hover .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3:hover .pbmit-ihbox-box-number{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.4);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-svg{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.1);
}
.pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-ihbox-box-number{
	font-size: 90px;
	line-height: 70px;
}
.pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-element-title{
	font-size: 24px;
	line-height: 36px;
}
@media (max-width: 991px) {
	.pbmit-ihbox-style-3 .pbmit-ihbox-contents{
		display: block !important;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-box-number{
		position: absolute;
		right: 0;
		top: 0;
		font-size: 60px;
		line-height: 50px;
	}
	.pbmit-ihbox-style-3 .pbmit-text-wrap{
		padding-right: 40px;
	}
	.pbmit-ihbox-style-3 .pbmit-element-title{
		font-size: 20px;
		line-height: 28px;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-3 .pbmit-ihbox-svg{
		margin-bottom: 20px;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text,
	.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-icon{
		font-size: 65px;
		line-height: 75px;
	}
}

/* icon-heading-style-4 */

.pbmit-ihbox-style-4 {
	display: flex;
	padding: 40px 70px 40px 50px;
	align-items: flex-start;
	background: var(--pbmit-xcoach-light-bg-color);
	border-left: 3px solid var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 35px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-icon{
	font-size: 32px;
	line-height: 42px;
	color: rgba(var(--pbmit-xcoach-global-color-rgb), 0.5);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg{
	fill: rgba(var(--pbmit-xcoach-global-color-rgb), 0.5);
	margin-bottom: 10px;
}
.pbmit-ihbox-style-4:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-icon{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-xcoach-white-color);
	background: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 0;
	font-weight: 500;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-ihbox-style-4.pbmit-ihbox .pbmit-ihbox-contents .pbmit-ihbox-btn a{
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-4.pbmit-ihbox .pbmit-ihbox-contents .pbmit-ihbox-btn a:hover{
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-4.pbmit-ihbox .pbmit-ihbox-contents .pbmit-ihbox-btn a > span line{
	stroke: var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-4.pbmit-ihbox .pbmit-ihbox-contents .pbmit-ihbox-btn a:hover > span line{
	stroke: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-4 {
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-4 {
	border-color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a {
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a:hover,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a:hover,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a:hover,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a:hover,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a:hover,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-subtitle a:hover,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-4.pbmit-ihbox .pbmit-element-title a:hover {
	color: var(--pbmit-xcoach-global-color);
}
@media (max-width: 575px) {
	.pbmit-ihbox-style-4 {
		display: block;
		padding: 30px;
		border-left: inherit;
		border-top: 3px solid var(--pbmit-xcoach-blackish-color);
	}
	.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper{
		margin: 0 0 10px;
	}
}

/* icon-heading-style-5 */

.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	width: 112px;
	height: 112px;
	border: 8px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 28px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-icon{
	font-size: 30px;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-contents{
	position: relative;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text{
	font-size: 30px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
	border: 0;
} 
.pbmit-ihbox-style-5 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
	text-decoration: underline;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-box-number{
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-xcoach-global-color);
	margin-bottom: 8px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn {
	padding-top: 15px;
}
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper,
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.5);
}
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-heading-desc {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.7);
}
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper svg,
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-white-color);
}
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper,
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-ihbox-box-number,
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-element-title a,
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-element-subtitle a{
	color: var(--pbmit-xcoach-white-color);
}
@media (max-width: 991px) {
	.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper{
		width: 90px;
		height: 90px;
	}	
	.pbmit-ihbox-style-5 .pbmit-ihbox-contents{
		display: block !important;
	}
	.pbmit-ihbox-style-5 .pbmit-text-wrap{
		margin-top: 10px;
	}
	.pbmit-ihbox-style-5 .pbmit-element-title {
		font-size: 20px;
		line-height: 24px;
	}
}


/* icon-heading-style-6 */

.pbmit-miconheading-style-6.swiper-slide-active .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .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-6{
	position: relative;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon{
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.2);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: auto;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-icon{
	font-size: 74px;
	line-height: 74px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper svg{
	margin-bottom: 10px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text{
	font-size: 90px;
	line-height: 90px;
	font-weight: 600;
	margin-bottom: 0;
	color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
	position: relative;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg::before,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	line-height: 10px;
	bottom: -5px;
	left: 1px;
	background: var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-6 .pbmit-element-title,
.pbmit-ihbox-style-6 .pbmit-element-title a{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-btn a {
	padding-top: 15px;
}
.pbmit-ihbox-style-6 .pbmit-heading-desc{
	padding: 10px 25px 0 0;
}
.pbmit-element-miconheading-style-6 .pbmit-svg-btn{
	margin-top: 10px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents{
	margin: 30px 45px 0 0;
}
.pbmit-miconheading-style-6.swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6 .pbmit-element-title,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-6 .pbmit-element-title{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text{
	-webkit-text-stroke-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-6 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.2);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-svg::before,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-6 .pbmit-ihbox-svg::before,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-svg::before,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-icon::before,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-6 .pbmit-ihbox-icon::before,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon::before{
	background: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-miconheading-style-6.swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-gradient .pbmit-miconheading-style-6.swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-secondary .pbmit-miconheading-style-6.swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-xcoach-white-color)
}
.pbmit-element-miconheading-style-6 .pbmit-heading-subheading{
	margin-bottom: 120px;
}
@media(max-width:1200px){
	.pbmit-ihbox-style-6 .pbmit-ihbox-contents{
		margin-right: 0;
	}
	.pbmit-element-miconheading-style-6 .pbmit-heading-subheading{
		margin-bottom: 60px;
	}
	.pbmit-element-miconheading-style-6 .pbmit-svg-btn a{
		margin-left: 10px;
	}
}
@media(min-width:1201px){
	.pbmit-element-miconheading-style-6 .pbmit-ihbox-line {
		position: relative;
	}
	.pbmit-element-miconheading-style-6 .pbmit-ihbox-line::after,
	.pbmit-element-miconheading-style-6 .pbmit-ihbox-line::before {
		position: absolute;
		content: '';
		height: 1px;
		width: 100%;
		background: rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.2);
		left: 100%;
		top: 130px;
		right: auto;
	}
	.pbmit-element-miconheading-style-6 .pbmit-ihbox-line::after {
		left: inherit;
		right: 100%;
	}
}

/* icon-heading-style-7 */

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-7 .pbmit-element-title{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper{
	display: inline-block;
	margin-right: 28px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-icon{
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-contents{
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image {
	width: 95px;
	height: 95px;
	filter: grayscale(0);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-type-image {
	filter: grayscale(1);
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-ihbox-style-7 .pbmit-element-title a {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	color: var(--pbmit-xcoach-secondary-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-element-title a,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-element-title a,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-element-title a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-ihbox-style-7:hover .pbmit-element-title a,
.pbmit-ihbox-style-7:hover .pbmit-element-title {
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7:hover .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7:hover .pbmit-element-title a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number{
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-xcoach-global-color);
	margin-bottom: 8px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
	padding-top: 15px;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-heading-desc{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), .7);
}
@media (min-width: 991px) and (max-width: 1200px) {
	.pbmit-ihbox-style-7 .pbmit-ihbox-contents{
		display: block !important;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper{
		margin: 0 0 15px;
	}
}

/* icon-heading-style-8 */

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-8 .pbmit-element-title{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon{
	padding-bottom: 20px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-icon{
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-contents{
	position: relative;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text{
	margin-bottom: 20px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image {
	width: 95px;
	height: 95px;
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 90px;
	line-height: 90px;
	padding-bottom: 60px;
	margin-bottom: 0px;
	display: inline-block;
	border-bottom: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .1);
}
.pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-ihbox-style-8 .pbmit-element-title a {
	font-size: 90px;
	line-height: 90px;
	font-weight: 700;
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc{
	font-size: 20px;
	line-height: 30px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box-number{
	font-size: 30px;
	line-height: 30px;
	color: var(--pbmit-xcoach-global-color);
	margin-bottom: 8px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn a{
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 15px;
	color: var(--pbmit-xcoach-blackish-color);
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-btn a {
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn a svg line {
	stroke-width: 1px !important;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn a svg{
	height: 30px !important;
	width: 30px !important;
	margin: 0 auto !important;
	margin-bottom: 15px !important;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn a svg line{
	stroke-width: 1px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn span{
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	justify-content: center;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-element-title a,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-8 .pbmit-element-title a,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-8 .pbmit-element-title a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-heading-desc,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-heading-desc,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-8 .pbmit-heading-desc{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), .7);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-8 .pbmit-element-subtitle,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-8 .pbmit-element-subtitle,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-element-subtitle,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-element-subtitle{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), .1);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xcoach-white-color);
}
/* For Different column */
/* for three column */
.pbmit-element-column-two .pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-element-column-two .pbmit-ihbox-style-8 .pbmit-element-title a,
.pbmit-element-column-two .pbmit-ihbox-style-8 .pbmit-element-subtitle{
	font-size: 70px;
	line-height: 80px;
}
/* for three column */
.pbmit-element-column-three .pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-element-column-three .pbmit-ihbox-style-8 .pbmit-element-title a,
.pbmit-element-column-three .pbmit-ihbox-style-8 .pbmit-element-subtitle{
	font-size: 40px;
	line-height: 50px;
}
.pbmit-element-column-three .pbmit-ihbox-style-8 .pbmit-ihbox-btn a{
	width: 130px;
	height: 130px;
}
.pbmit-element-column-three .pbmit-ihbox-style-8 .pbmit-ihbox-btn a svg{
	height: 20px;
	width: 20px;
	margin-bottom: 8px;
}
.pbmit-element-column-three .pbmit-description-wrapper{
	margin-top: 15px;
}
/* for four column */
.pbmit-element-column-four .pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-element-column-four .pbmit-ihbox-style-8 .pbmit-element-title a,
.pbmit-element-column-four .pbmit-ihbox-style-8 .pbmit-element-subtitle{
	font-size: 40px;
	line-height: 50px;
}
.pbmit-element-column-four .pbmit-ihbox-style-8 .pbmit-ihbox-btn a{
	width: 130px;
	height: 130px;
}
.pbmit-element-column-four .pbmit-ihbox-style-8 .pbmit-ihbox-btn a svg{
	height: 20px;
	width: 20px;
	margin-bottom: 8px;
}
.pbmit-element-column-four .pbmit-description-wrapper{
	margin-top: 15px;
}
@media(max-width:1201px){
	.pbmit-ihbox-style-8 .pbmit-description-wrapper{
		padding-top: 30px;
	}
}
@media(max-width:1024px){
	.pbmit-ihbox-style-8 .pbmit-element-title,
	.pbmit-ihbox-style-8 .pbmit-element-title a,
	.pbmit-ihbox-style-8 .pbmit-element-subtitle{
		font-size: 60px;
		line-height: 60px;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-btn a{
		width: 150px;
		height: 150px;
	}
}
@media(max-width:767px){
	.pbmit-ihbox-style-8 .pbmit-element-title,
	.pbmit-ihbox-style-8 .pbmit-element-title a,
	.pbmit-ihbox-style-8 .pbmit-element-subtitle{
		font-size: 45px;
		line-height: 45px;
	}
}
@media(max-width:575px){
	.pbmit-ihbox-style-8 .pbmit-element-title,
	.pbmit-ihbox-style-8 .pbmit-element-title a,
	.pbmit-ihbox-style-8 .pbmit-element-subtitle{
		font-size: 35px;
		line-height: 35px;
	}
	.pbmit-ihbox-style-8 .pbmit-element-subtitle{
		padding-bottom: 30px;
	}
	.pbmit-ihbox-style-8 .pbmit-description-wrapper {
		display: block !important;
		padding-top: 30px;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-btn a{
		margin-left: 0;
		margin-top: 20px;
		width: 120px;
		height: 120px;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-btn a svg{
		height: 20px;
		width: 20px;
		margin-bottom: 5px;
	}
}

/* marquee-effect Element */

/* marquee-effect-style-1 */

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after,
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-size-adjust: 0%;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	-moz-text-stroke-color: rgba(var(--pbmit-xcoach-blackish-color-rgb),0.5);
	-webkit-text-stroke-color: rgba(var(--pbmit-xcoach-blackish-color-rgb),0.5);
	-moz-text-stroke-width: 1px;  
	-webkit-text-stroke-width: 1px;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 100px;
	line-height: 130px !important;
	text-transform: capitalize;
	font-weight: 800;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	margin-left: 80px !important;
	margin-right: 80px !important;
	display:flex;
	align-items: center;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
	content: "\e893";
	position: absolute;
	font-family: "pbminfotech-base-icons";
	top: 50%;
	left: -107px;
	display: inline-block;
	font-size: 48px;
	line-height: 48px;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-1 .pbmit-element-title {
	-moz-text-stroke-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.5);
	-webkit-text-stroke-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.5);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after,
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after,
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after,
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after{
	-moz-text-stroke-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.5);
	-webkit-text-stroke-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.5);
}
@media (max-width: 1200px) {
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 70px;
		line-height: 90px !important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 1024px) {
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 60px;
		line-height: 80px !important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 50px;
		line-height: 70px !important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
		font-size: 30px;
		line-height: 30px;
		left: -67px;
	}
}

/* portfolio Eleemnt */

/* portfolio-style-1 */

.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	margin-top: 5px;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(bottom, rgba(var(--pbmit-xcoach-blackish-color-rgb),0.7) 0%, rgba(var(--pbmit-xcoach-blackish-color-rgb),0.7) 5%, rgba(var(--pbmit-xcoach-blackish-color-rgb), 0) 59%, rgba(var(--pbmit-xcoach-blackish-color-rgb),0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(var(--pbmit-xcoach-blackish-color-rgb),0.7) 0%, rgba(var(--pbmit-xcoach-blackish-color-rgb),0.7) 5%,rgba(var(--pbmit-xcoach-blackish-color-rgb),0) 59%, rgba(var(--pbmit-xcoach-blackish-color-rgb),0) 100%);
	background: linear-gradient(to top, rgba(var(--pbmit-xcoach-blackish-color-rgb),0.7) 0%, rgba(var(--pbmit-xcoach-blackish-color-rgb),0.7) 5%,rgba(var(--pbmit-xcoach-blackish-color-rgb),0) 59%, rgba(var(--pbmit-xcoach-blackish-color-rgb),0) 100%);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	transition: all 500ms ease;
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.05);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	margin: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	top: auto;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px 30px 50px 30px;
}
.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-portfolio-style-1 .pbmit-portfolio-title {
	opacity: 0;
	transform: translateY(15px);
	transition: .5s ease;
}
.pbmit-portfolio-style-1:hover .pbmit-port-cat,
.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {
	opacity: 1;
	transform: translateY(0);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat a {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(var(--pbmit-xcoach-white-color-rgb),0.8);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content a {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {
	transition-delay: .1s;
}
@media (max-width: 1200px) {
	.pbmit-portfolio-style-1 .pbminfotech-box-content {
		padding: 30px 20px 30px;
	}
}

/* ptable Element  */

/* ptable-style-1 */

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	position: relative;
	overflow: hidden;
	padding: 50px 60px 60px 60px;
	z-index: 1;
	text-align: center;
	background-color: var(--pbmit-xcoach-light-bg-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background: var(--pbmit-xcoach-white-color);
	border: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {
	font-size: 15px;
	line-height: 25px;
	padding: 0px 12px 0 15px;
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #e6b906;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 4px solid var(--pbmit-xcoach-white-color);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-svg-wrapper,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-icon{
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-xcoach-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-wrapper svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-svg-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-image img{
	margin-bottom: 30px;
	width: 150px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-text {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--pbmit-xcoach-white-color);
	background-color: var(--pbmit-xcoach-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	padding-bottom: 26px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 80px;
	line-height: 80px;
	color: var(--pbmit-xcoach-blackish-color);
	padding: 0 1px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price-w {
	position: relative;
	display: inline-flex;
	margin: 0 auto;
	text-align: center;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 50px;
	line-height: 55px;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	margin-left: 8px;
	align-self: center;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	bottom: -16px;
	letter-spacing: -0.6px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn {
	display: inline-flex;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {
	padding: 12px 28px;
	color: var(--pbmit-xcoach-blackish-color);
	background-color: var(--pbmit-xcoach-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover {
	color: var(--pbmit-xcoach-white-color);
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 0 30px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
	padding: 45px 35px;
	margin-top: 25px;
	border-top: 1px solid rgba(var(--pbmit-xcoach-global-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	text-align: left;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line:last-child {
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line i {
	padding-right: 0;
	position: relative;
	top: 3px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line i,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line svg{
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line svg{
	fill: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	background-color: var(--pbmit-xcoach-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-wrapper svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-svg-wrapper svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-wrapper i:not(.pbmit-xcoach-icon) {
	margin-bottom: 20px;
}
/* Feature column */
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-icon-type-icon {
	color: rgba(var(--pbmit-xcoach-global-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-svg-wrapper svg,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-icon-wrapper svg{
	fill: rgba(var(--pbmit-xcoach-global-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a {
	color: var(--pbmit-xcoach-white-color);
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a:hover {
	background-color: var(--pbmit-xcoach-global-color);
}
/* column */
.pbminfotech-ele-ptable-style-1 .col-md-20percent .pbmit-pricing-table-box {
	padding: 30px;
}
.pbminfotech-ele-ptable-style-1 .col-md-20percent .pbminfotech-ptable-desc {
	padding: 0;
}
.pbminfotech-ele-ptable-style-1 .col-md-20percent .pbminfotech-ptable-price-w {
	display: inline-block;
}
@media (max-width: 1400px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
		padding: 50px;
	}
}
@media (max-width: 1300px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
		padding: 40px;
	}
}
@media (max-width: 1200px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
		padding: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
		padding: 50px 0;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
		padding-bottom: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
		font-size: 70px;
		line-height: 70px;
	}
	.pbminfotech-ele-ptable-style-1 .col-md-3,
	.pbminfotech-ele-ptable-style-1 .col-md-20percent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-cols .pbmit-ptable-col {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.pbminfotech-ele-ptable-style-1 .col-md-3,
	.pbminfotech-ele-ptable-style-1 .col-md-20percent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* service Element  */

/* service-style-1 */

.pbmit-service-style-1 .pbminfotech-post-item .pbmit-featured-wrapper img {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-service-style-1{
	position: relative;
}
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-featured-wrapper{
	overflow: hidden;
}
.pbmit-service-style-1:hover .pbminfotech-post-item .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-service-style-1 .pbmit-service-wrapper {
	position: relative;
	margin-bottom: 23px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
	margin-bottom: 10px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
	max-width: 50px;
	margin-bottom: 10px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper {
	display: none;
}
.pbmit-service-style-1 .pbmit-serv-cat a {
	padding-left: 15px;
}
.pbmit-service-style-1 .pbmit-serv-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-xcoach-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-1 .pbmit-service-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-elementor-bg-color-secondary .pbmit-service-style-1 .pbmit-service-title a,
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-1 .pbmit-service-title a,
.pbmit-elementor-bg-color-gradient .pbmit-service-style-1 .pbmit-service-title a,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-1 .pbmit-service-title a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-viewtype-carousel .pbmit-service-style-1 .pbminfotech-post-item,
.pbmit-elementor-bg-color-secondary .pbmit-element-viewtype-carousel .pbmit-service-style-1 .pbminfotech-post-item,
.pbmit-elementor-bg-color-gradient .pbmit-element-viewtype-carousel .pbmit-service-style-1 .pbminfotech-post-item,
.pbmit-elementor-bg-color-blackish .pbmit-element-viewtype-carousel .pbmit-service-style-1 .pbminfotech-post-item{
	border-color:rgba(var(--pbmit-xcoach-white-color-rgb),.2);
}
.pbmit-elementor-bg-color-secondary .pbmit-service-style-1 .pbmit-serv-cat a,
.pbmit-elementor-bg-color-gradient .pbmit-service-style-1 .pbmit-serv-cat a,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-1 .pbmit-serv-cat a{
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-service-style-1 .pbmit-serv-cat a::before,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-1 .pbmit-serv-cat a::before{
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-1 .pbmit-serv-cat a::before{
	background-color: var(--pbmit-xcoach-secondary-color);
}
.pbmit-element-column-one .pbmit-service-style-1 .pbminfotech-post-item .pbmit-featured-wrapper img{
	width: 100%;
}
/* Heaading Subheading sytle */
.pbmit-element-service-style-1 .pbmit-ele-header-area.container{
	margin-left: 0;
	padding: 0;
}
/* Arrow style */
.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header{
	padding-right: 30px;
	top: auto;
	bottom: 43px;
}
.pbminfotech-element.pbmit-element-service-style-1 .swiper-button-next,
.pbminfotech-element.pbmit-element-service-style-1 .swiper-button-prev{
	width: inherit;
	height: inherit;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-element-service-style-1 .pbmit-ele-header-area .swiper-button-next{
	padding-left: 15px;
}
@media (min-width: 575px) {
	.pbmit-element-viewtype-carousel .pbmit-service-style-1 .pbminfotech-post-item{
		padding-right: 35px;
		border-right: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb),.1);
	}
}
@media (max-width: 575px) {
	.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header{
		display: none;
	}
}

/* service-style-2 */

.pbmit-service-style-2 .pbmit-featured-wrapper img{
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 100%;
}
.pbmit-service-style-2 .pbmit-service-wrapper {
	position: relative;
	margin-bottom: 20px;
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
	overflow: hidden;
}
.pbmit-service-style-2:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-service-style-2 .pbmit-svg-btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-service-style-2 .pbmit-svg-btn a {
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: inherit;
	background: var(--pbmit-xcoach-white-color);
}
.pbmit-service-style-2 .pbmit-svg-btn a svg {
	height: 15px !important;
	width: 15px !important;
	margin-left: 0 !important;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
	margin-bottom: 10px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper img{
	max-width: 50px;
	margin-bottom: 10px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper {
	display: none;
}
.pbmit-service-style-2 .pbmit-serv-cat a {
	color: var(--pbmit-xcoach-global-color) !important;
}
.pbmit-service-style-2 .pbmit-serv-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-xcoach-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-2 .pbmit-service-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}
.pbmit-elementor-bg-color-secondary .pbmit-service-style-2 .pbmit-service-title a,
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-2 .pbmit-service-title a,
.pbmit-elementor-bg-color-gradient .pbmit-service-style-2 .pbmit-service-title a,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-2 .pbmit-service-title a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-2 .pbmit-serv-cat a{
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-2 .pbmit-serv-cat a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-service-style-2 .pbmit-serv-cat a::before,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-2 .pbmit-serv-cat a::before{
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-2 .pbmit-serv-cat a::before,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-2 .pbmit-serv-cat a::before{
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-element-column-four .pbmit-service-style-2 .pbmit-svg-btn a{
	width: 50px;
	height: 50px;
	line-height: 50px;
}
/* heading subheading style */
.pbmit-element-service-style-2 .pbmit-heading-subheading-style-2{
	display: block !important;
}
.pbmit-align-right .pbmit-element-service-style-2 .pbmit-carousel-nav-arrow-header{
	justify-content: end;
}
/*== Arrow style ==*/
.pbmit-element-service-style-2 .pbmit-carousel-nav-arrow-header {
	position: inherit;
	margin-top: -48px;
}
.pbmit-element-service-style-2 .pbmit-servicebox-left {
	padding-right: 10px;
}
.pbmit-element-service-style-2 .pbmit-servicebox-left .pbmit-ele-header-area {
	padding: 0;
}
.pbminfotech-element.pbmit-element-service-style-2 .swiper-button-next, 
.pbminfotech-element.pbmit-element-service-style-2 .swiper-button-prev{
	width: inherit;
	height: inherit;
}
.pbmit-element-service-style-2 .pbmit-ele-header-area .swiper-button-next{
	padding-left: 15px;
}
.pbmit-element-column-one .pbmit-service-style-2 .pbmit-featured-wrapper img {
	width: 100%;
}
@media (max-width: 991px) {
	.pbmit-element-service-style-2 .pbmit-carousel-nav-arrow-header{
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.pbmit-service-style-2 .pbmit-svg-btn a{
		width: 50px;
		height: 50px;
		line-height: 53px;
	}
}

/* service-style-3 */

.pbmit-service-style-3 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-service-style-3 .pbminfotech-post-item{
	position: relative;
	padding: 30px;
	transition: all 0.4s ease-in;
	z-index: 1;
	background-color: var(--pbmit-xcoach-light-bg-color);
}
.pbmit-service-style-3 .pbminfotech-post-item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	z-index: -1;
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-service-style-3.swiper-slide-active .pbminfotech-post-item::before{
	height: 100%;
	transition: all 0.6s ease-in;
}
.pbmit-service-style-3 .pbminfotech-post-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	z-index: -1;
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-service-style-3.swiper-slide-active .pbminfotech-post-item::after{
	height: 100%;
	transition: all 0.6s ease-in;
}
.pbmit-service-style-3 .pbmit-service-wrapper {
	position: relative;
	margin-bottom: 20px;
}
.pbmit-service-style-3 .pbmit-service-title {
	font-size: 26px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-3.swiper-slide-active .pbmit-service-title a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-service-style-3 .pbmit-svg-btn a {
	padding: 0;
	border-radius: inherit;
	background: transparent;
	position: relative;
	color: var(--pbmit-xcoach-blackish-color);
	border-bottom: 1px solid var(--pbmit-xcoach-blackish-color);
	transition: all 0.3s ease-in;
}
.pbmit-service-style-3.swiper-slide-active .pbmit-svg-btn a {
	color: var(--pbmit-xcoach-white-color);
	border-color: var(--pbmit-xcoach-white-color);
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
	margin-bottom: 10px;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper img{
	max-width: 50px;
	margin-bottom: 10px;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper {
	display: none;
}
.pbmit-service-style-3.swiper-slide-active .pbmit-serv-cat a {
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-service-style-3 .pbmit-serv-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-xcoach-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-3.swiper-slide-active .pbmit-serv-cat a::before {
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-white .pbmit-service-style-3 .pbminfotech-post-item{
	background-color: var(--pbmit-xcoach-light-bg-color);
}
.pbmit-elementor-bg-color-light .pbmit-service-style-3 .pbminfotech-post-item {
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-service-style-3 .pbminfotech-post-item::after,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-3 .pbminfotech-post-item::before,
.pbmit-elementor-bg-color-gradient .pbmit-service-style-3 .pbminfotech-post-item::after,
.pbmit-elementor-bg-color-gradient .pbmit-service-style-3 .pbminfotech-post-item::before{
	background-color: var(--pbmit-xcoach-secondary-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-3.swiper-slide-active .pbmit-serv-cat a,
.pbmit-elementor-bg-color-gradient .pbmit-service-style-3.swiper-slide-active .pbmit-serv-cat a{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-3.swiper-slide-active .pbmit-serv-cat a::before,
.pbmit-elementor-bg-color-gradient .pbmit-service-style-3 .pbmit-serv-cat a::before {
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-element-column-one .pbmit-service-style-3 .pbmit-featured-wrapper img {
	width: 100%;
}
/* For Slider Dot */
.pbmit-element-service-style-3 .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 0;
	margin: 0 9px !important;
	background-color: var(--pbmit-xcoach-white-color) !important;
}
.pbmit-element-service-style-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--pbmit-xcoach-blackish-color) !important;
}
.pbmit-elementor-bg-color-blackish .pbmit-element-service-style-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--pbmit-xcoach-global-color) !important;
}

/* service-style-4 */

.pbmit-element-service-style-4 .pbmit-title-data-hover .pbmit-title-inner,
.pbmit-element-service-style-4 .pbmit-serv-cat,
.pbmit-element-service-style-4 .pbmit-title-data-hover .pbmit-service-btn a,
.pbmit-element-service-style-4 .pbmit-title-data-hover .pbmit-service-btn{
	transition: all 0.5s ease-in-out;
}
.pbmit-element-service-style-4 .pbmit-hover-inner{
	list-style-type: none;
	padding-left: 175px;
	margin-bottom: 0;
}
.pbmit-element-service-style-4 .pbmit-hover-inner li{
	border-bottom: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .1);
	padding: 22px 0 28px;
	position: relative;
}
.pbmit-element-service-style-4 .pbmit-hover-inner li:first-child{
	border-top: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .1);
}
.pbmit-element-service-style-4 .pbmit-service-icon{
	font-size: 60px;
	line-height: 60px;
	margin-right: 35px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-element-service-style-4 .pbmit-service-icon svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-element-service-style-4 .pbmit-service-icon img{
	max-width: 60px;
}
.pbmit-element-service-style-4 .swiper-hover-slide-images {
	flex: 0 0 auto;
	width: 39.3%;
	padding-right: 0;
	position: relative;
}
.pbmit-element-service-style-4 .swiper-hover-slide-images::before{
	content: "";
	position: absolute;
	width: 115px;
	height: 210px;
	background-color: var(--pbmit-xcoach-global-color);
	z-index: 2;
	right: 5px;
	bottom: -27px;
	transform: rotate(48deg);
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav {
	flex: 0 0 auto;
	width: 60.7%;
}
.pbmit-element-service-style-4 .pbmit-title-data-hover{
	justify-content: space-between;
	margin-bottom: 0;
}
.pbmit-element-service-style-4 .pbmit-desc{
	font-size: 16px;
	line-height: 26px; 
	max-width: 340px;
	padding-right: 50px;
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.6);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-element-service-style-4 .pbmit-title-inner{
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	width: 200px;
	padding-right: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-element-service-style-4 .pbmit-hover-inner li:hover .pbmit-title-inner{
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-element-service-style-4 .pbmit-svg-btn a{
	background-color: transparent;
	padding: 0;
	margin-left: 20px ;
}
.pbmit-element-service-style-4 .pbmit-svg-btn a svg{
	width: 20px !important;
	height: 20px !important;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-service-style-4 .pbmit-title-inner,
.pbmit-elementor-bg-color-gradient .pbmit-element-service-style-4 .pbmit-title-inner,
.pbmit-elementor-bg-color-secondary .pbmit-element-service-style-4 .pbmit-title-inner,
.pbmit-elementor-bg-color-blackish .pbmit-element-service-style-4 .pbmit-title-inner{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-service-style-4 .pbmit-hover-inner li,
.pbmit-elementor-bg-color-gradient .pbmit-element-service-style-4 .pbmit-hover-inner li,
.pbmit-elementor-bg-color-secondary .pbmit-element-service-style-4 .pbmit-hover-inner li,
.pbmit-elementor-bg-color-blackish .pbmit-element-service-style-4 .pbmit-hover-inner li{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), .3);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-service-style-4 .pbmit-service-icon{
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-service-style-4 .pbmit-desc,
.pbmit-elementor-bg-color-gradient .pbmit-element-service-style-4 .pbmit-desc,
.pbmit-elementor-bg-color-secondary .pbmit-element-service-style-4 .pbmit-desc,
.pbmit-elementor-bg-color-blackish .pbmit-element-service-style-4 .pbmit-desc{
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.6);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-service-style-4 .pbmit-hover-inner li:hover .pbmit-title-inner{
	color: inherit;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-service-style-4 .swiper-hover-slide-images::before{
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-element-service-style-4 .swiper-hover-slide-images::before{
	background-color: var(--pbmit-xcoach-global-color);
}
/* Heading subheading css */
.pbmit-element-service-style-4 .pbmit-ele-header-area{
	position: relative;
}
.pbmit-element-service-style-4 .pbmit-heading-subheading-style-2{
	padding-right: 285px;
}
.pbmit-element-service-style-4 .pbmit-btn{
	margin-top: 30px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-service-style-4 .pbmit-btn a{
	border: 1px solid var(--pbmit-xcoach-white-color);
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-element-service-style-4 .pbmit-btn a{
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	padding: 21px 35px;
	border: 1px solid var(--pbmit-xcoach-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-element-service-style-4 .pbmit-btn a:hover{
	background-color: var(--pbmit-xcoach-white-color);
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-element-service-style-4 .pbmit-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-element-service-style-4 .pbmit-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-58px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-element-service-style-4 .pbmit-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-element-service-style-4 .pbmit-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-element-service-style-4 .pbmit-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
@media screen and (min-width: 1201px){
	.pbmit-element-service-style-4 .swiper-hover-slide-nav .pbmit-featured-img-wrapper{
		display: none;
	}
}
@media (max-width: 1366px){
	.pbmit-element-service-style-4 .pbmit-hover-inner{
		padding-left: 120px;
	}
}
@media (max-width: 1200px){
	.pbmit-element-service-style-4 .pbmit-hover-image,
	.pbmit-element-service-style-4 .swiper-hover-slide-images::before{
		display: none;
	}
	.pbmit-element-service-style-4 .pbmit-main-hover-slider{
		display: block !important;
		padding: 0 14px;
	}
	.pbmit-element-service-style-4 .pbmit-title-inner,
	.pbmit-element-service-style-4 .pbmit-desc{
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.pbmit-element-service-style-4 .pbmit-hover-inner li{
		padding: 30px 0;
	}
	.pbmit-element-service-style-4 .pbmit-title-inner{
		padding: 5px 0 20px;
	}
	.pbmit-element-service-style-4 .swiper-hover-slide-images,
	.pbmit-element-service-style-4 .swiper-hover-slide-nav{
		width: 100%;
	}
	.pbmit-element-service-style-4 .pbmit-title-data-hover{
		display: block !important;
	}
	.pbmit-element-service-style-4 .pbmit-hover-inner{
		padding: 0;
	}
	.pbmit-element-service-style-4 .pbmit-text-content,
	.pbmit-element-service-style-4 .pbmit-featured-img-wrapper{
		padding: 40px 0 20px;
	}
	.pbmit-element-service-style-4 .pbmit-btn{
		position: inherit;
		margin-top: 20px;
		margin-bottom: 12px;
	}
	.pbmit-element-service-style-4 .pbmit-svg-btn a{
		margin-left: 0;
	}
	.pbmit-element-service-style-4 .pbmit-heading-subheading-style-2{
		padding-right: 170px
	}
}
@media (max-width: 767px){
	.pbmit-element-service-style-4 .pbmit-title-inner {
		font-size: 30px;
		line-height: 30px;
	}
	.pbmit-element-service-style-4 .pbmit-serv-cat {
		margin-bottom: 6px;
	}
	.pbmit-element-service-style-4 .pbmit-heading-subheading-style-2{
		padding-right: 0;
	}
}

/* spinner-box Element  */

/* spinner-box-style-1 */

.pbmit-spinner-box-style-1 {
	width: 150px;
	padding: 10px;
	position: relative;
	border-radius: 50%;
	margin: auto;
	border: 2px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .2);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .2);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
	font-size:17px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-spinner-box-style-1 .pbmit-ihbox-box > svg {
	fill: var(--pbmit-xcoach-blackish-color);
	position: relative;
	left: 0;
	top: 0;
	-webkit-animation-name: pbmit_rotate;
	-moz-animation-name: pbmit_rotate;
	-ms-animation-name: pbmit_rotate;
	-o-animation-name: pbmit_rotate;
	animation-name: pbmit_rotate;
	-webkit-animation-duration: 15s;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes pbmit_rotate {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_rotate {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_rotate {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_rotate {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_rotate {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-spinner-box-style-1 .pbmit-icon-wrapper{
	font-size: 25px;
	line-height: 25px;
	display: block;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper svg,
.pbmit-spinner-box-style-1 .pbmit-icon-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1 .pbmit-ihbox-svg{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), .2);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-box > svg,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-ihbox-box > svg{
	fill: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-icon-wrapper{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-icon-wrapper svg{
	fill: var(--pbmit-xcoach-white-color);
}

/* split-slide element  */

/* split-slide-style-1 */

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
	padding: 0 240px 150px 120px;
	position: relative;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-split-slide-item {
	margin: 0 0 35px 0;
	position: relative;
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pbmit-element-split-slide-style-1 .pbmit-heading-subheading {
	margin: 0;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox,
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img {
	padding: 170px 0 0 0 !important;
}
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.first,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.last,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.active {
	opacity: 1;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-highlight-image {
	position: relative;
	overflow: hidden;
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-ihbox-icon {
	margin-right: 30px;
}
.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
	font-size: 36px;
	line-height: 42px;
	z-index: 1;
	margin-bottom: 25px;
	padding-bottom: 30px;
	padding-right: 80px;
	border-bottom: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb),0.2);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4,
.pbmit-elementor-bg-color-blackish .pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4,
.pbmit-elementor-bg-color-gradient .pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4,
.pbmit-elementor-bg-color-secondary .pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.2);
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc,
.pbmit-elementor-bg-color-blackish .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc,
.pbmit-elementor-bg-color-gradient .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc,
.pbmit-elementor-bg-color-secondary .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {
	color: rgba(var(--pbmit-xcoach-white-color-rgb),0.8);
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
	font-size: 200px;
	line-height: 200px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 105px;
	-webkit-text-size-adjust: 0%;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	-moz-text-stroke-color: rgba(var(--pbmit-xcoach-blackish-color-rgb),0.3);
	-webkit-text-stroke-color: rgba(var(--pbmit-xcoach-blackish-color-rgb),0.3);
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4,
.pbmit-elementor-bg-color-blackish .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4,
.pbmit-elementor-bg-color-gradient .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4,
.pbmit-elementor-bg-color-secondary .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
	-moz-text-stroke-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.5);
	-webkit-text-stroke-color: rgba(var(--pbmit-xcoach-white-color-rgb),0.5);
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-icon-type-icon {
	font-size: 85px;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper {
	margin: 0 0 40px 0;
	padding: 0 0 60px 0;
	position: relative;
	border-bottom: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .20);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper,
.pbmit-elementor-bg-color-gradient .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper,
.pbmit-elementor-bg-color-secondary .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper {
	color: var(--pbmit-xcoach-white-color);
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), .20);
}
.pbmit-element-split-slide-style-1 .pbmit-split-video-box,
.pbmit-element-split-slide-style-1 .pbmit-subheading-wraper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pbmit-element-split-slide-style-1 .pbmit-split-icon-title{
	margin-right: 40px;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox {
	justify-content: space-between;
	overflow: hidden;
}
.pbmit-element-split-slide-style-1 .pbmit-split-icon-title h4{
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	position: relative;
}
.pbmit-element-split-slide-style-1 .pbmit-element-split-slide-wrapper {
	margin-top: -110px;
	z-index: -1;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-img-box {
	position: relative;
}
@media(min-width:992px) {
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
		position: absolute;
		opacity: 0;
		bottom: 80px;
		right: 0;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.elementor-element-edit-mode .pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
		opacity: 1;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image .pbmit-image-wrap{
		position: relative;
		z-index: 1;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image .pbmit-image-wrap::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		right: -5px;
		bottom: -5px;
		z-index: -1;
		background-color: var(--pbmit-xcoach-blackish-color);
	}
	.pbmit-elementor-bg-color-globalcolor .pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image .pbmit-image-wrap::before,
	.pbmit-elementor-bg-color-gradient .pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image .pbmit-image-wrap::before{
		background-color: var(--pbmit-xcoach-secondary-color);
	}
	.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-responsive-image .pbmit-image-wrap {
		display: none;
		opacity: 0;
		position: inherit;
	}
}
@media(max-width:1500px) {
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
		padding: 100px 230px 150px 120px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
		padding-bottom: 120px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
		right: 20px;
	}
}
@media(max-width:1400px) {
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
		padding: 100px 180px 150px 140px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
		padding-bottom: 100px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
		right: -20px;
	}
}
@media(max-width:1350px) {
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
		right: -50px;
	}
}
@media(max-width:1300px) {
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
		padding: 100px 100px 150px 150px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
		padding-bottom: 80px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
		right: -70px;
	}
}
@media(max-width:1200px) {
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
		padding: 70px 0px 230px 120px;
	}
}
@media (min-width: 1024px) and (max-width: 1366px) {
	.pbmit-element-split-slide-style-1 .pbmit-heading-subheading {
		padding-bottom: 60px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img {
		padding-top: 60px;
	}
}
@media(max-width:991px) {
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox{
		padding: 20px 0 0 0 !important;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img{
		padding: 0px 0 0 0 !important;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox {
		display: block !important;
	}
	.pbmit-element-split-slide-style-1 .pbmit-element-split-slide-wrapper {
		margin-top: 50px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img,
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox {
		padding: 0px;
		width: 100%;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-highlight-image {
		margin-bottom: 40px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
		padding: 0;
		padding-right: 30%;
	}
	.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
		font-size: 160px;
		line-height: 160px;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-wrapper:not(:last-child) {
		margin-bottom: 50px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-img-box .pbmit-split-slide-item-image {
		display: none;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-img-box {
		margin-bottom: 50px;
	}
}
@media(max-width:767px) {
	.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
		font-size: 140px;
		line-height: 140px;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4{
		font-size: 30px;
		line-height: 38px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box{
		padding-right: 20%;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-img-box img{
		width: 100%;
	}
}
@media(max-width:575px) {
	.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
		font-size: 90px;
		line-height: 90px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4{
		font-size: 24px;
		line-height: 30px;
	}
	.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box{
		padding-right: 0%;
	}
}

/* team Element  */

/* team-style-1 */

.pbmit-team-style-1 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-team-style-1:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-team-style-1 .pbminfotech-box-team-position {
	margin-bottom: 12px;
}
.pbmit-team-style-1 .pbminfotech-box-team-position::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-xcoach-blackish-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-team-style-1 .pbmit-image-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.pbmit-element-column-one .pbmit-team-style-1 .pbmit-image-wrapper img {
	width: 100%;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-team-style-1 .pbmit-team-social-links li {
	margin: 0;
	padding-right: 10px !important;
}
.pbmit-team-style-1:last-child .pbmit-team-social-links li {
	padding-right: 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li a {
	width: 25px;
	height: 25px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	color: var(--pbmit-xcoach-white-color);
	background-color: rgba(var(--pbmit-xcoach-blackish-color-rgb), .6);
}
.pbmit-team-style-1 .pbmit-team-social-links li a:hover {
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-elementor-bg-color-blackish .pbmit-team-style-1 .pbminfotech-box-team-position {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-1 .pbminfotech-box-team-position::before,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-1 .pbminfotech-box-team-position::before,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-1 .pbminfotech-box-team-position::before,
.pbmit-elementor-bg-color-blackish .pbmit-team-style-1 .pbminfotech-box-team-position::before {
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.4);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-1 .pbmit-team-title a,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-1 .pbmit-team-title a,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-1 .pbmit-team-title a,
.pbmit-elementor-bg-color-blackish .pbmit-team-style-1 .pbmit-team-title a {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-1 .pbmit-team-social-links li a{
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.4);
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-team-style-1 .pbmit-team-social-links li a:hover,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-1 .pbmit-team-social-links li a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-1 .pbmit-team-social-links li a:hover {
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb), 1);
}
.pbmit-element-team-style-1 .pbmit-ele-header-area.container {
	padding: 0;
}
.pbmit-element-team-style-1 .pbmit-carousel-nav-arrow-header {
	top: 70px;
}
.pbminfotech-element.pbmit-element-team-style-1 .swiper-button-next,
.pbminfotech-element.pbmit-element-team-style-1 .swiper-button-prev{
	width: inherit;
	height: inherit;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-element-team-style-1 .pbmit-ele-header-area .swiper-button-next{
	padding-left: 15px;
}

/* team-style-2 */

.pbmit-team-style-2 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-element-team-style-2 .pbmit-teambox-left {
	flex: 0 0 auto;
	width: 30%;
	padding-right: 20px;
}
.pbmit-element-team-style-2 .pbmit-teambox-right {
	flex: 0 0 auto;
	width: 70%;
}
.pbmit-team-style-2:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-team-style-2 .pbminfotech-box-team-position {
	margin-bottom: 12px;
}
.pbmit-team-style-2 .pbminfotech-box-team-position::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-xcoach-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-team-style-2 .pbmit-image-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.pbmit-element-column-one .pbmit-team-style-2 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-team-style-2 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-team-style-2 .pbmit-team-social-links li {
	margin: 0;
	padding-right: 10px !important;
}
.pbmit-team-style-2:last-child .pbmit-team-social-links li {
	padding-right: 0;
}
.pbmit-team-style-2 .pbmit-team-social-links li a {
	width: 25px;
	height: 25px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	color: var(--pbmit-xcoach-white-color);
	background-color: rgba(var(--pbmit-xcoach-blackish-color-rgb), .6);
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover {
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-2 .pbminfotech-box-team-position,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-2 .pbminfotech-box-team-position,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-2 .pbminfotech-box-team-position,
.pbmit-elementor-bg-color-blackish .pbmit-team-style-2 .pbminfotech-box-team-position {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-2 .pbminfotech-box-team-position::before,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-2 .pbminfotech-box-team-position::before,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-2 .pbminfotech-box-team-position::before,
.pbmit-elementor-bg-color-blackish .pbmit-team-style-2 .pbminfotech-box-team-position::before {
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.4);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-2 .pbmit-team-title a,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-2 .pbmit-team-title a,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-2 .pbmit-team-title a,
.pbmit-elementor-bg-color-blackish .pbmit-team-style-2 .pbmit-team-title a {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-team-style-2 .pbmit-team-social-links li a,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-2 .pbmit-team-social-links li a,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-2 .pbmit-team-social-links li a{
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.4);
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-team-style-2 .pbmit-team-social-links li a:hover,
.pbmit-elementor-bg-color-secondary .pbmit-team-style-2 .pbmit-team-social-links li a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-2 .pbmit-team-social-links li a:hover {
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb), 1);
}
.pbmit-element-team-style-2 .pbmit-carousel-nav-arrow-header {
	position: inherit;
	margin-top: -35px;
}
.pbmit-element-team-style-2 .pbmit-teambox-left .pbmit-ele-header-area {
	padding: 0;
}
.pbminfotech-element.pbmit-element-team-style-2 .swiper-button-next,
.pbminfotech-element.pbmit-element-team-style-2 .swiper-button-prev{
	width: inherit;
	height: inherit;
}
.pbmit-element-team-style-2 .pbmit-ele-header-area .swiper-button-next{
	padding-left: 15px;
}
@media (max-width: 1400px) {
	.pbmit-element-team-style-2 .pbmit-teambox-left {
		padding-right: 80px;
	}
}
@media (max-width: 1300px) {
	.pbmit-element-team-style-2 .pbmit-teambox-left {
		padding-right: 60px;
	}
}
@media (max-width: 1200px) {
	.pbmit-element-team-style-2 .pbmit-teambox-left {
		padding-right: 40px;
	}
}
@media (max-width: 1024px) {
	.pbmit-element-team-style-2 .pbmit-teambox-left {
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.pbmit-element-team-style-2 .pbmit-carousel-nav-arrow-header{
		margin-bottom: 50px;
	}
	.pbmit-element-team-style-2 .pbmit-teambox-left,
	.pbmit-element-team-style-2 .pbmit-teambox-right{
		width: 100%;
	}
}
/* heading subheading style */
.pbmit-element-team-style-2 .pbmit-heading-subheading-style-2{
	display: block !important;
}
.pbmit-align-right .pbmit-element-team-style-2 .pbmit-carousel-nav-arrow-header{
	justify-content: end;
}

/* testimonial Element  */

/* testimonial-style-1 */

.pbmit-testimonial-style-1 .pbminfotech-post-item {
	padding: 50px 40px;
	background: var(--pbmit-xcoach-light-bg-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-wapper,
.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
	display: flex;
	align-items: center;
}
.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
	justify-content: space-between;
	margin-bottom: 90px;
}
.pbmit-element-column-four .pbmit-testimonial-style-1 .pbminfotech-conten-inner {
	display: block;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	border-radius: 100%;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 500;
	text-transform: uppercase;
}
.pbmit-testimonial-style-1 blockquote {
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 24px;
	padding-top: 60px;
	border: 0;
}
.pbmit-testimonial-style-1 blockquote::before {
	content: '\e88e';
	font-family: 'pbminfotech-base-icons';
	font-size: 35px;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-light .pbmit-testimonial-style-1 .pbminfotech-post-item{
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i.pbmit-active {
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb) ,.2);
}
.pbmit-elementor-bg-color-secondary .pbmit-element-testimonial-style-1.pbminfotech-element .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--pbmit-xcoach-global-color);
	opacity: 0.5;
}
.pbmit-elementor-bg-color-secondary .pbmit-element-testimonial-style-1.pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--pbmit-xcoach-global-color);
	opacity: 1;
}
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-post-item {
	background-color: var(--pbmit-xcoach-white-color);
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
		display: block;
		margin-bottom: 50px;
	}
	.pbmit-testimonial-style-1 .pbminfotech-box-wapper {
		margin-bottom: 20px;
	}
}
@media (max-width: 1200px) {
	.pbmit-testimonial-style-1 .pbminfotech-post-item {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
		display: block;
		margin-bottom: 30px;
	}
	.pbmit-testimonial-style-1 .pbminfotech-box-wapper {
		margin-bottom: 20px;
	}
}
@media (min-width: 575px) and (max-width: 767px) {
	.pbmit-testimonial-style-1 .pbminfotech-box-wapper {
		display: block;
	}
	.pbmit-testimonial-style-1 .pbmit-featured-wrapper {
		margin-bottom: 10px;
	}
	.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.pbmit-testimonial-style-1 blockquote{
		padding-top: 40px;
	}
	.pbmit-testimonial-style-1 blockquote::before{
		font-size: 25px;
		line-height: 26px;
	}
}

/* testimonial-style-2 */

.pbmit-testimonial-style-2 blockquote {
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 40px;
	border: 0;
	margin-bottom: 30px;
	font-weight: 400 !important;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-xcoach-secondary-color-rgb),0.6);
}
.pbmit-testimonial-style-2 .pbminfotech-box-content-inner {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-content {
	position: relative;
	padding-left: 115px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-content::before {
	content: '\e88e';
	font-family: 'pbminfotech-base-icons';
	font-size: 60px;
	line-height: 70px;
	position: absolute;
	left: 2px;
	top: 0;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	border-radius: 100%;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb),0.6);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i,
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i,
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-xcoach-white-color-rgb),0.3);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active,
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active,
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: rgba(var(--pbmit-xcoach-white-color-rgb),0.8);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-2 blockquote,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-2 blockquote,
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-2 blockquote,
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-2 blockquote,
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-2 blockquote {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-content::before {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-2 .pbminfotech-box-content::before,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-box-content::before {
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-2 .pbminfotech-box-content::before {
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left {
	border-right: 1px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), 0.2);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left,
.pbmit-elementor-bg-color-gradient .pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left,
.pbmit-elementor-bg-color-secondary .pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left,
.pbmit-elementor-bg-color-blackish .pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left {
	border-right-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.2);
}
.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-right {
	padding-left: 75px;
}
.pbmit-element-testimonial-style-2 .pbmit-carousel-nav-arrow-header {
	left: 0;
	top: inherit;
	bottom: -80px;
}
.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left .pbmit-ele-header-area {
	padding: 0;
}
.pbminfotech-element.pbmit-element-testimonial-style-2 .swiper-button-next,
.pbminfotech-element.pbmit-element-testimonial-style-2 .swiper-button-prev{
	width: inherit;
	height: inherit;
}
.pbmit-element-testimonial-style-2 .pbmit-ele-header-area .swiper-button-next{
	padding-left: 15px;
}
.pbminfotech-element.pbmit-element-testimonial-style-2 .swiper-horizontal>.swiper-pagination-bullets,
.pbminfotech-element.pbmit-element-testimonial-style-2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.pbminfotech-element.pbmit-element-testimonial-style-2 .swiper-pagination-custom,
.pbminfotech-element.pbmit-element-testimonial-style-2 .swiper-pagination-fraction{
	position: absolute;
	bottom: 30px !important;
	right: 0;
	justify-content: end;
}
.pbmit-element-testimonial-style-2 .swiper-pagination-bullet {
	background-color: rgba(var(--pbmit-xcoach-blackish-color-rgb),0.5) !important;
}
.pbmit-element-testimonial-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--pbmit-xcoach-blackish-color) !important;
}
.pbmit-elementor-bg-color-secondary .pbmit-element-testimonial-style-2 .swiper-pagination-bullet,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-testimonial-style-2 .swiper-pagination-bullet,
.pbmit-elementor-bg-color-blackish .pbmit-element-testimonial-style-2 .swiper-pagination-bullet {
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb), 0.5) !important;
}
.pbmit-elementor-bg-color-secondary .pbmit-element-testimonial-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-testimonial-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pbmit-elementor-bg-color-blackish .pbmit-element-testimonial-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--pbmit-xcoach-white-color) !important;
}
/* heading subheading style */
.pbmit-element-testimonial-style-2 .pbmit-heading-subheading-style-2{
	display: block !important;
}
.pbmit-align-right .pbmit-element-testimonial-style-2 .pbmit-carousel-nav-arrow-header{
	left: auto;
	right: 0;
}
/* For different column */
.pbmit-element-column-three .pbmit-testimonial-style-2 .pbminfotech-box-content{
	padding-left: 70px;
}
.pbmit-element-column-three .pbmit-testimonial-style-2 .pbminfotech-box-content::before{
	font-size: 40px;
	line-height: 55px;
}
.pbmit-element-column-three .pbmit-testimonial-style-2 blockquote{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.pbmit-element-column-four.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-right{
	padding-left: 50px;
}
.pbmit-element-column-four .pbmit-testimonial-style-2 .pbminfotech-box-content{
	padding-left: 0px;
	padding-top: 60px;
}
.pbmit-element-column-four .pbmit-testimonial-style-2 .pbminfotech-box-content::before{
	left: 2px;
	top: 0;
}
.pbmit-element-column-four .pbmit-testimonial-style-2 .pbminfotech-box-content::before{
	font-size: 35px;
	line-height: 55px;
}
.pbmit-element-column-four .pbmit-testimonial-style-2 blockquote{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: justify;
}
.pbmit-element-column-four .pbmit-testimonial-style-2 .pbminfotech-box-content-inner{
	display: block;
}
.pbmit-element-column-four .pbmit-featured-img-wrapper{
	margin-bottom: 10px;
}
@media (max-width: 1200px) {
	.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-right {
		padding-left: 30px;
	}
}
@media (max-width: 991px) {
	.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left,
	.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-right {
		padding: 0 12px;
	}
	.pbmit-element-testimonial-style-2 .pbmit-testimonialbox-left {
		border: none;
	}
	.pbmit-element-testimonial-style-2 .pbmit-carousel-nav-arrow-header {
		top: 50px;
		right: 0;
		left: inherit;
		bottom: inherit;
	}
}
@media (max-width: 767px) {
	.pbmit-testimonial-style-2 .pbminfotech-box-content{
		padding-left: 85px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-content::before{
		font-size: 40px;
		line-height: 55px;
	}
	.pbmit-testimonial-style-2 blockquote {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.pbmit-testimonial-style-2 blockquote {
		font-size: 20px;
		line-height: 26px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-content {
		padding: 65px 0 0 0;
	}
	.pbmit-element-testimonial-style-2 .swiper-pagination {
		display: none !important;
	}
}

/* testimonial-style-3 */

.pbmit-testimonial-style-3 .pbminfotech-post-item {
	padding: 50px 40px;
	background: var(--pbmit-xcoach-light-bg-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-wapper,
.pbmit-testimonial-style-3 .pbminfotech-conten-inner {
	display: flex;
	align-items: center;
}
.pbmit-testimonial-style-3 .pbminfotech-conten-inner {
	justify-content: space-between;
	margin-bottom: 90px;
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper img {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	border-radius: 100%;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.2px;
	color: #666666;
	text-transform: uppercase;
}
.pbmit-testimonial-style-3 blockquote {
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 24px;
	padding-top: 60px;
	border: 0;
	color: #666666;
}
.pbmit-testimonial-style-3 blockquote::before {
	content: '\e88e';
	font-family: 'pbminfotech-base-icons';
	font-size: 35px;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbmit-testimonial-style-3 .pbminfotech-post-item{
	background-color: var(--pbmit-xcoach-white-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings i.pbmit-active {
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb) ,.12);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb) ,.06);
}
.pbmit-elementor-bg-color-secondary .pbmit-element-testimonial-style-3.pbminfotech-element .swiper-pagination .swiper-pagination-bullet{
	background-color: var(--pbmit-xcoach-global-color);
	opacity: 0.5;
}
.pbmit-elementor-bg-color-secondary .pbmit-element-testimonial-style-3.pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--pbmit-xcoach-global-color);
	opacity: 1;
}
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-3 .pbminfotech-post-item {
	background-color: var(--pbmit-xcoach-white-color);
}
/* heading subheading style */
.pbmit-element-testimonial-style-3 .pbmit-heading-subheading-style-2{
	display: block !important;
}
.pbmit-align-right .pbmit-element-testimonial-style-3 .pbmit-carousel-nav-arrow-header{
	justify-content: end;
}
/* Arrow css */
.pbmit-element-testimonial-style-3 .pbmit-carousel-nav-arrow-header {
	position: unset;
	margin-top: -30px;
}
.pbmit-element-testimonial-style-3 .pbmit-testimonialbox-left .pbmit-ele-header-area {
	padding: 0;
}
.pbminfotech-element.pbmit-element-testimonial-style-3 .swiper-button-next,
.pbminfotech-element.pbmit-element-testimonial-style-3 .swiper-button-prev{
	width: inherit;
	height: inherit;
	color: var(--pbmit-xcoach-secondary-color);
}
.pbmit-element-testimonial-style-3 .pbmit-ele-header-area .swiper-button-next{
	padding-left: 15px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings i::before{
	margin: 0 1px;
}
/* for Different column */
.pbmit-element-column-three .pbmit-testimonial-style-3 .pbminfotech-post-item{
	padding: 40px 30px;
}
.pbmit-element-column-three .pbmit-testimonial-style-3 .pbminfotech-conten-inner{
	display: block;
	margin-bottom: 50px;
}
.pbmit-element-column-three .pbmit-testimonial-style-3 .pbminfotech-box-star-ratings{
	margin-top: 15px;
}
.pbmit-element-column-three .pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
	width: 60px;
	height: 60px;
}
.pbmit-element-column-four .pbmit-testimonial-style-3 .pbminfotech-post-item{
	padding: 20px 15px;
}
.pbmit-element-column-four .pbmit-testimonial-style-3 .pbminfotech-box-wapper{
	display: block;
} 
.pbmit-element-column-four .pbmit-testimonial-style-3 .pbminfotech-conten-inner{
	display: block;
	margin-bottom: 30px;
}
.pbmit-element-column-four .pbmit-testimonial-style-3 .pbminfotech-box-star-ratings{
	margin-top: 10px;
}
.pbmit-element-column-four .pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
	width: 60px;
	height: 60px;
	margin-right: 0;
}
.pbmit-element-column-four .pbmit-testimonial-style-3 blockquote {
	font-size: 15px;
	line-height: 22px;
	padding-top: 40px;
}
.pbmit-element-column-four .pbmit-testimonial-style-3 blockquote::before {
	font-size: 26px;
	line-height: 30px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.pbmit-testimonial-style-3 .pbminfotech-conten-inner {
		display: block;
		margin-bottom: 50px;
	}
	.pbmit-element-column-three .pbmit-testimonial-style-3 .pbminfotech-box-wapper{
		display: block !important;
	}
	.pbmit-testimonial-style-3 .pbminfotech-box-wapper {
		margin-bottom: 20px;
	}
	.pbmit-element-column-three .pbmit-element-column-three .pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
		margin-bottom: 15px;
		margin-right: 0;
	}
}
@media (max-width: 1200px) {
	.pbmit-testimonial-style-3 .pbminfotech-conten-inner {
		display: block;
		margin-bottom: 50px;
	}
	.pbmit-testimonial-style-3 .pbminfotech-box-wapper {
		margin-bottom: 20px;
	}
	.pbmit-testimonial-style-3 .pbminfotech-post-item {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.pbmit-testimonial-style-3 .pbminfotech-conten-inner {
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	.pbmit-testimonial-style-3 .pbminfotech-box-wapper {
		margin-bottom: 20px;
	}.pbmit-element-testimonial-style-3 .pbmit-carousel-nav-arrow-header {
		top: 50px;
		right: 0;
		left: inherit;
		bottom: inherit;
	}
	.pbmit-element-testimonial-style-3 .pbmit-testimonialbox-left .pbmit-ele-header-area{
		margin-bottom: 30px;
	}
}
@media (min-width: 575px) and (max-width: 767px) {
	.pbmit-testimonial-style-3 .pbminfotech-box-wapper {
		display: block;
	}
	.pbmit-testimonial-style-3 .pbmit-featured-wrapper {
		margin-bottom: 10px;
	}
	.pbmit-testimonial-style-3 .pbminfotech-conten-inner {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.pbmit-element-testimonial-style-3 .swiper-pagination {
		display: none !important;
	}
}

/* timeline Element */

/* timeline-style-1 */

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
	padding: 0px 80px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper {
	position: relative;
}
.pbmit-element-timeline-style-1 .pbmit-heading-subheading {
	margin-bottom: 80px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child::after,
.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -200%;
	width: calc(200% + -28px);
	height: 2px;
	background: rgba(var(--pbmit-xcoach-blackish-color-rgb) , 0.10 );
}
.rtl .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child::after{
	right: -200%;
	left: inherit;
}
.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child::after {
	left: inherit;
	right: -200%;
	width: calc(200% + -1px);
}
.rtl .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child::after {
	right: inherit;
	left: -200%;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc{
	margin: 0;
	padding: 0 50px;
}
.pbmit-elementor-bg-color-blackish.pbmit-text-color-white .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
	color: rgba(var(--pbmit-xcoach-white-color-rgb),0.6);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i::after {
	content: "";
	position: absolute;
	left: 9px;
	right: 0;
	bottom: -36px;
	width: 1px;
	height: 40px;
	margin: 0;
	z-index: -5;
	background-color: rgba(var(--pbmit-xcoach-blackish-color-rgb) ,.2);
}
.pbmit-element-timeline-style-1 .pbmit-element-posts-wrapper .pbmit-timeline-wrapper.pbmit-slide-even .steps-dot i::after {
	left: 9px;
	top: -36px;
	bottom: auto;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height.steps-content_wrap{
	justify-content: flex-end;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i{
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: rgba(var(--pbmit-xcoach-blackish-color-rgb) , 0.10 );
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
	content: "";
	width: 56%;
	height: 2px;
	display: block;
	position: absolute;
	top: 0;
	margin: auto;
	left: -29px;
	background: rgba(var(--pbmit-xcoach-blackish-color-rgb) , 0.10 );
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
	right: -1px;
	left: inherit;
	width: calc(50% - 5px);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.pbmit-element-timeline-style-1 .pbmit-element-posts-wrapper .pbmit-timeline-wrapper.pbmit-slide-even .pbmit-feature-image{
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-content_wrap {
	opacity: 1;
}
.pbmit-element-timeline-style-1 .pbmit-element-inner .container{
	margin: 0 auto;
}
.pbmit-element-timeline-style-1 .pbmit-element-inner .pbmit-timeline-inner.container {
	padding: 0;
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child::after,
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child::after,
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after,
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i::after,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child::after,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child::after,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i::after,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child::after,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child::after,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i::after {
	background-color: rgba(var(--pbmit-xcoach-white-color-rgb) , 0.20 );
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i {
	color: rgba(var(--pbmit-xcoach-white-color-rgb) , 0.40 );
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
	color: var(--pbmit-xcoach-white-color);
}
/* for different column */
.pbmit-element-column-five.pbmit-element-timeline-style-1 .pbmit-timeline-title{
	padding: 0 20px;
}
.pbmit-element-column-five.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc{
	padding: 0 30px;
}
@media (max-width: 1800px) {
	.pbmit-element-timeline-style-1 .pbmit-timeline-title {
		padding: 0px 80px;
	}
}
@media (max-width: 1700px) {
	.pbmit-element-timeline-style-1 .pbmit-timeline-title {
		padding: 0px 60px;
	}
}
@media (max-width: 1600px) {
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
		padding: 0 30px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
		grid-gap: 140px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-title {
		padding: 0px 40px;
	}
}
@media (max-width: 1500px) {
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
		padding: 0 15px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
		grid-gap: 120px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-title {
		padding: 0px 20px;
	}
}
@media (max-width: 1300px) {
	.pbmit-element-timeline-style-1 .pbmit-element-posts-wrapper .pbmit-timeline-wrapper .pbmit-feature-image {
		padding: 0 15px;
	}
}
@media (max-width: 575px) {
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height.steps-content_wrap {
		padding: 0 30px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image {
		padding: 0 30px;
	}
}

/* timeline-style-2 */

.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items{
	padding-top: 80px;
	padding-bottom: 80px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items .pbmit-timeline-inner{
	padding-bottom: 80px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items .pbmit-timeline-inner:last-child{
	padding-bottom: 0px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner {
	margin: 0 -3px;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .label {
	display: block;
	font-size: 18px;
	font-weight: 600 !important;
	line-height: 18px;
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-row{
	align-items: center;
	position: relative;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2.pbmit-ourhistory-right.last{
	padding-bottom:0;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .pbmit-timeline-image,
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .label{
	margin-bottom: 30px;
	display: none;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .pbmit-title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content{
	padding: 40px;
	border: 1px solid var(--pbmit-xcoach-blackish-color);
	position: relative;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after,
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(13px - 2px);
	right: 0px;
	border-color: transparent transparent transparent var(--pbmit-xcoach-white-color);
	top: 50%;
	-khtml-transform: translateX(100%) translateY(-50%);
	-moz-transform: translateX(100%) translateY(-50%);
	-ms-transform: translateX(100%) translateY(-50%);
	-o-transform: translateX(100%) translateY(-50%);
	transform: translateX(100%) translateY(-50%);
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before,
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before {
	border-color: transparent  transparent transparent var(--pbmit-xcoach-blackish-color);
	top: 60px;
	border-width: 13px;
	display: block;
	position: absolute;
	content: '';
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	background: transparent;
	top: 50%;
	-khtml-transform: translateX(100%) translateY(-50%);
	-moz-transform: translateX(100%) translateY(-50%);
	-ms-transform: translateX(100%) translateY(-50%);
	-o-transform: translateX(100%) translateY(-50%);
	transform: translateX(100%) translateY(-50%);
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before,
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after{
	-khtml-transform: translateX(-10%) translateY(-50%);
	-moz-transform: translateX(-100%) translateY(-50%);
	-ms-transform: translateX(-100%) translateY(-50%);
	-o-transform: translateX(-100%) translateY(-50%);
	transform: translateX(-100%) translateY(-50%)!important;
	left: 0;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after{
	border-color: transparent var(--pbmit-xcoach-white-color) transparent transparent;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before{
	border-color: transparent var(--pbmit-xcoach-blackish-color) transparent transparent;
}
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p,
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p{
	color: rgba(var(--pbmit-xcoach-white-color-rgb),.8);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p{
	color: rgba(var(--pbmit-xcoach-white-color-rgb),.8);
}
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-last-timeline, 
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-last-timeline, 
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-first-timeline,
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-first-timeline{
	border-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2:hover .pbmit-ourhistory-center span,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2:hover .pbmit-ourhistory-center span {
	background-color: var(--pbmit-xcoach-global-color);
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-center span{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	background: var(--pbmit-xcoach-light-bg-color);
	padding: 10px 30px;
	color: var(--pbmit-xcoach-blackish-color);
	transform: translate(-50px, -20px);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border-radius: 0;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2:hover .pbmit-ourhistory-center span{
	background-color: var(--pbmit-xcoach-blackish-color);
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row{
	flex-direction: row-reverse;
	align-items: center;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-left,
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right{
	padding-right: 50px;
	padding-left: 15px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-right,
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-left{
	padding-right: 15px;
	padding-left: 50px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items{
	position: relative;
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - 5px);
	width: 2px;
	height: 100%;
	background: var(--pbmit-xcoach-blackish-color)
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-last-timeline,
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-first-timeline{
	position: relative;
	z-index: 1;
	left: calc(50% - 15px);
	width: 22px;
	height: 22px;
	background: transparent;
	transform: rotate(45deg);
	border: 2px solid var(--pbmit-xcoach-blackish-color);
}
.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-left{
	text-align: right;
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content,
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-last-timeline,
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-first-timeline{
	border-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items:before {
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-center span {
	color: var(--pbmit-xcoach-white-color);
	background-color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2:hover .pbmit-ourhistory-center span {
	color: var(--pbmit-xcoach-white-color);
	background-color: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before, 
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before {
	border-color: transparent transparent transparent var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after {
	border-color: transparent transparent transparent var(--pbmit-xcoach-light-bg-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after{
	border-color: transparent var(--pbmit-xcoach-light-bg-color) transparent transparent;
}
.pbmit-elementor-bg-color-light .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before{
	border-color: transparent var(--pbmit-xcoach-blackish-color) transparent transparent;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p,
.pbmit-elementor-bg-color-gradient .pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p {
	color: var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content{
	border-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before{
	border-color: transparent transparent transparent var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before{
	border-color: transparent var(--pbmit-xcoach-white-color) transparent transparent;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-last-timeline, 
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-first-timeline,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-last-timeline, 
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-first-timeline{
	border-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after, 
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after, 
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after {
	border-color: transparent transparent transparent var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after {
	border-color: transparent var(--pbmit-xcoach-global-color) transparent transparent;
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content {
	border-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content::before {
	border-color: transparent transparent transparent var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after {
	border-color: transparent transparent transparent var(--pbmit-xcoach-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items:before {
	background: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before {
	border-color: transparent var(--pbmit-xcoach-white-color) transparent transparent;
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after {
	border-color: transparent var(--pbmit-xcoach-blackish-color) transparent transparent;
}
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content::before {
	border-color: transparent transparent transparent var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after {
	border-color: transparent transparent transparent var(--pbmit-xcoach-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content{
	border-color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after{
	border-color: transparent var(--pbmit-xcoach-secondary-color) transparent transparent;
}
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before{
	border-color: transparent var(--pbmit-xcoach-white-color) transparent transparent;
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items:before,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items:before,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items:before,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items:before{
	background: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .pbmit-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .pbmit-title,
.pbmit-elementor-bg-color-gradient .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .pbmit-title,
.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .pbmit-title{
	color: var(--pbmit-xcoach-white-color);
}
@media (max-width: 1200px){
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-right,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-left {
		padding-right: 0px;
		padding-left: 50px;
	}
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-left, .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right {
		padding-right: 50px;
		padding-left: 0;
	}
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-row,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items .pbmit-timeline-inner {
		margin: 0;		
	}
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-left,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right {
		padding-left: 0;
	}
}
@media (max-width: 767px){
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right{
		padding-right: 40px;
		background-color: var(--pbmit-xcoach-blackish-color);
	}
	.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content,
	.pbmit-elementor-bg-color-secondary .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right,
	.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content,
	.pbmit-elementor-bg-color-blackish .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right{
		background: var(--pbmit-xcoach-blackish-color)!important;
	}
	.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content,
	.pbmit-elementor-bg-color-globalcolor .pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right{
		background: var(--pbmit-xcoach-global-color)!important;
	}
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-left, 
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-type2 .pbmit-ourhistory-right,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-left {
		padding-right: 0px;
		padding-left: 0;
	}
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after,
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before, .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before,
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:after, .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after{
		content: unset;
		position: unset;
	}
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-center span{
		top: 0%;
	}
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-row{
		padding-bottom: 40px;
	}
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items .pbmit-timeline-inner {
		padding-bottom: 60px;
	}
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-row .pbmit-timeline-image img {
		width: 100%;
	}
}
@media (max-width: 575px){
	.pbmit-element-timeline-style-2 .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content{
		padding: 50px 30px 40px;
	}
	.pbmit-element-timeline-style-2 .pbmit-timeline .pbmit-timeline-post-items{
		padding-bottom: 0;
	}
}

/* wooproducts element  */

/* wooproducts-style-1 */

.pbmit-product-style-1 div.product{
	text-align: center;
}
.pbmit-product-style-1 div.product a.woocommerce-loop-product__link{
	display: block;
}
.pbmit-product-style-1 .woocommerce-loop-product__title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}
.pbmit-product-style-1 a.button {
	margin-top: 1em;
	padding: 12px 40px;
	font-size: 14px;
	line-height: 24px;
	background-color: var(--pbmit-xcoach-global-color)!important;
	color: var(--pbmit-xcoach-white-color);
	border-radius: 0;
}
.pbmit-product-style-1 a.button:hover {
	color: var(--pbmit-xcoach-white-color) !important;
	background-color: var(--pbmit-xcoach-blackish-color)!important;
}
.pbmit-product-style-1 div.product a.woocommerce-loop-product__link img {
	width: 100%;
	margin-bottom: 20px;
}