.carousel {
  margin: 0 auto; }
  .carousel .carousel-inner {
    height: 100%;
    position: relative; }
    .carousel .carousel-inner .container {
      position: relative;
      height: 100%; }
    .carousel .carousel-inner .item {
      height: 100%; }
    .carousel .carousel-inner .image {
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 100%; }
  .carousel.home-hero {
    width: 100%; }
    .carousel.home-hero .fade-bk {
      background-image: url("../images/banner-fade-bk.png");
      background-repeat: repeat-y;
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .carousel.home-ourimpact .carousel-indicators {
    bottom: -50px; }
    .carousel.home-ourimpact .carousel-indicators li {
      background-image: url(../images/green-bullet.png); }

.carousel-caption {
  bottom: 40px;
  left: 0;
  right: 0;
  text-shadow: none;
  padding: 0;
  width: 100%;
  color: #fff;
  font-family: "Nothing You Could Do", sans-serif;
  font-size: 40px;
  line-height: 60px;
  text-align: left; }
  .carousel-caption p {
    line-height: 60px;
    padding: 0 30px; }
    .carousel-caption p.small {
      font-size: 28px;
      line-height: 48px; }
  .carousel-caption code {
    color: #3bbac9;
    padding: 0;
    font-size: inherit;
    border-radius: 0;
    background-color: transparent;
    font-family: inherit; }

.carousel-indicators {
  bottom: 15px;
  width: 100%;
  margin: 0;
  left: 0; }
  .carousel-indicators li {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    background-image: url("../images/bullet.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -6px 0;
    margin: 0 6px;
    width: 12px;
    height: 12px; }
    .carousel-indicators li.active {
      background-color: transparent;
      background-position: -24px 0;
      margin: 0 6px; }

.our-impact-banner1 .carousel-caption {
  left: initial;
  right: 0;
  width: 53%; }

.our-impact-banner1 .fade-bk {
  display: none; }

.our-impact-banner1 code {
  color: #848487; }

@media (max-width: 768px) {
  .our-impact-banner1 .carousel-caption {
    bottom: 10px; }
    .our-impact-banner1 .carousel-caption p.small {
      font-size: 14px; } }

@media (max-width: 992px) {
  .carousel-caption {
    font-size: 18px;
    line-height: 24px; }
    .carousel-caption p {
      line-height: 24px; }
      .carousel-caption p.small {
        font-size: 18px;
        line-height: 24px; } }
