/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top2 {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}

.back-to-top2 i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #47b2e4;
	color: #fff;
	transition: all 0.4s;
}

.back-to-top2 i:hover {
	background: #209dd8;
	color: #fff;
}
/* end added by Ian */