@font-face {
  font-family: "myfont-light";
  src: url("../font/font_Light.ttf") format("truetype");
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: myfont-light;
}

.hlogo {
  margin: 2em 5em;
  width: 18%;
  cursor: pointer;
}

.Header-content {
  margin-top: 40px;
  width: 80%;
  display: flex;
  position: absolute;
  justify-content: end;
  gap: 1em;
}

.tblmenu {
  margin: auto auto -8px auto;
  width: 70%;
  text-align: center;
  color: #004059;
}
.tblmenu td {
  width: 50px;
  font-weight: 600;
  cursor: pointer;
}
.tblmenu .selmenu {
  width: 100%;
  height: 5px;
  transition: all ease 0.5s;
}
.tblmenu .selmenu_ON {
  background-color: #49bcce;
  width: 100%;
  height: 5px;
  transition: all ease 0.5s;
}

.footer-sec {
  display: grid;
  grid-template-rows: 80% 20%;
  background-image: url(/Content/pic/site/Footer.svg);
  width: 100%;
  background-size: cover;
  height: 35em;
}
.footer-sec .up {
  grid-row: 1;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 70% 30%;
}
.footer-sec .up .map {
  grid-column: 1;
  grid-row: 1;
  height: 80%;
  width: 75%;
}
.footer-sec .up .map ul {
  margin: 12em 5em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  color: #004059;
  font-weight: 600;
  height: 13em;
}
.footer-sec .up .map li {
  transition: all ease 0.5s;
  cursor: pointer;
  line-height: 2.5em;
  margin: auto 20px;
}
.footer-sec .up .map li label {
  cursor: pointer;
  color: white;
  transition: all ease 0.5s;
}
.footer-sec .up .map li label:hover {
  color: #49bcce;
  transition: all ease 0.5s;
}
.footer-sec .up .map li div {
  margin: 18px -25px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #004059;
  border-radius: 50%;
}
.footer-sec .up .links {
  grid-column: 2;
  grid-row: 1;
  margin: 15em auto;
}
.footer-sec .up .links .flogo {
  margin: auto 2em;
  width: 15em;
}
.footer-sec .up .links ul {
  margin: auto;
  list-style: none;
  height: 7em;
  width: 80%;
  color: #004059;
}
.footer-sec .up .links li {
  display: inline-block;
  transition: all ease 0.5s;
  margin: 5px;
  cursor: pointer;
}
.footer-sec .up .links li img {
  width: 90%;
  transition: all ease 0.5s;
}
.footer-sec .up .links li img:hover {
  filter: invert(100%);
  transition: all ease 0.5s;
}
.footer-sec .up .namad {
  grid-column: 1/3;
  grid-row: 2;
  margin: -2em auto;
  width: 200px;
  height: 200px;
  justify-self: center;
}
.footer-sec .down {
  grid-row: 2;
  background-color: black;
  color: white;
  text-align: center;
}
.footer-sec .down .corp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-sec .down .corp div {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
}
.footer-sec .down .corp div svg {
  height: 40px;
  fill: white;
  transform: scale(0.8);
}/*# sourceMappingURL=mainlayout.css.map */