﻿@charset "UTF-8";
/********************* Font Family *********************************/
@font-face {
  font-family: "Almarai";
  src: url("../fonts/Almarai-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Almarai-Bold";
  src: url("../fonts/Almarai-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Thuluth";
  src: url("../fonts/A-Thuluth.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Tharwat";
  src: url("../fonts/Thulth-DecoType.ttf.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*, body {
  font-family: "Almarai" !important; }

b, .bold, .home_pg .nav_bx ul li a P {
  font-family: "Almarai-Bold" !important; }

.hello-bx .hello, .title_lg {
  font-family: "Thuluth" !important; }

.hello-bx .welcomMsg, .title_sm {
  font-family: "Tharwat" !important; }

.txt_en {
  font-family: "Montserrat" !important; }

/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* VARIABLES *******************************/
/***colors****/
/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* MIXIN *******************************/
/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* EXTEND *******************************/
.most_sec {
  padding: 40px 0; }

/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* RTL *******************************/
@media (min-width: 992px) {
  .offset-lg-3 {
    margin-right: 25%; }
  .offset-lg-2 {
    margin-right: 16.666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-right: 25%; }
  .offset-md-2 {
    margin-right: 16.666667%; } }

/*///////////////////////////////////////////////////////////////////////////////*/
.container-fluid {
  max-width: 1300px; }

/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* RESET *******************************/
::-webkit-scrollbar {
  width: 9px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff; }

::-webkit-scrollbar-thumb {
  background-color: #157859 !important;
  outline: 1px solid #fff;
  border-radius: 30px; }

::-moz-selection {
  background: #61D8B8 !important;
  color: #fff; }

::selection {
  background: #61D8B8 !important;
  color: #fff; }

* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
  list-style-type: none !important; }

body, html {
  padding: 0 !important;
  margin: 0 !important; }

body {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #333333 !important;
  overflow-x: hidden !important;
  overflow-y: auto;
  direction: rtl !important;
  text-align: right; }

a {
  color: #61D8B8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: none;
    color: #ebd997; }

button {
  border: 0;
  color: #fff; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0px !important; }

li {
  display: inline-block; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

a,
button {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.flx_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* CLASSES *******************************/
.txt_en {
  direction: ltr;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px; }

/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* BUTTONS *******************************/
/********************** GRADIENT BUTTON ******************/
.btn_hvr {
  position: relative;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-size: 20px;
  max-width: 240px;
  min-width: 170px;
  color: #fff;
  height: 48px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: linear-gradient(33deg, #ebd997 6%, #61D8B8 100%); }
  .btn_hvr:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background: linear-gradient(33deg, #c9ae76 6%, #ebd997 100%); }
  .btn_hvr:hover, .btn_hvr:focus, .btn_hvr:active {
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .btn_hvr:hover:before {
    opacity: 1;
    color: #fff; }
  .btn_hvr span {
    z-index: 2;
    position: relative; }
  .btn_hvr.btn_no_grd {
    background: none;
    box-shadow: none; }
    .btn_hvr.btn_no_grd::before {
      display: none; }
    .btn_hvr.btn_no_grd:hover, .btn_hvr.btn_no_grd:focus {
      opacity: .7; }
  .btn_hvr.btn_oneBg {
    background: none;
    background-color: #61D8B8; }
  .btn_hvr.btn_white {
    color: #fff;
    border: 1px solid #fff;
    background: none; }
    .btn_hvr.btn_white:hover, .btn_hvr.btn_white:focus {
      border-color: transparent; }

.btn_ic {
  margin-left: 10px;
  position: relative; }

.btn_hvr.btn_white:disabled, .btn_hvr.disabled_btn, .btn_hvr:disabled {
  cursor: not-allowed; }
  .btn_hvr.btn_white:disabled::before, .btn_hvr.disabled_btn::before, .btn_hvr:disabled::before {
    display: none; }
  .btn_hvr.btn_white:disabled:hover, .btn_hvr.btn_white:disabled:focus, .btn_hvr.disabled_btn:hover, .btn_hvr.disabled_btn:focus, .btn_hvr:disabled:hover, .btn_hvr:disabled:focus {
    box-shadow: none;
    border-color: #fff; }

.btn_hvr.btn_oneBg:disabled:hover, .btn_hvr.btn_oneBg:disabled:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

/******************************************************************/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
.hello-bx {
  text-align: center;
  position: relative; }
  .hello-bx::before {
    content: "";
    width: 136px;
    height: 235px;
    position: absolute;
    bottom: calc(100% - 88px);
    left: 100%;
    background: url("../Images/strings.png") no-repeat center;
    background-size: contain; }
  .hello-bx .hello {
    font-weight: bold;
    font-size: 5rem;
    color: #333333; }
  .hello-bx .welcomMsg {
    font-size: 2em;
    max-width: 330px;
    line-height: 1; }

.wrapper_bx.bg-bx {
  width: 100vw;
  height: 100vh;
  margin: 0;
  min-height: 100vh;
  background: url(../Images/bg.png) center no-repeat;
  background-size: 100% 100%; }

.home_pg {
  width: 100%;
  height: 100%;
  min-height: 100vh; }
  .home_pg .container {
    background: url(../Images/bg-left.png) 15px center no-repeat;
    background-size: auto;
    height: 100%;
    min-height: 100vh; }
  .home_pg .logo_bx {
    margin: 20px auto 0 auto; }
    .home_pg .logo_bx img {
      min-width: 130px;
      max-height: 100px;
      -o-object-fit: contain;
      object-fit: contain; }
  .home_pg .nav_bx {
    margin-top: 30px; }
    .home_pg .nav_bx ul li {
      display: block;
      animation: fadeIn 1s ease-in both;
      opacity: 0;
      margin-left: 10px; }
      .home_pg .nav_bx ul li:nth-child(2) {
        animation-delay: 1s; }
      .home_pg .nav_bx ul li:nth-child(3) {
        animation-delay: 2s; }
      .home_pg .nav_bx ul li:nth-child(4) {
        animation-delay: 3s; }
      .home_pg .nav_bx ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0 !important;
        height: 50px; }
        .home_pg .nav_bx ul li a * {
          -webkit-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .home_pg .nav_bx ul li a span {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          height: 42px;
          width: 42px;
          position: static;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #ebd997;
          font-size: 22px;
          background: #fff;
          border-radius: 50%;
          -webkit-box-shadow: 0 10px 6px -6px #acacac;
          -o-box-shadow: 0 10px 6px -6px #acacac;
          -ms-box-shadow: 0 10px 6px -6px #acacac;
          box-shadow: 0 10px 6px -6px #acacac; }
          .home_pg .nav_bx ul li a span icon, .home_pg .nav_bx ul li a span img {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
        .home_pg .nav_bx ul li a P {
          border: 1px dashed #61D8B8;
          border-radius: 35px;
          height: 100%;
          margin: 0 20px 0 0;
          background-color: transparent;
          line-height: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-right: 0;
          -webkit-box-shadow: none;
          -o-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none;
          font-size: 2rem !important;
          position: relative;
          padding: 0.625rem 1.25rem;
          overflow: hidden; }
          .home_pg .nav_bx ul li a P::before, .home_pg .nav_bx ul li a P::after {
            content: '';
            position: absolute;
            width: 99.5%;
            height: 2px; }
          .home_pg .nav_bx ul li a P::before {
            transform: translateX(100%);
            bottom: 0;
            left: 0;
            border-bottom: 2px solid transparent;
            border-left: 2px solid transparent; }
          .home_pg .nav_bx ul li a P::after {
            transform: translateX(-100%);
            top: 0;
            left: 0;
            border-top: 2px solid transparent;
            border-right: 2px solid transparent; }
        .home_pg .nav_bx ul li a:hover span, .home_pg .nav_bx ul li a:focus span {
          -webkit-box-shadow: 0 10px 6px -6px transparent;
          -o-box-shadow: 0 10px 6px -6px transparent;
          -ms-box-shadow: 0 10px 6px -6px transparent;
          box-shadow: 0 10px 6px -6px transparent; }
        .home_pg .nav_bx ul li a:hover P, .home_pg .nav_bx ul li a:focus P {
          border: none;
          border-radius: 0; }
          .home_pg .nav_bx ul li a:hover P::before, .home_pg .nav_bx ul li a:hover P::after, .home_pg .nav_bx ul li a:focus P::before, .home_pg .nav_bx ul li a:focus P::after {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            height: 100%;
            border-color: #61D8B8; }
          .home_pg .nav_bx ul li a:hover P::before, .home_pg .nav_bx ul li a:focus P::before {
            transition: .1s transform linear, .1s height linear .1s; }
          .home_pg .nav_bx ul li a:hover P::after, .home_pg .nav_bx ul li a:focus P::after {
            transition: .1s transform linear .2s, .1s height linear .3s; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.wrap_right {
  max-width: 50%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  padding-block: 40px; }
  .wrap_right > div {
    flex: 1 1 auto;
    margin-inline: auto; }

.stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden; }
  .stage .dot-floating {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #157859;
    color: #157859;
    animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1); }
    .stage .dot-floating::before, .stage .dot-floating::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0; }
    .stage .dot-floating::before {
      left: -12px;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #157859;
      color: #157859;
      animation: dotFloatingBefore 3s infinite ease-in-out; }
    .stage .dot-floating::after {
      left: -24px;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #157859;
      color: #157859;
      animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1); }

@keyframes dotFloating {
  0% {
    left: calc(-50% - 5px); }
  75% {
    left: calc(50% + 105px); }
  100% {
    left: calc(50% + 105px); } }

@keyframes dotFloatingBefore {
  0% {
    left: -50px; }
  50% {
    left: -12px; }
  75% {
    left: -50px; }
  100% {
    left: -50px; } }

@keyframes dotFloatingAfter {
  0% {
    left: -100px; }
  50% {
    left: -24px; }
  75% {
    left: -100px; }
  100% {
    left: -100px; } }

/*************** End Login Page ************************/
/*************** الصفحات الداخلية ************************/
.home_pg .nav_bx ul li a P, .home_pg .nav_bx ul li a span, .header-bx .nav_bx ul li a span, .title-bx h3, .lbl-txt, article .input-group-addon i, .header-bx .nav_bx ul li a P, .home_pg .lang_bx ul li a P, .note, .radio-inline, label, .lbl-txt2 {
  color: #157859 !important; }

.title-bx {
  margin-top: 0; }
  .title-bx h3 {
    border-color: #cdcdcd !important; }

.btn {
  background: #157859 !important;
  border-color: #157859 !important; }
  .btn:not(:disabled):hover, .btn:not(:disabled):focus {
    background: #61D8B8 !important;
    border-color: #61D8B8 !important; }

.header-bx {
  background-size: 100% auto;
  background-position: bottom center;
  margin-bottom: 30px;
  padding-inline: 10px; }
  .header-bx .nav_bx {
    position: static; }
    .header-bx .nav_bx ul li a P {
      font-size: 2rem !important; }

.maindiv {
  width: 320px; }

.btn {
  font-size: 15px !important; }

article .input-group-addon {
  background-color: transparent !important; }
  article .input-group-addon i {
    color: #157859 !important; }
  article .input-group-addon.input-group-addon2 {
    background-color: #157859 !important; }
    article .input-group-addon.input-group-addon2 i {
      color: #fff !important; }
    article .input-group-addon.input-group-addon2:hover, article .input-group-addon.input-group-addon2:focus {
      background-color: #333333 !important; }

.form-control {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form-control:focus {
    border: 1px solid #ccc !important;
    box-shadow: inset 0 0 1px #4eb5a4 !important; }

.error_bx {
  width: max-content !important; }

.wrapper_bx {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 77px; }
  .wrapper_bx .header-bx {
    width: 100%; }

.p-0 {
  padding: 0; }

.new_rb {
  text-align: center; }
  .new_rb .radio-inline {
    margin-bottom: 12px;
    position: relative; }
    .new_rb .radio-inline .rad_inner {
      padding-right: 30px; }
    .new_rb .radio-inline input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .new_rb .radio-inline input:checked ~ .checkmark {
        background-color: #157859; }
        .new_rb .radio-inline input:checked ~ .checkmark::after {
          display: block; }
    .new_rb .radio-inline .checkmark {
      position: absolute;
      top: 0;
      right: 25px;
      height: 20px;
      width: 20px;
      background-color: #eee;
      border-radius: 50%; }
      .new_rb .radio-inline .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        top: 7px;
        right: 7px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: white; }
    .new_rb .radio-inline:hover input ~ .checkmark {
      background-color: #ccc; }

.note {
  height: max-content; }

/*///////////////////////////////////////////////////////////////////////////////*/
/********************************* Responsive *******************************/
@media (max-width: 1199px) {
  .wrapper_bx {
    padding-bottom: 0; }
  .col-xl-txt_lft {
    text-align: left; }
  .wrapper_bx.bg-bx {
    height: auto; }
  .inner-ft-bx {
    position: static;
    margin-top: 15px; }
  .title-ft a {
    float: none;
    margin: 13px auto 4px auto;
    width: max-content; } }

@media (max-width: 992px) {
  .header-bx .nav_bx ul li a P {
    font-size: 19px !important; }
  .col-md-txt_lft {
    text-align: left; } }

@media (max-width: 985px) {
  .wrapper_bx {
    min-height: auto !important; }
    .wrapper_bx.bg-bx {
      background: url(../Images/bg.png) center no-repeat !important;
      background-size: 200% 100% !important; }
  .hello-bx::before {
    display: none; }
  .home_pg .container {
    background: none; }
  .home_pg .nav_bx ul li a P {
    width: 210px !important;
    font-size: 1.8rem !important; }
  .wrap_right {
    margin-inline: auto;
    max-width: unset;
    padding-bottom: 10px; }
  .stage {
    display: none; } }

@media (max-width: 991px) {
  .header-bx .nav_bx ul li a P {
    font-size: 1.3rem !important;
    width: 200px; }
  .home_pg .container {
    width: 100%; }
  .modal .modal-dialog {
    width: 100% !important; }
  .res_lbl7 {
    line-height: .5; } }

@media (max-width: 767px) {
  .col-xsmall-12 {
    width: 100%;
    float: right; }
  .name_bx .col-xs-1 {
    width: 18%; } }

@media (max-width: 700px) {
  .wrapper_bx .header-bx {
    height: auto; }
    .wrapper_bx .header-bx .logo_bx {
      width: 100%;
      text-align: center; }
      .wrapper_bx .header-bx .logo_bx img {
        margin: 0 auto;
        max-width: 100px;
        -o-object-fit: contain;
        object-fit: contain; }
    .wrapper_bx .header-bx .nav_links {
      width: 100%; }
    .wrapper_bx .header-bx .nav_bx {
      width: 100%; }
      .wrapper_bx .header-bx .nav_bx ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        .wrapper_bx .header-bx .nav_bx ul li {
          flex: 1 1 50%;
          width: 50%; }
          .wrapper_bx .header-bx .nav_bx ul li:nth-child(3) a, .wrapper_bx .header-bx .nav_bx ul li:nth-child(5) a, .wrapper_bx .header-bx .nav_bx ul li:nth-child(2) a, .wrapper_bx .header-bx .nav_bx ul li:nth-child(4) a, .wrapper_bx .header-bx .nav_bx ul li:nth-child(6) a {
            margin-right: 0; }
          .wrapper_bx .header-bx .nav_bx ul li a {
            margin-bottom: 6px;
            width: 100%;
            height: max-content;
            width: max-content; }
            .wrapper_bx .header-bx .nav_bx ul li a span {
              height: 30px;
              width: 30px;
              line-height: 30px; }
              .wrapper_bx .header-bx .nav_bx ul li a span img {
                -o-object-fit: contain;
                object-fit: contain; }
            .wrapper_bx .header-bx .nav_bx ul li a p {
              height: 30px;
              line-height: 30px; }
  .title-bx h3 {
    font-size: 15px !important;
    line-height: 1.2;
    padding-bottom: 5px; } }

@media (max-width: 500px) {
  .wrapper_bx .header-bx {
    background-size: cover; }
    .wrapper_bx .header-bx .nav_bx ul li {
      flex: 1 1 100%;
      width: 100%; }
  .home_pg .nav_bx ul li {
    margin-left: auto; }
  .new_rb .radio-inline .rad_inner {
    font-size: 1.2rem; } }
