@charset "utf-8";


/*-------------- Header Main Css ------------------*/
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	display: none;
	color: var(--white-color);
	z-index: 3;
	background-color: rgba(0,0,0,0.8);
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	cursor: pointer;
}
.scrollup:hover {
	background-color: rgba(217,74,31,0.9);
	color: var(--white-color);
}
.scrollup img {
	max-width: 20px;
}
img{max-width: 100%;}
