@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
body .top-menu-section #top-menu-checkbox + .top-menu-shader {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 0%;
  background-color: rgba(48, 56, 66, 0.3);
  opacity: 0;
  transition: opacity ease 0.4s; }

body .top-menu-section #top-menu-checkbox ~ .top-menu-container {
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(48, 56, 66, 0.1) 0px 3px 10px;
  border-top: solid 10px #00b8e9;
  border-radius: 0px 0px 20px 20px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: height ease-in-out 0.5s, opacity ease-in-out 0.5s; }
  body .top-menu-section #top-menu-checkbox ~ .top-menu-container .head {
    padding: 0px 0px;
    min-height: 60px; }
    body .top-menu-section #top-menu-checkbox ~ .top-menu-container .head label {
      margin: 0px;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      color: #303842;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: color ease 0.4s; }
      body .top-menu-section #top-menu-checkbox ~ .top-menu-container .head label:hover {
        color: #00b8e9; }
  body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body {
    border-bottom: solid 2px rgba(48, 56, 66, 0.1);
    height: 100%;
    overflow: auto; }
    body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul {
      margin: 0px;
      padding: 0px;
      position: relative; }
      body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) {
        display: none;
        width: 33.3333%; }
        body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li {
          list-style-type: none; }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li:not(:last-child) {
            border-bottom: solid 1px rgba(48, 56, 66, 0.1); }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li > a {
            display: flex;
            min-height: 45px;
            align-items: center;
            justify-content: space-between;
            text-align: start;
            padding: 4px 10px;
            background-color: rgba(0, 184, 233, 0);
            color: #303842;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: color ease 0.4s, background-color ease 0.4s; }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li > div.sub-menu {
            position: absolute;
            left: 100%;
            top: 0;
            width: 100%;
            height: 100%;
            display: none; }
            body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li > div.sub-menu > ul {
              width: 100%; }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li:hover > a {
            color: #fff;
            background-color: #00b8e9; }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li:hover > div.sub-menu {
            display: block; }
      body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul.mobile {
        display: block;
        width: 100%; }
        body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul.mobile li {
          list-style-type: none; }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul.mobile li:not(:last-child) {
            border-bottom: solid 1px rgba(48, 56, 66, 0.1); }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul.mobile li a {
            display: flex;
            min-height: 45px;
            align-items: center;
            justify-content: space-between;
            text-align: start;
            padding: 4px 10px;
            background-color: rgba(0, 184, 233, 0);
            color: #303842;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: color ease 0.4s, background-color ease 0.4s; }
          body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul.mobile li div.sub-menu > ul {
            display: block;
            width: 100%; }
            body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul.mobile li div.sub-menu > ul > li > a {
              font-weight: 400; }
    @media (max-width: 575px) {
      body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) {
        display: none; }
      body .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul.mobile {
        display: block;
        padding: 0px 0px 0px 20px; } }
  body .top-menu-section #top-menu-checkbox ~ .top-menu-container .footer .inner-row {
    min-height: 80px; }

body .top-menu-section #top-menu-checkbox:checked + .top-menu-shader {
  width: 100%;
  height: 100%;
  opacity: 1; }

body .top-menu-section #top-menu-checkbox:checked ~ .top-menu-container {
  top: 0;
  opacity: 1;
  height: calc(100vh - 40px); }

body[dir="rtl"] .top-menu-section #top-menu-checkbox ~ .top-menu-container .body nav ul:not(.mobile) li > div.sub-menu {
  left: auto;
  right: 100%; }

@media (max-width: 575px) {
  body[dir="rtl"] .top-menu-section #top-menu-checkbox ~ .top-menu-container .body ul.mobile {
    padding: 0px 20px 0px 0px; } }

.header-section {
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  z-index: 3; }
  .header-section .inner-row {
    min-height: 90px; }
    .header-section .inner-row .brand-section-logo {
      width: 360px;
      height: 60px;
      display: flex; }
      .header-section .inner-row .brand-section-logo picture {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        text-align: center; }
      @media (max-width: 575px) {
        .header-section .inner-row .brand-section-logo {
          width: 280px; } }
    .header-section .inner-row .brand-section .header-nav {
      display: flex;
      align-items: center;
      padding: 0px 20px; }
      .header-section .inner-row .brand-section .header-nav .navigation-button {
        width: auto;
        min-width: 100px;
        height: 40px;
        background-color: #00b8e9;
        border-radius: 6px;
        color: #fff;
        border: solid 2px #00b8e9;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        transition: background-color ease 0.4s; }
        .header-section .inner-row .brand-section .header-nav .navigation-button span.button-icon {
          width: 24px;
          height: 24px; }
          .header-section .inner-row .brand-section .header-nav .navigation-button span.button-icon::before {
            content: "";
            width: 24px;
            height: 24px;
            background-image: url(../assets/navigation-btn-symbol.svg);
            background-position: center;
            display: block; }
        .header-section .inner-row .brand-section .header-nav .navigation-button:hover {
          background-color: #00a4d0; }
      .header-section .inner-row .brand-section .header-nav ul {
        display: flex;
        padding: 0px 20px; }
        .header-section .inner-row .brand-section .header-nav ul li {
          list-style-type: none;
          padding: 0px 10px; }
          .header-section .inner-row .brand-section .header-nav ul li a {
            display: flex;
            min-height: 40px;
            align-items: center;
            border-bottom: solid 3px rgba(0, 184, 233, 0);
            text-decoration: none;
            color: #303842;
            transition: color ease 0.4s, border ease 0.4s; }
            .header-section .inner-row .brand-section .header-nav ul li a:hover {
              color: #00b8e9; }
          .header-section .inner-row .brand-section .header-nav ul li.active a {
            border-bottom-color: #00b8e9; }
      @media (max-width: 575px) {
        .header-section .inner-row .brand-section .header-nav ul {
          display: none; } }
    .header-section .inner-row .secondary-section > div {
      padding: 0px 5px; }
      .header-section .inner-row .secondary-section > div .search-form {
        position: relative; }
        .header-section .inner-row .secondary-section > div .search-form input {
          width: 40px;
          height: 40px;
          background-color: #00b8e9;
          border-radius: 25px;
          color: #fff;
          border: none;
          padding: 0px 0px 0px 0px;
          font-size: 14px;
          transition: width ease 0.4s, padding ease 0.4s; }
          .header-section .inner-row .secondary-section > div .search-form input:focus, .header-section .inner-row .secondary-section > div .search-form input:not(:placeholder-shown) {
            padding: 0px 50px 0px 20px;
            width: 120px; }
          .header-section .inner-row .secondary-section > div .search-form input::placeholder {
            color: #00b8e9; }
        .header-section .inner-row .secondary-section > div .search-form button {
          position: absolute;
          width: 40px;
          height: 40px;
          right: 0px;
          top: 0px;
          border-radius: 25px;
          border: none;
          background-color: transparent;
          background-image: url(../assets/search-icon.svg);
          background-size: 24px;
          background-repeat: no-repeat;
          background-position: center; }
        .header-section .inner-row .secondary-section > div .search-form:hover input {
          width: 120px;
          padding: 0px 50px 0px 20px; }
        @media (max-width: 991px) {
          .header-section .inner-row .secondary-section > div .search-form {
            display: none; } }
      .header-section .inner-row .secondary-section > div .login-button {
        width: auto;
        min-width: 100px;
        height: 40px;
        background-color: rgba(0, 184, 233, 0);
        border-radius: 6px;
        color: #00b8e9;
        border: solid 2px #00b8e9;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        transition: background-color ease 0.4s; }
        .header-section .inner-row .secondary-section > div .login-button span.button-icon {
          width: 24px;
          height: 24px; }
          .header-section .inner-row .secondary-section > div .login-button span.button-icon::before {
            content: "";
            width: 24px;
            height: 24px;
            background-image: url(../assets/login-btn-symbol.svg);
            background-position: center;
            display: block; }
        .header-section .inner-row .secondary-section > div .login-button:hover {
          background-color: rgba(0, 184, 233, 0.1); }
  @media (max-width: 991px) {
    .header-section {
      position: absolute;
      z-index: 3;
      top: 0px;
      left: 0px;
      width: 100%; } }

* {
  outline: none !important; }

body {
  background-color: #f8fbff;
  color: #303842;
  font-family: 'Roboto', sans-serif; }
  body[dir="rtl"] {
    font-family: "Cairo", sans-serif;
    font-weight: 400;
    text-align: start; }

.inner-row {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px; }

.body-section {
  padding-top: 40px;
  padding-bottom: 20px; }
  .body-section .heading-container .heading {
    color: #00b8e9;
    font-size: 1.6rem;
    font-weight: 400; }
    .body-section .heading-container .heading::after {
      content: "";
      margin: 0px 10px;
      width: 116px;
      height: 6px;
      background-image: url(../assets/title-ornament.svg);
      background-size: contain;
      display: inline-block;
      background-repeat: no-repeat; }

.map-section {
  padding: 0px; }
  .map-section iframe {
    width: 100%;
    height: 280px; }

footer {
  background-color: #303842;
  color: #f8fbff; }
  footer .inner-row .footer-menu-col {
    padding: 40px 0px 20px;
    border-bottom: solid 1px #455160; }
    footer .inner-row .footer-menu-col .heading {
      font-size: 1.1rem;
      margin-bottom: 20px;
      font-weight: 600; }
      @media (max-width: 575px) {
        footer .inner-row .footer-menu-col .heading {
          text-align: center; } }
    footer .inner-row .footer-menu-col p {
      font-size: 0.9rem;
      line-height: 1.4; }
    footer .inner-row .footer-menu-col .newsletter-form input {
      width: 100%;
      height: 50px;
      border: none;
      padding: 0px 10px;
      border-radius: 15px;
      background-color: rgba(255, 255, 255, 0.6);
      transition: background-color ease 0.4s;
      font-size: 18px; }
      footer .inner-row .footer-menu-col .newsletter-form input:focus {
        background-color: white; }
    footer .inner-row .footer-menu-col .newsletter-form button[type="submit"] {
      height: 50px;
      border-radius: 15px;
      background-color: #00b8e9;
      border: none;
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      width: 100%; }
    footer .inner-row .footer-menu-col .contact-group-item > span.icon {
      min-width: 24px;
      width: 24px;
      color: #00b8e9; }
    footer .inner-row .footer-menu-col .contact-group-item a {
      display: block;
      color: #fff;
      text-decoration: none;
      font-size: 0.9rem;
      transition: color ease 0.4s; }
      footer .inner-row .footer-menu-col .contact-group-item a:hover {
        color: #00b8e9; }
    footer .inner-row .footer-menu-col .community-group-item {
      padding: 0px 5px 10px; }
      footer .inner-row .footer-menu-col .community-group-item a {
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        text-decoration: none;
        border-radius: 50%;
        font-size: 24px;
        transition: background-color ease 0.4s, color ease 0.4s; }
        footer .inner-row .footer-menu-col .community-group-item a:hover {
          background-color: white;
          color: #303842; }
    footer .inner-row .footer-menu-col .menu-col ul {
      margin: 0px;
      padding: 0px; }
      footer .inner-row .footer-menu-col .menu-col ul li {
        list-style-type: none; }
        footer .inner-row .footer-menu-col .menu-col ul li a {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          text-align: start;
          color: #fff;
          text-decoration: none;
          padding: 5px 0px;
          font-size: 0.9rem;
          min-height: 50px;
          transition: color ease 0.4s; }
          footer .inner-row .footer-menu-col .menu-col ul li a:hover {
            color: #00b8e9; }
          @media (max-width: 575px) {
            footer .inner-row .footer-menu-col .menu-col ul li a {
              text-align: center;
              justify-content: center; } }

.custom-table thead tr th {
    /*background-color: #F49231;*/
    background-color: #00b8e9;
    color: #fff;
    vertical-align: middle;
}
  .custom-table thead tr th:first-child {
    border-radius: 0px 8px 8px 0px; }
  .custom-table thead tr th:last-child {
    border-radius: 8px 0px 0px 8px; }

.custom-table tbody tr td {
  border-top: solid 8px #e8ebef;
  background-color: #fff; }