@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.body {
  /*background-image:url("../img/back.jpg");*/
  /*background-repeat:repeat-x;*/
}
.page {
  background-color: white;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 6px #888888;
  border-radius: 8px;
}
.header {
  margin-left: auto;
  margin-right: auto;
  /*background-color:#FAF0E6;*/
  width: 100%;
  height: 220px;
  text-align: center;
  /*background-image:url("../img/ban.jpg");*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.header img {
  height: 100%;
}
.navbar {
  margin-left: 20px;
  margin-top: 30px;
  float: right;
}
/* Rules for navigation menu */
/*===========================*/
ul#navmenu,
ul.sub1,
ul.sub2 {
  list-style-type: none;
  font-size: 9pt;
  margin-right: 65px;
}
ul#navmenu li {
  width: 145px;
  text-align: center;
  position: relative;
  float: right;
  margin-right: 4px;
  font-family: Droid Arabic Kufi, serif;
  font-size: 12px;
  font-weight: bold;
}
ul#navmenu a {
  text-decoration: none;
  display: block;
  width: 145px;
  height: 25px;
  line-height: 25px;
  background-color: #5a77b3;
  border: 1px solid #5a77b3;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}
ul#navmenu .sub1 li {
  font-family: Droid Arabic Kufi, serif;
  font-size: 12px;
  font-weight: bold;
}
ul#navmenu .sub1 a {
  margin-top: 5px;
}

ul#navmenu .sub2 a {
  margin-left: 10px;
}

ul#navmenu li:hover > a {
  background-color: #728cc3;
}
ul#navmenu li:hover a:hover {
  background-color: #728cc3;
  color: #ffffff;
}

ul#navmenu ul.sub1 {
  display: none;
  position: absolute;
  top: 26px;
  left: 0px;
}

ul#navmenu ul.sub2 {
  display: none;
  position: absolute;
  top: 0px;
  left: 126px;
}

ul#navmenu li:hover .sub1 {
  display: block;
}

ul#navmenu .sub1 li:hover .sub2 {
  display: block;
}
.rarrow {
  font-size: 11pt;
  position: absolute;
  top: 10px;
  right: 5px;
  color: #000000;
}
/* End Rules for navigation menu */
/*===========================*/

.content {
  width: 1000px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;

  padding: 10px;
}
.content > .logoimg {
  float: left;
}
.content h1 {
  font-size: 14px;
  font-weight: bold;
  color: #005cd9;
  font-family: Droid Arabic Kufi, serif;
}
.content p {
  text-align: justify;
  font-family: Droid Arabic Kufi, serif;
  font-size: 14px;
}

.content ul {
}
.content ul li {
  text-align: justify;
  font-family: Droid Arabic Kufi, serif;
  font-size: 14px;
  list-style: none;
  list-style-image: url('../img/bullet.png');
}

.content ol {
}
.content ol li {
  text-align: justify;
  font-family: Droid Arabic Kufi, serif;
  font-size: 14px;
}
.content .foot1 {
  display: block;
  text-align: center;
}
.content .foot2 {
  display: block;
  text-align: left;
}
.tddesc {
  border: 1px solid #ccc;

  padding: 20px;
  box-shadow: 4px 4px 6px #888888;
  border-radius: 8px;
}
.tdmap {
  text-align: left;
}
.sitemap {
  margin-left: auto;
  margin-right: auto;
}
.sitemap a {
  text-decoration: none;
  color: #000000;
}
.sitemap a:hover {
  text-decoration: underline;
}
.contactus table {
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 4px 4px 6px #888888;
  border-radius: 8px;
}
.contactus td {
  font-family: Droid Arabic Kufi, serif;
  font-size: 13px;
  padding: 5px;
}
.contactus .inpt {
}
.contactus .btn {
  font-family: Droid Arabic Kufi, serif;
  font-size: 12px;
}
.footer {
  display: block;
  text-align: center;
  position: absolute;
  margin-right: 350px;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  float: right;
  padding: 6px;
  font-family: Droid Arabic Kufi, serif;
  font-size: 13px;
  font-weight: bold;
}
.footer ul li a {
  text-decoration: none;
  color: #005cd9;
}
.footer ul li a:hover {
  text-decoration: underline;
  color: #005cd9;
}
