
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: auto;
  z-index: 10;
  right: 0;
  left: 0;
  width: 100%;
  top: 50px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 35rem;
  background-color: transparent;
}
.carousel-item > img {
  width: 100%;
  height: auto;
}

.banner-section{
  background: url(../images/banner-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#myCarousel2 .carousel-item > img {
	width: 100%;
	height: 35rem;
}
.carousel-control {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  display: inline-block;
  opacity: 1;
  width: auto;
  float: left;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
}

.carousel-control .fa.fa-angle-right {
  position: relative;
  right: -22px;
}
.carousel-control .fa.fa-angle-left{
  position: relative;
  left: -22px;
}
.carousel-control .fa.fa-angle-left::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #ffd626;
  top: 8px;
  left: 1px;
}
.carousel-control .fa.fa-angle-right::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #ffd626;
  top: 8px;
  right:1px;
}
.carousel-control .fa{
  color: #ffd626;
}

#myCarousel .num {
  background: transparent;
  color: #fff;
  padding: 15px 0;
  width: 134px;
  text-align: left;
  left: 15px;
  position: absolute;
  bottom: 0;
  height: auto;
  font-size: 30px;
}

#myCarousel .num span {
  color: #fff;
  font-size: 28px;
  line-height: normal;
  position: relative;
  top:0;
}

.carousel-control-next {
  right: 0;
  top: auto;
  bottom: 42%;
  z-index: 999;
}
.carousel-control-prev {
  left: 0px;
  top: auto;
  bottom: 42%;
  z-index: 999;
}

.carousel-control-prev .fa, .carousel-control-next .fa {
  font-size: 130px;
}
#myCarousel2 .carousel-control {
  position: absolute;
  top: auto;
  right: 0px;
  width: 150px;
  left: auto;
  bottom: 0px !important;
}
#myCarousel2.carousel {
  margin-bottom: 0rem;
}
#myCarousel2 .carousel-control-next, #myCarousel2 .carousel-control-prev {
  position: relative;
  display: inline-block;
  opacity: 1;
  width: 70px;
  float: left;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  background: #ffd626;
  height: 70px;
  text-align: center;
}
#myCarousel2 .carousel-control .fa.fa-angle-right {
  position: relative;
  right: -22px;
}
#myCarousel2 .carousel-control .fa.fa-angle-left{
  position: relative;
  left: -22px;
}
#myCarousel2 .carousel-control .fa.fa-angle-left::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  background: #000;
  top: 17px;
  left: 5px;
}
#myCarousel2 .carousel-control .fa.fa-angle-right::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  background: #000;
  top: 17px;
  right:5px;
}
#myCarousel2 .carousel-control .fa{
  color: #000;
  font-size: 35px;
}
#myCarousel2 .carousel-control-prev {
  left: 0;
float: left;
padding: 16px 0 0 16px;
} 
#myCarousel2 .carousel-control-next {
  right: 0;
  float: right;
  padding: 16px 16px 0 0px;
}

#myCarousel2 .carousel-caption {
  bottom: auto;
  z-index: 10;
  top: 30%;
  color: #000;
  text-align: left;
  padding-left: 30px;
}
#myCarousel2 .carousel-caption h3 {
  margin: 15px 0 15px;
}
.white-bg{
  background: #fff;
}
#myCarousel2 .carousel-caption h3 span{
  background: #ffd626;
  color: #000;
  width: 70px;
  height: 70px;
  padding-top: 19px;
  display: inline-block;
  font-size: 46px;
  text-align: center;
}
#myCarousel2 .carousel-caption p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: normal;
  margin: 0 0 5px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
  #myCarousel .carousel-item > img {
  width: 100%;
  height: 100%;
}
#myCarousel .carousel-item {
  height: 100vh;
  background-color: transparent;
}

#myCarousel2 .carousel-item > img {
  width: 100%;
  height: 100%;
}
#myCarousel2 .carousel-item {
  height: 25rem;
  background-color: transparent;
}
}
@media (max-width: 479px) {
  .carousel-item {height: auto;}
}

