
.banner-full-width {
	background: none repeat scroll 0 0 #333333;
/*	display: inline-block; */
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 0;
	padding: 37px 20px;
/*  	width: 80%; */
}
.banner-full-width .btn {
	border: 1px solid #fff;
	color: #fff;
	min-width: 140px;
}
.banner-full-width .btn.btn-primary {
	background-color: #ffc300;
	border-color: #ffc300;
	color: #ffffff;
}
.banner-full-width p {
	color: #fff;
	font-size: 24px;
}
.btn-fw-banner {
	padding-right: 60px;
}
.paralax-header {
	text-align: left;
	position: relative;
	margin: 35px 0 35px 0;
	font-size: 40px;
}
.paralax-header::after {
	border-bottom: 3px solid #fff;
	bottom: -15px;
	content: "";
	left: 2px;
	position: absolute;
	width: 6%;
}
.full-title.banner-full-width {
	background-color: #b3bcc2;
	height: 81px;
/* 	width: 2000px; */
}
.full-title {
	color: #fff;
	background: #2f52a0;
	padding: 9px;
 text-transform:uppercase;
}
.full-title-name {
	background: none repeat scroll 0 0 #2f52a0;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
/* 	left: -400px; */
 	left: 0px;
	padding: 20px 32px;
	position: relative;
	text-transform: uppercase;
	top: 18px;
	min-width: 295px;
	text-align: center;
	white-space: nowrap;
}
.full-title-name .btn {
	background: none repeat scroll 0 0 #b3bcc2 !important;
	border-color: #b3bcc2 !important;
	bottom: -15%;
	color: #fff !important;
	font-size: 13px;
	left: 100%;
	position: absolute;
	text-transform: none;
}
.main-content {
	padding-top: 50px;
}
/*Header*/


@media only screen and (max-width: 479px) {
/* 	.full-title-name {left: -400px;} */
.full-title-name {font-size: 13px;top: 0;}
	}
	
@media only screen and (max-width: 479px) {
/* 	.full-title-name {left: 0px;} */
	}
	
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 	.full-title-name {left: 0px;} */
	}
	
@media (min-width: 768px) and (max-width: 979px) {
/* 	.full-title-name {left: -600px;} */
	}

