
.loaders span {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: -280px 40px 54px -34px;
    background: url('../img/loader/rice.png');
    background-repeat: no-repeat!important;
    background-size: 15px 10px!important;
    -webkit-animation: loader 10s infinite linear;
    -moz-animation: loader 10s infinite linear;
}





.loaders span:nth-child(5n+5){-webkit-animation-delay:1.3s;-moz-animation-delay:1.3s}.loaders span:nth-child(3n+2){-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.loaders span:nth-child(2n+5){-webkit-animation-delay:1.7s;-moz-animation-delay:1.7s}.loaders span:nth-child(3n+10){-webkit-animation-delay:2.7s;-moz-animation-delay:2.7s}.loaders span:nth-child(7n+2){-webkit-animation-delay:3.5s;-moz-animation-delay:3.5s}.loaders span:nth-child(4n+5){-webkit-animation-delay:5.5s;-moz-animation-delay:5.5s}.loaders span:nth-child(3n+7){-webkit-animation-delay:8s;-moz-animation-delay:8s}@-webkit-keyframes loader{0%{width:80px;height:80px;opacity:1;-webkit-transform:translate(0,0) rotateZ(0)}75%{width:80px;height:80px;opacity:1;-webkit-transform:translate(100px,600px) rotateZ(270deg)}100%{width:80px;height:80px;opacity:0;-webkit-transform:translate(150px,800px) rotateZ(360deg)}}@-moz-keyframes loader{0%{width:80px;height:80px;opacity:1;-webkit-transform:translate(0,0) rotateZ(0)}75%{width:80px;height:80px;opacity:1;-webkit-transform:translate(100px,600px) rotateZ(270deg)}100%{width:80px;height:80px;opacity:0;-webkit-transform:translate(150px,800px) rotateZ(360deg)}}.process{padding:15px 0;background:#e6e6e6;margin-bottom:40px;position:relative}.process:after{position:absolute;content:'\f0d7';font-family:FontAwesome;bottom:-20px;color:#e6e6e6;font-size:70px;left:0;right:0;width:80px;margin:0 auto;text-align:center}.process h2{font-family:Courgette!important}