.social {
	position: fixed;
	left: 0;
	top: 200px;
    z-index: 2000;
}
 
.social ul {
	list-style: none;
}
 
.social ul li a {
	display: inline-block;
	color:#fff;
	background: linear-gradient(to right, #7BCBFF , #E29DDD);
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
 
.social ul li a:hover {
	background: #000;
}
