Find css file named q2am-front-page-styles.css from q2am-fron-pge/css directory
At the end add below code
.bx-wrapper .bx-viewport{
background: none
}
here change background
to whatever you want. none
will remove the background color and display theme background color. Like the slider background become transperant
In case if it doesn't override the code than use important as below
.bx-wrapper .bx-viewport{
background: none !important
}