OneStopService

 Worried about a Problem? You’re not Alone. It’s a Good Time to Tell Us.

Good Advice Never Expires!

.blink_me { color:#ec1c24; -webkit-animation-name: blinker; -webkit-animation-duration: 2s; -webkit-animation-delay: 2s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 2s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite; } @-webkit-keyframes blinker { 0% { opacity: 1.0; } 25% { opacity: 0.0; } 50% { opacity: 1.0; } }