
/*animation ends*/
/*=========== Hedder Part CSS===========*/
.top_hedder {
	background: url(../images/bgcampaign.jpg);
	padding: 0px 0px 25px 0px;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
	background-size: cover;
	background-position: 100% 50% !important;
	background-attachment: fixed;
}
.logo {
	text-align: left;
	background: #fff !important;
}
.logo img{margin: 10px auto !important;max-width: 320px;}
.main_title i{font-size: 18px !important}
.main_title {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
	margin-top: 35px;
}
.sub_title {
	color: #fff;
	font-size: 46px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
	margin-bottom: 40px;
}
#underline {
	line-height: 0;
	margin-right: 30px;
	text-align: right;
}
#arrow {
	position: absolute;
	right: 0px;
}
/* Get Form */
.form {
	background: #fff;
	border-radius: 3px;
	padding: 30px 30px 15px;
}
input[type="text"], select {
	border: 1px solid #dedede;
	border-radius: 3px;
	height: 45px;
	margin-top: 0;
	padding: 10px;
	width: 100%;
}
input[type="submit"] {
	background: #df4848 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	height: 52px;
	margin-top: 10px;
	padding: 5px;
	width: 100%;
}
.submit {
	background: #df4848 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	height: 52px;
	margin-top: 10px;
	padding: 5px;
	width: 100%;
	line-height: 40px;
}
.submit a, .submit a:hover {
	color: #fff;
	text-decoration: none
}
/* Get Form */
/* Placeholder */
::-moz-placeholder {
color:#838383;
font-size:18px;
}
::-webkit-input-placeholder {
color:#838383;
font-size:18px;
}
:-o-input-placeholder {
color:#838383;
font-size:18px;
}
:-ms-input-placeholder {
color:#838383;
font-size:18px;
}
/* Placeholder */

#underline > img {
	margin: -15px 0px 20px 0;
	position: relative;
}
.form > img {
	padding: 20px 0 13px;
}
#form-errors, #form-success {font-weight:bold;font-size:13px;}
#form-errors{color:#AF3A36;}
#form-success{color:#65BB65;}
.descInfo{color:#fff; font-family: 'Roboto Condensed', sans-serif; line-height:30px }
.descInfo h2{font-weight:700;text-transform:uppercase;margin-bottom: 15px;border-bottom: 1px solid #fff;padding-bottom: 20px;}
.descInfo h3, .descInfo ul{ font-size:22px;margin-bottom:35px;line-height: 30px;}
.descInfo ul{padding-left:20px;}
.descInfo ul li{list-style:initial;margin-bottom: 20px;}
.descInfo ul li b{margin-bottom: 5px;display:block;}
.arrow{text-align: right !important}
