/* Add here all your css styles (customizations) */

.carousel-item {
    height: 50vh;
    min-height: 700px;
    background: no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    background: rgb(253, 146, 51); /* fallback color */
    background: rgba(253, 146, 51, 0.8);
}


  .carousel-caption h3{
font-size: 46px;
font-weight: 700;
color: white

  }

  .carousel-caption p{
    font-size: 26px;
    font-weight: 700;
    color: white
      }


      .service-img{
        height: 50vh;  
        min-height: 120px;
      }

      .service-content{
        min-height: 190px;
      }
      