#bootstrap .carousel-control .fa-angle-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
    margin-right: -10px;
}
#bootstrap .carousel-control .fa-angle-left{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    left: 50%;
    margin-left: -10px;
}

#bootstrap .fas {
	position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
}