.bgimg {
  background:#E9EDF1 url('/img/home/bg.jpg') no-repeat center bottom;
  /* background-size: cover; */
  background-size: 100% auto;
}

/*--- feature ---*/
ul.features li {
  font-size: 0.9em;
  padding: 5px 0px;
}

.feature-icon {
  width: 4em;
  padding-top: 3px;
  padding-left: 1em;
  padding-right: 1em;
}

/*--- slides1 ---*/
.margin-bottom {
  margin-bottom: 50px;
}

.margin-bottom .carousel-indicators li {
  background-color: #888;
}

.margin-bottom .carousel-indicators .active {
  background-color: #444;
}

.margin-bottom .carousel-indicators {
  bottom:-60px;
}

/*--- reportsSlides ---*/
#reportsSlides .carousel-indicators li {
  background-color: #888;
}

#reportsSlides .carousel-indicators .active {
  background-color: #444;
}

#reportsSlides .carousel-indicators {
  bottom:-20px;
}

/*--- tagline ---*/
.tagline {
  border: 1px solid #eee;
  border-left-width: .3rem;
  /* border-radius: .25rem; */

  border-left-color: #08b110;
}

.review {
  font-size: 11pt; 
  line-height: 1.2em;
}

.reviewer {
  font-size: 10pt;
}