.carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.carousel-inner {
  padding-bottom:50%;
  display: block;
  content: "";
}
.carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center bottom scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translateX(-50%) translateY(-50%);
  width: 60%;
  z-index: 9;
  margin-top: 20px;
  text-align: center;
}
.caption h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
  font-size: 26px;
  font-weight: 300;
}
a.big-button {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eb7a00;
  background: rgba(255, 0, 0, 0.75);
  padding: 28px 35px;
  border-radius: 3px;
  margin-top: 80px;
  margin-bottom: 0;
  display: inline-block;
}
a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
}
a.view-demo:hover {
  text-decoration: none;
  color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}
.carousel-caption{
position: absolute;
    right: 0%;
    bottom: 0rem;
    left: 0%;
    padding-top:2rem;
    padding-bottom:2rem;
    color: #fff;
    text-align: center;
    background:#00000096;
  }

  .carousel-caption h2{
    margin-bottom:0px;
    font-size: 52px;
    font-weight: 500;
    animation: fadeInDown 1s both;
    text-align:center;
    text-transform:none;
    letter-spacing:3px;
    line-height: 80px;
    color: #fff;
    font-style:italic;
  }
  .carousel-caption p {
    animation: fadeInDown 1s both 0.2s;
    text-align: center;
    width: 80%;
    font-size: 26px;
    margin: 0 auto 10px auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
   
    border-radius: 50%;
    width:3rem;
    height:3rem;
}

.bi-chevron-right::before {
    content: "\f285";
}
.carousel-control-next, .carousel-control-prev {
 
    opacity:1 !important
  }
.carousel-control-next, .carousel-control-prev{
 position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
     height:60px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    border-radius: 50%;
   
    background:#198bba;
    padding: 10px;  
  }
  .carousel-control-next {
    right:3%;
}
  .carousel-control-prev{
    left:3%;
}


@media screen and (max-width:767px){
  .carousel-inner {
    padding-top: 49.25%;
    display: block;
    content: "";
    padding-bottom:0px;
 
}
#process h1{
  font-size: 45px;
}
.carousel-caption p {
        width: 80%;
        font-size: 15px;
        line-height: 19px;
            margin: 0 auto 0px auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    border-radius: 50%;
    width:2rem;
    height:2rem;
}
.carousel-control-next, .carousel-control-prev {
      width: 35px;
      height: 35px;
}
.carousel-caption h2 {
            font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
        color: #fff;
        width:90%;
        margin: 0 auto;
}
/*.carousel-caption{
  display: none;
}*/
.carousel-control-next {
    right: 1%;
}
.carousel-control-prev{
  left: 1%;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0rem;
    left: 0%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    text-align: center;
    background: #00000096;
}
}
