.service {
    background-color: #ef9300;
    border-radius: 50px;
    padding: 30px;
    color: white
}


.carousel-caption h3 {
 
  font-size: 50px;
  
}

.carousel-caption h2 {
  font-weight: 900;
  font-size: 100px;
}

.rounded-2 {
    border-radius: 30px;
}
 
 .cap-small {
     background-color: #008ed3;
     padding: 20px;
     border-radius: 30px;
 }


.footer {
    position: relative;
   text-align: center;
    padding-top: 50px;
    background: #6d6d6d;
    color: white;
    padding-bottom: 30px;
}

.carousel-caption {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: initial;
    top:50%;
}

span.carousel-control-next-icon {
    width: 50px;
    height: 50px;
   
}


span.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
   
}


@media (min-width:768px) and (max-width:1024px)
{
    
}



@media (max-width:768px) 
{
   span.carousel-control-next-icon {
    width: 20px;
    height: 20px;
   
}


span.carousel-control-prev-icon {
    width: 20px;
    height: 20px;
   
} 

.carousel-caption h3 {
 
  font-size: 20px;
  
}

.carousel-caption h2 {
  font-weight: 800;
  font-size: 20px;
}

.cap-small {
    font-size: 10px;
    padding: 10px;
}

#slider-ban {
    padding-top: 80px;
}

}