Hello,

The navigation has been hidden because it wasn’t being used. You can display it again by editing the CSS code. Look in the style.css file on line 827 for

.testimonials .flex-direction-nav {display:none;}

Comment it out like this

/*.testimonials .flex-direction-nav {display:none;}*/

That should do it.