@media all {
  body {
    direction: rtl;
  }
  body {
    margin: 0;
  }
  section {
    display: block;
  }
  a {
    background: 0 0;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  img {
    border: 0;
  }
  button,
  input {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  button {
    -webkit-appearance: button;
    cursor: pointer;
  }
  input {
    line-height: normal;
  }
  @media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
      content: "";
    }
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h3 {
      page-break-after: avoid;
    }
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  :before,
  :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
  }
  input,
  button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #428bca;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #2a6496;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  h1,
  h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  h1,
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    margin: 0 0 10px;
  }
  .text-center {
    text-align: center;
  }
  ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-lg-3,
  .col-sm-4,
  .col-md-4,
  .col-md-7,
  .col-md-11,
  .col-xs-12,
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-12 {
    float: right;
  }
  .col-xs-12 {
    width: 100%;
  }
  @media (min-width: 768px) {
    .col-sm-4,
    .col-sm-12 {
      float: right;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-4 {
      width: 33.33333333333333%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-7,
    .col-md-11 {
      float: right;
    }
    .col-md-11 {
      width: 91.66666666666666%;
    }
    .col-md-7 {
      width: 58.333333333333336%;
    }
    .col-md-4 {
      width: 33.33333333333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.666666666666664%;
    }
    .col-md-1 {
      width: 8.333333333333332%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-3 {
      float: right;
    }
    .col-lg-3 {
      width: 25%;
    }
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
  }
  .btn-default:active {
    background-image: none;
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-search:before {
    content: "\e003";
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn {
    position: relative;
    float: right;
  }
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active {
    z-index: 2;
  }
  .btn-group > .btn:focus {
    outline: 0;
  }
  .btn-group > .btn:first-child {
    margin-right: 0;
  }
  .btn-group .dropdown-toggle:active {
    outline: 0;
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group .form-control {
    float: right;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-btn:last-child > .btn {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .input-group-btn:last-child > .btn {
    margin-right: -1px;
  }
  .container:before,
  .container:after,
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .container:after,
  .row:after {
    clear: both;
  }
}

@media all {
  body {
    font-family: DroidKufi-Regular, Arial, sans-serif;
    font-size: 12px;
  }
  a {
    outline: 0;
    color: #009ec0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  a:focus,
  a:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #006075;
  }
  a:active,
  a:focus {
    outline: 0 !important;
  }
  .col-no-padding {
    padding: 0 !important;
  }
  .col-no-padding-right {
    padding-right: 0 !important;
  }
  .col-no-padding-left {
    padding-left: 0 !important;
  }
  .space {
    height: 20px;
  }
  .triangle-down {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 45px solid #fff;
    margin: auto;
  }
  .triangle-down-white {
    margin-top: -2px;
  }
  .triangle-down-gray {
    margin-top: -2px;
  }
  .row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .text-center {
    text-align: center;
  }
  .twitter-share {
    color: #1ca9e1;
  }
  .facebook-share {
    color: #3c5a9a;
  }
  .youtube-share {
    color: #ce332d;
  }
  .instagram-share {
    color: #4270a3;
  }
  .main-didget-head h3 {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
    padding: 10px 25px;
    border-radius: 20px;
    border: 0;
    color: #fff;
  }
  .main-didget-head .see-all {
    font-size: 16px;
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
    float: left;
    padding: 6px 25px;
  }
  .main-widget-body .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    padding: 3px 0;
  }
  .main-widget-body .owl-nav {
    position: absolute;
    top: -52px;
    left: 0;
  }
  .main-widget-body .owl-next,
  .main-widget-body .owl-prev {
    color: #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 0;
  }
  .main-widget-body .owl-prev {
    margin-left: 10px;
  }
  .main-section {
    background-color: #fff;
    -webkit-box-shadow: inset 0 6px 8px -7px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0 6px 8px -7px rgba(0, 0, 0, 0.29);
    box-shadow: inset 0 6px 8px -7px rgba(0, 0, 0, 0.29);
  }
  .header-navbar-container {
    position: relative;
  }
  .header-navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509804);
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509804);
    position: relative;
    z-index: 99;
  }
  .navbar-buttons {
    margin-top: 18px;
    text-align: center;
    margin: 14px 0;
  }
  .navbar-buttons .btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50px;
    background-color: #f0f0f0;
    color: #1e1e1e;
  }
  .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
  }
  .menu li a {
    text-decoration: none;
    padding: 25px 6px;
    font-size: 14px;
    display: block;
    color: #1e1e1e;
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
  }
  .menu li a:hover,
  .menu li:hover > a {
    background-color: #f5f5f5;
    color: #1e1e1e;
  }
  .mobile-menu {
    display: none;
    width: 100%;
    padding: 12px;
    color: #fff;
    font-family: DroidKufi-Regular, Arial, sans-serif;
    background-color: #1c1e20;
    margin: 14px 0;
  }
  .mobile-menu:focus,
  .mobile-menu:hover {
    color: #fff;
    text-decoration: none;
  }
  .logo {
    text-align: center;
  }
  #showSearch {
    cursor: pointer;
  }
  #hideSearch {
    cursor: pointer;
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
    color: #fff;
    padding: 20px 15px;
    display: block;
    text-align: center;
  }
  .search-content {
    color: #fff;
    display: none;
    position: absolute;
    z-index: 1111;
    left: 15px;
    right: 15px;
  }
  .header-search-form {
    padding: 11px;
  }
  .header-search-form .btn-default {
    color: #fff;
    background-color: #009ec0;
    border: 1px solid transparent !important;
    border-color: #ccc;
  }
  .header-search-form .btn {
    border-radius: 0 !important;
  }
  .lucodeia-slider-slide-item {
    display: block;
    height: 45vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  a.lucodeia-slider-slide-item::after {
    content: "\00a0";
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(33, 33, 33, 0.73) 100%
    );
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .owl-carousel-lucodeia-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
  }
  .owl-carousel-lucodeia-slider .owl-dot span {
    background: #d6d6d6;
  }
  .owl-carousel-lucodeia-slider .owl-dots .owl-dot.active span,
  .owl-carousel-lucodeia-slider .owl-dots .owl-dot:hover span {
    background: #009ec0 !important;
  }
  .lucodeia-slider-meta {
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3333;
  }
  .lucodeia-slider-meta h1 {
    font-size: 4em;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }
  .page-content-container {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .main-widget-body .owl-carousel .owl-item > div {
    border: 2px solid transparent;
  }
  .episodes-list-content {
    padding: 0 11px;
  }
  .episodes-list-content .episodes-card-container {
    margin: 0 4px 8px 4px;
  }
  ul.dropdown-menu li {
    display: block;
    text-align: right;
  }
  .twitter-share {
    color: #1ca9e1 !important;
  }
  .facebook-share {
    color: #3c5a9a !important;
  }
  .youtube-share {
    color: #ce332d !important;
  }
  .instagram-share {
    color: #4270a3 !important;
  }
  .anime-card-poster {
    height: 262px;
  }
  .anime-card-poster img {
    width: 100%;
    height: 100%;
  }
  .anime-card-title {
    font-size: 1.1em;
    padding: 12px;
    width: 100%;
    text-align: center;
  }
  .anime-card-title h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    white-space: nowrap;
    width: 157px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    direction: ltr;
  }
  .anime-card-title a {
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
  }
  .anime-card-type {
    position: absolute;
    bottom: 40px;
    right: 8px;
    color: #fff;
    z-index: 3;
    background-color: #fa0;
    padding: 4px 14px;
    border-radius: 10px;
  }
  .anime-card-type a {
    color: #fff;
    font-weight: 700;
    font-family: NeoSansArabic, Arial, sans-serif;
  }
  .anime-card-status {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    z-index: 3;
    padding: 4px 14px;
    border-radius: 10px;
  }
  .anime-card-status a {
    color: #fff;
    font-weight: 700;
    font-family: NeoSansArabic, Arial, sans-serif;
  }
  .episodes-card {
    height: 175px;
  }
  .episodes-card img {
    width: 100%;
    height: 100%;
  }
  .episodes-card-title {
    height: auto;
    color: #fff;
    font-size: 1.1em;
    padding: 12px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.8) 100%
    );
    padding-top: 0;
    z-index: 3;
  }
  .episodes-card-title h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
  }
  .episodes-card-title a {
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
    color: #fff;
  }
  .ep-card-anime-title {
    font-size: 1.1em;
    padding: 12px;
    width: 100%;
    text-align: center;
  }
  .ep-card-anime-title h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    direction: ltr;
    margin: auto;
  }
  .ep-card-anime-title a {
    font-family: NeoSansArabic-Bold, Arial, sans-serif;
  }
  .footer {
    padding: 30px 0;
  }
  .footer p {
    margin: 0;
  }
  .footer a:hover {
    color: #fff;
  }
  ul.footer-social {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  ul.footer-social li {
    display: inline-block;
  }
  ul.footer-social li a {
    color: #fff;
    padding: 4px 9px;
    text-align: center;
    font-weight: 700;
    font-size: 16pt;
    display: block;
    border-radius: 20px;
  }
  ul.footer-social li a:hover {
    color: #fff !important;
  }
  .site-copyrights {
    margin-top: 3px;
  }
  .developer-copyrights p {
    text-align: left;
    margin-top: 10px;
  }
  @media (max-width: 767px) {
    .col-no-padding {
      padding: 0 15px !important;
    }
    .col-no-padding-right {
      padding-right: 15px !important;
    }
    .col-no-padding-left {
      padding-left: 15px !important;
    }
    .col-mobile-no-padding {
      padding: 0 !important;
    }
    .logo {
      text-align: center;
    }
    .menu {
      display: none;
      border: 1px solid #e0e0e0;
    }
    .mobile-menu {
      display: block;
    }
    .menu li {
      display: block;
      margin: 0;
    }
    .menu li a {
      background-color: #fff;
      color: #1e1e1e;
      border-top: 1px solid #e0e0e0;
      padding: 9px;
      font-size: 12px;
    }
    .menu li a:hover,
    .menu li:hover > a {
      background-color: #0089a7;
      color: #fff;
    }
    .lucodeia-slider-meta h1 {
      font-size: 22px;
    }
    .lucodeia-slider-meta h3 {
      font-size: 18px;
    }
    .anime-card-poster {
      height: auto;
    }
    .anime-card-title h3 {
      width: 100%;
    }
    .main-didget-head {
      text-align: center;
    }
    .main-didget-head .see-all {
      float: none;
      display: block;
      margin-bottom: 15px;
    }
    .main-widget-body .owl-nav {
      position: relative;
      top: 0;
      left: 0;
      text-align: center;
      margin-top: 10px;
    }
    .episodes-card {
      height: auto;
    }
    .footer {
      text-align: center;
    }
    .site-copyrights {
      margin-bottom: 10px;
    }
    .developer-copyrights p {
      text-align: center;
    }
  }
}
@media all {
  body {
    background-color: #131722;
    color: #ffffff;
  }
  .content {
    background-color: #181d2b;
  }
  .triangle-down-white {
    border-top: 45px solid #181d2b;
  }
  .triangle-down-gray {
    border-top: 45px solid #131722;
  }
  .form-control {
    color: #949cb0;
    background-color: #141824;
    border: 1px solid #262d40;
    height: 40px;
  }
  .form-control::placeholder {
    color: #949cb0;
  }
  .form-control:focus {
    border-color: #394155;
    box-shadow: inset 0 1px 1px rgb(34, 39, 52), 0 0 8px rgb(34, 39, 52);
  }
  .form-control:focus::placeholder {
    color: #ffffff;
  }
  .main-section {
    color: #0a0d14;
  }
  .header-navbar {
    color: #0a0d14;
  }
  .main-didget-head h3 {
    background-color: #029dbc;
  }
  .main-widget-body .owl-prev,
  .main-widget-body .owl-next {
    background-color: #0a0d14;
    border: 1px solid #0a0d14;
  }
  .main-didget-head .see-all {
    color: #029dbc;
    border: 1px solid #029dbc;
  }
  .footer {
    background-color: #0a0d14;
    color: #949cb0;
  }
  .anime-card-container {
    background-color: #1e2436;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
  }
  .anime-card-title {
    color: #ffffff;
    border-bottom: 1px solid #1e2436;
  }
  .anime-card-title a {
    color: #ffffff;
  }
  .anime-card-status {
    background-color: #131722;
  }
  .episodes-card-container {
    background-color: #1e2436;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
  }
  .ep-card-anime-title {
    color: #ffffff;
  }
  .ep-card-anime-title a {
    color: #ffffff;
  }
  .search-content {
    background-color: #131722;
  }
  #hideSearch {
    background-color: #181d2b;
  }
}
@media all {
  .fa,
  .fab,
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .fa-bars:before {
    content: "\f0c9";
  }
  .fa-chevron-left:before {
    content: "\f053";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }
  .fa-facebook-f:before {
    content: "\f39e";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fa-sun:before {
    content: "\f185";
  }
  .fa-telegram-plane:before {
    content: "\f3fe";
  }
  .fa-times:before {
    content: "\f00d";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-user:before {
    content: "\f007";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fab {
    font-family: "Font Awesome 5 Brands";
  }
  .fab {
    font-weight: 400;
  }
  .fa,
  .fas {
    font-family: "Font Awesome 5 Free";
  }
  .fa,
  .fas {
    font-weight: 900;
  }
}

@media all {
  .hover {
    width: 100%;
    height: 100%;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  .hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: 0 0 !important;
  }
  .hover img {
    display: block;
    position: relative;
  }
  button:focus {
    outline: 0 !important;
  }
  .ehover6 img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .ehover6:hover img {
    transform: scale(1);
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
  }
}
@media all {
  .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
}
@media all {
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .owl-theme .owl-nav {
    margin-top: 10px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/glyphicons-halflings-regular.eot);
  src: url(/assets/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/glyphicons-halflings-regular.woff) format("woff"),
    url(/assets/glyphicons-halflings-regular.ttf) format("truetype"),
    url(/assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
@font-face {
  font-family: "DroidKufi-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/DroidKufi-Regular.eot);
  src: url(/assets/DroidKufi-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/DroidKufi-Regular.woff2) format("x-woff2"),
    url(/assets/DroidKufi-Regular.woff) format("woff"),
    url(/assets/DroidKufi-Regular.ttf) format("truetype"),
    url(/assets/DroidKufi-Regular.svg) format("svg");
}
@font-face {
  font-family: "NeoSansArabic-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/NeoSansArabic-Bold.eot");
  src: url("/assets/NeoSansArabic-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/NeoSansArabic-Bold.woff2")
      format("woff2"),
    url("/assets/NeoSansArabic-Bold.woff")
      format("woff"),
    url("/assets/NeoSansArabic-Bold.ttf")
      format("truetype"),
    url("/assets/NeoSansArabic-Bold.svg#NeoSansArabic-Bold")
      format("svg");
}
@font-face {
  font-family: "NeoSansArabic";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/NeoSansArabic.eot");
  src: url("/assets/NeoSansArabic.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/NeoSansArabic.woff2") format("woff2"),
    url("/assets/NeoSansArabic.woff") format("woff"),
    url("/assets/NeoSansArabic.ttf")
      format("truetype"),
    url("/assets/NeoSansArabic.svg#NeoSansArabic")
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400.eot);
  src: url(/assets/fa-brands-400.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/fa-brands-400.woff2)
      format("woff2"),
    url(/assets/fa-brands-400.woff)
      format("woff"),
    url(/assets/fa-brands-400.ttf)
      format("truetype"),
    url(/assets/fa-brands-400.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400.eot);
  src: url(/assets/fa-regular-400.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/fa-regular-400.woff2)
      format("woff2"),
    url(/assets/fa-regular-400.woff)
      format("woff"),
    url(/assets/fa-regular-400.ttf)
      format("truetype"),
    url(/assets/fa-regular-400.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900.eot);
  src: url(/assets/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/fa-solid-900.woff2)
      format("woff2"),
    url(/assets/fa-solid-900.woff)
      format("woff"),
    url(/assets/fa-solid-900.ttf)
      format("truetype"),
    url(/assets/fa-solid-900.svg#fontawesome)
      format("svg");
}
