	.carousel {
		position:relative;
		top:-5px;
		overflow: hidden;
		
		margin-bottom: -5px;
	}
	.carousel-item .img-fluid {
		width:100%;
	}
	.carousel-item a {
		display: block;
		width:100%;
		position: relative;
	}
	.carousel-indicators{
		bottom:0;
	}
	.title_us:before{
		position:absolute;
		content:attr(data-before);
		font-weight: 600;
	    font-size: 26px;
	    line-height: 28px;
	    width:100%;
	    left:0px;
	    top:50%;
	    margin-top:-14px;
	    white-space: pre-wrap;
	}
	.title_us:after{
		position:absolute;
		left:0px;
		top:50%;
		content:attr(data-after);
		margin-top: 19px;
		font-size: 14px;
		line-height: 30px;
		width:100%;
	
	}

	.title_us{
		display: block;
		width:100%;
		position: relative;
		text-align: center;
		color: #fff;
		position:relative;
	}
	.title_us:hover,
	.title_us:active{
		color: #fff!important
	}
	.carousel-item .title_us {

	    cursor: default;

	}
	.carousel-item .title_us:active{
		color: #fff;
	}
	.carousel-item a.contact_us{
		position: absolute;
		left:50%;
		width: 200px;
		bottom: 2rem;
		margin-left: -100px;
		line-height: 2.5rem;;
		text-decoration: none;
	}
	.carousel-item a:hover img{

	
	}
	
.carousel-indicators li{
	opacity: .5;
	background: #355593;
}
.carousel-indicators .active{
	background: #355593;
	opacity: 1;
}