/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.ticker-wrap {
			--cnvs-ticker-duration: 100s;

            position: absolute;
            top: 50%;
            left: -100%;
            z-index: auto;
			width: 100%;
			overflow: hidden;
			padding-left: 100%;
			box-sizing: content-box;
            opacity: .05;
            transform: translateY(-50%);
		}

		.ticker-wrap .ticker-item {
			display: inline-block;
			font-size: 15rem;
            font-weight: 900;

		}
