h4 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	position: relative;
	margin: 30px 0 60px;
}
h4::after {
	content: "";
	width: 55px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #ffb422;
	left: 0;
	right: 0;
	bottom: -20px;
}

.Horizontalline{
    position: relative;
}
.Horizontalline::after{
    content: "";
	width: 55px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #ffb422;
	left: 0;
	right: 0;
	bottom: -20px;

}
.Horizontalline1{
    position: relative;
}
.Horizontalline1::after{
    content: "";
	width: 55px;
	position: absolute;
	/* margin: 0 auto; */
	height: 4px;
	border-radius: 1px;
	background: #ffb422;
	left: 0;
	right: 0;
	bottom: -20px;
}
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
}
.carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial-wrapper {
	padding: 0 10px;
}
.carousel .testimonial {
	color: #808080;
	position: relative;
	padding: 15px;
	background: #f1f1f1;
	border: 1px solid #fd4849;
	border-radius: 3px;
	margin-bottom: 15px;
}
.carousel .testimonial::after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #ffdc12;
	border: 1px solid #efefef;
	border-width: 0 0 1px 1px;
	position: absolute;
	bottom: -8px;
	left: 46px;
	transform: rotateZ(-46deg);
}
.carousel .star-rating li {
	padding: 0 2px;
}
.carousel .star-rating i {
	font-size: 16px;
	color: #ffb422;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #fd4849;
}
.carousel .carousel-indicators {
	bottom: -70px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 2px;
	box-sizing: border-box;
}
.carousel-indicators li {	
	background: red;
	border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
	background: #ffdc12;
	border: 5px double;    
}

.bac3{
    content: "";
    background-image: url(testimonial\ slider2.png);
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.bac4{
    background-color: #9fcf5d;
}


/* footer Section in home page */

/* for button */
.view-all-program{
    background-color: #ff0000b5 !important;
    color: #fff !important;
    font-size:20px !important;
}
.view-all-program:hover{
    border: 1px solid #ff0000b5 !important;
    background-color: transparent !important;
    color: #ff0000b5 !important;
}
