/*---------------------------------------------------------------------------
Corusel Style
---------------------------------------------------------------------------*/

.text {
	position: inherit;
	text-align: left;
	background: #eb7627;
	width: 100%;
	bottom: auto;
	padding: 0;
	margin-top: 90px
}

.img_bg {

	text-align: center;
	margin: 0 auto;
	align-items: center;
	width: 100%;
	display: flex;
	height: 100%;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #ee7421;
}

.img_bg figure {
	margin: 0px;
}

.img_bg figure img {
	width: 100%;
}

.img_bg h3 {
	text-align: center;
	font-size: 50px;
	line-height: 58px;
	color: #fff;
}


.black_nolmal {
	font-weight: normal;
	color: #000;
}

.carousel-indicators li {
	width: 25px;
	height: 25px;
	border-radius: 30px;
}

.carousel-indicators {
	margin-bottom: -50px;
}

.carousel-indicators .active {
	background-color: #ee7421;
}

.carousel-indicators li {
	background: #0c0505;
}

/*---------------------------------------------------------------------------
End Corusel Style
---------------------------------------------------------------------------*/