﻿ @font-face {
    font-family: 'Aradet';
    src: url("font/lay-adamheader-webfont.eot");
    src: url("font/lay-adamheader-webfont.eot?#iefix") format("embedded-opentype"),
         url("font/lay-adamheader-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: 'cairo';
    src: url("font/alarabiyaBoutros2020-ExtraBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}


  .font-taho {
    font-family:  Tahoma;

    font-weight: normal;
    font-style: normal;
}

  .font-cairo {
    font-family:  cairo;

    font-weight: normal;
    font-style: normal;
}


  .navbar
  {
   position:  static ;

  width: 100%;
  display: block;
  background-color: #3366FF;
  font-family:  Aradet;
  font-size: 12pt;
  text-decoration: none;
  text-align: center ;
  z-index: 1;
 }
/* Links inside the navbar */
.navbar a {
  float:  right;
  font-size: 12pt;
  background-color: #3366FF;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  overflow: hidden;
}
/* The dropdown container */
.dropdown {
  float:  right;
  overflow: hidden;
 }
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 12pt;
  border: none;
  outline: none;
  color: white;
  padding: 10px 10px;
  background-color: #3366FF;
  font-family: aradet; /* Important for vertical align on mobile phones */
  font-size: 12pt;
  margin: 0; /* Important for vertical align on mobile phones */
  text-align:  right;
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:   #000066;
  text-decoration: none;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3366FF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  background-color: #f9f9f9;
  color: black;
  padding: 1px 15px;
  text-decoration: none;
  display: block;
  text-align:   right;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {

  background-color: #3366FF;
  color: #FFFFFF
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
  .navbar_butom
  {
  position:  fixed;
  bottom : 0;
  overflow:   visible;
  width: 100%;
  display: block;
  background-color: #333;
  font-family: Aradet;
  font-size: 12pt;
  text-decoration: none;
  text-align: center ;
 }
/* Links inside the navbar */
.navbar_butom a {
  float:  right;
  font-size: 12pt;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}
/* The dropdown container */
.dropup {
  float:  right;
  right: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
 }
/* Dropdown button */
.dropup .dropbtn {
  font-size: 12pt;
  border: none;
  outline: none;
  color: white;
  padding: 10px 10px;
  background-color: #333;
  font-family: aradet; /* Important for vertical align on mobile phones */
  font-size: 12pt;
  padding-right: 100px;
  padding-left: 100px;
  xmargin: 0; /* Important for vertical align on mobile phones */
  text-align: center;
}
/* Add a red background color to navbar links on hover */
.navbar_butom a:hover, .dropup:hover .dropbtn {
  background-color:   #FF6600;
  text-decoration: none;
}
/* Dropdown content (hidden by default) */
.dropup-content {
  display:  none;
  position: absolute;
  bottom: 48px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  xcolumns: 2;
  direction: rtl;
}
/* Links inside the dropdown */
.dropup-content a {
  xfloat: none;
  background-color: #f9f9f9;
  color: black;
  padding: 1px 15px;
  text-decoration: none;
  display: block;
  text-align:  center;
}
/* Add a grey background color to dropdown links on hover */
.dropup-content a:hover {
  background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropup:hover .dropup-content {
  display:    block;
}