@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src:url('fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url('fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url('fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('fonts/Open_Sans/OpenSans-Semibold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url('fonts/Open_Sans/OpenSans-SemiboldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('fonts/Roboto/Roboto-Medium.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('fonts/Roboto/Roboto-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto/Roboto-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Al-Jazeera-Arabic-Regular';
  src: url('fonts/arabic/Regular/Al-Jazeera-Arabic-Regular.ttf') format('truetype'); 
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
  url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.megamenu{
	padding: 0;
	width: auto;
	max-height:34px;
	list-style: none;
	display: inline-block;
	position: relative;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
html[dir="rtl"] .megamenu{
	text-align: right;
}
.megamenu li{
	float:left;
	display:inline
}
html[dir="rtl"] .megamenu li{
	float:right;
}
.megamenu>li>a{
	float: left;
	color: #ebebeb;
	text-decoration: none;
	font-family: 'Roboto-Regular', sans-serif;
	letter-spacing: 0.01em;
}
html[dir="rtl"] .megamenu>li>a{
	float: right;
	font-family: 'Al-Jazeera-Arabic-Regular', sans-serif;
}
.megamenu>li>a{
	padding-top: 7px;
	padding-bottom: 7px;
}
.megamenu_nav>li>a{
	padding-top: 6px;
	padding-bottom: 5px;
}
.megamenu>li:hover>a,.megamenu>li.active>a{
	background-color: #b6d451;
	color: #323232;
}
.megamenu .dropdown,.megamenu .dropdown li .dropdown{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 999;
	width: auto;
	border: 0;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.15);
	white-space: nowrap;
	color: #fff;
}
.megamenu .dropdown{
	top: 33px;
	background-color: #b6d451;
	z-index: 5100;
}
.megamenu_nav .dropdown{
	top: 27px;
	background-color: #b6d451;
	z-index: 5100;
}
.megamenu .dropdown li .dropdown{
	left:95%;
	top:inherit;
	border:solid 1px #3a627d;
}
html[dir="rtl"] .megamenu .dropdown li .dropdown{
	right:95%;
	left:unset;
}
.megamenu .dropdown li{
	clear:both;
	width:100%;
}
.megamenu .dropdown li:first-child{
	border-top:none;
}
.megamenu .dropdown li:last-child{
	border-bottom:0
}
.megamenu .dropdown li a {
	font-family: 'Roboto-Regular', sans-serif;
	float: left;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-size: .9em;
	color: #323232;
	background: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
html[dir="rtl"] .megamenu .dropdown li a {
	float: right;
	font-family: 'Al-Jazeera-Arabic-Regular', sans-serif;
}
.megamenu .dropdown li:hover>a{
	background-color: #4aa4c8;
	color: #ebebeb;
}
.megamenu>li.showhide{
	display:none;
	width:100%;
	height:30px;
	cursor:pointer;
    background-color:transparent;
}
.megamenu>li.showhide span.title{
	display: none;
}
.megamenu>li.showhide span.icon1:after{
	position:absolute;
	content:"";
	right:25px;
	top:4px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #ebebeb;
	border-bottom:3px solid #ebebeb;
	z-index:1;
	-webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
}
html[dir="rtl"] .megamenu>li.showhide span.icon1:after{
	right:unset;
	left:25px;
}
.megamenu>li.showhide span.icon2:after{
	position:absolute;
	content:"";
	right:25px;
	top:16px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #ebebeb;
	border-bottom:3px solid #ebebeb;
	z-index:1;
	-webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
}
html[dir="rtl"] .megamenu>li.showhide span.icon2:after{
	right:unset;
	left:25px;
}
@media all and (min-width: 1400px) {
.header_index .megamenu>li>a{
	font-size: 1em;
	padding-right: 10px;
	padding-left:10px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
.header_index .megamenu>li>a{
	font-size: .9em;
	padding-right: 8px;
	padding-left:8px;
	}
.megamenu>li>a{
	padding-top: 7px;
	padding-bottom: 7px;
}
.megamenu_nav>li>a{
	padding-top: 6px;
	padding-bottom: 6px;
}
.megamenu .dropdown{
	top: 31px;
}

}


@media all and (min-width: 600px) and (max-width: 1200px) {
.megamenu{
	text-align:center;
}
html[dir="rtl"] .megamenu{
	text-align:right;
}
}
@media all  and (max-width: 599px) {
.megamenu{
	text-align:right;
}
}


@media(max-width:1199px){
.megamenu{
	width: 100%;
	z-index:1100;
	padding:0px;
}
.megamenu>li{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: #4aa4c8;
}
.megamenu>li:hover,.megamenu>li.active{
	border-top:0
}
.megamenu>li>a{
	color: #ebebeb;
}
.megamenu>li>a{
	padding:10px 25px
}
.megamenu>li:hover>a,.megamenu>li.active>a{
	padding:10px 25px;
}
.megamenu a{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
.megamenu .dropdown,.megamenu .dropdown li .dropdown{
	width:100%;
	display:none;
	left:0;border-left:0;
	position:static;
	border:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html[dir="rtl"] .megamenu .dropdown,.megamenu .dropdown li .dropdown{
	right:0;
	left:unset;
}
.megamenu .dropdown li {
	background:#ebebeb!important;
	border:0;
}
.megamenu .dropdown>li>a{
	padding-left:40px!important;

}
.megamenu .dropdown li a{
	background:#ebebeb!important;
	color:#333!important;
}
.megamenu .dropdown li:hover>a{
	background:#ebebeb!important;
	color:#333!important;
}
.megamenu .dropdown li{
	border-top:solid 1px #f5f5f5;
	border-bottom:solid 1px #dcdcdc;

}

 }

