.sticky-icon  {
	z-index:3;
	position:fixed;
	top:15%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(185px,0px);
	/*border-radius:50px 0px 0px 50px;*/
	text-align:left;
	/*margin:2px;*/
	text-decoration:none;
	text-transform:uppercase;
	padding:0px;
	border-bottom: 1px solid #fff;
	font-size:16px;

	
	transition:all 0.8s;}
	.sticky-icon a{
		background-color: #00153c;
		display: flex;
		align-items: center;
	}
.sticky-icon a:hover  {
	color:#FFF;
	background-color: #004295;
	transform:translate(0px,0px);
}	

.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
					
.sticky-icon a i {
	
	color:#fff;
	text-align:center;
	    margin-left: 10px;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
