/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	color:#333;
	font-family:Barlow,'tajawal', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#006eb0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e21f36;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start logo*/
.logo{
	position:fixed;
	top:0px;
	right:0px;
	background:#ecf2f3;
	width:350px;
	height:100%;
	text-align:center;
}
.logo img {
	margin-top: 94px;
	height: 163px;
	width: auto;
	margin-left: 25px;
}
/*end logo*/
.wrap{
	clear:both;
	margin-right: 350px;
}
/*start first_section*/
.first_section {
	height:620px;
	background-size: cover;
	clear:both;
	float:left;
	width:100%;
	display:table;
	background-position: center;
	position:relative;
}
.second_section_txt{
	display:table-cell;
	width:50%;
	vertical-align:middle;
	height:100%;
}
.first_section_txt{
	display:table-cell;
	background:rgba(0,0,0,0.5);
	width:50%;
	height:100%;
	vertical-align:middle;
	padding:40px;
}
.first_section_txt h2{
	font-weight:700;
	font-size:30px;
	display:block;
	margin-bottom:15px;
	letter-spacing:1px;
	margin-left:20px;
	text-transform:uppercase;
	color:#a1e4ef;
	text-shadow:1px 1px 1px #000;
}
.first_section_txt p span{
	display:block;
	color:#fff;
	margin-bottom:12px;
	padding-right:10px;
	position:relative;
	font-size:16px;
}
.first_section_txt p span e{
	padding-left:25px;
	display:inline-block;
}
.first_section_txt p span:before{
	font-family:Fontawesome;
	content:"\f00c";
	vertical-align:0px;
	position:absolute;
	left:0px;
	top:2px;
	color:#ecea3e;
	font-weight:normal;
}
/*end first_section*/
/*start second_section*/
.second_section{
	height:620px;
	background-size: cover;
	clear:both;
	float:left;
	width:100%;
	display:table;
	background-position: center;
	position:relative;
}
.second_section .first_section_txt{
	text-align:center;
}
.second_section .first_section_txt h2{
	margin-left:0;
}
.second_section .first_section_txt p{
	color:#fff;
	font-size:16px;
	display:block;
	margin-bottom:15px;
}
.second_section .first_section_txt h1{
	font-weight:600;
	text-align:center;
	font-size:19px;
	margin-bottom:15px;
	border:1px solid #cad6de;
	color:#fff;
	padding:15px;
	border-radius:5px;
}
.second_section .first_section_txt h3{
	color:#fff;
	margin-bottom:15px;
	display:block;
	font-weight:700;
	letter-spacing:1px;
	font-size:25px;
}
.second_section .first_section_txt ol li{
	display:block;
	font-size:16px;
	margin-bottom:10px;
	color:#fff;
}
.second_section .first_section_txt ol li a{
	display:inline-block;
	padding:3px 7px;
	font-size:14px;
	letter-spacing:1px;
	border-radius:5px;
	background:#006fb1;
	color:#fff;
}
.second_section .first_section_txt ol li a:hover{
	background:#fff;
	color:#006fb1;
}
/*end second_section*/
/*start third_section*/
.third_section{
	height:620px;
	background-size: cover;
	clear:both;
	float:left;
	width:100%;
	display:table;
	background-position: center;
	position:relative;
}
.third_section .first_section_txt h2{
	margin-left:0;
}
.third_section .first_section_txt p e{
	padding-left:4px;
}
.third_section .first_section_txt p span:before{
	display:none;
}
/*end third_section*/