
.uc_background_image_banner *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_background_image_banner .uc_container_holder{
	position:relative;
	text-align:center;
	font-family: "Lato",sans-serif;
	font-weight:400;
	background:url(image1.jpg) no-repeat center bottom;

	
	height:592px;
	margin:0 auto;
}
.uc_background_image_banner .uc_container_holder .uc_banner-text {
    max-width:400px;
	text-align:center;
	position:absolute;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	z-index:101;
	color:#ffffff;
	font-size:22px;
	
}
.uc_background_image_banner .uc_container_holder .uc_banner-text h3{
	font-size:20px;
	padding:0;
	margin:0 0 20px;
	line-height:normal;
	font-size:32px;
	font-weight:400;
}
.uc_background_image_banner .uc_container_holder .uc_banner-text p{
	padding:0;
	margin:0 0 30px;
	line-height:34px;
}
.uc_background_image_banner .uc_container_holder .uc_banner-text a{
	background: #446084;
	display: inline-block;
    line-height: 1.6;
	color:#fff;
	font-size:16px;
	padding:7px 22px;
	text-decoration:none;
	font-weight:600;
}
.uc_background_image_banner .uc_container_holder .uc_banner-text a:hover{
	background:#364D6A;	
}
.uc_background_image_banner .uc_container_holder .uc_overlay{
	background:#000;
	opacity:0.1;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
	z-index:1;
	transition: transform 0.3s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.3s ease 0s;
}
.uc_background_image_banner .uc_container_holder:hover .uc_overlay{
	opacity:0;	
}