

@import url("style1.css");



@font-face {
  font-family: jflatRegular;
  src: url(../fonts/ArbFONTS-JF-Flat-Regular.ttf);
}
@font-face {
  font-family: mh;
  src: url(../fonts/mh.ttf);
}

@font-face {
  font-family: jflatBold;
  src: url(../fonts/flat-bold.ttf);
}

@font-face {
  font-family: koufiBold;
  src: url(../fonts/Kofy.ttf);
}

:root {
  --main-color: #225348;
  --second-color: #a99363;
  --third-color: #171717;
  --background-main: #f4f4f4;
  --color-opacity: #f4f4f4;
  --color-dhbeb: #656565;
  --color-white: #ffffff;
  --flat-regular: jflatRegular;
  --flat-bold: jflatBold;
  --koufi-bold: koufiBold;
  --mh: mh;
}
body {
  background-color: white;
  /* direction: rtl; */
}
.btn{
  color: inherit;
}
[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}
h2,
h3 {
  font-family: var(--flat-bold);
}

/* Top Social */
#top-sc-em {
  background-color: var(--main-color);
}
.email-sagoub {
  padding-top: 10px;
}
.email-sagoub h3 {
  font-size: 15px;
  color: var(--color-opacity);
  text-align: right;
}
.email-sagoub a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.email-sagoub i {
  color: #bfbfbf;
}
.date-year.date {
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
}

.date h2 {
  font-size: 15px;
  color: white;
  margin-top: 5px;
  font-family: var(--flat-regular);
}

.social-media {
  text-align: left;
  padding-left: 170px;
  padding-top: 5px;
}
.social-media ul li {
  list-style-type: none;
  display: inline-block;
  flex-direction: row-reverse;
}
.social-media ul li img {
  width: 22px;
  height: 23px;
  color: white;
  border-radius: 3px;
  padding: 2px;
  margin: 0;
}
.social-media ul li img:hover {
  background-color: var(--third-color);
}

/* Logo Name  */

.logo-name img {
  width: 137px;
  height: 137px;
  float: right;
}

#top-nm-sr-lg .logo-name h3 {
  font-family: var(--flat-bold);
  padding: 10px 90px 0 0;
  font-size: 15px;
  color: var(--color-dhbeb);
}

.date-log {
}
.logo-search {
  padding: 0;
  margin: 0;
}

.date-log .date-year {
}
.date-log .log-in {
  margin-top: 80px;
  display: flex;
}
.date-log .log-in img {
  width: 24px;
  height: 24px;
}

.date-log .log-in h2 {
  font-size: 17px;
  font-family: var(--flat-bold);
  color: var(--second-color);
  margin-left: 15px;
}

.date-log .date-year {
  margin-top: 85px;
}

.date-log .date-year form {
  position: relative;
}
.date-log .date-year input {
  width: 280px;
  border-radius: 10px;
  border: 0.5px solid #a7a7a7;
}
.date-log .date-year input {
  padding: 4px 15px;
}
.date-log .date-year button {
  border: none;
  background-color: transparent;
  position: absolute;
  left: 20px;
  top: 4px;
  color: #a7a7a7;
}

.date-log .date-year span {
  left: 45px;
  bottom: 2px;
  position: absolute;
}
.date-log .logo-img {
  text-align: left;
}

.date-log .logo-img img {
  margin: 0;
  padding: 0;
}
.date-log .date-year {
  text-align: left;
}
.date-log .date-year h2 {
  font-family: var(--flat-regular);
  font-size: 16px;
  padding-left: 6px;
}

/* navbarNav */
#top-navbar {
  border-top: 11px solid var(--second-color);
}
#navbarNav .nav-item {
  /* display: flex; */
  margin-top: -17px;
  margin-bottom: -16px;
  margin-left: 5px;
}

#navbarNav ul {
  text-align: center;
  position: relative;
}

.bg-white {
  background-color: var(--main-color) !important;
}
#navbarNav ul li {
  font-family: var(--flat-bold);
  font-size: 1.1rem;
  color: white;
  justify-content: space-between;
  text-align: center;
}

#navbarNav ul .nav-link.active {
  background-color: var(--second-color) !important;
}
#navbarNav ul .nav-link.active::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #ffffff;
  position: absolute;
  top: -11px;
  right: calc(50% - 12px);
}
#navbarNav ul li a {
  color: var(--color-white);
  background-color: none;
  font-family: var(--flat-regular);
  font-size: 15px;
  text-align: center;
  margin-top: 1px;
  padding: 9px 6px;
  position: relative;
}
#navbarNav .nav-item i.active {
  color: white;
}
#navbarNav ul li i {
  /* background-color: white ; */
  /* padding: 10px; */
  /* border: 0.5px solid var(--second-color);
    border-radius: 20px; */
  margin-top: 22px;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 7px;
}
#navbarNav .nav-item:hover i {
  /* background-color: white ;*/
  color: var(--color-white);
}
#navbarNav .nav-item:hover a {
  color: var(--color-white);
}
.navbar-nav {
  text-align: center;
}

/* news bar */

#news {
  margin-top: 10px;
}
.news-block .new-news-title {
  background-color: var(--second-color);
  display: flex;
  color: white;
}
.news-block .new-news-title i {
  padding: 15px 20px;
}

.news-block .new-news-title i::after {
  content: " ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬";
  margin-right: 9px;
  font-family: var(--flat-regular);
}
.news-block .new-news-title h3 {
  background-color: var(--second-color);
  font-size: 16px;
  font-family: var(--flat-regular);
}

.news-bar {
  background: #ffff;
  padding: 4px;
  padding-right: 20px;
}
.news-bar img {
  width: 20px;
}
.news-bar:hover {
  transition: 0.37s;
}

.news-bar a {
  padding-left: 15px;
  color: var(--color-dhbeb);
  text-decoration: none;
  font-family: var(--flat-regular);
  font-size: 16px;
}

.news-bar a:hover {
  transition: 0.37s;
  color: red;
}

.slide-p {
  margin: 0;
  padding: 0;
}
.left-bl {
  padding-left: 0;
}
/* Pop */

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float */

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* news bar*/

/* start slide */

#slide-block {
  margin-top: 15px;
}

/* end slide */

/* start mawad block */
#block-mawad {
  margin-top: 29px;
}

#block-mawad .block {
  margin-bottom: 15px;
}

#block-mawad .block .all-mawad {
  background-color: var(--color-white);
  padding: 20px 10px 20px 0;
  border-radius: 10px 0px 10px 10px;
  box-shadow: -4px 15px 15px -19px rgba(0, 0, 0, 0.1);
}
#block-mawad .block .all-mawad .mawad {
  padding: 5px;
  display: flex;
}
#block-mawad .block .all-mawad .mawad h4 {
  font-size: 1rem;
  font-family: var(--flat-regular);
}
#block-mawad .block .d-lecture a {
  margin-left: 15px;
}
#block-mawad .block .d-lecture a i {
  font-size: 19px;
}
#block-mawad .block .d-lecture a .fa-circle-play {
  color: #b2b2b2;
}
#block-mawad .block .d-lecture a .fa-download {
  color: #505050;
}
#block-mawad .block .d-lecture a .fa-circle-play:hover {
  color: #696969;
}
#block-mawad .block .d-lecture a .fa-download:hover {
  color: #000000;
}
#block-mawad .block .all-mawad .mawad .d-lecture {
  margin-right: 30%;
}
#block-mawad .block .all-mawad .mawad a {
  text-decoration: none;
  color: var(--main-color);
}
#block-mawad .block .all-mawad .mawad {
  padding: 5px;
}
#block-mawad .block .title-mawad h4 {
  color: var(--second-color);
  font-family: var(--flat-bold);
  font-size: 16px;
  padding: 10px 10px 10px;
  border-radius: 8px 0px 0px 0px;
}
.block .title-mawad {
  width: 35%;
  background-color: rgb(255, 255, 255);
  margin-bottom: -8px;
  border-radius: 8px 0 0 0;
}
.all-mawad {
  position: relative;
}
.all-mawad .more {
  left: 8%;
  position: absolute;
}
.all-mawad .more h3 {
  font-family: var(--flat-regular);
  font-size: 12px;
}
.all-mawad .more h3 a {
  text-decoration: none;
  color: #5d5d5d;
}
/* end mawad block */

.twitter {
  height: 475px;
}
.block-tw {
  background-color: var(--color-white);
  margin-bottom: 8px;
}
.title-twitter {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid var(--color-opacity);
}
.title-twitter span {
  font-family: var(--flat-bold);
}
.twitter .block-tw {
  box-shadow: -4px 15px 15px -19px rgba(72, 11, 11, 0.1);
  margin-bottom: 30px;
  background-color: var(--color-white);
}

.title-twitter span {
  font-family: var(--flat-bold);
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.block-twitter img {
}

.block-tw .new-mawad-book {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
  padding-bottom: 15px;
}

.block-tw .new-mawad-book i {
  color: var(--main-color);
}
.block-tw .new-mawad-book a {
  text-decoration: none;
}

.block-tw .new-mawad-book a h3 {
  font-size: 14px;
  font-family: var(--flat-regular);
  color: var(--main-color);
  margin-right: 20px;
  text-align: center;
}

/* start section block */
#iftitahiya {
  margin-top: 36px;
}
#iftitahiya .head-ift {
  display: flex;
  justify-content: center;
}
#iftitahiya .head-ift h2 {
  font-family: var(--mh);
  margin: 15px;
  color: var(--second-color);
}

#iftitahiya .head-ift img {
  width: 23px;
  height: 12px;
  margin-top: 30px;
}
#iftitahiya p {
  font-family: var(--flat-regular);
  line-height: 2;
  width: 70%;
  text-align: center;
  margin: auto;
  font-size: 20px;
}

/*
Text animation
*/

.typewriter p {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  /* border-right: 0.15em solid orange; The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
  font-size: 15px;
}

.fade-in {
  background: white;

  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(40%);
  transition: all 2s ease-out;
}

.active {
  opacity: 4;
  transform: translateY(0);
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

#sep-bloc {
  text-align: center;
  margin-top: 36px;
}

.mg-top {
  margin-top: 35px;
}
#prog-info {
  /* background-image: url(./images/bk.png); */
  background-repeat: no-repeat;
  text-align: right;

  background-size: 100%;
}
#prog-info .vision {
  margin-top: 34px;
}
#prog-info .head-vis {
  display: flex;
}

#prog-info .head-vis img {
  width: 25px;
  height: 26px;
  margin-top: 8px;
  margin-left: 5px;
}

#prog-info .head-vis h2 {
  font-family: var(--flat-bold);
  font-size: 29px;
  color: var(--third-color);
  margin-right: 12px;
}
#prog-info .content-vis p {
  font-size: 20px;
  font-family: var(--flat-regular);
  margin-top: 10px;
}

#prog-info .content-vis ol li {
  font-size: 20px;
  font-family: var(--flat-regular);
  margin-top: 10px;
}
#block-section {
  margin-top: 5px;
}

#block-section .section-b {
  margin-top: 20px;
  border-radius: 10px;
}
#block-section .title-prototype {
  background-color: var(--color-white);
  padding: 10px;
}
#block-section .title-prototype i {
  color: var(--color-dhbeb);
}

#block-section .title-prototype span {
  color: var(--color-dhbeb);
  margin-right: 5px;
}
#block-section .title-prototype .proto-section {
  text-decoration: none;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
  margin-right: 5px;
}
#block-section .all-mawad-section {
  display: flex;
  background: url(../images/Mask\ Group\ 1.png);
  padding: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

#block-section .all-mawad-section a {
  text-decoration: none;
  display: flex;
}
#block-section .all-mawad-section a:hover i {
  padding-right: 4px;
  transition: all 0.3s ease 0s;
}
#block-section .all-mawad-section a i {
  font-size: 20px;

  margin-top: 20px;
  margin-right: 61px;
}
#block-section .all-mawad-section h3 {
  font-family: var(--flat-regular);
  font-size: 24px;
  color: var(--second-color);
  /* margin-right: -15px; */
}

#block-section .section {
}
/* end section block */

.proto-link {
  background-color: white;
}

/* start view article  */

.view-article {
  background-color: white;
  margin-top: 15px;
}

.view-article .all-articles .single-item {
  display: flex;
}
.single-item .r-block {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}
.r-block .up-block {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.r-block .up-block i {
  padding: 16px 0 20px 0;
  margin-top: 8px;
}

.r-block .up-block a {
  padding: 17px 20px 2px 0;
}
.single-item .r-block .down-block {
  display: flex;
  padding: 13px;
}
.r-block .up-block h3,
a {
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--flat-regular);
  font-size: 18px;
}
.r-block .down-block .timing {
  display: flex;
}
.r-block .down-block .timing h3 {
  font-size: 11px;
  margin-right: 5px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
}
.r-block .down-block .visitor {
  display: flex;
  margin-right: 11px;
}
.r-block .down-block .visitor::before {
  content: "|";
  color: var(--color-dhbeb);
  margin-left: 5px;
  margin-top: -3px;
}
.r-block .down-block .visitor h3 {
  font-size: 11px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
  margin-right: 5px;
}
.single-item .l-block {
  text-align: left;
  margin-top: 19px;
}
.single-item .l-block a {
  font-size: 25px;
}
/* end view article */

/* start show mawad */

.show-mawad {
  background-color: rgb(255, 255, 255);
  margin-top: 15px;
}
.top-show-mawad {
  display: flex;
}
.left-info {
  display: flex;
}
.top-show-mawad .left-info .timing {
  display: flex;
}

.top-show-mawad .left-info .timing h3 {
  font-size: 11px;
  margin-right: 5px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
}
.top-show-mawad .left-info .visitor {
  display: flex;
  margin-right: 11px;
}
.top-show-mawad .left-info .visitor::before {
  content: "|";
  color: var(--color-dhbeb);
  margin-left: 5px;
  margin-top: -7px;
}
.top-show-mawad .left-info .visitor h3 {
  font-size: 11px;
  font-family: var(--flat-regular);
  color: var(--color-dhbeb);
  margin-right: 5px;
}

.top-show-mawad .left-info h3,
span {
  /* color: var(--color-dhbeb); */
  text-decoration: none;
  font-family: var(--flat-regular);
  /* font-size: 11px; */
}

.top-show-mawad .left-info i {
  font-size: 12px;
}
.top-show-mawad {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
}
.top-show-mawad .right-info {
  display: flex;
}
.top-show-mawad .right-info i {
  padding: 21px 1px 0 2px;
  color: var(--color-dhbeb);
}

.top-show-mawad .right-info a {
  padding: 17px 20px 2px 0;
}

.top-show-mawad .right-info h3,
a {
  color: var(--color-dhbeb);
  text-decoration: none;
  font-family: var(--flat-regular);
  font-size: 16px;
}
.top-show-mawad .left-info {
  margin-top: 18px;
}

.dwn-show-mawad {
  display: flex;
}
.dwn-show-mawad .book-img {
  text-align: left;
}
.dwn-show-mawad .d-read {
  margin: 8%;
}

#features {
  margin-top: 67px;
}
#features .title-block {
  display: flex;
  margin-bottom: 50px;
}
#features .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#features .title-block h2 {
  margin-right: -15px;
  color: #656565;
}
#features img {
  width: 100%;
}
#way-prog {
  margin-top: 67px;
  background-color: #071a16;
  position: relative;
}

#way-prog .title-block {
  display: flex;
  position: absolute;
  /* margin-bottom: 50px; */
  margin-top: 40px;
}
#way-prog .title-block h2 {
  margin-right: -15px;
  color: white;
}
#way-prog .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#way-prog .content-b img {
  max-width: 100%;
}
#prog-num {
  margin-top: 100px;
  margin-bottom: 60px;
}

#prog-num i {
  color: var(--second-color);
  font-size: 25px;
}

#prog-num h2 {
  color: var(--main-color);
  font-size: 25px;
  margin-top: 20px;
}

#prog-num p {
  font-size: 25px;
  font-family: var(--flat-regular);
  color: var(--main-color);
}
#sep-bloc-num {
  text-align: center;
}
#sep-bloc-num img {
  width: 100%;
}

#sep-bloc img {
  width: 100%;
}

#student-voice {
  margin-top: 67px;
  margin-bottom: 100px;
}
#student-voice .title-block {
  display: flex;
  margin-bottom: 50px;
}
#student-voice .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#student-voice .title-block h2 {
  margin-right: -15px;
  color: #656565;
}
#student-voice .content-b {
  font-family: var(--flat-regular);
  font-size: 16px;
}

.flex-column {
  background-color: #f3f3f3;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--main-color);
}
.nav-pills .nav-link.active::after {
  content: url(../images/bx-left-arrow.png);
  float: left;
}
.nav-link {
  color: #646464;
}
.flex-column {
  flex-direction: column !important;
  width: 500px;
}
.nav-link {
  text-align: right;
}
/* end show mawad */

#sep-bloc-voice {
  text-align: center;
}
#sep-bloc-voice img {
  text-align: center;
  width: 100%;
}
/* testemonials */

#student-voice .carousel h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  margin: 25px 0 50px;
}
#student-voice .carousel h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #ffdc12;
  left: 0;
  right: 0;
  bottom: -10px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

#student-voice .carousel-inner .carousel-item.active,
#student-voice .carousel-inner .carousel-item-next,
#student-voice .carousel-inner .carousel-item-prev {
  display: block;
}

#student-voice .carousel {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#student-voice .carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
#student-voice .carousel .carousel-item a {
  color: #eb7245;
}
#student-voice .carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}
#student-voice .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
#student-voice .carousel .testimonial {
  padding: 30px 0 10px;
}
#student-voice .carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}
#student-voice .carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}
#student-voice .carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}
#student-voice .carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}
#student-voice .carousel-control-prev i,
.carousel-control-next i {
  font-size: 20px;
  margin-right: 2px;
}
#student-voice .carousel-control-prev {
  left: auto;
  right: 40px;
}
#student-voice .carousel-control-next i {
  margin-right: -2px;
}
#student-voice .carousel .carousel-indicators {
  bottom: 15px;
}
#student-voice .carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
#student-voice .carousel-indicators li {
  background: #e2e2e2;
  border: none;
}
#student-voice .carousel-indicators li.active {
  background: #888;
}

/* end trstemonials*/

.accordion-button:not(.collapsed) {
  color: var(--main-color);
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
/* collapse question */

#questiion {
  margin-top: 67px;
  margin-bottom: 50px;
}
#questiion .title-block {
  display: flex;
  margin-bottom: 50px;
}
#questiion .title-block img {
  width: 27px;
  height: 27px;
  margin-top: 8px;
}
#questiion .title-block h2 {
  margin-right: -15px;
  color: #656565;
}

#foot {
  background: rgb(34, 83, 72);
  background: linear-gradient(
    180deg,
    rgba(34, 83, 72, 1) 0%,
    rgba(7, 17, 14, 1) 76%
  );
  text-align: right;
  
}
#foot .mg {
  margin-top: 20px;
}
#foot .head-link h2 {
  color: #c8ae74;
  font-size: 16px;
  font-family: var(--flat-regular);
}
#foot .body-link {
  margin-top: 22px;
}
#foot .body-link ul li {
  margin-bottom: 10px;
  list-style: none;
}

#foot .body-link ul li a {
  color: white;
  font-family: var(--flat-regular);
  font-weight: 200;
}
#foot .about-us h2 {
  color: #c8ae74;
  font-size: 16px;
  
  font-weight: 300;
}

#foot .contact-us h2 {
  color: #c8ae74;
  font-size: 16px;
  font-family: var(--flat-regular);
  
}

#foot .body-about {
  width: 70%;
  font-family: var(--flat-regular);
  font-weight: 200;
}

#foot .body-about p {
  color: white;
  font-family: var(--flat-regular);
  direction: rtl;
  font-weight: 200;
  line-height: 1.7;
}

#foot .body-about {
  margin-top: 22px;
}
#foot .body-contact {
  margin-top: 22px;
}
#foot .body-contact .ph-num {
  display: flex;
}
#foot .body-contact .ph-num p {
  font-family: var(--flat-regular);
  color: white;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 200;
}
#foot .body-contact .ph-num img {
  width: 28px;
  height: 28px;
}

#foot .body-contact .gmail img {
  width: 28px;
  height: 28px;
}


#foot .body-contact .ph-num img {
  width: 28px;
  height: 28px;
}

#foot .body-contact .gmail {
  display: flex;
}

#foot .body-contact .gmail p,
a {
  font-family: var(--flat-regular);
  color: white;
  /* margin-right: 10px; */
  /* margin-top: 3px; */
  font-size: 18px;
  font-weight: 200;
}
#foot .body-contact .gmail a:hover {
  color: var(--second-color);
}
#foot .social-media ul li a {
}
#foot .social-media ul li a img:hover {
  background-color: var(--second-color);
}
#copy {
  background-color: #0e2520;
  padding: 10px;
}

#copy .copyright {
  color: white;
  text-align: center;
  font-family: var(--flat-regular);
  font-weight: 100;
}

#register {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: var(--flat-regular);
}

.stud-mch {
  display: flex;
  justify-content: center;
}
.stud-mch .custom-radio:first-child {
  margin-left: 20px;
}

/* register model*/
#login .modal-dialog .body-content .form-group label {
  margin-bottom: 8px;
  direction: rtl;
  float: right;
}

#login {
  font-family: var(--flat-regular);
}
#login .header {
  text-align: center;
}

#login .modal-dialog .body-content {
  margin: 15px;
}

#login .modal-dialog .body-content .form-group {
  margin-bottom: 15px;
}
#login .modal-dialog .body-content .form-group label {
  margin-bottom: 8px;
}
#login .header h2 {
  font-size: 19px;
  margin-top: 15px;
}

#login .header .new-acc {
  display: flex;
  justify-content: center;
}

#login .body-content .new-acc {
  display: flex;
  justify-content: center;
}

#login .body-content .new-acc a {
  color: red;
}

#login .body-content button {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
}

#login .header .new-acc a {
  color: red;
}

#login .header img {
  width: 84px;
  height: 84px;
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.card-registration .select-arrow {
  top: 13px;
}

.needs-validation {
  font-family: var(--flat-regular);
  color: var(--main-color);
}
.needs-validation label {
  margin-bottom: 5px;
}
.needs-validation hr {
  margin-top: 20px;
}

.needs-validation button {
  background-color: var(--main-color);
  border: none;
  color: #fff;
}

.needs-validation button:hover {
  background-color: #113d34;
  border: none;
}

#student-voice #v-pills-tabContent #v-pills-home iframe {
  width: 443px;
  height: 232px;
}

.phn {
  justify-content: center;
}

/* CAROUSEL NEWS MULTI ITEM*/

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.dawrat .head-daw {
  text-align: center;
}

.dawrat .head-daw h2 {
  font-family: var(--flat-regular);
  font-size: 19px;
}
.dawrat .head-daw {
  position: relative;
  color: rgb(70, 25, 25);
}

.dawrat .head-daw .second {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  width: 120px;
  margin: 0 auto;
  margin-top: -18px;
  opacity: 1.25;
}

.dawrat .head-daw .second .first {
  opacity: 0.1;
}

.dawrat .content-dawrat {
  margin-top: 20px;
}

.dawrat .content-dawrat h5 {
  font-family: var(--flat-regular);
}
.dawrat .content-partner h5 {
  font-family: var(--flat-regular);
}
.dawrat .content-partner {
  position: relative;
  text-align: center;
  color: rgb(80, 36, 36);
}
.dawrat .card {
  margin-bottom: 15px;
  margin-left: 10px;
}
.dawrat .content-partner a {
  font-size: 19px;
  font-family: var(--flat-regular);
  color: white;
}
.dawrat .content-partner .partner {
  background-image: url(../images/green.png);
  width: 487px;
  height: 181px;
  margin-bottom: 52px;
  margin-top: 31px;
}

.dawrat .content-partner .partner-prog {
  background-image: url(../images/green.png);
  width: 487px;
  height: 181px;
  margin-bottom: 52px;
  margin-top: 31px;
}
.dawrat .content-partner .partner img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .partner-prog img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .partner-prog a {
  margin-top: 15px;
}
.dawrat .content-partner .partner-prog {
  background-image: url(../images/gre.png);
  width: 487px;
  height: 181px;
}

.dawrat .img-partner img {
  margin-bottom: 20px;
}
/* START INITIATIVE  */

.dawrat .content-partner a {
  font-size: 19px;
  font-family: var(--flat-regular);
  color: white;
}
.dawrat .content-partner .record {
  background-image: url(../images/blue.png);
  width: 487px;
  height: 181px;
  margin-bottom: 52px;
  margin-top: 31px;
}

.dawrat .content-partner .pray {
  background-image: url(../images/bnf.png);
  width: 487px;
  height: 181px;
  margin-bottom: 52px;
  margin-top: 31px;
}
.dawrat .content-partner .record img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .pray img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.dawrat .content-partner .pray a {
  margin-top: 15px;
}
.dawrat .content-partner .partner-prog {
  background-image: url(../images/gre.png);
  width: 487px;
  height: 181px;
}

.dawrat .img-partner img {
  margin-bottom: 20px;
}
.dawrat .card-title {
  font-size: 18px;
  font-family: var(--flat-bold);
}

.dawrat table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dawrat table thead {
  font-family: var(--flat-bold);
  background-color: var(--second-color);
  color: white;
}
.dawrat table tbody {
  font-family: var(--flat-regular);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  position: absolute;
  /* inset: -8px auto auto -44px;
  margin: 0px;
  transform: translate(327px, 161px);
  width: 208px; */
}
#top-nm-sr-lg .dropdown-menu li {
  margin-bottom: 10px;
}
#top-nm-sr-lg .dropdown-menu li a {
  font-family: var(--flat-regular);
  font-size: 15px;
}

#top-nm-sr-lg .dropdown-menu img {
  width: 14px;
  height: 13px;
  margin: -8px 0 0 0;
  margin-left: 5px;
}
.content-dawrat dl {
  margin-top: 53px;
  text-align: center;
}
.content-dawrat dl dt {
  font-family: var(--flat-bold);
  color: var(--main-color);
}

.content-dawrat dl dd {
  font-family: var(--flat-regular);
  margin: 15px;
}

.content-dawrat .video-short {
  text-align: center;
}

.content-dawrat .success-reg {
  text-align: center;
}

.content-dawrat .success-reg button {
  text-align: center;
  padding: 10px 131px;
}
.content-dawrat .success-reg a {
  font-size: 23px;
  font-family: var(--flat-bold);
}
/*  conditions programme */

.sucess-register h5 {
  font-family: var(--flat-bold);
  color: var(--main-color);
}
.sucess-register .modal-body {
  font-family: var(--flat-regular);
}



.fadeinleft {
    opacity:0;
    margin-left:-300px;
    max-width:100%;

}


.add-article h5 {
  font-size: 24px;
  font-family: var(--flat-regular);
}
.add-article button:hover{
  color: white;
}



/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 667px) {
  .menu__box {
    top: 38% !important;
}
.hamburger-menu-button{
  display: block;
}
}



/* @media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
} */

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  .list-admin__info li .dropdown-menu {
    right: 10px !important;
    left: auto !important;

}
  
  .float-end{
    float: none !important;
  }

  .btn-start{
    width: 100% !important;
  }

.hamburger-menu-button{
  display: block;
}
#features {
  margin-top: 10px;
}
#sep-bloc {
  margin-top: 10px;
}
.fade-in {
  margin-bottom: 0;
 
}
.body-link ul {
  padding-right: 0 !important;
}
.donation-img img{
  width: 100%;
}
.absent-tab.nav-tabs {
  margin-top: 0px;

}
.absent-tab.nav-tabs .nav-link {
  
  font-size: 18px;
  padding: 13px 18px;
}
  .fadeinleft {
    opacity: 1;
    margin-left: 0px;
}
  .date-log .log-in h2 {
    font-size: 16px;
    
}

.no-float{
  float: none !important;
}

.menu__box {

  top: 30% !important;

}
/* .navbar.navbar-expand-sm{
  min-height: 55px;
} */

  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  #iftitahiya p {
    font-family: var(--flat-regular);
    line-height: 2;
    width: 94%;
    text-align: center;
    margin: auto;
    font-size: 15px;
  }

  #navbarNav .nav-item {
    display: flex;
    margin-top: 5px;
    margin-left: 13px;
  }

  #navbarNav ul li {
    font-family: var(--flat-bold);
    /* font-size: 1.1rem; */
    color: white;
    justify-content: center;
  }

  .block-twitter {
    margin-top: 20px;
  }
  .block-twitter .twitter-timeline {
    margin: 0 auto;
  }
  #student-voice .carousel {
    width: 401px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #student-voice #v-pills-tabContent #v-pills-home iframe {
    width: 340px;
    height: 210px;
    margin-top: 15px;
  }

  .dwn-show-mawad .downlaod {
    background-color: rgb(214, 107, 0);
    padding: 4px 20px;
    border-radius: 30px;
    outline: none;
    border: none;
    margin-bottom: 5px;
    text-align: center;
  }
  #way-prog .title-block img {
    width: 15px;
    height: 15px;
    margin-top: -15px;
  }
  #way-prog .title-block h2 {
    margin-right: -17px;
    margin-top: -15px;
    color: white;
    font-size: 12px;
  }

  .show-mawad .top-show-mawad h3 {
    font-size: 13px;
    margin-left: 15px;
    text-align: right;
    justify-content: column;
  }
  .date-log .date-year {
    text-align: center;
  }

  .date.date-year h2 {
    font-size: 15px;
    text-align: center;
  }

  .logo-name {
    /* margin-bottom: -25px; */
    text-align: center;
  }
  .date-log .logo-img {
    margin: 0 auto;
  }
  .logo-img img {
    width: 20%;
    padding: 5px;
  }

  .date-log .log-in {
    margin-top: 20px !important;
  }
  .menu__btn {
   
    top: 24.5%  !important;
    left:36px !important
   
}

  .log-in {
    justify-content: center;
  }
  .date-log .date-year h2,
  form {
    /* text-align: center; */
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: -20px;
  }
  .date-log .logo-img {
    display: none;
  }
  .top-social .email-sagoub {
    text-align: center;
  }
  .social-media {
    text-align: left;
    padding-left: 123px;
    padding-top: 5px;
  }
  .news-block .new-news-title i {
    padding: 15px;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hamburger-menu-button{
    display: block;
  }
  #prog-info .head-vis h2 {
    font-size: 19px;
  }

  .fadeinleft {
    opacity: 1;
    margin-left: 0px;
}
  .view-article {
    margin-bottom: 15px;
  }

  .date-log .date-year {
    margin-top: 50px;
  }

  .date-log .date-year form {
    position: relative;
  }
  .date-log .date-year input {
    width: 280px;
    border-radius: 10px;
    border: 0.5px solid #a7a7a7;
  }
  .date-log .date-year input {
    padding: 4px 15px;
  }
  .date-log .date-year button {
    border: none;
    background-color: transparent;
    position: absolute;
    left: 70px;
    top: 4px;
    color: #a7a7a7;
  }

  .date-log .date-year span {
    left: 40px;
    bottom: 2px;
    position: absolute;
  }
  .date-log .logo-img {
    text-align: left;
  }

  .date-log .logo-img img {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 13px 13px 0 0;
  }
  .date-log .date-year {
    text-align: right;
  }
  .date-log .date-year h2 {
    font-family: var(--flat-regular);
    font-size: 16px;
    padding-left: 6px;
  }
  #block-mawad .block .all-mawad {
    margin-bottom: 16px;
  }
  .block-tw {
    margin-left: 11px;
  }
  .section {
    margin-bottom: 20px;
  }
  #block-section {
    margin-bottom: 12px;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .hamburger-menu-button{
    display: block;
  }
  .date-log .log-in h2 {
    font-size: 14px;
  
}
.fadeinleft {
  opacity: 1;
  margin-left: 0px;
}
.date-log .log-in {
  margin-top: 60px;
}
.no-float{
  float: none !important;
}
.menu__btn {
 
  top: 20.5% ;
  left: 70px ;
 
}
.menu__box {
 
  top: 24% ;
}
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

  #navbarNav .nav-item {
  
    margin-left: 0;
}
#navbarNav ul li a {
  
  font-size: 12px;
  
  padding: 9px 3px;
}


}
/* 
// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width */




/* eslam edits */

p.we-are-content {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.68);
  margin-top: 28px;
  line-height: 35px;
    text-align: justify;
}

/* courses */

.courses_subtitle {
  color: var(--secondary-color);
  font-size: 20px;

}

.courses-box .p-port {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #000;
}
.courses-box .courses-text a {
 padding-right: 0 !important;
}

.courses-text-description {
  color: var(--secondary-color);
  font-size: 14px;
  padding-left: 30px;
  display: inline-block;
}

.courses-box img {
  transition: 1s;
  width: 100%;
  height: 199px;
}

.portfolio-img {
  border-radius: 9PX;
  height: 200px !important;
  border: 1px solid #f8f9fa;
  position: relative;
}

.courses-box img:hover {
  transform: scale(1.2, 1.2);
}

.courses-box a.btn {
  border-radius: 50%;
  position: absolute;
  bottom: 42%;
  left: 8%;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #225348;
  padding: 2px 8px;
  text-align: center;
}

.more-details {
  border-radius: 50px;
  font-size: 16px;
  height: 60px;
  line-height: 42px;
}

.more-details:hover , .more-details:focus {
  background: #d3a51d;
}

.sep-bloc  img{
  width:100%
}
.accordion-item {
  background-color: #FFFFFF; /* White background for items */
  border: 1px solid #E0E0E0; /* Light border */
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Softer shadow */
}

.accordion-header {
  background-color: #225348; /* Soft purple */
  color: #FFFFFF; /* White text */
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: right;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px 4px 0 0 !important;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #a99363; /* Darker shade of purple */
}

.accordion-content {
  background-color: #FAFAFA; /* Very light grey for content */
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.card-header.accordion-header.accordion-header2.collapsed::after {
  content:"+";
  transition: 0.4s;

}


.card-header.accordion-header.accordion-header2::after {
  content:"-";
}

.daily_task_box_header p , .daily_task_box_header p span {
  display: inline;
  font-size: 16px;
}

ul.account-list li {
  display: inline-block;
  position: relative;
}
.lbl-account {
  display: block;
  position: relative;
  padding-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 2px;
  margin-top: 20px;
  margin-bottom: 6px;
  height: 245px;
}

.custom-select{
  border: 1px solid #ced4da;
  line-height: 1.5;
  border-radius: 0.25rem;
  padding: 0.27rem 0.75rem;

}

.map-location a {
  top: 29px;
  position: absolute;
  left: 29px !important;
  /* bottom: 22px; */
  color: #8692a6 !important;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}


#us3 {
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.modal-header .close {
  float: left;

  border: none;
  background: transparent;
}
.modal-header .close span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;

}

.bootstrap-select .dropdown-toggle {
  /* padding: 0.5rem 1rem; */
  /* height: 64px; */
  background: transparent;
  /* border: 1px solid #ccc; */
  background-color: transparent !important;
}

.bootstrap-select .dropdown-toggle:hover {
  /* padding: 0.5rem 1rem; */
  /* height: 64px; */
  background: transparent;
  /* border: 1px solid #ccc; */
  color: #000 !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  top: 0px;
  right: -22px;
  left: auto;
  text-align: right;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  left: 15px;
  right: auto;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 34px;
  margin-right: unset;
}

.bootstrap-select .dropdown-menu.inner {

  text-align: right;
}
.bootstrap-select .dropdown-toggle::after {

  position: absolute;
  left: 7px;
  top: 29px;
}

.dropdown-menu.list-dropdown>li>a {
  text-align: right !important;
  margin-right: 0;
}


/* .daily_task_box {
  background-color: var(--main-color);
  border-radius: 25px;
  overflow: hidden;
  padding: 30px;
} */
.daily_task_box_content {
  background-color: #205a4c;
  border-radius: 25px;
  padding: 10px;
  margin-top: 50px;
  padding-top: 20px;
}
.daily_task_box_footer {
  margin-top: 30px;
}
.daily_task_box_header p {
  display: inline;
}
.daily_task_box_header img {
  margin-left: 7px;
}
.date {
  color: #E7BD69 !important;
}
.daily_task_box_list {
  list-style: none;
  padding-right: 0;
}
/* .daily_task_box_list li {
  display: inline-block;
  width: 24%;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
} */
.daily_task_note p:first-child {
  color: #E7BD69 !important;
}
/* .daily_task_note p:last-child {
  width: 50%;
  color: var(--secondary-color);
} */
/* .btn-start {
  width: 168px;
  background: #116558;
  border-radius: 12px;
  color: white;
  height: 44px;
} */
.btn-absent {
  width: 168px;
  background: #C94353;
  border-radius: 12px;
  color: white;
  height: 44px;
  margin-right: 10px;
}


.listen-list li {
  width: 50%;
}

.list-admin__info li .dropdown-menu{
  top: 60px;
  left: 75px;
  padding: 2px 5px 5px;
}
.list-admin__info li ul.dropdown-menu.show li a.dropdown-item {
  margin-right: 0;
  color: #fff !important;
}

.list-admin__info li .dropdown-menu li{
margin-left: 0 !important;
}


nav.peronal-menu  {
  /* background-color: #333; */
  color: white;
  text-align: right;
  /* padding: 10px; */
  cursor: pointer;
}
/* 
nav.peronal-menu img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
} */

.peronal-menu  .dropdown {
  display: inline-block;
  position: relative;
}

.peronal-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #225348;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 5px;
}

.peronal-menu .dropdown-content a {
  /* border-radius: 8px; */
  font-size: 14px;
  margin-right: 0;
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
  margin: 5px;
  transition: 0.25s ease-in;
}
/* .showmenu{
  display: block;
} */
.peronal-menu .dropdown-content a:hover {
  background-color: #2a5d51b8;
}

.peronal-menu .dropdown:hover .dropdown-content {
  display: block;
}
#navbarNav {
  display: inline-block !important;
}
.attend a{
  margin-right: 0;
  font-size: 16px;
}



/* responsive menu */


/* 
#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #a99363;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed !important;
  visibility: hidden;
  left: -100%;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #225348;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 9999;
}

.menu__item {
  display: block;
  padding: 12px 10px !important;
  font-size: 17px !important;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
  text-align: right !important;
}
.menu__item:hover {
  background-color: #CFD8DC;
} */







.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 1px;
  position: absolute;
  margin-top: 4px;
  z-index: 100;
  background: #a99363;
  border: 2px solid #a99363;
  /* box-sizing: content-box; */
  border-radius: 8px;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  /* float: left; */
  /* text-align: left; */
  left: 60px;
  top: 10px;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open, 
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 6px;
}
.hamburger-menu-button-open::after {
  bottom: 6px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.ham-menu {
  position: absolute;
  top: 65px;
  left: 0px;
  margin: auto;
  max-width: 570px;
  overflow: hidden;
  min-width: 300px;
  z-index: -1;
  transition: transform 400ms 0ms, z-index 0ms 400ms;
}
.ham-menu.on {
 
  z-index: 9999999; 
  transition: transform 400ms 0ms, z-index 0ms 0ms; /* Remove the z-index transition delay on hover. This is counter-intuitive but works. */

}
.ham-menu ul {
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  background-color: #225348;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  padding-right: 0 !important;
}
.ham-menu.on ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ham-menu ul {
  font-size: 0;
}
.ham-menu ul li {
  display: block;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
  padding: 15px 10px !important;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px !important;
  text-align: right !important;
  margin-right: 0;
}
.ham-menu ul li.active a, .ham-menu ul li a:hover {
  background-color: #a99363;
  color: #fff !important;
} 





