.index-service-a a:hover{
	animation: rubberBand 1s ease 0s infinite alternate;

}

#menu li a:hover{
	color: #fff;
	text-shadow: rgb(0, 0, 0)5px 0px 6px;
	transition: 0.3s all ease-in;
}

.service-project-img a:hover .service-mask{
	top: 0;	
}

.button:hover input{
	background-color: #FFF;
	color: #0d5609;
	border: 1px solid #828282;
	border-radius: 30px;
}