/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2025 | 05:24:39 */
#side1 {
	position: fixed;
	z-index: 100;
	right:-5px;
	top:80%;
}
#side1 li.sideLink {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:0px;
}
#side1 li.sideLink :hover {
	-webkit-transform: translatex(-10px);
	-ms-transform: translatex(-10px);
	transform: translatex(-10px);
}
#side1 a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
@media screen and (max-width:991px) {
	#side1{
		display:none;
	}
}
