

/* ================== 
	2.3 CAROUSEL. 
   ================== */
.carousel-inner {
    height: 800px;
}

.carousel-caption{
    position: absolute;
    top: 35%;
    bottom: 0;
    text-align: left;
    color: #FFF;
}

.carousel-caption h1{
    font-size: 60px;
}

.carousel-caption h6{
    font-size: 18px;
    text-transform: uppercase;
}

.carousel,
.carousel1-item,
.active {
    height: auto; /* 100vh */
}

.fill {
    width: 100%;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.slider-btn{
    margin-top: 30px;
}

.inner-btn{
    display: inline-block;
    margin-right: 10px;
}

/* ============================== 
	LAYOUT MODULE BREAKPOINTS. 
   ============================== */
.carousel-caption h1{
    font-size: 40px;
    line-height: 1.2;
}

.carousel-caption{
    top: 40%;
}
    
.carousel-caption h6{
    font-size: 16px;
}


@media (max-width:576px) { 
    
.btn {
  padding: 4px 12px;
  font-size: 14px;
}
    
.carousel-inner {
    height: 600px;
}
    
.carousel-caption{
    top: 40%;
}
    
.carousel-caption h1{
    font-size: 30px;
}
    
.carousel-caption h6{
    font-size: 14px;
}
 


@media (max-width:450px) { 
    
.carousel-inner {
    height: 550px;
}
    
.carousel-caption{
    top: 40%;
}
    
.carousel-caption h1{
    font-size: 30px;
}
    
.carousel-caption h6{
    font-size: 12px;
}
    
 
    
}