/* carousel */
#quote-carousel {
    padding: 0 0px 0px 0px;
    text-align: center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
    background: #f7c516;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
}

/* carousel */
#quote-carousel2 {
    padding: 0 0px 0px 0px;
    text-align: center;
}
/* indicator position */
#quote-carousel2 .carousel-indicators {
  right: 50%;
  top: auto;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel2 .carousel-indicators li {
    background: #002554;
}
/* active indicator */
#quote-carousel2 .carousel-indicators .active {
    background: #f7c516;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
}

/* carousel */
#quote-carousel3 {
    padding: 0 0px 0px 0px;
    text-align: center;
}
/* indicator position */
#quote-carousel3 .carousel-indicators {
  right: 50%;
  top: auto;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel3 .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel3 .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}

/* carousel */
#quote-carousel4 {
    padding: 0 0px 0px 0px;
    text-align: center;
}
/* indicator position */
#quote-carousel4 .carousel-indicators {
  right: 50%;
  top: auto;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel4 .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel4 .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}

/* typography */
h1 {
  text-align:center;
  margin-bottom:-20px !important;
}
p {
  /*font-style:italic;*/
}

@media screen and (max-width: 768px) {

#quote-carousel .carousel-indicators {

    
    bottom: -16px;

}

}