.scroll-top-wrap {
	text-align: center;
}
.scroll-top-inner {
	z-index: 9999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.5;
	width: 50px;
	height: 50px;
	display: inline;
	position: fixed;
	cursor: pointer;
	margin: 0 auto;
	right: 10px;
	bottom: 95px;
	background: #2e3192;
	border: 1px solid #fff;
}
.scroll-top-inner:hover{
	background: #2e3192;
	border: 1px solid #fff;
	opacity:1;	
}
.scroll-top-inner.lightScheme {
	background: #fff;
	border: 1px solid #000;
}
.scroll-top-inner.small {
	width: 25px;
	height: 25px;
}
.scroll-top-inner span {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    position: relative;
    right: 1px;
    color: #fff;
}
.scroll-top-inner span.lightScheme {
	color: #000;
}
.scroll-top-inner span.small {
	font-size: 17px;
	line-height: 25px;
}

/* Mobile: Hide slider, full-width text, smaller font */
@media (max-width: 768px) {
	.hero-block {
		flex-direction: column;
		padding: 20px;
	}

	.hero-left {
		width: 100%;
		min-height: 100vh;
		padding: 30px 20px;
	}

	.hero-left .hero-text h2 {
		font-size: 2.5rem;
		text-align: center;
	}

	.hero-left .hero-text p {
		font-size: 1.5rem;
		text-align: center;
	}

	.hero-left .hero-text p strong {
		text-align: center;
	}

	.hero-right {
		display: none;
	}
}
