Free theme and css/bootstrap.css is not overridden in the child theme

you need to enqueue styles in child theme’s function.php to override parents styles. if you want to completely removed parent’s bootstrap css then use wp_dequeue_styles() function and enqueue new bootstrap css in child theme’s function.php

http://wpsites.net/web-design/how-to-deregister-dequeue-style-sheets/