@
Your theme is not well developed, you can see javascript errors comming directly from it:
bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3
script.js:40 Uncaught TypeError: $(...).carousel is not a function
In first case improper jQuery library is used
In second, error is probably caused by first one or carousel function is loaded later then function that calls it.