*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: right;
  font-family: "Droid Arabic Kufi";
  direction: rtl;
  background-color: white;
  transition: ease-in-out 0.3s;
}

@-webkit-keyframes mymove {
  20% {
    transform: translate(-3px, -3px) scale(1.03) rotateZ(5deg);
  }

  40% {
    transform: translate(3px, -6px) scale(1.06) rotateZ(-5deg);
  }

  60% {
    transform: translate(0px, -6px) scale(1.09) rotateZ(0deg);
  }

  70% {
    transform: translate(0px, -6px) scale(1.09) rotateZ(0deg);
  }
}

@keyframes mymove {
  20% {
    transform: translate(-3px, -3px) scale(1.03) rotateZ(5deg);
  }

  40% {
    transform: translate(3px, -6px) scale(1.06) rotateZ(-5deg);
  }

  60% {
    transform: translate(0px, -6px) scale(1.09) rotateZ(0deg);
  }

  70% {
    transform: translate(0px, -6px) scale(1.09) rotateZ(0deg);
  }
}

header {
  background-color: #072446;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

header .navbar-toggler {
  background-color: #a42e2e;
}

header .navbar {
  padding: 0;
  box-shadow: 0px -22px #a42e2e inset;
  transform: translate(0, 12px);
}

header ul.navbar-nav {
  overflow: hidden;
  text-align: left;
  padding-left: 0;
}

.navbar-brand {
  padding: 0;
  margin-left: 1rem;
  background-color: #072446;
  border-radius: 50px;
  margin-bottom: 2px;
  padding: 0px 12px !important;
}

.navbar-brand img {
  max-width: 150px;
  max-height: 40px;
}

.navbar-brand:hover img {
  -webkit-animation: mymove 1s;
          animation: mymove 1s;
  filter: drop-shadow(5px 5px 5px #222);
}

p.last_update {
  color: white;
  font-size: 8px;
  margin: 0;
  line-height: 17px;
  height: 15px;
  overflow: hidden;
  display: block;
}

.collapse.navbar-collapse {
  position: relative;
}

@media (max-width: 500px) {
  header {
    margin-bottom: 0px;
  }

  header .navbar {
    padding: 0.5rem 1rem;
    padding-bottom: 25px;
    box-shadow: none;
  }

  .collapse.navbar-collapse {
    margin-top: 10px;
    border-top: 2px solid #a42e2e;
    padding-top: 10px;
  }

  .nav-topbar {
    text-align: center;
  }

  .nav-topbar .float-right {
    float: none !important;
  }

  .navbar-dark .navbar-nav .nav-link:focus {
    color: #a42e2e !important;
  }

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #a42e2e !important;
  }

  .navbar-dark .navbar-nav .active .nav-link {
    color: #a42e2e !important;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #e4e4e4;
  font-size: 16px;
  white-space: nowrap;
  line-height: 33px;
  padding: 0 10px;
  height: 27px;
  transition: ease-in-out 0.3s;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #072446 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #072446 !important;
}

.navbar-dark .navbar-nav .active .nav-link {
  color: #072446 !important;
}

.navbar-dark .navbar-nav .nav-item:not(:last-child) .nav-link:after {
  content: "";
  width: 1px;
  height: 10px;
  right: 0;
  position: absolute;
  top: 40%;
  background-color: black;
}

.AddedmenuToggle {
  position: absolute;
  right: 0;
  color: white;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-top: 4px;
}

.AddedmenuToggle i {
  width: 20px;
  height: 1px;
  background-color: white;
  display: inline-block;
  position: absolute;
  transition: ease-in-out 0.3s;
  top: 50%;
}

.AddedmenuToggle:not(.active) i:nth-child(1) {
  top: 20%;
}

.AddedmenuToggle:not(.active) i:nth-child(3) {
  top: 80%;
}

.AddedmenuToggle.active i:nth-child(1) {
  transform: rotate(-45deg);
}

.AddedmenuToggle.active i:nth-child(2) {
  opacity: 0;
}

.AddedmenuToggle.active i:nth-child(3) {
  transform: rotate(-135deg);
}

.AddedMenu {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #a42e2e;
  list-style: none;
  padding: 0;
  width: 200px;
  border-radius: 2px;
  display: none;
  z-index: 10;
}

.AddedMenu:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #a42e2e;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -100%);
}

.AddedMenu li {
  display: block;
}

.AddedMenu li a {
  color: #e4e4e4;
  font-family: GE_SS_Two_Medium;
  font-size: 13.5pt;
  line-height: 25px !important;
  padding-right: 10px;
  padding-left: 10px;
  transition: ease-in-out 0.3s;
}

.AddedMenu li.active a {
  color: #ffd881;
}

footer {
  padding: 20px 0;
  background-color: #072446;
  overflow: hidden;
}

footer .navbar-brand:hover img {
  -webkit-animation: none;
          animation: none;
}

footer .navbar-brand img {
  width: 150px;
  height: auto;
  max-width: none;
  max-height: none;
}

footer .SearchSection {
  width: 100px;
  height: 15px;
}

footer .SearchSection:hover {
  transform: scale(1);
}

footer ul.Social {
  margin-top: 10px;
}

footer .footer-nav {
  width: 100%;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

footer .footer-nav li {
  display: inline-block;
  margin-right: 20px;
}

footer .footer-nav .nav-link {
  color: white;
}

footer .foooot {
  border-top: 2px solid #e2e1e1;
}

footer .mobileApps {
  list-style: none;
  display: inline-block;
  background-color: black;
  border-radius: 10px;
  padding: 5px 10px;
  color: white;
  width: 100%;
}

footer .mobileApps li {
  display: inline-block;
}

.footerSiteInfo h5 {
  color: #ffb321;
  font-family: GE_SS_Two_Medium;
  margin-top: 30px;
}

.footerSiteInfo p {
  color: white;
  font-size: 13px;
}

.footerSiteInfo i {
  color: #ffb321;
}

.FooterSearchInput {
  border: 2px solid #f19e00;
  position: relative;
  width: 100%;
  padding-left: 50px;
  display: inline-block;
}

.FooterSearchInput input {
  border: none !important;
  outline: 0 !important;
  width: 100%;
  padding: 2px 6px;
}

.FooterSearchInput i {
  width: 50px;
  height: 30px;
  background-color: #f19e00;
  display: inline-block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}

.PrivateFiles {
  margin-bottom: 100px;
}

.PrivateFiles #Carousel-PrivateFile {
  padding: 0;
  margin-bottom: 40px;
  background-color: inherit;
}

.PrivateFiles #Carousel-PrivateFile .carousel-inner {
  width: 100%;
}

.PrivateFiles #Carousel-PrivateFile .carousel-inner .carousel-item {
  padding: 0 !important;
}

.PrivateFiles #Carousel-PrivateFile .carousel-control-next,
.PrivateFiles #Carousel-PrivateFile .carousel-control-prev {
  color: white;
  border-radius: 50%;
  background-color: #c03130;
  opacity: 1;
  font-size: 24px;
  top: auto;
  bottom: -50px;
}

.PrivateFiles #Carousel-PrivateFile .carousel-control-prev {
  left: 30%;
  right: auto;
}

.PrivateFiles #Carousel-PrivateFile .carousel-control-next {
  right: 30%;
  left: auto;
}

.PrivateFiles #Carousel-PrivateFile i.fa-chevron-right:before {
  content: "\F061";
}

.PrivateFiles #Carousel-PrivateFile i.fa-chevron-left:before {
  content: "\F060";
}

.sideSection .SideArticles {
  background-color: #ffffff;
  padding: 40px 6px 2px;
  margin-top: 40px;
  position: relative;
  box-shadow: 0px 0px 5px 2px #072446;
}

.sideSection .SideArticles > h2 {
  position: absolute;
  text-align: center;
  background-color: #072446;
  padding: 10px 0;
  left: 10px;
  top: -40px;
  white-space: nowrap;
}

.sideSection .SideArticles > h2 a {
  background-color: inherit;
  padding: 0 20px;
  display: inline-block;
  color: white;
  position: relative;
  text-decoration: none;
  font-family: "GE_SS_Two_Medium";
  font-size: 25px;
}

.sideSection .SideArticles .Article_Item {
  margin-bottom: 10px;
}

.sideSection .SideArticles .Article_Item h2 {
  height: 50px;
  color: black;
}

.sideSection .SideArticles .Article_Item:hover h2 {
  height: 50px;
  color: white;
}

.sideSection .SideVideos {
  background-color: #ffffff;
  padding: 40px 6px 2px;
  margin-top: 40px;
  position: relative;
  box-shadow: 0px 0px 5px 2px #072446;
}

.sideSection .SideVideos > h2 {
  position: absolute;
  text-align: center;
  background-color: #072446;
  padding: 10px 0;
  left: 10px;
  top: -40px;
  white-space: nowrap;
}

.sideSection .SideVideos > h2 a {
  background-color: inherit;
  padding: 0 20px;
  display: inline-block;
  color: white;
  position: relative;
  text-decoration: none;
  font-family: "GE_SS_Two_Medium";
  font-size: 25px;
}

.sideSection .SideVideos .Video_Item {
  margin-bottom: 10px;
}

.sideSection .SideVideos .Video_Item .Block a.img-fill:before {
  opacity: 0.7;
}

