.intro.animate-rotate-1 {
	position: absolute;
	margin: -185px 0 0 -305px;
	z-index: 999;
}
.intro.animate-rotate-2 {
	position: absolute;
	margin: -504px 0 0 12px;
	z-index: 999;
}
.stable{

  color:#fff;
}


.wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper h2{
    padding: 0;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.5);
}

.wrapper p{
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.flow:before{
    font-size: 32px;
    color: red;
}

.flow:before{
    content: '';
    animation: animate infinite 10s;
    transition: ease-in-out ;

}

@keyframes animate{
    0%{
        content: 'ERP System';
    }
    20%{
        content: 'Document Management';
    }
    40%{
        content: 'Accounting';
    }
    60%{
        content: 'Reporting';
    }
    80%{
        content: 'GST e-Invoicing';
    }
    100%{
        content:'Quotations';
    }
}