.pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section {
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pbmit-element-marquee-effect-style-14 .pbmit-element-inner {
    padding: 60px 0 95px;
}
.pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-top,
.pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom {
    position: relative;
    left: 0;
    top: 20px;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    overflow: hidden;
	padding: 15px 0;
    box-shadow: 0 9px 11px rgb(0 0 0 / 5%);-webkit-transform: scale(1.2) rotate(7deg);
    -ms-transform: scale(1.2) rotate(-1deg);
    transform: scale(1.2) rotate(-2deg);
    text-decoration: none;
    cursor: none;
	background: var(--pbmit-digiwize-global-color);
}
.pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    box-shadow: none;
   -webkit-transform: scale(1.2) rotate(6deg);
    -ms-transform: scale(1.2) rotate(6deg);
    transform: scale(1.2) rotate(6deg); 
    box-shadow: none;
	background: var(--pbmit-digiwize-blackish-color);
}
.pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-top .pbmit-tag-wrapper,
.pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom .pbmit-tag-wrapper {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    position: relative;
}
.pbmit-tag-bottom .pbmit-marquee-effect-style-14 .pbmit-element-title {
    margin-bottom: 0;
}
.pbmit-marquee-effect-section .pbmit-marquee-effect-style-14 .pbmit-element-title {
    font-size: 20px;
    position: relative!important;
    overflow: visible!important;
    display: flex;
	color: var(--pbmit-digiwize-blackish-color);
}
.pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom .pbmit-element-title{
	color: var(--pbmit-digiwize-white-color);
}
.pbmit-marquee-effect-section .pbmit-marquee-effect-style-14 .pbmit-element-title::before {
    position: absolute;
    content: '*';
    font-size: 30px;
    line-height: 40px;
    top: 5px;
    left: -45px;
}
.pbmit-marquee-effect-section  .pbmit-tag-bottom .pbmit-marquee-effect-style-14 .pbmit-element-title::before{
	color: var(--pbmit-digiwize-white-color);
}
.pbmit-marquee-effect-style-14 .pbmit-tag-wrapper {
	margin-left: 35px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    position: relative;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-top,
.pbmit-elementor-bg-color-gradient .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-top{
	background: var(--pbmit-digiwize-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom,
.pbmit-elementor-bg-color-secondary .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom{
	background: var(--pbmit-digiwize-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom .pbmit-element-title{
	color: var(--pbmit-digiwize-blackish-color);
}
@media(max-width:767px) {
    .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom,
    .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-top {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
		top: 0;
    }
    .pbmit-element-marquee-effect-style-14 .pbmit-marquee-effect-section .pbmit-tag-bottom {
        margin-top: 0px;
    }
	.pbmit-element-marquee-effect-style-14 .pbmit-element-inner {
		padding: 0;
	}
}