.carousel .carousel-indicators li {
    background-color: #999;
  }
  
  .carousel .carousel-indicators .active {
    background-color: red;
  }

  .carousel .carousel-caption {
    color: #999;
  }

  .top-content .carousel-control-prev {
    left: -110px;
    border-bottom: 0;
    font-size: 40px;
    color: #444;
}
 
.top-content .carousel-control-next {
    right: -110px;
    border-bottom: 0;
    font-size: 40px;
    color: #444;
}

.contact-us .contact-us-bgimage {
    background-image: url(../images/bgc.jpg);
}

.carousel-inner img {
    margin: auto;
  }