/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    height: 500px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px !important;
    /*object-fit: cover;*/
}

.carousel-caption {
    bottom: 21% !important;
}

.main-banner .carousel-caption h1 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.main-banner .carousel-caption p {
    font-size: 15px !important;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.main-banner .carousel-indicators .active {
    background-color: #e76026;
    border: 1px solid #e76026;
}

.main-banner .carousel .item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}
/*Client slider*/
.client-say{
     position: relative;
    text-align: center;
    font-size: 17.5px;
    font-weight: 400;
    font-style: italic;
    margin: 0 auto;
    padding: 65px 25px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.carousel .item{
  background-color: transparent;
}
#myCarousel1 .carousel-inner>.item{
  margin-top: 100px;
}
#myCarousel2 .carousel-inner>.item{
  margin-top: 100px;
}
.client-say figure {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden; 
    -webkit-box-shadow: 0px 4px 8px 2px rgba(49,163,237,0.07);
    -moz-box-shadow: 0px 4px 8px 2px rgba(49,163,237,0.07);
    box-shadow: 0px 4px 8px 2px rgba(49,163,237,0.07);
    position: absolute;
    top: -48px;
    left: calc(50% - 48px);
    left: -webkit-calc(50% - 48px);
}
.client-say figure img {
    width: 100%;
    object-fit: cover;
}
.client-say h5 {
    font-style: normal;
    margin-bottom: 0px;
    color: #555555;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.client-say p{
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
}
.rating-div {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #e76026;
}
.testinomial-slider .carousel{
  height: auto;
}
.testinomial-slider .carousel .item{
  height: auto;
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}