.pbmit-marquee-effect-style-11 .pbmit-element-title{
	transition: all .6s ease-in-out;
}
.pbmit-marquee-effect-style-11 .pbmit-element-title {
	font-size: 70px;
	line-height: 80px !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	overflow: visible!important;
	text-shadow: 1px 1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),0.7), -1px -1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),0.7), 1px -1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),0.7), -1px 1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),0.7), 1px 1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),0.7);
	color: var(--pbmit-bexco-white-color);
	-webkit-text-fill-color: inherit;
	position: relative;
	background-color: transparent;
}
.pbmit-marquee-effect-style-11 .pbmit-element-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-stroke: transparent;
	max-width: 0;
	-webkit-text-fill-color: var(--pbmit-bexco-blackish-color);
}
.pbmit-marquee-effect-style-11 .pbmit-element-title:hover::after{
	max-width: 100%;
}
.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper {
	margin-left: 38px;
	padding-left: 84px;
}
.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper::before {
	font-family: "pbminfotech-base-icons";
	content: '\e887';
	position: absolute;
	top: 38%;
    transform: translate(0, -50%);
	font-size: 40px;
	line-height: 40px;
	left: 0;
	color: var(--pbmit-bexco-global-color);
}

.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-11 .pbmit-tag-wrapper::before{
	color: var(--pbmit-bexco-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-11 .pbmit-element-title{
	color: var(--pbmit-bexco-global-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-11 .pbmit-element-title{
	text-shadow: 1px 1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), -1px -1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), 1px -1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), -1px 1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), 1px 1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7);
	color: var(--pbmit-bexco-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-11 .pbmit-element-title{
	text-shadow: 1px 1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), -1px -1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), 1px -1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), -1px 1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7), 1px 1px 0 rgba(var(--pbmit-bexco-white-color-rgb),.7);
	color: var(--pbmit-bexco-secondary-color);
}
.pbmit-elementor-bg-color-light .pbmit-marquee-effect-style-11 .pbmit-element-title{
	text-shadow: 1px 1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),.7), -1px -1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),.7), 1px -1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),.7), -1px 1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),.7), 1px 1px 0 rgba(var(--pbmit-bexco-blackish-color-rgb),.7);
	color: var(--pbmit-bexco-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-11 .pbmit-element-title::after{
	-webkit-text-fill-color: var(--pbmit-bexco-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-11 .pbmit-element-title::after{
	-webkit-text-fill-color: var(--pbmit-bexco-white-color);
}
@media(max-width: 767px) {
	.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper{
		margin-left: 20px;
		padding-left: 50px;
	}
	.pbmit-marquee-effect-style-11 .pbmit-element-title{
		font-size: 50px;
		line-height: 60px !important;
	}
	.pbmit-marquee-effect-style-11 .pbmit-tag-wrapper::before{
		font-size: 30px;
    	line-height: 30px;
	}
}