ul,
li {
  list-style: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

div,
button,
label,
input,
select,
a {
  outline: unset !important;
}

p {
  margin-bottom: unset;
}

a {
  text-decoration: none !important;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

@font-face {
  font-family: Watan-Regular;
  src: url("../fonts/watan/Watan-Regular.otf");
  src: local("Watan-Regular"), url("../fonts/watan-fonts/Hacen-Tunisia.ttf") format("truetype");
}
@media (min-width: 1921px) {
  .wrapper-container {
    max-width: 1905px !important;
    margin: 0 auto !important;
  }
}

nav {
  height: 60px;
  padding: 0 12px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
nav img {
  width: 80%;
}
nav ul.social-links {
  display: inline-block;
}
nav ul.social-links li {
  display: inline-block;
}
nav ul.social-links li:nth-of-type(1) {
  padding-right: 8px;
}
nav ul.social-links li i {
  color: #666666;
  border: 1px solid #666;
  border-radius: 50%;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
}
nav button {
  background-color: #ec6708 !important;
  width: 45px;
  height: 40px;
  border: 1px solid #ec6708 !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -o-border-radius: unset !important;
  -ms-border-radius: unset !important;
  border-radius: unset !important;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  nav button {
    width: 40px;
    height: 35px;
  }
}
nav button i {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  nav button i {
    font-size: 16px;
  }
}
nav .navbar-collapse {
  background: #ffffff;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  width: 30%;
  transition: unset;
  z-index: 99;
}
@media (max-width: 575.98px) {
  nav .navbar-collapse {
    width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  nav .navbar-collapse {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  nav .navbar-collapse {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  nav .navbar-collapse {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  nav .navbar-collapse {
    width: 20%;
  }
}
nav .navbar-collapse ul {
  padding: 12px 12px;
}
nav .navbar-collapse ul li {
  text-align: right;
}

@media (max-width: 575.98px) {
  .logo {
    width: 60%;
    position: relative;
    right: 33px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .logo {
    width: 75% !important;
    position: relative;
    right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .logo {
    display: flex;
    align-items: center;
    position: relative;
    right: 35px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .nav {
    height: 70px;
  }

  .logo {
    width: 50%;
  }
}
.navbar-nav .nav-link {
  font-size: 24px;
  font-family: "Watan-Regular", sans-serif;
  color: rgba(0, 0, 0, 0.5) !important;
  padding: 8px 0;
}
.navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}

.new-toggler {
  display: flex;
  justify-content: center;
}

@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dosis/v12/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml2xMB.ttf) format("truetype");
}
#title {
  text-align: center;
}

#title .main-title {
  background-color: #931101;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}
#title .main-title span {
  display: block;
  border-bottom: 3px solid #ffffff;
  width: 50px;
}
#title .main-title h1 {
  color: #fff;
  font-family: "Watan-Regular", sans-serif;
  margin: 0 24px;
  font-size: 35px;
}

#title .nested-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
#title .nested-title h3 {
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  font-size: 24px;
}
#title .nested-title span {
  display: block;
  border-right: 2px solid #941101;
  height: 20px;
  margin: 0 24px;
}

#title .healing {
  margin-top: 12px;
}

#title .healing h3 {
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  font-size: 24px;
}

#mobile-title {
  margin-top: 24px;
}

.main-mobile-data {
  border-bottom: 1px solid #9cb823;
  padding-bottom: 6px;
}
.main-mobile-data h3 {
  font-family: "Watan-Regular", sans-serif;
  text-align: center;
}

.mobile-data {
  padding: 6px 0;
}
.mobile-data:nth-child(odd) {
  background-color: #f6f9e8;
}
.mobile-data h3 {
  font-family: "Watan-Regular", sans-serif;
  text-align: center;
}

@media (max-width: 575.98px) {
  .main-title {
    width: 100% !important;
    height: 35px !important;
  }
  .main-title h1 {
    font-size: 20px !important;
  }
  .main-title span {
    width: 30px !important;
  }

  #title .nested-title h3 {
    font-size: 20px;
  }

  .main-mobile-data {
    margin-bottom: 6px;
  }

  .mobile-data:last-of-type {
    margin-bottom: 24px;
  }

  .mobile-data h3 {
    font-size: 14px !important;
  }

  .nested-title {
    display: block !important;
    margin-bottom: 24px;
  }
  .nested-title span {
    display: none !important;
  }
  .nested-title h3:nth-of-type(2) {
    margin-top: 12px;
  }

  .healing {
    margin-top: -12px !important;
  }

  .healing h3 {
    font-size: 20px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #title .nested-title {
    margin-bottom: 24px;
  }

  .main-title {
    width: 80% !important;
  }
  .main-title h1 {
    font-size: 30px;
  }

  .mobile-data:last-of-type {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #title .main-title {
    width: 75%;
  }

  .mobile-data:last-of-type {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  svg {
    height: 100vh;
  }

  #mobile-title {
    display: none;
  }
}
@media (min-width: 1200px) {
  #mobile-title {
    display: none;
  }
}
body {
  direction: rtl;
  background-color: #dddddd;
  overflow-x: hidden;
}

/* Start World Map */
path {
  fill: #639c68;
}

path:hover {
  fill: #2f6633;
}

.popover-content {
  color: #ff0000;
}

.popover-title {
  background: #222;
  color: #fff;
}

.popover-header {
  font-family: "Watan-Regular", sans-serif;
}

.popover-body {
  font-family: "Watan-Regular", sans-serif;
}

#learning-footer {
  width: 100%;
  height: 57px;
  background-color: #2a2929;
  padding: 22px 0;
}
@media (max-width: 575.98px) {
  #learning-footer {
    height: auto;
  }
}

.learn-footer-logo img {
  margin: 0 auto;
  display: block;
}

.learning-copyright {
  text-align: center;
}

.learning-copyright h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "Watan-Regular", sans-serif;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .learning-copyright h3 {
    font-size: 11px;
  }
}

.learning-copyright h3 span {
  color: #eb7020;
}

.work-team h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-family: "Watan-Regular", sans-serif;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .work-team h3 {
    font-size: 12px;
  }
}

.modal-backdrop.show {
  z-index: 9;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.modal-content {
  background-color: #f4f4f4;
  margin: 13% auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}
@media (max-width: 575.98px) {
  .modal-content {
    width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-content {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-content {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .modal-content {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .modal-content {
    width: 75%;
  }
}
@media (min-width: 1921px) {
  .modal-content {
    width: 50%;
  }
}

.modal-footer h3,
.modal-header h2 {
  margin: 0;
}

.modal-header {
  padding: 15px;
  color: #fff;
  text-align: center;
}

.modal-header h2 {
  display: inline-block;
  padding: 0 30px;
  font-size: 48px;
  color: #2c2c2c;
  font-family: "Watan-Regular", sans-serif;
}
@media (max-width: 575.98px) {
  .modal-header h2 {
    padding: 0 3px;
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-header h2 {
    font-size: 35px;
  }
}

.modal-header img {
  margin: 30px auto;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .modal-header img {
    width: 22%;
    margin: 16px auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-header img {
    margin: 22px auto;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-header img {
    width: 24%;
  }
}

.modal-body {
  padding: 10px 20px;
}
.modal-body .first-team {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .modal-body .first-team {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .first-team {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575.98px) {
  .modal-body .first-team .team:nth-child(5) {
    position: relative;
    right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-body .first-team .team:nth-child(5) {
    position: relative;
    right: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .first-team .team:nth-child(5) {
    position: relative;
    right: 150px;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .modal-body .first-team .team:nth-child(3), .modal-body .first-team .team:nth-child(4), .modal-body .first-team .team:nth-child(5) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .first-team .team:nth-child(3), .modal-body .first-team .team:nth-child(4), .modal-body .first-team .team:nth-child(5) {
    margin-top: 12px;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .secound-team .team:nth-child(3), .modal-body .secound-team .team:nth-child(4) {
    margin-top: 12px;
  }
}

.closeBtn {
  color: #f1750b !important;
  float: right;
  font-size: 31px;
  font-weight: 700;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 37px;
  position: relative;
  top: -30px;
  border: 2px solid #333;
  left: 25px;
}

.closeBtn:focus,
.closeBtn:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.secound-team,
.team {
  line-height: 30px;
  margin: 0 auto;
}

.secound-team h4,
.team h3 {
  color: #f1760c;
  font-size: 24px;
  text-align: center;
}

.secound-team h4,
.team h4 {
  font-size: 24px;
  color: #2c2c2c;
  text-align: center;
  font-family: "Watan-Regular", sans-serif;
  margin-top: 6px;
}

.secound-team {
  padding: 30px 0;
}

/*# sourceMappingURL=style.css.map */
