Hi @scotttrue,
It is not center aligned because you are using a single banner in the slider. However, you can center align caption with few CSS.
Please go to Appearance >> Customize >> Additional CSS and add following lines of CSS to center align caption.
#main-slider .cycle-caption {
width: 100%!important;
text-align: center;
}
#main-slider .cycle-caption .caption-wrap {
width: 100%;
text-align: center;
}
Hope it will work for you.
Thank you.