/* Your custom css codes start here: */

.sticky-social{
  position:fixed;
  top:246px;
  left:-px;
  padding:0px;
  margin:0px;
  z-index:99999;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}


