html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff !important;
	background:url("images/background.jpg") no-repeat;
	background-size:cover;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover, a:focus {
	text-decoration: none !important;
	color: #fff !important;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px !important;
	text-transform: uppercase;
	font-weight:600;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 41px !important;
	font-weight:600;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px !important;
	font-weight:600;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 27px !important;
	font-weight:600;
}
.content {
    min-height: calc(100vh - 156px);
    padding-top:115px;
    padding-bottom: 65px;
}
.logo{
	text-align:center;
}
#event{
	max-width:650px;
	margin:60px auto;
}
.label_en, .label_ar{
	padding: 0 !important;

}
.label_en{
	font-family: OpenSans,sans-serif;
	font-size:18px;
	text-align:right;
	line-height: 40px;
}
.label_ar{
	font-family: Changa,sans-serif;
	font-size:20px;
	text-align:left;
	line-height: 40px;
	direction:rtl;
}
input.form-control{
	height:40px;
	border-radius:5px;
	background:#d3e0f0;
}
.form-group {
	margin-bottom: 25px !important;
	display: inline-block;
	width: 100%;
}
.head_label {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.head_label .label_en {
	font-family: OpenSans,sans-serif;
	font-weight: 600;
}
.head_label .label_ar {
	font-weight: 700;
}
.head_label .space, .head_label .bl_left, .head_label .bl_right {
	display: inline-block;
}
.head_label .bl_left {

}
.head_label .bl_right {

}
.form-check-label {
	display: block;
}
.form-checkbox {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.form-checkbox .label_en {
	font-family: OpenSans,sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
}
.form-checkbox .label_ar {
	font-family: Changa,sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
}
.head_space {
	padding-top: 25px;
}
.blk_btn {
	padding-top: 40px;
}
.btn_submit {
	padding: 11px 68px;
	font-size: 24px;
	text-transform: uppercase;
	border: 0;
    border-radius: 5px;
    background-color: #082240;
    box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.25);
}
.btn_submit:hover {
	background-color: #06182e;
	box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.5);
}


/*************Checkbox**************/


.form-check-input {
	height: 22px;
    margin: 10px 0 8px !important;
}

.result{
	padding-top:40px;
	font-size:20px;
	clear:both;
}

/*************End Checkbox**************/

@media (max-width: 767px) and (min-width: 568px) {
	
}

@media (max-width: 767px) {
	#event input {
		font-size: 16px !important;
	}
}