.form-group {
	clear: both;
}


.formfield span.radio {
	display: block;
	margin-left: 20px;
	float: left;
	margin-right: 20px;
}



/*----------
--Sections
-------------*/
.text-2009 {
	position: relative;
	border-top: 3px solid #ffd900;
	color: #fff;
	text-align: center;
	padding: 30px 20px 10px 20px;
	margin-bottom: 15px;
	background-color: #0099FF;
}

.text-2009 h4 {
	color: #ffd900;
	margin-bottom: 15px;
}

/*----------------
--Header
----------------*/

.head {
	position: relative;
	padding: 0;
	overflow: hidden;
	height: 800px;
		background-color: #333;
}
.head-d {
	padding: 120px 0 50px 0;
	background-color: var(--blue);
	color: var(--light);
}
.h-title {
	position: relative;
	z-index: 5;
	top: 25%;
	bottom: 0;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	text-align: center;
	color: var(--light);
	
}
	.h-title h1 {
		font-family: Oswald;
		letter-spacing: 10px;
	}
.btn-title {
	background-color: var(--blue);
	color: var(--light);
	padding: 1.1rem 1.2rem;
	font-size: 1.3rem;
	border-radius: 0;
	position: relative;
}
	.btn-title span {
		position: relative;
		z-index: 5;
	}
	.btn-title::before {
		content:  "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 100%;
		z-index: 0;
		background-color: #34424e;
		transition: all 0.3s ease-in-out;
	}
		.btn-title:hover {
			color: var(--light);
		}
		.btn-title:hover::before{
			right: 0%;
		}
		
.h-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
	.h-img::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		background-color: var(--dark);
		opacity: 0.5;

	}
	.h-img img {
		position: relative;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
@media only screen and (max-width:1500px) {
	.h-img img {
		width: 1500px;
	}
}
@media only screen and (max-width:1200px) {
	.h-img img {
		height: 800px;
		width: auto;
	}
}
@media only screen and (max-width:991px) {
	.h-title {
		width: 80%;
	}
		.navbar-brand {
			padding: 10px 20px;
		}
		.head-d {
			padding: 25px 0 50px 0;
		}
}

@media only screen and (max-width:768px) {
	.h-title {
		width: 100%;
		top: 15%;
	}
}

@media only screen and (max-width:576px) {
	.h-title {
		top: 15%;
	}
}


/*-----------------
--Section-1
------------------*/
.section-1 {
	background-color: var(--gray);
	border-bottom: var(--dark-gray) thin solid;
	padding: 10px;
}
.section-1 img {
	width: 150px;
	opacity: 0.7
}
.section-1 ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/*--------------
--Section-2
---------------*/

.section-2 {
	padding: 10px;
	background-color: var(--gray);
	border-top: var(--dark-gray) thin solid;
}
