.pbmit-marquee-effect-style-2 .pbmit-element-title{
	font-size:70px;
	line-height: 80px;
	position: relative;
	overflow: visible;
	display: flex;
	color: var(--pbmit-xleb-blackish-color);
	text-transform: capitalize;
	font-weight: 700;
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper{
	padding-left: 100px;
	margin-left: 50px;
	position: relative;
}
.rtl .pbmit-marquee-effect-style-2 .pbmit-tag-wrapper{
	padding: 0 100px 0 0;
	margin: 0 50px 0 0;
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before{
	content: "+";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 150px;
	line-height: 150px;
	transform: translateY(-50%);
	color: var(--pbmit-xleb-global-color);
}
.rtl .pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before{
	right: 0;
	left: inherit;
}

/* Bg Color */

.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-2 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-2 .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-2 .pbmit-element-title,
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-2 .pbmit-element-title,

.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before,
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before,
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before,
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before{
	color: var(--pbmit-xleb-white-color);
}

/* Media Query */
@media (max-width: 767px){
	.pbmit-marquee-effect-style-2 .pbmit-element-title{
		font-size: 50px;
		line-height: 60px!important;
	}
	.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper{
		padding-left: 70px;
		margin-left: 30px;
	}
	.rtl .pbmit-marquee-effect-style-2 .pbmit-tag-wrapper{
		padding: 0 70px 0 0;
		margin: 0 30px 0 0;
	}
	.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before{
		font-size: 80px;
		line-height: 80px;
	}
}