.carousel1{
	background:#152234;
}
/*.carousel-inner .item .container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}*/

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
  
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel1 .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  	border:none;
	margin:1px;
}
.carousel1 .carousel-indicators .active{
    background-color: #fff;
  	width:15px;
	height:15px;
}
.carousel1 .carousel-caption{
	left:10%;
	/*top:50px;*/
	top:225px;
	right:auto;
	bottom:auto;
	text-align:left;
	padding:0;
	position:relative;
}
.carousel-caption h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 35px;
}
.carousel-caption p{
	color: #fff;
	font-size: 18px;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel1 .carousel-control.left, .carousel1 .carousel-control.right{
	background:none;
	}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel1 .carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 50px;
	line-height:30px;
    color: #fff;
    /*border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;*/
}
.carousel1 .carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 45px;
	line-height:30px;
    color: #fff;
   /* border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;*/
}
/*.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}*/


.carousel1 .item{
	min-height:550px;
	height:100%;
	width:100%;
}
.carousel1 .slider1{
	background:url(../images/banner1.jpg) no-repeat right;
	background-size: cover;
	}
.carousel1 .slider2{
	background:url(../images/banner2.jpg) no-repeat right;
	background-size: cover;
	}
.carousel1 .slider3{
	background:url(../images/banner3.jpg) no-repeat right;
	background-size: cover;
	}
.carousel1 .slider4{
	background:url(../images/banner4.jpg) no-repeat right;
	background-size: cover;
	}
.carousel1 .slider5{
	background:url(../images/banner5.jpg) no-repeat right;
	background-size: cover;
	}
.carousel1 .center-content{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	float:none;
	left:auto;
}
.carousel1 .right-content{
	float:right;
	left:auto;
	right:0;
	}
.carousel1.stage2 .carousel-caption h3{
	display:inline-block;
	background:#008ac2;
	padding:12px;
	clear:both;
	margin-bottom:5px;
	}
.carousel1.stage2 .carousel-caption p{
	display:inline-block;
	background:#008ac2;
	padding:8px;
	clear:both;
	margin-bottom:40px;
}
.carousel1 .right-content h3, .carousel1 .right-content p{
	width:100%;
}
@media screen and (max-width: 991px) {
	.carousel1 .carousel-caption{
		text-align:center;
		left:auto;
		padding:0 40px;
	}
}
@media screen and (max-width: 768px) {
	.carousel-caption h3{
		font-size:22px;
		margin-bottom:20px;
		}	
	.carousel-caption p{
		font-size:15px;
	}
}