h2.carousel {
	color: #212121;
	text-align: center;
	text-transform: uppercase;
	font-family: "Archivo";
	font-weight: 700;
	position: relative;
	margin: 25px 0 0px;
}

h2.carousel::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #FF8F00;
	left: 0;
	right: 0;
	bottom: 30px;
}

@media screen and (max-width: 767px) {
    .carousel {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .carousel {
        width: 650px;
    }
}

.carousel {
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 50px;
}

.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 200px;
}

.carousel .carousel-item a {
    color: #eb7245;
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {	
    padding: 30px 0 10px;
}

.carousel .overview {	
    text-align: center;
    padding-bottom: 5px;
}

.carousel .overview b {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;	
    padding-bottom: 5px;
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel-control-prev, .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3e3e3e;
    text-shadow: none;
    top: 4px;
}

.carousel-control-prev i, .carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
}

.carousel-control-prev {
    left: auto;
    right: 40px;
}

.carousel-control-next i {
    margin-right: -2px;
}

.carousel .carousel-indicators {
    bottom: 15px;
}

.carousel-item iframe {
    width: 100%;
    height: 365px;
}

.carousel-indicators [data-bs-target] {
    background-color: #212121;
}