/*scroll down arrow*/
#fiber-home-2019 .down-arrow {
	background: url(/resources/images/wireless-home/icons/ico_down.svg) no-repeat center;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	opacity: 1;
	animation: fadeinout 2s infinite;
}