@charset "UTF-8";
/* ====== FONTS ====== */
@import url(../vendors/bootstrapv5.0/css/bootstrap.min.css);
@import url(../vendors/aos/aos.css);
@import url(../vendors/fontawesomev6.5.2/all.min.css);
@import url(../vendors/slickv1.8.1/slick.css);
@import url(../vendors/slickv1.8.1/slick-theme.css);
@import url(../vendors/sweetalertv2.0.0/sweetalert2.css);
@import url(../vendors/summernotev0.8.0/summernote-lite.css);
@font-face {
  font-family: GE-Dinar;
  src: url(../fonts/GE-Dinar-Two-Medium.woff2) format("woff"); }
@font-face {
  font-family: Overpass;
  src: url(../fonts/Overpass-Medium.woff2) format("woff"); }
/* ====== Bootstrap 5 library ====== */
/* ====== Animate On Scroll library ====== */
/* ====== Font Awesome 6 library ====== */
/* ====== Slick Slider library ====== */
/* ====== SweetAlert library ====== */
/* ====== SummerNote library ====== */
/* ====== Color Variables ====== */
/* ====== Responsive break-points ====== */
/* ====== Sidebar ====== */
/* ====== Scrollbar style ====== */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  background: #f8fdfe; }

::-webkit-scrollbar-thumb {
  background: #043f7c; }

::-webkit-scrollbar-thumb:hover {
  background: #011C2A; }

/* ====== General Version ====== */
html,
body {
  background-color: #f8fdfe;
  overflow-x: hidden;
  font-family: GE-Dinar, Overpass, sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

html[dir="ltr"] {
  font-family: Overpass, GE-Dinar, sans-serif; }
  html[dir="ltr"] body {
    font-family: Overpass, GE-Dinar, sans-serif; }

#scroll-line {
  position: fixed;
  top: 0px;
  background: linear-gradient(45deg, #043f7c, #02b1db);
  height: 5px;
  z-index: 999;
  border-radius: 0px 0px 5px 5px;
  transition-duration: 0.3s; }

.thaqeef__header {
  background-color: transparent;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 888;
  transition-duration: 0.3s; }
  @media only screen and (max-width: 800px) and (min-width: 500px) {
    .thaqeef__header {
      padding: 20px 0; } }
  @media only screen and (max-width: 500px) {
    .thaqeef__header {
      padding: 10px 0; } }
  .thaqeef__header_main {
    display: flex;
    gap: 40px;
    align-items: center; }
    @media only screen and (max-width: 1024px) and (min-width: 800px) {
      .thaqeef__header_main {
        margin-top: 0; } }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__header_main {
        margin-top: 0; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__header_main {
        margin-top: 0; } }
    .thaqeef__header_main img {
      height: 100px;
      transition-duration: 0.3s; }
      @media only screen and (max-width: 1024px) and (min-width: 800px) {
        .thaqeef__header_main img {
          height: 60px; } }
      @media only screen and (max-width: 800px) and (min-width: 500px) {
        .thaqeef__header_main img {
          height: 60px; } }
      @media only screen and (max-width: 500px) {
        .thaqeef__header_main img {
          height: 60px; } }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__header_main_nav {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-inline-end: 90px; } }
    .thaqeef__header_main_nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 50px; }
      @media only screen and (max-width: 1024px) and (min-width: 800px) {
        .thaqeef__header_main_nav ul {
          gap: 35px; } }
      @media only screen and (max-width: 800px) and (min-width: 500px) {
        .thaqeef__header_main_nav ul {
          position: fixed;
          display: none;
          flex-direction: column;
          width: 100%;
          right: 0;
          top: 70px;
          margin-top: 10px;
          background-color: #ffffff;
          padding-bottom: 30px;
          border-radius: 0 0 20px 20px;
          gap: 25px; } }
      @media only screen and (max-width: 500px) {
        .thaqeef__header_main_nav ul {
          position: fixed;
          display: none;
          flex-direction: column;
          width: 100%;
          right: 0;
          top: 70px;
          margin-top: 10px;
          background-color: #ffffff;
          padding-bottom: 30px;
          gap: 25px;
          align-items: flex-start;
          padding-inline: 20px;
          border-radius: 0;
          height: calc(100vh - 70px); } }
      @media only screen and (max-width: 800px) and (min-width: 500px) {
        .thaqeef__header_main_nav ul.opened {
          display: flex; } }
      @media only screen and (max-width: 500px) {
        .thaqeef__header_main_nav ul.opened {
          display: flex; } }
      .thaqeef__header_main_nav ul li {
        position: relative;
        transition-duration: 0.3s;
        padding: 7px;
        z-index: 0; }
        .thaqeef__header_main_nav ul li a,
        .thaqeef__header_main_nav ul li button {
          font-size: 16px;
          font-weight: 600;
          text-decoration: none;
          color: #043f7c;
          transition-duration: 0.2s;
          position: relative; }
          @media only screen and (max-width: 1024px) and (min-width: 800px) {
            .thaqeef__header_main_nav ul li a,
            .thaqeef__header_main_nav ul li button {
              font-size: 15px; } }
          .thaqeef__header_main_nav ul li a[aria-expanded="true"],
          .thaqeef__header_main_nav ul li button[aria-expanded="true"] {
            box-shadow: 2px 2px 0 #02b1db;
            border-radius: 0 0 5px 0;
            padding-inline-start: 4px; }
          .thaqeef__header_main_nav ul li a[aria-expanded="false"]:after,
          .thaqeef__header_main_nav ul li button[aria-expanded="false"]:after {
            content: "\f0d7";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: -20px; }
        .thaqeef__header_main_nav ul li button {
          padding: 0;
          margin: 0;
          background: transparent;
          border: none; }
        .thaqeef__header_main_nav ul li:after {
          content: "";
          background-color: #043f7c;
          position: absolute;
          height: 100%;
          width: 0%;
          right: 0;
          top: 0;
          transition-duration: 0.2s;
          z-index: -1; }
        .thaqeef__header_main_nav ul li:before {
          content: "";
          background-color: transparent;
          border: 2px solid #043f7c;
          border-radius: 10px 0;
          position: absolute;
          height: 100%;
          width: 100%;
          right: 0;
          top: 0;
          transition-duration: 0.2s;
          z-index: -2;
          opacity: 0; }
        .thaqeef__header_main_nav ul li:hover:after {
          width: 100%;
          border-radius: 10px 0; }
        .thaqeef__header_main_nav ul li:hover:before {
          animation: .5s ease-in-out .1s forwards NavbarLinksAnimation; }
        .thaqeef__header_main_nav ul li:hover a,
        .thaqeef__header_main_nav ul li:hover button {
          color: #ffffff;
          font-weight: 500; }
    .thaqeef__header_main_nav_toggle {
      display: none;
      height: 45px;
      width: 45px;
      background: transparent;
      border: none; }
      .thaqeef__header_main_nav_toggle img {
        height: 30px !important; }
      @media only screen and (max-width: 800px) and (min-width: 500px) {
        .thaqeef__header_main_nav_toggle {
          display: flex;
          justify-content: center;
          align-items: center; } }
      @media only screen and (max-width: 500px) {
        .thaqeef__header_main_nav_toggle {
          display: flex;
          justify-content: center;
          align-items: center; } }
    .thaqeef__header_main_nav .dropdown-menu {
      text-align: start;
      background-color: transparent;
      border: none; }
    .thaqeef__header_main .flag {
      position: fixed;
      top: -135px;
      left: -90px;
      height: 350px;
      z-index: -1; }
      @media only screen and (max-width: 1024px) and (min-width: 800px) {
        .thaqeef__header_main .flag {
          height: 305px; } }
      @media only screen and (max-width: 800px) and (min-width: 500px) {
        .thaqeef__header_main .flag {
          height: 305px; } }
      @media only screen and (max-width: 500px) {
        .thaqeef__header_main .flag {
          height: 305px; } }
  .thaqeef__header.mini-header {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgba(4, 63, 124, 0.08);
    backdrop-filter: blur(5px);
    padding: 10px 0; }
    .thaqeef__header.mini-header img {
      height: 60px; }
      .thaqeef__header.mini-header img.flag {
        height: 160px;
        top: -60px;
        left: -40px; }
    @media only screen and (max-width: 500px) {
      .thaqeef__header.mini-header {
        background-color: #ffffff; } }
  .thaqeef__header_minimenu {
    position: absolute;
    right: 0;
    top: 45px;
    min-width: 240px; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__header_minimenu {
        position: relative !important;
        transform: none !important; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__header_minimenu {
        position: relative !important;
        transform: none !important; } }
    .thaqeef__header_minimenu .card-body {
      border-radius: 15px 0;
      position: relative; }
      .thaqeef__header_minimenu .card-body:after {
        content: "";
        position: absolute;
        border: 8px solid;
        border-color: transparent transparent #ffffff transparent;
        top: -16px;
        right: 10px; }
      .thaqeef__header_minimenu .card-body a {
        font-weight: 500;
        padding-block: 5px;
        color: #043f7c !important;
        position: relative;
        z-index: 0; }
        .thaqeef__header_minimenu .card-body a:after {
          content: "";
          width: 0%;
          height: 2px;
          position: absolute;
          bottom: 0;
          right: 0;
          background-color: #02b1db;
          transition-duration: 0.3s; }
        .thaqeef__header_minimenu .card-body a:hover:after {
          width: 100%;
          background-color: #043f7c; }
        .thaqeef__header_minimenu .card-body a i {
          font-size: 8px;
          margin-inline-end: 5px; }
.thaqeef__hero {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1024px) and (min-width: 800px) {
    .thaqeef__hero {
      height: calc(100vh - 100px); } }
  @media only screen and (max-width: 800px) and (min-width: 500px) {
    .thaqeef__hero {
      height: calc(100vh - 100px); } }
  @media only screen and (max-width: 500px) {
    .thaqeef__hero {
      height: calc(100vh - 80px); } }
  .thaqeef__hero_dynamic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    z-index: -3; }
    .thaqeef__hero_dynamic_video {
      width: 100%;
      height: 100vh;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; }
    .thaqeef__hero_dynamic_img {
      width: 100%;
      height: 100vh;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .thaqeef__hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .thaqeef__hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(4, 63, 124, 0.4);
    z-index: -2; }
  .thaqeef__hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, white 0%, transparent 50%);
    z-index: -1; }
  .thaqeef__hero h1 {
    color: #ffffff;
    font-weight: 200;
    font-size: 120px;
    text-align: center;
    margin: 15px 0;
    line-height: 1; }
    @media only screen and (max-width: 1024px) and (min-width: 800px) {
      .thaqeef__hero h1 {
        font-size: 70px; } }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__hero h1 {
        font-size: 50px; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__hero h1 {
        font-size: 40px; } }
  .thaqeef__hero h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 90px;
    text-align: center;
    margin: 0;
    line-height: 1; }
    @media only screen and (max-width: 1024px) and (min-width: 800px) {
      .thaqeef__hero h2 {
        font-size: 50px; } }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__hero h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__hero h2 {
        font-size: 30px; } }
  .thaqeef__hero p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    line-height: 22px;
    max-width: 50%; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__hero p {
        max-width: 100%; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__hero p {
        max-width: 100%; } }
  .thaqeef__hero a {
    background-color: #043f7c;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin: 15px auto;
    transition-duration: 0.3s; }
    .thaqeef__hero a:hover {
      background-color: #02b1db; }
.thaqeef__minihero {
  height: 700px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 1024px) and (min-width: 800px) {
    .thaqeef__minihero {
      height: 500px; } }
  @media only screen and (max-width: 800px) and (min-width: 500px) {
    .thaqeef__minihero {
      height: 500px; } }
  @media only screen and (max-width: 500px) {
    .thaqeef__minihero {
      height: 500px; } }
  .thaqeef__minihero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(4, 63, 124, 0.4);
    z-index: -2; }
  .thaqeef__minihero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, white 0%, transparent 50%);
    z-index: -1; }
  .thaqeef__minihero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    position: relative; }
.thaqeef__sectors {
  margin-top: -20vh; }
  .thaqeef__sectors_box {
    padding: 35px;
    position: relative;
    width: 100%;
    z-index: 0; }
    .thaqeef__sectors_box:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      background: rgba(187, 203, 211, 0.15);
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      z-index: -1;
      transition: .25s ease-in-out;
      max-width: 100%;
      backdrop-filter: blur(5px); }
    .thaqeef__sectors_box_service {
      height: 100%; }
      .thaqeef__sectors_box_service a {
        background: #ffffff;
        display: flex;
        flex-direction: column;
        padding: 35px;
        border-radius: 15px;
        color: #011C2A;
        text-decoration: none;
        text-align: center;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 0; }
        .thaqeef__sectors_box_service a i {
          font-size: 65px;
          margin-bottom: 25px;
          max-height: 65px;
          color: #043f7c; }
        .thaqeef__sectors_box_service a img {
          margin: 0 auto;
          margin-bottom: 25px;
          height: 70px;
          width: 70px;
          object-fit: contain; }
        .thaqeef__sectors_box_service a span {
          font-size: 20px; }
        .thaqeef__sectors_box_service a label {
          position: absolute;
          left: -50px;
          bottom: -60px;
          background: linear-gradient(45deg, #02b1db, transparent);
          border-radius: 50%;
          width: 180px;
          height: 180px;
          display: none;
          justify-content: center;
          align-items: center;
          z-index: -1;
          transition-duration: 0.2s; }
          .thaqeef__sectors_box_service a label:after {
            content: "";
            height: 100%;
            width: 100%;
            border: 2px solid #ddf3f7;
            right: 0;
            top: 0;
            position: absolute;
            border-radius: 50%;
            animation: SectorsLinksAnimation 1s ease-in-out infinite; }
        .thaqeef__sectors_box_service a:hover label {
          display: flex; }
  .thaqeef__sectors #thaqeef__sectors_pills-tab {
    gap: 15px;
    margin-bottom: 30px;
    display: inline-flex;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 6px;
    width: 100%;
    justify-content: center; }
    .thaqeef__sectors #thaqeef__sectors_pills-tab .nav-link {
      border-radius: 50px;
      min-width: 220px;
      padding: 20px;
      font-weight: 500;
      color: #ffffff;
      text-align: center;
      background: transparent;
      font-size: 20px; }
      @media only screen and (max-width: 500px) {
        .thaqeef__sectors #thaqeef__sectors_pills-tab .nav-link {
          width: 100%; } }
      .thaqeef__sectors #thaqeef__sectors_pills-tab .nav-link.active {
        color: #1E1E1E;
        background: #ffffff; }
    @media only screen and (max-width: 500px) {
      .thaqeef__sectors #thaqeef__sectors_pills-tab li {
        width: 100%; } }
.thaqeef__counters {
  padding: 60px 0; }
  .thaqeef__counters h1.title {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(70deg, #043f7c 20%, #02b1db 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
    margin: 20px auto; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__counters h1.title {
        font-size: 50px; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__counters h1.title {
        font-size: 30px; } }
  .thaqeef__counters h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    max-width: 625px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    color: #1E1E1E; }
    @media only screen and (max-width: 500px) {
      .thaqeef__counters h5 {
        font-size: 15px; } }
  .thaqeef__counters_hero {
    padding-block: 10px;
    z-index: 1;
    position: relative; }
    .thaqeef__counters_hero_box {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px; }
      @media only screen and (max-width: 500px) {
        .thaqeef__counters_hero_box {
          flex-direction: column;
          gap: 20px; } }
      .thaqeef__counters_hero_box .counter {
        height: 200px;
        width: 200px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
        position: relative;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
        .thaqeef__counters_hero_box .counter:after {
          content: "";
          border: 5px solid;
          height: calc(100% + 20px);
          width: calc(100% + 20px);
          position: absolute;
          border-radius: 50%;
          border-color: #02b1db #02b1db transparent transparent;
          transform: rotate(315deg);
          opacity: 0.5;
          z-index: -1; }
          @media only screen and (max-width: 500px) {
            .thaqeef__counters_hero_box .counter:after {
              content: none; } }
        .thaqeef__counters_hero_box .counter:nth-child(even):after {
          transform: rotate(135deg); }
        .thaqeef__counters_hero_box .counter i {
          font-size: 35px;
          color: #02b1db; }
        .thaqeef__counters_hero_box .counter img {
          height: 40px;
          width: 40px;
          object-fit: contain; }
        .thaqeef__counters_hero_box .counter span {
          font-family: sans-serif;
          font-size: 40px;
          font-weight: 700; }
        .thaqeef__counters_hero_box .counter label {
          text-align: center; }
.thaqeef__faq {
  padding: 60px 0; }
  .thaqeef__faq h1.title {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(70deg, #043f7c 20%, #02b1db 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin: 20px auto; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__faq h1.title {
        font-size: 50px; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__faq h1.title {
        font-size: 30px; } }
.thaqeef__valuable {
  padding: 60px 0;
  padding-top: 20px; }
  .thaqeef__valuable h1.title {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(70deg, #043f7c 20%, #02b1db 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin: 20px auto; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__valuable h1.title {
        font-size: 50px; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__valuable h1.title {
        font-size: 30px; } }
  .thaqeef__valuable h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    color: #043f7c;
    font-size: 30px; }
    @media only screen and (max-width: 500px) {
      .thaqeef__valuable h5 {
        font-size: 15px; } }
  .thaqeef__valuable_hero {
    background: linear-gradient(45deg, #043f7c, #02b1db);
    padding-block: 80px;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff; }
    .thaqeef__valuable_hero:after {
      content: "";
      background-image: url(../media/imgs/Saudi-Arabia-Riyadh.jpg);
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      opacity: 0.3;
      height: 100%;
      width: 100%;
      z-index: -1; }
    .thaqeef__valuable_hero h2 {
      font-family: sans-serif;
      font-size: 60px;
      font-weight: 700;
      margin: 0;
      line-height: 60px; }
    .thaqeef__valuable_hero h4 {
      margin: 5px;
      font-size: 26px;
      line-height: 26px; }
.thaqeef__partners h1.title {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(70deg, #043f7c 20%, #02b1db 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  margin: 20px auto; }
  @media only screen and (max-width: 800px) and (min-width: 500px) {
    .thaqeef__partners h1.title {
      font-size: 50px; } }
  @media only screen and (max-width: 500px) {
    .thaqeef__partners h1.title {
      font-size: 30px; } }
.thaqeef__partners_slider_one {
  background: linear-gradient(45deg, #ffffff 50%, #ddf3f7 100%);
  margin: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0;
  font-size: 20px;
  padding: 25px;
  position: relative;
  z-index: 0;
  transition-duration: 0.2s; }
  .thaqeef__partners_slider_one:after {
    content: "";
    background-image: url(../media/logo/logo08.svg);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: 100px;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 20px 0; }
  .thaqeef__partners_slider_one:hover {
    transform: translate(0px, -15px); }
  .thaqeef__partners_slider_one a {
    text-decoration: none;
    color: #1E1E1E;
    position: relative; }
    .thaqeef__partners_slider_one a img {
      height: 100px;
      margin: 10px auto;
      width: 100%;
      object-fit: contain; }
    .thaqeef__partners_slider_one a label {
      font-size: 20px;
      display: block;
      text-align: center; }
    .thaqeef__partners_slider_one a p {
      font-size: 15px;
      margin: 0;
      text-align: center; }
.thaqeef__partners_slider_controls {
  display: flex;
  justify-content: flex-end;
  gap: 15px; }
  .thaqeef__partners_slider_controls button {
    height: 36px;
    width: 36px;
    border: 1px solid #02b1db;
    background: #ebf0f1;
    color: #043f7c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.2s; }
    .thaqeef__partners_slider_controls button:hover {
      background: #02b1db;
      color: #ebf0f1; }
    .thaqeef__partners_slider_controls button.slick-disabled {
      border: 1px solid #8D8D8D;
      background: #999999;
      color: #1E1E1E; }
.thaqeef__newsletter {
  background-color: #02b1db;
  margin-top: 50px;
  padding-block: 20px;
  color: #ffffff;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .thaqeef__newsletter_box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 500px) {
      .thaqeef__newsletter_box {
        flex-direction: column;
        gap: 20px; } }
    .thaqeef__newsletter_box label {
      font-size: 17px; }
  .thaqeef__newsletter_form {
    position: relative;
    width: 40%; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__newsletter_form {
        width: 60%; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__newsletter_form {
        width: 100%; } }
    .thaqeef__newsletter_form input {
      background-color: #ffffff;
      border: none;
      border-radius: 15px;
      padding: 10px 35px 10px 95px;
      width: 100%; }
    .thaqeef__newsletter_form i {
      position: absolute;
      height: 100%;
      width: 35px;
      color: #02b1db;
      display: flex;
      justify-content: center;
      align-items: center; }
    .thaqeef__newsletter_form button {
      background: #02b1db;
      border: none;
      position: absolute;
      left: 2px;
      top: 2px;
      height: calc(100% - 4px);
      border-radius: 13px;
      width: 90px;
      color: #ffffff;
      font-size: 16px;
      transition-duration: 0.2s; }
      .thaqeef__newsletter_form button:hover {
        background: #043f7c; }
.thaqeef__footer {
  background-color: #043f7c;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .thaqeef__footer_logo img {
    width: 220px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__footer_logo img {
        width: 40%; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__footer_logo img {
        width: 50%; } }
  .thaqeef__footer_logo p {
    font-size: 12px; }
  .thaqeef__footer_links label {
    font-size: 20px;
    display: block;
    margin-bottom: 10px; }
  .thaqeef__footer_links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .thaqeef__footer_links ul li {
      padding-block: 3px; }
      .thaqeef__footer_links ul li a {
        color: #ffffff;
        text-decoration: none;
        transition-duration: 0.2s;
        position: relative;
        display: block;
        font-size: 15px; }
        @media only screen and (max-width: 500px) {
          .thaqeef__footer_links ul li a {
            text-align: center; } }
      .thaqeef__footer_links ul li:hover a {
        color: #ddf3f7;
        transform: translate(-10px, 0px); }
  .thaqeef__footer_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px; }
    .thaqeef__footer_social span {
      font-size: 14px; }
    .thaqeef__footer_social ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      gap: 40px; }
      .thaqeef__footer_social ul li a {
        color: #ffffff; }
  .thaqeef__footer_floating-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #ffffff;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    text-decoration: none;
    border-radius: 50%;
    color: #00b207;
    z-index: 100;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    transition-duration: 0.2s; }
    .thaqeef__footer_floating-whatsapp:hover {
      background-color: #00b207;
      color: #ffffff; }
.thaqeef__page-content {
  margin-top: 200px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1024px) and (min-width: 800px) {
    .thaqeef__page-content {
      margin-top: 200px; } }
  @media only screen and (max-width: 800px) and (min-width: 500px) {
    .thaqeef__page-content {
      margin-top: 130px; } }
  @media only screen and (max-width: 500px) {
    .thaqeef__page-content {
      margin-top: 130px; } }
  .thaqeef__page-content h1.title {
    font-size: 50px;
    font-weight: 500;
    text-align: start;
    background: linear-gradient(70deg, #043f7c 20%, #02b1db 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__page-content h1.title {
        font-size: 40px; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__page-content h1.title {
        font-size: 30px;
        width: auto; } }
  .thaqeef__page-content h5.subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-block: 30px;
    text-align: start;
    color: #1E1E1E;
    line-height: 26px; }
    @media only screen and (max-width: 500px) {
      .thaqeef__page-content h5.subtitle {
        font-size: 13px;
        line-height: 22px; } }
  .thaqeef__page-content > .container {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1; }
    .thaqeef__page-content > .container:after {
      content: "";
      background-image: url(../media/logo/logo08.svg);
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: repeat;
      background-size: 100px;
      background-position: center;
      height: 50%;
      width: 100%;
      z-index: -1;
      border-radius: 25px; }
    .thaqeef__page-content > .container:before {
      content: "";
      background: linear-gradient(45deg, #ffffff 70%, #ddf3f7 100%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      border-radius: 25px; }
  .thaqeef__page-content_request label {
    font-size: 20px;
    font-weight: 600;
    display: block; }
  .thaqeef__page-content_request span {
    font-size: 14px;
    display: block; }
  .thaqeef__page-content_request_box {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    margin-block: 15px; }
    @media only screen and (max-width: 500px) {
      .thaqeef__page-content_request_box {
        grid-template-columns: auto; } }
    .thaqeef__page-content_request_box input:required {
      box-shadow: 3px 0px 0 #d30000; }
  .thaqeef__page-content_request_button button {
    padding: 10px 45px;
    border: none;
    background: linear-gradient(70deg, #043f7c, #02b1db);
    border-radius: 5px;
    font-size: 20px;
    margin-top: 15px;
    color: #ffffff;
    transition-duration: 0.3s;
    width: 136px; }
    .thaqeef__page-content_request_button button:hover {
      background-position: 136px; }
  .thaqeef__page-content_blog {
    position: relative;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    background-color: #ffffff; }
    .thaqeef__page-content_blog a {
      text-decoration: none; }
      .thaqeef__page-content_blog a > div {
        position: absolute;
        top: 240px;
        width: calc(100% - 30px);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px; }
        .thaqeef__page-content_blog a > div span {
          background: #043f7c;
          border-radius: 5px;
          padding: 3px 10px;
          text-align: center;
          color: #ffffff;
          font-size: 12px; }
    .thaqeef__page-content_blog .apply {
      padding: 10px 15px;
      border: none;
      background: linear-gradient(70deg, #043f7c, #02b1db);
      border-radius: 5px;
      font-size: 12px;
      color: #ffffff;
      width: 150px;
      transition-duration: 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin: 10px auto; }
      .thaqeef__page-content_blog .apply:hover {
        background-position: 150px; }
    .thaqeef__page-content_blog img {
      display: block;
      width: 100%;
      height: 240px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px; }
    .thaqeef__page-content_blog label {
      display: block;
      font-size: 22px;
      text-align: center;
      margin-block: 20px;
      color: #011C2A; }
    .thaqeef__page-content_blog small {
      display: block;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      direction: ltr;
      color: #8D8D8D; }
    .thaqeef__page-content_blog:after {
      content: "";
      height: 100%;
      width: 200px;
      position: absolute;
      top: 0;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      right: -50%;
      transition-duration: 0.5s; }
    .thaqeef__page-content_blog:hover:after {
      right: 100%; }
  .thaqeef__page-content_oneblog img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px; }
  .thaqeef__page-content_oneblog > span {
    background: #043f7c;
    border-radius: 5px;
    padding: 3px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 12px; }
  .thaqeef__page-content_oneblog > p {
    margin-block: 15px;
    line-height: 35px;
    font-size: 15px; }
  .thaqeef__page-content_oneblog > small {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    direction: ltr;
    color: #8D8D8D; }
  .thaqeef__page-content_services_box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 120px; }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      .thaqeef__page-content_services_box {
        flex-direction: column; } }
    @media only screen and (max-width: 500px) {
      .thaqeef__page-content_services_box {
        flex-direction: column; } }
    .thaqeef__page-content_services_box img {
      width: 40%;
      height: auto;
      object-fit: cover;
      border-radius: 15px; }
      @media only screen and (max-width: 800px) and (min-width: 500px) {
        .thaqeef__page-content_services_box img {
          width: 100%; } }
      @media only screen and (max-width: 500px) {
        .thaqeef__page-content_services_box img {
          width: 100%; } }
    .thaqeef__page-content_services_box label {
      font-size: 30px;
      display: block;
      margin-bottom: 15px;
      color: #043f7c; }
    .thaqeef__page-content_services_box p {
      color: #1E1E1E;
      display: block;
      font-size: 15px;
      line-height: 29px;
      border-bottom: 1px dotted;
      padding-bottom: 15px; }
    .thaqeef__page-content_services_box a {
      padding: 10px 15px;
      border: none;
      background: linear-gradient(70deg, #043f7c, #02b1db);
      border-radius: 5px;
      font-size: 12px;
      color: #ffffff;
      width: 150px;
      transition-duration: 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px; }
      .thaqeef__page-content_services_box a:hover {
        background-position: 150px; }
  .thaqeef__page-content_directors {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-bottom: 85px;
    flex-wrap: wrap; }
    .thaqeef__page-content_directors__box {
      width: auto;
      max-width: 300px;
      min-width: 240px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .thaqeef__page-content_directors__box img {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        object-fit: cover;
        padding: 4px;
        background-color: #ffffff;
        box-shadow: 0 0 0 3px #043f7c;
        position: relative;
        z-index: 2; }
      .thaqeef__page-content_directors__box > div {
        background: #ffffff;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 15px;
        border-bottom: 3px solid #043f7c;
        position: relative;
        z-index: 1;
        margin-top: -60px;
        padding-top: 80px;
        text-align: center;
        width: 100%; }
        .thaqeef__page-content_directors__box > div label {
          font-size: 16px;
          display: block;
          color: #043f7c; }
        .thaqeef__page-content_directors__box > div span {
          font-size: 14px;
          display: block;
          color: #02b1db; }
  .thaqeef__page-content_president {
    justify-content: center; }
    .thaqeef__page-content_president img {
      width: 100%; }
    .thaqeef__page-content_president p {
      font-size: 22px;
      margin-block: 30px;
      color: #043f7c; }
    .thaqeef__page-content_president label {
      display: block;
      font-size: 18px;
      font-weight: 600; }
    .thaqeef__page-content_president span {
      display: block;
      font-size: 16px; }
  .thaqeef__page-content_sitemap_box {
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    flex-wrap: wrap; }

/* ====== General Components Styles ====== */
.accordion .accordion-item {
  background: transparent;
  border: none; }
  .accordion .accordion-item .accordion-button {
    background: #ffffff;
    margin-top: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px 0 !important;
    font-size: 20px;
    padding-block: 25px;
    transition-duration: 0.3s; }
    .accordion .accordion-item .accordion-button:after {
      margin-right: auto;
      margin-left: 0; }
    .accordion .accordion-item .accordion-button:not(.collapsed) {
      color: #043f7c;
      border-radius: 15px 15px 0 0 !important; }
  .accordion .accordion-item .accordion-collapse {
    border: 1px solid #ebf0f1;
    border-top: none;
    border-radius: 0 0 20px 20px; }

#svg_logo {
  height: 250px; }
  @media only screen and (max-width: 1024px) and (min-width: 800px) {
    #svg_logo {
      height: 200px; } }
  @media only screen and (max-width: 800px) and (min-width: 500px) {
    #svg_logo {
      height: 175px; } }
  @media only screen and (max-width: 500px) {
    #svg_logo {
      height: 160px; } }
  #svg_logo path {
    animation: 3s ease-in-out .1s forwards logoAnimation; }
    #svg_logo path.cls-1, #svg_logo path.cls-2, #svg_logo path.cls-3, #svg_logo path.cls-4, #svg_logo path.cls-9 {
      animation: 3s ease-in-out .1s forwards logoAnimation2; }
  #svg_logo + label {
    font-size: 60px;
    color: #fff;
    opacity: 0;
    transition-duration: 0.3s;
    animation: 1s ease-in-out .1s forwards logoTextAnimation;
    animation-delay: 2.5s; }
    @media only screen and (max-width: 1024px) and (min-width: 800px) {
      #svg_logo + label {
        font-size: 50px; } }
    @media only screen and (max-width: 800px) and (min-width: 500px) {
      #svg_logo + label {
        font-size: 40px; } }
    @media only screen and (max-width: 500px) {
      #svg_logo + label {
        font-size: 40px; } }
    #svg_logo + label + span {
      font-size: 20px;
      color: #fff;
      opacity: 0;
      transition-duration: 0.3s;
      animation: 1s ease-in-out .1s forwards logoTextAnimation;
      animation-delay: 3s; }

.btn-special {
  padding: 10px 15px;
  border: none;
  background: linear-gradient(70deg, #043f7c, #02b1db);
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  width: 150px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  .btn-special:hover {
    background-position: 150px; }

.btn-special-success {
  padding: 10px 15px;
  border: none;
  background: linear-gradient(70deg, #02b1db, #00b207);
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  width: 150px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  .btn-special-success:hover {
    background-position: 150px; }

.btn-special-dark {
  padding: 10px 15px;
  border: none;
  background: linear-gradient(70deg, #011C2A, #043f7c);
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  width: 150px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  .btn-special-dark:hover {
    background-position: 150px; }

#GeneralModal .modal-content {
  border-radius: 15px; }
  #GeneralModal .modal-content .modal-header {
    background: linear-gradient(45deg, #043f7c, #02b1db);
    border-radius: 14px 14px 0 0; }
    #GeneralModal .modal-content .modal-header .modal-title {
      color: #ffffff; }
    #GeneralModal .modal-content .modal-header .btn-close {
      margin: 0;
      background-color: #ffffff; }
  #GeneralModal .modal-content .modal-body .inputs-container input,
  #GeneralModal .modal-content .modal-body .inputs-container select {
    margin-bottom: 18px; }

#prev-img {
  width: 100%;
  height: 115px;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #999999;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer; }

.image_on_table {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #ebf0f1;
  object-fit: contain;
  border-radius: 10px; }

.validation-error {
  background: linear-gradient(270deg, #ffe3e6, transparent);
  border-right: 2px solid #fe394b; }

.table-special thead tr th {
  align-content: center; }
  .table-special thead tr th:first-child {
    width: 50px; }
  .table-special thead tr th:last-child {
    text-align: end; }
.table-special tbody tr td {
  align-content: center; }
  .table-special tbody tr td:first-child {
    width: 50px;
    font-family: Overpass, GE-Dinar, sans-serif; }
  .table-special tbody tr td:last-child {
    text-align: end; }
    .table-special tbody tr td:last-child button,
    .table-special tbody tr td:last-child a {
      min-width: 77px;
      margin-bottom: 2px; }
.table-special tbody tr td.no_data_table {
  text-align: center;
  padding-block: 50px; }
  .table-special tbody tr td.no_data_table span {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    color: #8D8D8D; }
.table-special tbody tr.sub td span.d-block {
  padding-inline-start: 25px;
  border-right: 1px solid #011C2A; }

.lang_input {
  position: relative; }
  .lang_input:after {
    content: "";
    height: 34px;
    width: 34px;
    position: absolute;
    background: #043f7c;
    color: #ffffff;
    z-index: 1;
    top: 2px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px; }
  .lang_input__ar:after {
    content: "ع";
    right: 15px; }
  .lang_input__ar input,
  .lang_input__ar textarea {
    padding-right: 42px; }
    .lang_input__ar input + .note-editor,
    .lang_input__ar textarea + .note-editor {
      direction: rtl; }
      .lang_input__ar input + .note-editor .dropdown-toggle:after,
      .lang_input__ar textarea + .note-editor .dropdown-toggle:after {
        content: none; }
  .lang_input__en:after {
    content: "E";
    left: 15px; }
  .lang_input__en input,
  .lang_input__en textarea {
    padding-left: 42px; }
    .lang_input__en input + .note-editor,
    .lang_input__en textarea + .note-editor {
      direction: ltr; }
      .lang_input__en input + .note-editor .dropdown-toggle:after,
      .lang_input__en textarea + .note-editor .dropdown-toggle:after {
        content: none; }
  .lang_input .note-toolbar {
    padding-inline-start: 50px; }

.show_index {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .show_index__1 {
    background: #00b207; }
  .show_index__0 {
    background: #fe394b; }

.modal_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 20px; }
  .modal_loader img {
    height: 40px; }

/* ====== Keyframes ====== */
@keyframes logoAnimation {
  0% {
    stroke-width: 3px;
    stroke-dashoffset: -970;
    fill: transparent; }
  70% {
    stroke-width: 3px;
    stroke-dashoffset: 0;
    fill: transparent; }
  100% {
    stroke-width: 0;
    fill: #043f7c; } }
@keyframes logoAnimation2 {
  0% {
    stroke-width: 3px;
    stroke-dashoffset: -970;
    fill: transparent; }
  70% {
    stroke-width: 3px;
    stroke-dashoffset: 0;
    fill: transparent; }
  100% {
    stroke-width: 0;
    fill: #02b1db; } }
@keyframes logoTextAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes NavbarLinksAnimation {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes SectorsLinksAnimation {
  0% {
    transform: scale(0.99);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
/* ====== Control Panel ====== */
#loader {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px); }
  #loader svg {
    height: 100px;
    width: 100px; }
    #loader svg path {
      fill: #043f7c; }

.footerCont {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #043f7c;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  width: 100%; }
  .footerCont a {
    color: #ffffff;
    text-decoration: none; }

.mainContent {
  padding: 20px;
  margin-right: calc(250px + 2%);
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: calc(100vh - 100px);
  width: calc(100% - 250px - 4%);
  background-color: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 25px; }
  .mainContent__title {
    font-size: 24px;
    font-weight: 600;
    color: #011C2A;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #02b1db;
    padding-bottom: 15px; }

.sidebar {
  width: 250px;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: linear-gradient(45deg, #043f7c, #02b1db);
  overflow: auto; }
  .sidebar__head {
    display: flex;
    gap: 10px;
    text-decoration: none;
    padding-bottom: 5px;
    position: sticky;
    top: 0;
    z-index: 10; }
    .sidebar__head #control_logo {
      width: 100%;
      margin-top: -16px;
      background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.7));
      border-radius: 0 0 25px 25px;
      padding: 15px; }
      .sidebar__head #control_logo path {
        animation: 3s ease-in-out .1s forwards logoAnimation; }
        .sidebar__head #control_logo path.cls-1, .sidebar__head #control_logo path.cls-2, .sidebar__head #control_logo path.cls-3, .sidebar__head #control_logo path.cls-4, .sidebar__head #control_logo path.cls-9 {
          animation: 3s ease-in-out .1s forwards logoAnimation2; }
  .sidebar__content {
    padding: 0;
    margin: 0;
    list-style: none; }
    .sidebar__content li button {
      color: #ffffff;
      border-radius: 5px !important;
      width: 100%;
      text-align: right;
      font-size: 15px;
      display: flex;
      align-items: center;
      height: 37px;
      position: relative; }
      .sidebar__content li button svg {
        width: 20px; }
      .sidebar__content li button span {
        display: block;
        line-height: 1;
        margin-right: 1rem; }
        .sidebar__content li button span.notif {
          position: absolute;
          left: 3px;
          top: 7px;
          font-family: sans-serif;
          background: #ffffff;
          color: #fe394b;
          width: 18px;
          height: 18px;
          font-size: 15px;
          line-height: 15px;
          text-align: center;
          border-radius: 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 0 7px #ddf3f7;
          font-weight: 700; }
      .sidebar__content li button[aria-expanded=true] {
        background-color: #043f7c;
        color: #ffffff;
        border-radius: 5px 5px 0 0 !important; }
        .sidebar__content li button[aria-expanded=true] + div {
          background-color: #ddf3f7;
          border-radius: 0 0 5px 5px; }
  .sidebar__second {
    border-right: 1px solid #02b1db;
    padding-right: 18px;
    margin-right: 18px; }
    .sidebar__second li a {
      color: #02b1db;
      text-decoration: none;
      padding-block: 5px;
      display: flex;
      line-height: 1;
      min-height: 35px;
      align-items: center;
      transition-duration: 0.2s;
      position: relative; }
      .sidebar__second li a.active {
        position: relative;
        color: #02b1db; }
        .sidebar__second li a.active:after {
          content: "";
          position: absolute;
          border: 5px solid;
          border-color: transparent #02b1db transparent transparent;
          right: -18px;
          transition-duration: 0.2s; }
      .sidebar__second li a:hover {
        transform: translate(-7px, 0px); }
        .sidebar__second li a:hover:after {
          transform: translate(7px, 0px); }
      .sidebar__second li a span {
        position: absolute;
        left: 8px; }
  .sidebar [data-bs-toggle="collapse"]:after {
    content: "\f0d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    left: 4px; }
  .sidebar [data-bs-toggle="collapse"].collapsed:after {
    content: "\f0d7"; }

.pagenation {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 20px; }
  .pagenation a {
    padding: 5px;
    border: none;
    background: linear-gradient(70deg, #043f7c, #02b1db);
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    width: 50px;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Overpass, GE-Dinar, sans-serif;
    text-decoration: none; }
    .pagenation a.active {
      background: linear-gradient(70deg, #02b1db, #00b207); }
    .pagenation a:hover {
      background-position: 50px; }

.search_area {
  display: flex;
  gap: 5px; }
  .search_area button,
  .search_area a {
    padding: 10px 15px;
    border: none;
    background: linear-gradient(70deg, #043f7c, #02b1db);
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    width: 100px;
    min-width: 100px;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none; }
    .search_area button:hover,
    .search_area a:hover {
      background-position: 100px; }

/* ====== English Version ====== */
[dir="ltr"] .thaqeef__header_main .flag {
  left: auto;
  top: -135px;
  right: -90px;
  transform: rotate3d(0, 1, 0, 180deg); }
[dir="ltr"] .thaqeef__header_main_nav ul li a[aria-expanded="false"]:after,
[dir="ltr"] .thaqeef__header_main_nav ul li button[aria-expanded="false"]:after {
  left: auto;
  right: -20px; }
[dir="ltr"] .thaqeef__header.mini-header img.flag {
  left: auto;
  right: -40px; }
[dir="ltr"] .thaqeef__header_minimenu {
  right: auto;
  left: 0; }
  [dir="ltr"] .thaqeef__header_minimenu .card-body {
    border-radius: 0 15px; }
    [dir="ltr"] .thaqeef__header_minimenu .card-body:after {
      right: auto;
      left: 10px; }
[dir="ltr"] .thaqeef__sectors_box_service a label {
  left: auto;
  right: -50px; }
[dir="ltr"] .thaqeef__newsletter_form input {
  padding: 10px 95px 10px 35px; }
[dir="ltr"] .thaqeef__newsletter_form button {
  left: auto;
  right: 2px; }
[dir="ltr"] .thaqeef__page-content_request_box input:required {
  box-shadow: -3px 0px 0 #d30000; }
[dir="ltr"] .thaqeef__footer_floating-whatsapp {
  right: auto;
  left: 15px; }
[dir="ltr"] .accordion .accordion-item .accordion-button:after {
  margin-right: 0;
  margin-left: auto; }
[dir="ltr"] .validation-error {
  background: linear-gradient(90deg, #ffe3e6, transparent);
  border-left: 2px solid #fe394b;
  border-right: 1px solid #ced4da; }
[dir="ltr"] .mainContent {
  margin-right: auto;
  margin-left: calc(250px + 2%); }
  [dir="ltr"] .mainContent__title {
    text-transform: capitalize; }
[dir="ltr"] .sidebar {
  right: auto;
  left: 0; }
  [dir="ltr"] .sidebar__content li button span {
    margin-right: auto;
    margin-left: 1rem;
    text-transform: capitalize; }
    [dir="ltr"] .sidebar__content li button span.notif {
      left: auto;
      right: 3px; }
  [dir="ltr"] .sidebar__second {
    border-right: none;
    padding-right: auto;
    margin-right: auto;
    border-left: 1px solid #02b1db;
    padding-left: 18px;
    margin-left: 18px; }
    [dir="ltr"] .sidebar__second li a {
      text-transform: capitalize; }
      [dir="ltr"] .sidebar__second li a.active:after {
        content: "";
        right: auto;
        left: -18px;
        border-color: transparent transparent transparent #02b1db;
        transition-duration: 0.2s; }
      [dir="ltr"] .sidebar__second li a:hover {
        transform: translate(7px, 0px); }
        [dir="ltr"] .sidebar__second li a:hover:after {
          transform: translate(-7px, 0px); }
      [dir="ltr"] .sidebar__second li a span {
        left: auto;
        right: 8px; }
  [dir="ltr"] .sidebar [data-bs-toggle="collapse"]:after {
    content: "\f0d8";
    left: auto;
    right: 4px; }
  [dir="ltr"] .sidebar [data-bs-toggle="collapse"].collapsed:after {
    content: "\f0d7"; }
[dir="ltr"] .special-flex-direction-reverse {
  flex-direction: row-reverse; }
[dir="ltr"] .table-special tbody tr.sub td span.d-block {
  border-right: none;
  border-left: 1px solid #011C2A; }

/*# sourceMappingURL=main.css.map */
