/*scroll to top*/
.scroll-top {
	background: transparent;
	border: none;
	padding: 1rem;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	transition: all ease 0.3s;
	opacity: 0;
	color: #fff200;
}
