@-webkit-keyframes altrclr{
  0%{
    color:red;
  }
  50%{
    color:#ffb200;
  }
  
}

#pulse{
	
  vertical-align: middle;
    text-align: center;
	font-size:15px;
	line-height: 42px;
	font-weight:bold;
	color:rgb(0, 71, 127);
-webkit-animation: altrclr 3s infinite alternate;  
  -webkit-transform:scale(4);
}