#intro .header .orphanfixed{
	text-align: center;
	background: #44d62c;
background: linear-gradient(
    90deg,
    #44d62c,
    #ffffff,
    #44d62c,
    #ffffff,
    #44d62c
  );
	background-size: 200%;
	font-weight: bolder;
	color: transparent !important;
	background-clip: text;
	animation: animation 4s linear infinite 1s;
}
/* Gradient movement */
@keyframes animation {
	from {
		background-position: 200% center;
	}
	to {
		background-position: 0% center;
	}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}