@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 */
@font-face {
  font-family: "Dinnext Bold";
  src: url("/assets/fonts/din-next/bold.ttf"); }

@font-face {
  font-family: "Dinnext Light";
  src: url("/assets/fonts/din-next/ligh.ttf"); }

@font-face {
  font-family: "Dinnext Medium";
  src: url("/assets/fonts/din-next/medium.ttf"); }

@font-face {
  font-family: "Dinnext Regular";
  src: url("/assets/fonts/din-next/regular.ttf"); }

@font-face {
  font-family: "JF Flat";
  src: url("../fonts/font-family/JF-Flat-regular.ttf"); }
.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #cd9c66;
    font-size: 26px;
    border-bottom: 1px solid #c7c7c7;
    width: 50%;
    padding-bottom: 10px;
}
header .nav-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }
  header .nav-container .brand {
    float: right;
    width: 110px;
    margin-top: 10px;
    z-index: 200; }
    header .nav-container .brand .color-logo {
      display: none; }
  header .nav-container .nav-top {
    margin-top: 5px; }
    header .nav-container .nav-top ul.nav-list > li {
      position: relative;
      display: inline-flex; }
      header .nav-container .nav-top ul.nav-list > li::after {
        content: '|';
        color: rgba(255, 255, 255, 0.2);
        position: absolute;
        right: 0;
        bottom: 50%;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%); }
      header .nav-container .nav-top ul.nav-list > li a {
        padding: 10px 15px 10px 19px;
        font-size: 14px;
        direction: rtl;
        color:White;}
        header .nav-container .nav-top ul.nav-list > li a.call-us::before, header .nav-container .nav-top ul.nav-list > li a.logout::before {
          margin-left: 10px; }
        header .nav-container .nav-top ul.nav-list > li a.dark-mode-toggle {
          padding-top: 7px; }
          header .nav-container .nav-top ul.nav-list > li a.dark-mode-toggle::before {
            font-size: 22px; }
        header .nav-container .nav-top ul.nav-list > li a.vision {
          width: 73px;
          display: block;
          padding: 0px;
          padding-right: 15px; }
          header .nav-container .nav-top ul.nav-list > li a.vision .color-vision {
            display: none; }
      header .nav-container .nav-top ul.nav-list > li ul.social-media li {
        padding: 0 !important; }
        header .nav-container .nav-top ul.nav-list > li ul.social-media li a {
          padding: 10px 7px;
          color: white; }
          header .nav-container .nav-top ul.nav-list > li ul.social-media li a::before {
            font-size: 16px; }
  header .nav-container .nav-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    padding: 13px 0px;
    WIDTH: 100% !important;
  }
    header .nav-container .nav-bottom .nav-list li a {
      padding: 10px 20px;
      color:White;
      font-size:16px;}
      header .nav-container .nav-bottom .nav-list li a.dropdown-toggle {
        display: none; }
    header .nav-container .nav-bottom .nav-list li .nav-dropdown {
      width: 100%;
      height: 100%;
      left: 0;
      height: auto;
      padding: 20px 0px;
      margin-top: 12px;
      background-color: white; }
      header .nav-container .nav-bottom .nav-list li .nav-dropdown ul {
        width: 1170px;
        margin-right: auto;
        margin-left: auto; }
    header .nav-container .nav-bottom .nav-list li.shown > a {
      color: #0c8063 !important; }
    header .nav-container .nav-bottom .nav-list li.shown .nav-dropdown {
      display: block; }
      @media (max-width: 767px) {
        header .nav-container .nav-bottom .nav-list li.shown .nav-dropdown {
          display: none; } }
  header .nav-container .nav-social {
    display: none; }
  @media (max-width: 768px) {
    header .nav-container .container {
      width: 100%; }
    header .nav-container .brand {
      margin: 10px 15px 0px 0px; }
    header .nav-container .nav-mobile {
      display: block; }
    header .nav-container nav {
      width: 100%; }
      header .nav-container nav > ul {
        display: none; }
        header .nav-container nav > ul li {
          float: none;
          text-align: right; }
      header .nav-container nav.nav-top {
        background-color: white; }
        header .nav-container nav.nav-top ul.nav-list > li:nth-child(2) {
          float: left; }
        header .nav-container nav.nav-top ul.nav-list > li a {
          font-size: 18px;
          font-weight: 900;
          color: #8e8e8e; }
          header .nav-container nav.nav-top ul.nav-list > li a.vision, header .nav-container nav.nav-top ul.nav-list > li a.lang, header .nav-container nav.nav-top ul.nav-list > li a.dark-mode-toggle {
            display: none; }
        header .nav-container nav.nav-top ul.nav-list > li ul.social-media li {
          display: none; }
      header .nav-container nav.nav-bottom {
        border: 0;
        margin: 0;
        background-color: white;
        padding: 0px; }
        header .nav-container nav.nav-bottom .nav-list > li {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2);
          position: relative; }
          header .nav-container nav.nav-bottom .nav-list > li a {
            display: inline-block;
            padding: 10px 15px 10px 50px;
            color: #8e8e8e; }
            header .nav-container nav.nav-bottom .nav-list > li a.dropdown-toggle {
              display: block;
              position: absolute;
              left: 15px;
              top: 0;
              padding: 11px 0px; }
          header .nav-container nav.nav-bottom .nav-list > li .nav-dropdown {
            margin: 0;
            padding: 0; }
            header .nav-container nav.nav-bottom .nav-list > li .nav-dropdown > li {
              border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      header .nav-container nav.nav-social {
        background-color: white;
        display: block; }
        header .nav-container nav.nav-social li {
          padding: 10px 15px; }
          header .nav-container nav.nav-social li:first-child {
            float: right; }
          header .nav-container nav.nav-social li:last-child {
            float: left; }
          header .nav-container nav.nav-social li a {
            color: #8e8e8e !important; }
            header .nav-container nav.nav-social li a::before {
              font-size: 24px; }
    header .nav-container .nav-dropdown {
      position: static; } }
  @media (min-width: 767px) and (max-width: 1066px) {
    header .nav-container .nav-bottom .nav-list li a {
      padding: 10px 12px;
      font-size: 14px; } }
  @media (min-width: 1067px) and (max-width: 1200px) {
    header .nav-container .nav-bottom .nav-list li a {
      padding: 10px; } }
  @media screen and (min-width: 799px) {
    header .nav-container .nav-list {
      display: block !important; } }
  header .nav-container #nav-toggle {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    margin: 35px 0 0 15px;
    padding: 23px;
    background-color: rgba(255, 255, 255, 0.42);
    border-radius: 50%; }
    header .nav-container #nav-toggle span,
    header .nav-container #nav-toggle span:before,
    header .nav-container #nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 2px;
      width: 30px;
      background: white;
      position: absolute;
      display: block;
      left: 8px;
      content: ''; }
    header .nav-container #nav-toggle span:before {
      top: -7px;
      left: 0px; }
    header .nav-container #nav-toggle span:after {
      bottom: -7px;
      left: 0px; }

header.white-header .nav-container {
  background-color: white !important; }
  header.white-header .nav-container .nav-bottom {
    border-top: 1px solid #8e8e8e; }
  header.white-header .nav-container .nav-top .nav-list > li::after {
    color: #8e8e8e; }

header.white-header .brand .logo {
  display: none; }

header.white-header .brand .color-logo {
  display: block; }

header.white-header .nav-list li a {
  color: #8e8e8e !important; }
  header.white-header .nav-list li a.vision .vision {
    display: none; }
  header.white-header .nav-list li a.vision .color-vision {
    display: block !important; }

@media (max-width: 767px) {
  header.white-header .nav-container {
    background-color: transparent !important; }
    header.white-header .nav-container .nav-bottom {
      border-top: 0; }
    header.white-header .nav-container .nav-top .nav-list > li::after {
      display: none; }
  header.white-header .brand .logo {
    display: block; }
  header.white-header .brand .color-logo {
    display: none; } }

header .page-background {
  max-height: 165px;
  position: relative;
  }
header .page-background img {
  height:165px;
  width: 100%;}
  header .page-background .default-mobile {
    display: none; }
  header .page-background::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.45); }
  @media (max-width: 767px) {
    header .page-background .default {
      display: none; }
    header .page-background .default-mobile {
      display: block;
      width: 100%; } }

header .su-header {
  position: absolute;
  top: 150px;
  left: 0px;
  right: 0px; }
  @media (max-width: 990px) {
    header .su-header .left, header .su-header .right {
      float: none;
      width: 100%;
      text-align: right;
      padding: 10px 0px;
      margin: 0; } }

footer {
  padding-top: 35px;
  padding-bottom: 0;
  margin-top: 0;
  position: relative; }
  footer .footer-top {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    footer .footer-top a.logo {
      float: right;
      width: 110px; }
    footer .footer-top a.vision-logo {
      float: left;
      width: 110px;
      display: none; }
    footer .footer-top .footer-wrapper {
      float: left;
      display: block;
      width: 80%; }
      footer .footer-top .footer-wrapper .social-media {
        margin-top: 40px;
        float: left; }
      footer .footer-top .footer-wrapper .footer-subscripe {
        margin-top: 40px;
        float: right; }
        footer .footer-top .footer-wrapper .footer-subscripe h1 {
          margin: 0;
          margin-left: 10px;
          font-size: 20px;
          display: inline-block; }
      @media (max-width: 767px) {
        footer .footer-top .footer-wrapper {
          display: none; } }
    @media (max-width: 767px) {
      footer .footer-top a.vision-logo {
        display: block; } }
  footer .footer-left .vision {
    display: block;
    margin-top: 50px; }
  @media (max-width: 767px) {
    footer .footer-left {
      display: none; } }
  footer .footer-right .menu-footer {
    display: inline-block;
    width: 100%; }
    footer .footer-right .menu-footer > li {
      float: right;
      margin-right: 0;
      margin-left: 1%;
      width: 24%;
      position: relative; }
      footer .footer-right .menu-footer > li a {
        color: black;
        font-size: 20px;
        cursor: pointer;
        padding-bottom: 14px;
        text-decoration: none; }
      footer .footer-right .menu-footer > li .dropdown-toggle .caret {
        display: none; }
      footer .footer-right .menu-footer > li ul.dropdown {
        display: block;
        margin: 14px 0px;
        padding: 0;
        border: 0;
        box-shadow: none;
        position: static; }
        footer .footer-right .menu-footer > li ul.dropdown li {
          width: 100%;
          padding: 7px 0px; }
          footer .footer-right .menu-footer > li ul.dropdown li a {
            color: #626262;
            margin: 0;
            font-size: 14px;
            clear: both;
            font-weight: 400;
            white-space: nowrap; }
  @media (max-width: 767px) {
    footer .footer-right .footer-navigation {
      float: none; }
      footer .footer-right .footer-navigation .menu-footer > li {
        width: 100%;
        padding: 10px 0px;
        float: none;
        clear: both; }
        footer .footer-right .footer-navigation .menu-footer > li a {
          font-size: 14px; }
        footer .footer-right .footer-navigation .menu-footer > li .dropdown-toggle {
          display: block;
          padding: 0px;
          border-bottom: 1px solid #dcdcdc;
          width: 100%;
          position: relative;
          font-weight: bold; }
          footer .footer-right .footer-navigation .menu-footer > li .dropdown-toggle .caret {
            display: block;
            position: absolute;
            left: 15px;
            top: 0; }
        footer .footer-right .footer-navigation .menu-footer > li ul.dropdown {
          display: none; }
      footer .footer-right .footer-navigation .menu-footer .open .dropdown {
        display: block; } }
  footer .footer-bottom {
    background-color: #f0f4f5;
    padding: 10px;
    margin-top: 30px; }
    footer .footer-bottom .nav-footer .menu-copy-right li {
      display: inline-block; }
      footer .footer-bottom .nav-footer .menu-copy-right li a {
        color: black;
        text-decoration: underline;
        font-size: 12px;
        padding: 10px 15px; }
    footer .footer-bottom .copyright {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 400; }
    @media (max-width: 767px) {
      footer .footer-bottom .left,
      footer .footer-bottom .right {
        text-align: center; }
        footer .footer-bottom .left .nav-footer,
        footer .footer-bottom .right .nav-footer {
          float: none; }
          footer .footer-bottom .left .nav-footer li,
          footer .footer-bottom .right .nav-footer li {
            float: none; } }
    @media (min-width: 768px) {
      footer .footer-bottom .center {
        display: none; } }
  @media (max-width: 767px) {
    footer .container {
      width: 100%;
      padding: 0px 15px; } }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 18px;
  font-family: "Dinnext Regular";
  direction: rtl;
  text-align: right; }

section {
  clear: both; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    line-height: 20px; }
    ul li a {
      font-family: "Dinnext Regular" !important; }
      ul li a::before {
        font: normal normal normal 14px/1 FontAwesome; }

img {
  max-width: 100%;
  height: auto; }

nav {
  float: left; }
  nav ul li {
    float: right; }

a,
a:visited {
  text-decoration: none;
  color: white; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dinnext Regular'; }

h1.medium {
  font-size: 24px;
  font-weight: bold; }

h1.small {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0; }

h2 {
  font-size: 30px;
  font-weight: bold; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.slide {
  position: relative;
  cursor: grab; }
  .slide .bg-img::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slide .services-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; }
    @media (max-width: 480px) {
      .slide .services-wrapper .services-title h2 {
        font-size: 24px; } }
    .slide .services-wrapper .service-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .slide .services-wrapper .service-list .service {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        flex-basis: 33.333333%;
        padding: 32px 8px; }
        .slide .services-wrapper .service-list .service a:hover, .slide .services-wrapper .service-list .service a:focus {
          text-decoration: none;
          color: white; }
        @media (max-width: 767px) {
          .slide .services-wrapper .service-list .service {
            flex-basis: 50%; } }
        @media (max-width: 767px) {
          .slide .services-wrapper .service-list .service {
            padding: 4px; } }
        .slide .services-wrapper .service-list .service .service-icon {
          margin: 0 auto; }
          @media (max-width: 549px) {
            .slide .services-wrapper .service-list .service .service-icon {
              width: 50px;
              height: 50px; } }
        @media (max-width: 480px) {
          .slide .services-wrapper .service-list .service h1.small {
            font-size: 16px; } }
    .slide .services-wrapper .read-more a {
      background-color: transparent;
      border-color: white;
      margin-right: auto;
      margin-left: unset; }
      .slide .services-wrapper .read-more a::after {
        color: black; }
      .slide .services-wrapper .read-more a:hover {
        background-color: white; }
        .slide .services-wrapper .read-more a:hover::after {
          color: white; }

.events-section {
  background-color: #f0f4f5;
  padding: 30px 0; }
  .events-section .events-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .events-section .events-wrapper .event {
      position: relative;
      cursor: pointer; }
      .events-section .events-wrapper .event .event-img::after {
        content: "";
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .events-section .events-wrapper .event .event-date {
        color: white;
        font-size: 14px; }
      .events-section .events-wrapper .event .event-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 60px 8px 20px 8px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 10%, rgba(0, 0, 0, 0.2) 16%, rgba(0, 0, 0, 0.26) 26%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.6) 100%); }
        .events-section .events-wrapper .event .event-content a:hover, .events-section .events-wrapper .event .event-content a:focus {
          text-decoration: none;
          color: white; }
      .events-section .events-wrapper .event.large-card {
        flex-basis: 68%;
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          .events-section .events-wrapper .event.large-card {
            flex-basis: 100%; } }
        .events-section .events-wrapper .event.large-card .event-date {
          position: absolute;
          top: 15px;
          right: 15px;
          background-color: #12a88b;
          text-align: center;
          padding: 24px 16px;
          font-size: 20px; }
      .events-section .events-wrapper .event.small-card {
        position: relative;
        margin-bottom: 4px; }
        .events-section .events-wrapper .event.small-card::before {
          font-size: 36px;
          color: #c39a6c;
          position: absolute;
          bottom: 25px;
          left: 10px;
          z-index: 5; }
        .events-section .events-wrapper .event.small-card .event-title {
          padding-left: 25px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .events-section .events-wrapper .event.small-card .event-content {
            padding: 0 8px 8px 8px; } }
    .events-section .events-wrapper .small-event-wrapper {
      flex-basis: 31%; }
      @media (max-width: 767px) {
        .events-section .events-wrapper .small-event-wrapper {
          flex-basis: 100%; } }

.webform-button {
  background-color: #0c8063;
  border-color: #0c8063;
  padding: 4px 30px 10px;
  color: white;
  border-radius: 0;
  display: block;
  margin: 5px auto; }
  .webform-button:hover {
    background-color: transparent;
    color: #0c8063;
    border-color: #0c8063; }

form.subscribe {
  display: inline-block;
  position: relative; }
  form.subscribe input[type=email] {
    padding: 12px;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; }
  form.subscribe input[type=submit] {
    padding: 21px 30px;
    margin-right: -5px;
    border-radius: 5px 0px 0px 5px;
    font-size: 0;
    background-color: #12a88b;
    position: relative;
    border: 0;
    vertical-align: top; }
  form.subscribe::after {
    content: "\f0e0";
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translate(50%, 50%);
    color: white;
    font: normal normal normal 32px/1 FontAwesome; }

form.call-us {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px; }
  form.call-us div.form-item {
    flex: 50%;
    padding: 5px 20px 5px 20px; }
    form.call-us div.form-item:last-child {
      flex: 100%; }
    @media (max-width: 768px) {
      form.call-us div.form-item {
        width: 100%;
        flex: unset; } }
    form.call-us div.form-item label {
      display: block; }
      form.call-us div.form-item label::after {
        background-image: url(../img/required.svg);
        background-size: 10px 7px;
        content: "";
        display: inline-block;
        line-height: 1;
        height: 7px;
        width: 10px;
        margin-right: 4px; }
    form.call-us div.form-item input,
    form.call-us div.form-item select,
    form.call-us div.form-item textarea {
      display: block;
      width: 100%;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857;
      color: #8e8e8e;
      background-color: white;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  form.call-us .form-action {
    width: 100%; }

.fa-facebook-f:hover:before {
  color: #3d5a9a; }

.fa-youtube-play:hover:before {
  color: #f04138; }

.fa-instagram:hover:before {
  color: #e4405f; }

.fa-linkedin:hover:before {
  color: #34a0d4; }

.fa-twitter:hover:before {
  color: #5da9de; }

.social-media li {
  display: inline-block;
  padding: 0 6px !important; }
  .social-media li a {
    color: #8e8e8e;
    text-decoration: none; }
    .social-media li a::before {
      font-size: 24px; }

.caret {
  cursor: pointer; }
  .caret::before {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #12a88b;
    font-size: 30px;
    font-weight: bold; }

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1; }

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: white; }

.breadcrumb {
  background: none;
  margin: 0 2px;
  padding: 0;
  color: #8e8e8e;
  list-style: none; }
  .breadcrumb li {
    font-size: 14px;
    display: inline-block; }
    .breadcrumb li a {
      color: #f5f5f5;
      text-decoration: none; }

.share-accessories {
  margin-top: 40px; }
  .share-accessories > div {
    margin: 0 5px !important;
    line-height: normal;
    text-align: center;
    margin: 0;
    user-select: none;
    border: 2px solid white;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    height: 38px;
    width: 38px;
    cursor: pointer;
    outline: none; }
    .share-accessories > div.text-resize::before {
      content: '\f031';
      font-family: 'FontAwesome';
      font-size: 20px;
      color: white;
      position: relative; }
    .share-accessories > div.text-resize .content {
      visibility: hidden;
      position: absolute;
      z-index: 201;
      cursor: auto;
      top: 130%;
      left: -3px;
      background: #0c8063;
      box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.45);
      transition-delay: 0.20s; }
      .share-accessories > div.text-resize .content a {
        margin: 0 !important;
        width: 25px !important;
        height: 25px !important;
        color: white;
        padding: 9px;
        box-sizing: content-box;
        font-weight: bold;
        text-decoration: none;
        display: block; }
      .share-accessories > div.text-resize .content::after {
        bottom: 100%;
        left: 16px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #0c8063;
        border-width: 5px;
        border-bottom-width: 8px; }
    .share-accessories > div.text-resize:hover .content {
      visibility: visible; }
    .share-accessories > div.send-to-friend::before {
      display: inline-block;
      font-size: 18px;
      position: relative;
      content: '\f0e0';
      font-family: 'FontAwesome';
      color: white;
      position: relative; }
    .share-accessories > div.share-media::before {
      font-family: 'FontAwesome';
      font-weight: bold;
      font-size: 22px;
      position: relative;
      content: '\f1e0';
      color: white;
      position: relative;
      right: 2px;
      top: 2px; }
    .share-accessories > div.share-media .social-media {
      visibility: hidden;
      position: absolute;
      top: 130%;
      z-index: 2;
      left: -10px;
      background: #0c8063;
      box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.45);
      transition-delay: 0.20s; }
      .share-accessories > div.share-media .social-media li {
        display: block;
        max-width: 160px; }
        .share-accessories > div.share-media .social-media li a {
          height: auto;
          padding: 8px;
          color: white; }
      .share-accessories > div.share-media .social-media::after {
        bottom: 100%;
        left: 22px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #0c8063;
        border-width: 5px;
        border-bottom-width: 8px; }
    .share-accessories > div.share-media:hover .social-media {
      visibility: visible; }
    .share-accessories > div.readspeaker::before {
      color: white;
      font-size: 22px;
      font-family: 'FontAwesome';
      font-weight: bold;
      position: relative;
      content: '\f028';
      top: 2px; }
    .share-accessories > div.print::before {
      content: '\f02f';
      font-family: 'FontAwesome';
      font-size: 20px;
      position: relative;
      color: white; }

h1.pageheader {
  color: white;
  font-size: 42px;
  overflow-wrap: break-word;
  margin: 10px 0px;
  padding: 0px;
  border: 0; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  user-select: none; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  .table-responsive table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
    .table-responsive table thead {
      background-color: #0c8063;
      color: white; }
    .table-responsive table tbody tr {
      background-color: white; }
    .table-responsive table tr {
      display: flex; }
      .table-responsive table tr th,
      .table-responsive table tr td {
        vertical-align: bottom;
        border-bottom: 2px solid #cbd0d5;
        padding: 8px;
        line-height: 1.42857;
        flex: 1;
        text-align: center; }
        .table-responsive table tr th a,
        .table-responsive table tr td a {
          color: #0c8063; }
        .table-responsive table tr th:first-child,
        .table-responsive table tr td:first-child {
          flex: 5;
          text-align: right; }

.footer-count {
  float: left;
  padding: 20px 10px;
  width: 100%;
  background-color: #f0f4f5;
  margin-bottom: 40px; }

.link-button {
  display: inline-block;
  cursor: pointer; }
  .link-button:hover a {
    background-position: right bottom; }
  .link-button .link-button-text {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #12a88b;
    font-weight: bold;
    font-size: 18px; }
  .link-button .group-right {
    text-align: right; }
  .link-button a {
    background: #12a88b;
    padding: 2px 28px 8px 28px;
    color: white;
    background: linear-gradient(to right, #12a88b 50%, #0c8063 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: 0.35s;
    box-sizing: border-box;
    display: inline-block; }
  @media (max-width: 767px) {
    .link-button .group-right {
      width: 67%; }
    .link-button .group-left {
      width: 25%; } }

.slick-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%); }
  .slick-slider .slick-dots li {
    font-size: 0;
    display: inline-block; }
    .slick-slider .slick-dots li button {
      background-color: white;
      border: 1px solid white;
      padding: 1px 20px;
      margin: 0 2px; }
      .slick-slider .slick-dots li button:focus {
        outline: unset; }
    .slick-slider .slick-dots li.slick-active button {
      background-color: #12a88b;
      border-color: #12a88b; }

.read-more {
  margin-top: 15px; }
  .read-more a {
    border: 1px solid #12a88b;
    background-color: #12a88b;
    border-radius: 50px;
    padding: 4px 24px 10px 45px;
    position: relative;
    transition: all 0.5s;
    display: block;
    width: fit-content;
    margin-left: auto; }
    .read-more a::after {
      content: "�?�" /*rtl: '�?�'*/;
      font-family: "FontAwesome";
      font-size: 18px;
      color: #12a88b;
      background-color: white;
      border: 1px solid white;
      border-radius: 50%;
      position: absolute;
      left: 0;
      margin: 0 4px;
      padding: 2px 8px;
      transition: all 0.5s; }
    .read-more a:hover, .read-more a:focus {
      background-color: white;
      border-color: black;
      color: black;
      outline: unset; }
      .read-more a:hover::after, .read-more a:focus::after {
        background-color: black;
        color: white;
        border-color: black; }

.login-panel-form {
    margin-top:20px;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 50%;
    display: inline-block;
    background: #ffffff36;
    border: 1px solid #756f6f;
}
@media (max-width: 767px) {
    .login-panel-form {
    width:100%}}
#login {
    margin-top: 10px;
    height: 21px;
    margin-bottom: 35px;
}

.login-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    height: 21px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-family: Tahoma;
}
.login-title img {
    vertical-align: middle;
}
#login_form {
    direction: rtl;
    width: 100%;
}

.inputpassword, .inputusername {
    overflow: hidden;
    float: right;
    margin: 10px 0 5px;
}
.inputusername {
    padding-top: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b5b2b2;
    color: #3d3d3d;
    padding-bottom: 8px;
}
#login_form .inputusername {
    background-color: #fff;
    position: relative;
    height: 40px;
    width: 100%;
}

.inputusername label {
    float: right;
}
#login_form .inputusername label {
    color: #A9A9A9;
    direction: rtl;
    right: 10px;
    position: absolute;
    top: 2px;
    width: 100%;
    height: 40px;
    z-index: 2;
    text-align: right;
    padding-right: 10px;
}

.inputusername input {
    clear: left;
    float: right;
    color: #464646;
}
#login_form .inputusername input {
    right: 0;
    direction: rtl;
    position: absolute;
    top: 0;
    z-index: 3;
    height: 40px;
    width: 100%;
    background-color: rgba(255,255,255,0);
    padding-right: 6px;
}

.inputpassword {
    padding-top: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b5b2b2;
    color: #b5b2b2;
    padding-bottom: 7px;
}
#login_form .inputpassword {
    background-color: #fff;
    position: relative;
    height: 40px;
    width: 100%;
}

.inputpassword label {
    float: right;
}
#login_form .inputpassword label {
    color: #A9A9A9;
    direction: rtl;
    right: 10px;
    position: absolute;
    top: 2px;
    width: 96%;
    height: 40px;
    z-index: 2;
    text-align: right;
    padding-right: 10px;
}

.inputpassword input {
    clear: left;
    float: right;
    color: #2c1a76;
}
#login_form .inputpassword input {
    right: 0;
    direction: rtl;
    position: absolute;
    top: 0;
    z-index: 3;
}

#login_form .inputpassword input {
    height: 40px;
    width: 100%;
    background-color: rgba(255,255,255,0);
    padding-right: 6px;
}

.lost_password {
    float: right;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#login_botton {
    margin-top: 5px;
    color: #FFF;
    padding: 1px 10px 6px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    
}
#login_botton a{
    color: #FFF;
    background-color: #005e49;
    width: 50%;
    display: block;
    line-height: 40px;
    border-radius: 5px;
    transition: background-color 0.5s ease;
    margin: 0 auto;
    text-align:center;

}
#login_botton a:hover{
    background-color: #053c2f;

}
.login_error {
    float: right;
    width: 100%;
    margin-top: 5px;
    color:red;
}




/* table */
.table-bordered {
    border: 1px solid #dee2e6;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  vertical-align: middle !important;
  padding: .5rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
  text-align:center;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.icon-angle-left:before {
    content: "\f104";
    font-size: 16px;
    font-weight: bold;
    font-family: FontAwesome;
}
.icon-angle-right:before {
    content: "\f105";
    font-size: 16px;
    font-weight: bold;
    font-family: FontAwesome;
}


table.rowFlow > tbody > tr:first-child > td:last-child > table > thead {
    display: table-header-group;
    width: 100%;
    position: absolute;
    top: -27px;
}

table.rowFlow > tbody > tr:first-child > td:last-child {
    position: relative;
}

table.rowFlow > tbody > tr:first-child > td:last-child > table > thead > tr {
    text-align: right;
    display: block;
    width: 100%;
}

table.rowFlow > tbody > tr:first-child > td:last-child > table > thead > tr > th {
    margin-top: -10px;
    display: inline-block;
    width: 16%;
    text-align: center;
}

table.rowFlow > tbody > tr:first-child > td:last-child > table > thead > tr > th:nth-child(2) {
    width: 38%;
}

table.rowFlow > tbody > tr:first-child > td:last-child > table > thead > tr > th:nth-child(3) {
    width: 11%;
}

table.rowFlow > tbody > tr:first-child > td:last-child > table > thead > tr > th:last-child {
    width: 32%;
}

table.rowFlow > tbody > tr > td > table > thead {
    display: none;
}
@media (max-width: 768px) {

   table.rowFlow > tbody > tr > td {
        text-align: right !important;
    }

 table.rowFlow2 > tbody > tr > td {
        text-align: right !important;
    }

    table.rowFlow > tbody > tr > td::before {
        margin-left: 3%;
        padding: .6em .6em .6em .1em;
    }
    table.rowFlow2 > tbody > tr > td::before {
        margin-left: 3%;
        padding: .6em .6em .6em .1em;
    }
}
@media (max-width: 768px), (max-width:1024px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),only screen and (min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min-resolution:192dpi) and (max-width:1024px),only screen and (min-resolution:2dppx) and (max-width:1024px) {
   table.rowFlow > tbody > tr > td > table.resDataTb2 {
        width: 54.7% !important;
    }

    table.rowFlow > tbody > tr > td > table table {
        width: initial;
    }
}
@media (max-width: 768px) {
    table.rowFlow caption {
        background-image: none;
    }

    table.rowFlow > thead {
        display: none;
    }

    table.rowFlow > tbody > tr {
        border: 1px solid #dedede;
        width: 100%;
        display: table;
        margin-top: 15px;
    }

    table.rowFlow > tbody > tr > td {
        height: initial;
        min-height: 20px;
        width: 100%;
        display: inline-flex;
        padding: 0!important;
    }

    table.rowFlow > tbody > tr > td > table {
        line-height: 1.3;
        width: 54% !important;
    }

    table.rowFlow > tbody > tr > td:last-child > table {
        line-height: 1.3;
        width: 100% !important;
    }

    table.rowFlow > tbody > tr > td:last-child:before {
        display: none;
    }

    .rowFlow tbody tr td p {
        display: inline-block;
    }

    table.rowFlow > tbody > tr > td::before {
        color: #fff;
        background-color: #cb9964;
        border-bottom: 1px solid #eaeaea8a;
        content: attr(data-th);
        display: inline-block;
        width: 40%;
    }

    table.stdschedule.rowFlow > tbody > tr > td:nth-child(8)::before {
        width: 95%;
    }

    table.rowFlow > tbody > tr > td > span {
        font-size: 13px;
        display: inline-flex;
    }

    table.rowFlow2 caption {
        background-image: none;
    }

    table.rowFlow2 thead {
        display: none;
    }

    table.rowFlow2 > tbody > tr {
        border: 1px solid #dedede;
        width: 100%;
        display: table;
        margin-top: 15px;
    }

    table.rowFlow2 > tbody > tr > td {
        height: initial;
        min-height: 20px;
        width: 100%;
        display: block;
        padding: 0 !important;
    }

    table.rowFlow2 > tbody > tr > td::before {
        color: #fff;
        background-color: #cb9964;
        border-bottom: 1px solid #eaeaea8a;
        content: attr(data-th);
        display: inline-block;
        width: 45%;
    }

    table.rowFlow2 > tbody > tr > td > span {
        display: inline-flex;
    }

    

    table.rowFlow > tbody > tr:first-child > td:last-child > table > thead {
        top: initial;
        position: initial;
    }

    table.rowFlow > tbody > tr:first-child > td:last-child > table > thead > tr {
        width: initial;
        display: table-row;
        text-align: initial;
    }

    table.rowFlow > tbody > tr:first-child > td:last-child > table > thead > tr > th {
        margin-top: initial;
        display: table-cell;
        width: initial !important;
        text-align: initial;
    }

    table.rowFlow > tbody > tr > td > table > thead {
        display: table-header-group;
    }
}
#conteudo {
    width: 100%;
    position: relative;
}

#conteudo .conteudo-inner-nonMenu {
    padding: 130px 0 0 0;
}
    #conteudo .conteudo-box {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e5e6;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#conteudo .conteudo-title {
    font-size: 24px;
    line-height: 28px;
    color: #008658;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
}

#conteudo .conteudo-titleSection {
    margin-bottom: 15px;
    background: #ececec;
    border: 1px dashed gray;
    padding: 5px;
}

#conteudo .breadcrumb-link {
    color: #929394;
    display: inline-block;
    font-size: 14px;
}

#conteudo .breadcrumb-separator {
    display: inline-block;
}

#conteudo .breadcrumb-link_ativo {
    color: #afb0b1;
}

#conteudo .conteudo-boxInner {
    padding: 20px 20px 100px 20px;
}
#login_form .inputusername input.non-empty {
    background-color: #FFF !important
}
#login_form .inputpassword input.non-empty{
     background-color: #FFF !important
}