.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;
	}
}