news & insights

market trends, HR solutions, guides & more

search articles

Popular Searches:

are you looking for a talent to recruit?

discover how we help you!

let’s speed up your hiring process without sacrificing quality

Get latest postings, tips for applying job & hiring!

.image-slider { display: flex; overflow: hidden; width: 100%; } .image-slider img { width: 100%; flex-shrink: 0; animation: slide 20s linear infinite; } @keyframes slide { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }