
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 80px;
	line-height: 80px !important;
	text-transform: uppercase;
	font-weight: 800;
	overflow: visible !important;
	-webkit-text-stroke: 1px rgba(var(--pbmit-xspace-secondary-color-rgb), .4);
	-webkit-text-fill-color: transparent;
	position: relative;
	transition: all 0.5s ease-in-out 0.5s;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title::before {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	transition: max-width .8s cubic-bezier(.22,.61,.36,1);
	max-width: 0;
	-webkit-text-stroke: transparent;
	-webkit-text-fill-color: var(--pbmit-xspace-secondary-color);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before {
	max-width: 100%;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	margin-left: 62px !important;
	margin-right: 62px !important;
	display:flex;
	align-items: center;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
	content: "*";
	position: absolute;
	top: 100%;
	left: -95px;
	display: inline-block;
	font-size: 200px;
	line-height: 120px;
	color: var(--pbmit-xspace-secondary-color);
	-webkit-transform: translateX(0%) translateY(-44%);
	-ms-transform: translateX(0%) translateY(-44%);
	transform: translateX(0%) translateY(-44%);
}
.pbmit-elementor-bg-color-secondary .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-gradient .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after{
	color: var(--pbmit-xspace-white-color);
}
.pbmit-elementor-bg-color-secondary .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-gradient .pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-stroke-color: rgba(var(--pbmit-xspace-white-color-rgb), .3);
}
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-element-title::before,
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-1 .pbmit-element-title::before,
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-1 .pbmit-element-title::before {
	-webkit-text-fill-color: var(--pbmit-xspace-white-color);
}
@media (max-width: 1200px) {
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 70px;
		line-height: 70px !important;
	}
}
@media (max-width: 1024px) {
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 60px;
		line-height: 60px !important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
		top: 0;
		font-size: 170px;
		line-height: 135px;
		-webkit-transform: translateX(0%) translateY(0%);
		-ms-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%);
	}
}
@media (max-width: 991px) {
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 50px;
		line-height: 50px !important;
	}
}