html {
	height: 100%;
}
body {
	background-image: url("../images/background-cont.jpg");
	padding: 0px;
	margin: 0px auto 0px auto;
	direction: rtl;
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-size: 16px;
	min-height: 100%;
	position: relative;
}
@font-face {
	font-family: Exo;
	font-style: normal;
	src: url(../fonts/Exo-Regular.ttf);
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:focus {
	outline: none;
}
a {
	text-decoration: none;
	color: #000;
}
li {
	list-style: none;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 23px;
}
.Clear {
	clear: both;
}
#TopBarCon {
	width: 100%;
	background: rgba(0, 0, 0, 0.64);
	height: 35px;
}
.TopBar {
	max-width: 1200px;
	margin: 0px auto;
	padding: 5px 5px;
	height: 100%;
	font-size: 13px;
}
.Languge {
	height: 25px;
	background: #149A0C;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px;
	border-radius: 3px;
	display: table;
	cursor: pointer;
	position: relative;
}
.Languge:hover .LangList {
	display: block;
}
.LangList {
	position: absolute;
	top: 22px;
	left: 0px;
	background: #149A0C;
	width: calc(100% - 32px);
	padding: 4px 0px 0px 0px;
	border-radius: 0px 0px 3px 3px;
	overflow: hidden;
	display: none;
	text-align: center;
}
.LangListFR {
	display: block;
	padding: 0px 4px;
}
.LangListFR a {
	display: block;
	color: #fff;
}
.LangListFR:hover {
	background: #008BFF;
}
.LangListEN {
	display: block;
	padding: 0px 4px;
}
.LangListEN a {
	display: block;
	color: #fff;
}
.LangListEN:hover {
	background: #008BFF;
}
.Inscription {
	height: 25px;
	background: #149A0C;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px;
	border-radius: 3px;
	display: table;
	cursor: pointer;
	position: relative;
}
.Inscription:hover .InscriptionList {
	display: block;
}
.InscriptionList {
	position: absolute;
	top: 22px;
	left: 0px;
	background: #149A0C;
	width: calc(100% - 32px);
	padding: 4px 0px 0px 0px;
	border-radius: 0px 0px 3px 3px;
	overflow: hidden;
	display: none;
	text-align: center;
}
.InscriptionListSingle {
	display: block;
	padding: 0px 4px;
}
.InscriptionListSingle a {
	display: block;
	color: #fff;
}
.InscriptionListSingle:hover {
	background: #008BFF;
}
.InscriptionListDouble {
	display: block;
	padding: 0px 4px;
}
.InscriptionListDouble a {
	display: block;
	color: #fff;
}
.InscriptionListDouble:hover {
	background: #008BFF;
}
.TopBarContacts {
	direction: ltr;
	height: 25px;
	background: #149A0C;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px;
	border-radius: 3px;
	display: table;
	cursor: default;
}
.TopBarContacts .TopBarIcon {
	height: 25px;
	padding: 2px 5px 2px 0px;
	border-right: 1px solid #7B7B7B;
	margin: 0px 4px 0px 0px;
}
.Inscription .TopBarIcon {
	height: 25px;
	padding: 2px 0px 2px 5px;
	border-left: 1px solid #7B7B7B;
	margin: 0px 0px 0px 4px;
}
.Languge .TopBarIcon {
	height: 25px;
	padding: 2px 0px 2px 5px;
	border-left: 1px solid #7B7B7B;
	margin: 0px 0px 0px 4px;
}
.TopBarElementText {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
img.ArrowDown {
	height: 25px;
	padding: 6px 5px;
	margin: 0px 0px 0px 0px;
}
#HeaderCon {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.Header {
	padding: 10px 5px 0px 5px;
	max-width: 1200px;
	margin: 0px auto;
}
.LogoCon {
	float: right;
	width: 150px;
}
.OfferCon {
	float: left;
	width: 728px;
	padding: 25px 0px 0px 0px;
}
img.Offer {
	width: 728px;
	height: 90px;
}
img.Logo {
	width: 150px;
	height: 140px;
}
.Menu {
	width: 100%;
	height: 45px;
	background: #ccc;
	text-align: center;
	line-height: 45px;
	border-bottom: 3px solid #1691F9;
}
.MenuElement {
	margin: 0px -3px;
	height: 45px;
	display: inline-block;
	display: -webkit-inline-box;
}
.MenuElement:hover {
	background: #018AFD;
}
.MenuElement:hover > a {
	color: #fff;
}
.MenuElement a {
	color: #000;
	display: block;
	padding: 0px 6px;
	min-width: 80px;
}
.SubMenuCon {
	position: relative;
}
.SubMenuCon:hover .SubMenu {
	display: block;
}
.SubMenu {
	display: none;
	position: absolute;
	top: 45px;
	right: 0px;
	background: #ccc;
	width: 145px;
	z-index: 1000;
	text-align: right;
}
.MenuElementChild {
	margin: 0px;
	height: 45px;
	display: block;
}
.MenuElementChild:hover {
	background: #018AFD;
}
.MenuElementChild a {
	margin: 0px;
	height: 45px;
	display: block;
}
.MenuElementChild:hover > a {
	color: #fff;
}
.MenuResponsiveCon {
	display: none;
	position: relative;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #1691F9;
	border-radius: 5px;
	background: #ccc url("../images/menu-outline.png") no-repeat;
	background-size: 30px 30px;
	background-position: calc(100% - 5px) center;
	cursor: pointer;
}
.MenuResponsiveTitle {
}
.MenuResponsive {
	display: none;
	z-index: 1000;
	background: #ccc;
	position: absolute;
	top: 34px;
	right: -1px;
	width: calc(100% + 2px);
	overflow: hidden;
	border-right: 1px solid #1691f9;
	border-bottom: 1px solid #1691f9;
	border-left: 1px solid #1691f9;
	border-radius: 0px 0px 5px 5px;
}
.MenuResElement {
	height: 35px;
	display: block;
}
.MenuResElement:hover {
	background: #018AFD;
}
.MenuResElement:hover > a {
	color: #fff;
}
#SectionsCon {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 5px;
}
.PageDesc {
	margin: 10px 0px 6px 0px;
}
.SideColumn {
	float: right;
	width: 300px;
}
.WidgetCon {
	margin: 0px 0px 10px 0px;
}
.WidgetTitleCon {
	height: 40px;
	background: #5e95f1;
	margin: 0px;
	line-height: 40px;
	padding: 0px 10px;
}
.WidgetTitle {
	margin: 0px;
	font-size: 15px;
	color: #fff;
}
.WidgetContentCon {
	background: #9EC1E6;
	padding: 1px 0px 1px 0px;
}
.WidgetElement {
	margin: 5px 7px;
	padding: 0px 6px 0px 18px;
}
.NormalElement {
	background: url("../images/icons/nav-arrow-left-128.png") #ccc no-repeat 5px center;
	background-size: 7px;
}
.OpenedElement {
	background: url("../images/icons/double-arrow-down-128.png") #ccc no-repeat 5px center;
	background-size: 11px;
}
.WidgetElement a {
	display: block;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.OpenedElementSubCon {
	background: #74AD74;
	margin: -5px 12px 5px 12px;
	padding: 5px 0px;
}
.OpenedElementSub {
	margin: 0px;
	padding: 0px 5px;
}
.OpenedElementSub a {
	display: block;
}
.OpenedElementSub:hover {
	background: #5E95F1;
}
.OpenedElementSub:hover a {
	color: #fff;
}
.PrincipalColumn {
	width: calc(100% - 310px);
	float: left;
}
.PrinWidget {
	width: 100%;
	border-bottom: 1px solid #5E95F1;
	border-left: 1px solid #5E95F1;
	border-right: 1px solid #5E95F1;
	margin: 0px 0px 10px 0px;
}
.PrinWidgetTitle {
	width: 100%;
	margin: 0px;
	background: #5E95F1;
	font-size: 14px;
	min-height: 40px;
	line-height: 40px;
	padding: 0px 6px;
	text-align: center;
	color: #fff;
	cursor: default;
}
.PrinWidgetContent {
	width: 100%;
	padding: 10px 8px;
	overflow: auto;
	background: #fff;
}
.NewsElement {
	margin: 0px 5px 4px 5px;
	border-bottom: 1px solid #ccc;
}
.NewsElement a {
	display: block;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #000;
}
.NewsElement a:hover {
	color: #fff;
	text-decoration: underline;
}
.NewsDate {
	font-size: 11px;
	color: #7B7B7B;
}
.PDFCon {
	width: 100%;
	border: 1px solid #ccc;
	min-height: 705px;
}
#FooterCon {
	background: #9ec1e6;
	width: 100%;
	padding: 0px 0px 40px 0px;
}
.Footer {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 5px;
}
.FooterElementCon1 {
	float: right;
	width: calc(33% - 10px);
	margin: 0px 0px 0px 10px;
}
.FooterElementCon2 {
	float: right;
	width: calc(33% - 10px);
	margin: 0px 5px 0px 5px;
}
.FooterElementCon3 {
	float: right;
	width: calc(33% - 10px);
	margin: 0px 10px 0px 0px;
}
.FooterElementTitleCon {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0px 6px;
}
.FooterElementTitle {
	margin: 0px;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.FooterAbout {
	margin: 13px 0px;
}
.FooterLinksPart {
	width: 50%;
	float: right;
	padding: 4px 6px;
	margin: 13px 0px;
}
.FooterLinksPart a {
	display: block;
	border-bottom: 1px dashed #ccc;
	transition: 0.5s;
}
.FooterLinksPart a:hover {
	margin: 0px 5px 0px 0px;
}
.FooterContactDes {
	margin: 13px 0px;
}
.FooterContactIncon {
	display: block;
	width: 25px;
	height: 25px;
	float: right;
	margin: 0px 0px 0px 4px;
}
.FooterContactIncon img {
	width: 100%;
	height: 100%;
}
.FooterContactText {
	display: block;
	float: right;
	min-height: 25px;
	line-height: 25px;
	width: calc(100% - 35px);
	margin: 0px 0px 4px 0px;
	font-size: 13px;
	text-align: right;
}
#Copyrights {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #5E95F1;
	padding: 0px 5px;
	color: #fff;
	position: absolute;
	bottom: 0px;
}
#Copyrights p {
	font-size: 14px;
	margin: 0px;
}
#Copyrights a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
/* Responsive */

@media all and (min-width: 0px) and (max-width: 920px) {
.OfferCon {
	display: none;
}
}
@media all and (min-width: 0px) and (max-width: 800px) {
.PrincipalColumn {
	width: 100%;
	float: none;
}
.SideColumn {
	float: none;
	width: 100%;
}
.WidgetCon {
	width: 100%;
}
#SectionsCon {
	display: flex;
	flex-flow: column;
}
.PrincipalColumn {
	order: 1;
}
.SideColumn {
	order: 2;
}
.FooterElementCon1 {
	float: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.FooterElementCon2 {
	float: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.FooterElementCon3 {
	float: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
}
@media all and (min-width: 0px) and (max-width: 650px) {
.Menu {
	display: none;
}
.MenuResponsiveCon {
	display: block;
}
.LogoCon {
	float: none;
	width: 150px;
	margin: auto;
}
.TopBarContacts {
	display: none;
}
}
@media all and (min-width: 0px) and (max-width: 500px) {
#Copyrights {
	height: auto;
}
#FooterCon {
	padding: 0px 0px 65px 0px;
}
}
