.banner-outer {
	display: block;
	position: relative;
	overflow-x: hidden;
	z-index: 1;
}
.banner-slider .container {
	display: table;
	height: 100%;
}
.banner-outer .slide1, .banner-outer .slide2, .banner-outer .slide3, .banner-outer .slide4 {
	display: block;
	height: 950px;
}
.banner-outer .slide1 {
	background: url(../images/banner/banner_3.png) no-repeat center top / cover;
}
.banner-outer .slide2 {
	background: url(../images/banner/banner_2.png) no-repeat center top / cover;
}
.banner-outer .slide3 {
	background: url(../images/banner/banner_1.png) no-repeat center top / cover;
}
.banner-outer .slide4 {
	background: url(../images/banner/banner_4.jpg) no-repeat center top / cover;
}
.banner-outer .content {
	/*display: table-cell;
	vertical-align: middle;*/
	position:absolute;
	top:375px;
}


.banner-slider .content .fl-right {
	float: right;
}
.banner-outer .content h1 {
	display: block;
	padding-bottom: 20px;
	/*font-family: 'texgyreadventorbold';*/
	font-family:Montserrat-Bold; 
	font-size:90px;
	/*color: #24343a;*/
	line-height: 50px;
	text-transform: uppercase;
	-webkit-animation-delay: 0.2s;
	color:#fff;
}
.banner-outer .content h1 span {
	display: block;
	font-size: 62px;
	-webkit-animation-delay: 0.3s;
}
.banner-outer .content p {
	display: block;
	padding-bottom: 25px;
	max-width: 550px;
	font-size: 16px;
	color: #1f295c;
	-webkit-animation-delay: 0.34s;
	font-family:Lato-Bold;
}
.banner-outer .content a.btn {
	-webkit-animation-delay: 0.36s;
}
.banner-outer .slide2 .content a.btn {
	margin: 0 10px;
}
.banner-outer .slide2 .content {
	float: none;
	/*text-align: center;*/
}
.banner-outer .slide1 .content h1, .banner-outer .slide1 .content p {
	/*color: #fff;*/
		
}
.banner-outer .slide2 .content p {
	margin: 0 auto;
}
.banner-outer .slide3 .content h1, .banner-outer .slide3 .content p {
}
.banner-outer .slide4 .content h1, .banner-outer .slide4 .content p {
}


.btn {
	display: inline-block;
	padding: 20px 35px;
	border-radius: 4px;
	background: #1f295d;
	font-size: 14px;
	color: #b4d96a;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius:30px;
}
.btn span {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	content: "";
	opacity: 0.5;
}
.btn:hover, .btn:focus {
	background: #2c97ea;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #595545;
}
.btn.white:hover {
	background: #2c97ea;
	color: #fff;
}
.btn.blue {
	background: #2c97ea;
	color: #fff;
}
.btn.blue:hover {
	background: #17a43b;
}
.banner-outer .bx-wrapper .bx-pager {
	bottom: 60px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.banner-outer .bx-wrapper .bx-pager a {
	background: #000;
	border-radius: 2px;
	display: block;
	height: 5px;
	margin: 0 4px;
	outline: 0 none;
	text-indent: -9999px;
	width: 18px;
	opacity: 0.3;
}
.banner-outer .bx-wrapper .bx-pager a:hover, .banner-outer .bx-wrapper .bx-pager a.active {
	background: #00acf0;
	opacity: 1;
}