.carousel {
  height: 15rem;
  background-color: #4472b2!important;
}
.carousel-caption {
  top: 1rem;
  z-index: 10;
}

.carousel-caption h1{
	padding: 0rem 0.5rem 0.5rem 0rem;
  margin: 0 !important;
  margin-bottom: 1rem !important;
}
.text-shadow {
  text-shadow: 1px 1px 4px #000000;
}
.carousel-item {
  height: 15rem;
  background-color: #4472b2!important;
    background-repeat: no-repeat;
    background-size: 100% auto ;
    background-position: center top;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 15rem;
}


/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .9s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 1;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25em;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
 }

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (min-width: 62em) {
  .carousel-caption {
    text-align: left;
  }
}
.ban_bg {
  background-position: center;
	
	background-repeat: no-repeat;
 background-position: 50%;
	background-size: 100%;
}




@media (max-width: 575px) {
  /* sm */
  .carousel-item {
    background-size: auto 100% ;
 }
 .carousel-caption h1{
  font-size: 1.8em!important;
  margin-bottom: 0.5rem !important;
}
}
@media (max-width: 767px) {
  /* md */
  .carousel-item {
    background-size: auto 100% ;
 }
}
@media (max-width: 991px) {
  /* lg */
  .carousel-item {
    background-size: auto 100% ;
 }
}
@media (min-width: 992px) {
  /* xl */
  .carousel-item {
    background-size: auto 100% ;
 }
}
