.general-news.side-news .secrets {
  margin-bottom: 0;
}

.general-news.side-news .live-news-sm .direct-news-wrapper {
  position: relative;
}

.general-news.side-news .live-news-sm .direct-news-wrapper .direct-news-feed {
  height: 190px;
}

.general-news.side-news .live-news-sm.live-news-md .direct-news-wrapper {
  position: relative;
}

.general-news.side-news .live-news-sm.live-news-md .direct-news-wrapper .direct-news-feed {
  height: 207px;
}

.general-news.side-news .categories-news {
  padding-top: 15px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.general-news.side-news .categories-news .block-title {
  padding: 0 20px 10px 20px;
}

.general-news.side-news .categories-news .card.without-img .short-news {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.general-news.side-news .categories-news .card.without-img .short-news:last-child {
  margin-bottom: 0;
}

.general-news.side-news .categories-news .card.without-img .short-news .category-number {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.general-news.side-news .categories-news .card.without-img .short-news .category-number .number {
  font: 18px "grotesk-bold";
  color: #0d6ab3;
}

.general-news.side-news .categories-news .card.without-img .short-news .short-news-img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.general-news.side-news .direct-news .secrets-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dedede;
}

.general-news.live-news {
  padding-top: 0;
}

.general-news.live-news .direct-news .direct-news-wrapper {
  position: relative;
  border: none;
}

.general-news.live-news .direct-news .direct-news-wrapper.live-news-list .direct-news-feed {
  height: auto;
}

.general-news.live-news .direct-news .direct-news-wrapper .direct-news-feed {
  height: auto;
  padding-right: 35px;
}

@media (max-width: 767.98px) {
  .general-news.live-news .direct-news .direct-news-wrapper .direct-news-feed {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .general-news.live-news .direct-news .direct-news-wrapper .direct-news-feed {
    height: 220px;
  }
}

.general-news.wide-banner-sm .wide-banner {
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 15px;
}

@media (max-width: 991.98px) {
  .detailed-article {
    padding-top: 75px;
  }
}

.detailed-article .title {
  margin-bottom: 10px;
  color: #1b1b1b;
  font: 36px "tajawal-bold";
  text-align: right;
}

.detailed-article .editor-block {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
  padding: 5px 15px;
  background-color: #d6d6d6;
}

.detailed-article .editor-block:first-child {
  margin-top: 0;
}

.detailed-article .editor-block .editor-link {
  padding: 14px 18px;
  border-radius: 22px;
  background-color: #0d6ab4;
  color: #fff;
  font: 16px "tajawal";
  white-space: nowrap;
}

.detailed-article .editor-block .editor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
}

.detailed-article .editor-block .editor-wrapper .editor-title {
  color: #0d6ab4;
  font: 18px "tajawal-bold";
  text-align: right;
}

.detailed-article .editor-block .editor-wrapper .editor-description {
  color: #1d1d1b;
  font: 18px "tajawal";
  text-align: right;
}

.detailed-article .editor-block .editor-wrapper .editor-img {
  width: 60px;
  height: 60px;
  margin-left: 20px;
  border-radius: 50%;
  border: 2px solid #bcbcbb;
}

.detailed-article .item .block-img {
  position: relative;
}

.detailed-article .item .block-img .item-img {
  width: 100%;
  height: 535px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .detailed-article .item .block-img .item-img {
    height: 345px;
  }
}

.detailed-article .item .block-img .img-description {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  color: #fff;
  font: 18px "grotesk";
  text-align: right;
}

@media (max-width: 991.98px) {
  .detailed-article .item .block-img .img-description {
    font-size: 15px;
    padding: 20px 15px;
  }
}

.detailed-article .item .block-img .img-description.image-caption {
  background-color: rgba(0, 0, 0, 0.8);
}

.detailed-article .item .button-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
}

.detailed-article .item .button-news.remove-news {
  opacity: 0.6;
  cursor: not-allowed;
}

.detailed-article .item .button-news .button-title {
  margin-left: 5px;
  font: 14px "tajawal-bold";
  color: #0d6ab3;
}

@media (max-width: 991.98px) {
  .detailed-article .item .button-news .button-title {
    display: none;
    visibility: hidden;
  }
}

.detailed-article .item .button-news .custom-clock {
  width: 40px;
  height: 40px;
}

@media (max-width: 991.98px) {
  .detailed-article .item .button-news .custom-clock {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767.98px) {
  .detailed-article .item .button-news .custom-clock {
    width: 35px;
    height: 35px;
  }
}

.detailed-article .item .button-news .custom-clock:before {
  font-size: 40px;
}

@media (max-width: 991.98px) {
  .detailed-article .item .button-news .custom-clock:before {
    font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  .detailed-article .item .button-news .custom-clock:before {
    font-size: 35px;
  }
}

.detailed-article .item .button-news .fa-upload,
.detailed-article .item .button-news .fa-bookmark,
.detailed-article .item .button-news .fa-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #fff;
  background-color: #0d6ab3;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .detailed-article .item .button-news .fa-upload,
  .detailed-article .item .button-news .fa-bookmark,
  .detailed-article .item .button-news .fa-print {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .detailed-article .item .button-news .fa-upload,
  .detailed-article .item .button-news .fa-bookmark,
  .detailed-article .item .button-news .fa-print {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.detailed-article .item .button-news .fa-upload {
  margin-left: 10px;
}

.detailed-article .item .info-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .detailed-article .item .info-feed {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
}

.detailed-article .item .info-feed .source {
  margin-right: 5px;
  margin-left: 5px;
  font: 12px "grotesk";
  color: #1b1b1b;
  text-align: right;
}

.detailed-article .item .info-feed .time {
  margin-right: 5px;
  font: 12px "grotesk";
  color: #0d6ab3;
  text-align: right;
}

.detailed-article .item .info-feed .fa-clock {
  margin-right: 10px;
  font-size: 20px;
  color: #0d6ab3;
}

.detailed-article .item .info-feed .text {
  padding: 5px 20px;
  font: 12px "grotesk";
  background-color: #0d6ab3;
  color: #fff;
  border-radius: 11px;
  white-space: nowrap;
}

.detailed-article .item .description {
  margin: 16px 0;
  color: #1b1b1b;
  font: 20px "tajawal";
  text-align: right;
  line-height: 1.5 !important;
}

.detailed-article .item .description.description-bold {
  font: 20px "tajawal-bold";
}

.detailed-article .item .description img {
  max-width: 100%;
  height: auto;
}

.detailed-article .item .description iframe {
  max-width: 100%;
}

.categories-news.gray-bg {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f9fbfd;
}

.categories-news.gray-bg .block-title {
  text-align: right;
}

.categories-news.gray-bg .card {
  position: relative;
}

.categories-news.gray-bg .card.most-read .short-news {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfd1d2;
}

.categories-news.gray-bg .card.most-read .short-news:last-child {
  margin-bottom: 0;
}

.categories-news.gray-bg .card.most-read .short-news .short-news-img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .categories-news.gray-bg .card.most-read .short-news .short-news-img {
    height: 75px;
  }
}

.categories-news.gray-bg .card.most-read .short-news .wrapper .info-feed {
  direction: ltr;
}

.categories-news.gray-bg .card.card-visibility {
  position: relative;
}

.categories-news.gray-bg .card .category-number {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .categories-news.gray-bg .card .category-number {
    top: 3px;
    right: 3px;
    width: 19px;
    height: 19px;
  }
}

.categories-news.gray-bg .card .category-number .number {
  font: 22px "grotesk-bold";
  color: #0d6ab3;
}

@media (max-width: 991.98px) {
  .categories-news.gray-bg .card .category-number .number {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .reverve-sm-block {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

.detailed-editor .editor-block {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #d6d6d6;
  text-align: center;
}

.detailed-editor .editor-block .editor-img {
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid #bcbcbb;
}

.detailed-editor .editor-block .editor-title {
  color: #0d6ab4;
  font: 35px "tajawal-bold";
}

.detailed-editor .editor-block .editor-description {
  color: #1d1d1b;
  font: 18px "tajawal";
}

.detailed-editor .editor-text {
  margin-bottom: 25px;
  padding: 0 65px;
  color: #1d1d1b;
  font: 18px "tajawal";
  text-transform: uppercase;
  text-align: center;
}

.detailed-editor .categories-list .block-img {
  position: relative;
}

.detailed-editor .categories-list .block-img .time {
  position: absolute;
  bottom: 10px;
  right: 8px;
  color: #fff;
  font: 14px "tajawal";
}

.detailed-editor .el-date-editor {
  margin-bottom: 20px;
}

.detailed-editor .el-date-editor .el-input__prefix {
  left: auto;
  right: 50px;
  font-size: 24px;
  color: #136eb5;
  cursor: pointer;
}

.detailed-editor .el-date-editor .el-input__inner {
  height: 50px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 23px;
  background-color: #f2f2f2;
  border: none;
  color: #136eb5;
  font: 16px "tajawal";
  cursor: pointer;
}

.detailed-editor .el-date-editor .el-input__inner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.detailed-editor .el-date-editor .el-input__inner:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.detailed-editor .el-date-editor .el-input__inner:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.detailed-editor .el-date-editor .el-input__inner::-webkit-input-placeholder {
  padding-right: 25px;
  color: #136eb5;
  font: 16px "tajawal";
}

.detailed-editor .el-date-editor .el-input__inner::-moz-placeholder {
  padding-right: 25px;
  color: #136eb5;
  font: 16px "tajawal";
}

.detailed-editor .el-date-editor .el-input__inner:-ms-input-placeholder {
  padding-right: 25px;
  color: #136eb5;
  font: 16px "tajawal";
}

.detailed-editor .el-date-editor .el-input__inner:-moz-placeholder {
  padding-right: 25px;
  color: #136eb5;
  font: 16px "tajawal";
}

.detailed-editor .filters-block {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.detailed-editor .filters-block .filter-date .el-input__prefix {
  display: none;
  visibility: hidden;
}

.detailed-editor .filters-block .el-input {
  margin-bottom: 10px;
}

.detailed-editor .filters-block .el-input .el-input__suffix {
  right: auto;
  left: 5px;
}

.detailed-editor .filters-block .el-input .el-input__inner {
  height: 50px;
  padding-left: 30px;
  padding-right: 15px;
  border-radius: 10px;
  border: none;
  background-color: #f2f2f2;
  font: 18px "tajawal";
  color: #1d1d1b;
}

.detailed-editor .filters-block .el-input .el-input__inner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.detailed-editor .filters-block .el-input .el-input__inner:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.detailed-editor .filters-block .el-input .el-input__inner:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.detailed-editor .filters-block .el-input .el-input__inner::-webkit-input-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.detailed-editor .filters-block .el-input .el-input__inner::-moz-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.detailed-editor .filters-block .el-input .el-input__inner:-ms-input-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.detailed-editor .filters-block .el-input .el-input__inner:-moz-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.detailed-editor .filters-block .el-input.search-filter .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.detailed-editor .filters-block .el-input.search-filter .el-input-group__append {
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  background-color: #f2f2f2;
}

.detailed-editor .filters-block .el-input.search-filter .el-input-group__append .el-icon-search {
  color: #0d6ab4;
  font-size: 17px;
}

.detailed-editor .filters-block .el-button--primary {
  height: 44px;
  border-radius: 22px;
  background-color: #0d6ab4;
  border: none;
  outline: none;
  color: #fff;
  font: 16px "tajawal";
}

.watch-video {
  padding: 14px 18px;
  border-radius: 22px;
  background-color: #0d6ab4;
  color: #fff;
  font: 16px "tajawal";
  white-space: nowrap;
}

.watch-video:hover,
.watch-video:focus {
  color: #fff;
}

.mobile-detailed-article {
  margin-bottom: 30px;
}

.mobile-detailed-article.detailed-article {
  padding-top: 0;
}

.mobile-detailed-article.detailed-article .media-slider .slick-list .slick-slide {
  padding-bottom: 0;
}

.mobile-detailed-article.detailed-article .item .item-img {
  margin-bottom: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .mobile-detailed-article.detailed-article .item .item-img {
    height: 345px;
  }
}

.mobile-detailed-article.detailed-article .item .info-feed {
  margin-top: 15px;
}

.mobile-detailed-article.detailed-article .item .info-feed .time {
  color: #b4b4b6;
}

.mobile-detailed-article.detailed-article .item .title:after {
  content: '';
  display: block;
  width: 15%;
  margin-right: -15px;
  padding-top: 5px;
  border-bottom: 2px solid #ece9e9;
}

.mobile-detailed-article.detailed-article .item .description-summary {
  margin: 16px 0;
  font: 20px "tajawal-bold";
  text-align: right;
  line-height: 1.5 !important;
  color: #296ca7;
}

.mobile-detailed-article.detailed-article .item .description {
  color: #727272;
  font: 20px "tajawal";
}

.mobile-detailed-article.detailed-article .editor-block {
  margin-top: -8px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}

.mobile-detailed-article.detailed-article .editor-block .editor-link.mobile-editor-link {
  padding: 8px 18px;
}

.mobile-detailed-article .custom-dots {
  bottom: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 10px;
}

.mobile-detailed-article .custom-dots li {
  width: 8px;
  height: 8px;
  border: 5px solid #fff;
  opacity: 0.6;
}

.mobile-detailed-article .custom-dots li.slick-active,
.mobile-detailed-article .custom-dots li:hover,
.mobile-detailed-article .custom-dots li:focus {
  width: 8px;
  height: 8px;
  opacity: 1;
}

.mobile-most-read .most-read-block {
  padding-top: 15px;
  background: #231f20;
  color: #fff;
}

.mobile-most-read .most-read-block .most-read-title {
  margin-bottom: 15px;
  color: #fff;
  font: 20px "tajawal";
  text-align: right;
}

.mobile-most-read .most-read-block .most-read-title:after {
  content: '';
  display: block;
  width: 15%;
  margin-right: -15px;
  padding-top: 5px;
  border-bottom: 2px solid #296ca7;
}

.mobile-most-read .most-read-block .most-read-link {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #fff;
  font: 20px "tajawal";
  text-align: right;
}

.mobile-most-read .most-read-block .most-read-link:before {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F060";
  color: #fff;
  font-size: 16px;
}

.mobile-most-read .most-read-block .most-read-link:after {
  content: '';
  width: calc(100% + 45px);
  margin-right: -15px;
  padding-top: 5px;
  display: block;
  border-bottom: 1px solid #565354;
}

.mobile-most-read .most-read-block .most-read-link:last-child:after {
  content: '';
  border: none;
}

.content-wrapper .progress-header {
  top: 56px;
  width: 100%;
  z-index: 20;
}

@media (max-width: 1199.98px) {
  .content-wrapper .progress-header {
    top: 150px;
  }
}

.content-wrapper .progress-header.progress-margin {
  margin-top: -29px;
  margin-bottom: 29px;
}

@media (max-width: 991.98px) {
  .content-wrapper .progress-header.progress-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.content-wrapper .progress-header .progress {
  width: 100%;
  height: 5px;
  background: #fff;
}

.content-wrapper .progress-header .progress .progress-bar {
  height: 5px;
  background: #0d6ab4;
  width: 0;
}

.content-wrapper ::-webkit-scrollbar {
  display: none;
}

.content-wrapper ::-webkit-scrollbar-thumb {
  display: none;
}

.category-ads {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blue-news-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-color: rgba(13, 106, 180, 0.85);
}

.blue-news-block .blue-news-link {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}

.blue-news-block .blue-news-link .blue-news-title {
  font: 22px "tajawal-bold";
  color: #1b1b1b;
}

@media (max-width: 991.98px) {
  .blue-news-block .blue-news-link .blue-news-title {
    font-size: 20px;
  }
}

.blue-news-block .blue-news-link .blue-news-subtitle {
  padding-left: 40px;
  font: 18px "tajawal-bold";
  color: #fff;
}

@media (max-width: 991.98px) {
  .blue-news-block .blue-news-link .blue-news-subtitle {
    padding-left: 25px;
    font-size: 15px;
  }
}

.crossword-title {
  color: #1d1d1b;
  font: 32px 'tajawal-bold';
}

@media (max-width: 991.98px) {
  .crossword-title {
    padding-top: 25px;
  }
}

.crossword-puzzle .crossword-date {
  color: #1d1d1b;
  font: 22px 'tajawal';
}

.crossword-puzzle .cell-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  width: 39px;
  height: 40px;
  font: 22px 'tajawal';
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  z-index: 1;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .crossword-puzzle .cell-item {
    width: 28px;
    height: 29px;
    font-size: 20px;
  }
}

@media (max-width: 768.98px) {
  .crossword-puzzle .cell-item {
    font-size: 16px;
  }
}

.crossword-puzzle .toolbox {
  text-align: center;
}

.crossword-puzzle .toolbox .btn-primary {
  margin: 5px auto;
  display: block;
}

.crossword-puzzle .toolbox .btn-primary:first-child {
  margin-top: 0;
}

.crossword-puzzle .toolbox .btn-primary:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .crossword-puzzle .builder-grid.page-inner {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    overflow-y: auto;
    margin-bottom: 25px;
  }
}

.crossword-puzzle .builder-grid.page-inner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .crossword-puzzle .builder-grid.page-inner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    height: 28px;
  }
}

.crossword-puzzle .builder-grid.page-inner .inner.green {
  background: rgba(0, 128, 0, 0.95);
}

.crossword-puzzle .builder-grid.page-inner .inner.red {
  background: rgba(255, 0, 0, 0.95);
}

.crossword-puzzle .builder-grid.page-inner .cell {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: -2px -1px -2px 0px;
  width: 39px;
  height: 43px;
}

@media (max-width: 1199.98px) {
  .crossword-puzzle .builder-grid.page-inner .cell {
    width: 28px;
    height: 32px;
  }
}

.crossword-puzzle .builder-grid.page-inner .cell .error-layout {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 37px;
  height: 38px;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: radial-gradient(ellipse at center, white 0%, red 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ff0000', GradientType=0);
  /* ie6-9 */
  opacity: 0;
}

@media (max-width: 1199.98px) {
  .crossword-puzzle .builder-grid.page-inner .cell .error-layout {
    width: 26px;
    height: 27px;
  }
}

.crossword-puzzle .builder-grid.page-inner .cell .cell-item:focus {
  outline: none;
}

.crossword-puzzle .builder-grid.page-inner .cell .cell-item.black {
  background: #000;
  border: 1px solid transparent;
}

.crossword-puzzle .builder-grid.page-inner .cell .cell-item.active {
  box-shadow: 0 0 10px rgba(88, 177, 196, 0.8);
  -moz-box-shadow: 0 0 10px rgba(88, 177, 196, 0.8);
  -o-box-shadow: 0 0 10px rgba(88, 177, 196, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(88, 177, 196, 0.8);
}

.crossword-puzzle .forms-list-wrapper {
  color: #1d1d1b;
  font: 14px 'tajawal';
}

.crossword-puzzle .forms-list-wrapper:first-child {
  margin-bottom: 30px;
}

.crossword-puzzle .forms-list-wrapper label {
  display: block;
  font: 24px 'tajawal-bold';
}

.crossword-puzzle .forms-list-wrapper .custom-form-group {
  margin-bottom: 10px;
}

.crossword-puzzle .forms-list-wrapper .custom-btn {
  margin: 0;
}

.crossword-puzzle .direction-rtl {
  direction: rtl;
}

.crossword-puzzle .row-index {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: -2px -1px -2px 0px;
  padding: 0;
  width: 39px;
  height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .crossword-puzzle .row-index {
    width: 28px;
    height: 32px;
    font-size: 18px;
  }
}

.crossword-puzzle .column-position {
  position: relative;
  padding-right: 35px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .crossword-puzzle .column-position.column-md-position {
    white-space: nowrap;
    display: block;
  }
}

.crossword-puzzle .column-index {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .crossword-puzzle .column-index {
    font-size: 18px;
  }
}

.crossword-puzzle .visible {
  color: #6f727d;
  cursor: pointer;
}

.crossword-puzzle .disabled {
  color: rgba(111, 114, 125, 0.3);
  cursor: not-allowed;
}

.custom-form {
  padding-top: 45px;
}

.custom-form .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px;
  color: #000;
  font: 18px "tajawal";
  text-align: center;
}

.custom-form .form-title:before,
.custom-form .form-title:after {
  content: '';
  width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
  border-top: 1px solid #000;
}

.custom-form .form-title:before {
  margin: 0 0 0 20px;
}

.custom-form .form-title:after {
  margin: 0 20px 0 0;
}

.custom-form .form-group {
  margin-bottom: 10px;
}

.custom-form .form-group:last-of-type {
  margin-bottom: 30px;
}

.custom-form .form-group .form-label {
  width: 100%;
  margin-bottom: 5px;
  color: #1d1d1b;
  font: 18px 'tajawal';
  text-align: right;
}

.custom-form .form-group .form-field {
  height: 60px;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid #0d6ab3;
  color: #1d1d1b;
  opacity: 0.8;
  font: 16px "tajawal";
  text-align: right;
}

.custom-form .form-group .form-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-form .form-group .form-field:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-form .form-group .form-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-form .form-group .form-field::-webkit-input-placeholder {
  color: #1d1d1b;
  opacity: 0.7;
  font: 16px "tajawal";
  text-align: right;
}

.custom-form .form-group .form-field::-moz-placeholder {
  color: #1d1d1b;
  opacity: 0.7;
  font: 16px "tajawal";
  text-align: right;
}

.custom-form .form-group .form-field:-ms-input-placeholder {
  color: #1d1d1b;
  opacity: 0.7;
  font: 16px "tajawal";
  text-align: right;
}

.custom-form .form-group .form-field:-moz-placeholder {
  color: #1d1d1b;
  opacity: 0.7;
  font: 16px "tajawal";
  text-align: right;
}

.custom-form .change-password {
  display: block;
  text-align: center;
  color: #1d1d1b;
  opacity: 0.8;
  font: 16px "tajawal";
  text-decoration: underline;
}

.custom-form .change-password {
  display: block;
  text-align: center;
  color: #1d1d1b;
  opacity: 0.8;
  font: 16px "tajawal";
  text-decoration: underline;
}

.custom-form .change-password.blue {
  color: #0d6ab4;
}

.changes-modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.changes-modal .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.changes-modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 30px;
  right: 15px;
  opacity: 1;
  z-index: 9;
}

@media (max-width: 767.98px) {
  .changes-modal .modal-dialog .modal-content .close {
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.changes-modal .modal-dialog .modal-content .close .fa-times {
  font-size: 43px;
  line-height: 0.8;
  color: #fff;
}

@media (max-width: 767.98px) {
  .changes-modal .modal-dialog .modal-content .close .fa-times {
    font-size: 26px;
  }
}

.changes-modal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.changes-modal .modal-dialog .modal-content .modal-body .changes-title {
  margin-bottom: 25px;
  color: #1d1d1b;
  font: 25px "tajawal";
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .changes-modal .modal-dialog .modal-content .modal-body .changes-title {
    font-size: 20px;
  }
}

.changes-modal .modal-dialog .modal-content .modal-body .custom-form {
  padding: 40px 15px 50px 15px;
  margin: auto;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  border: 1px solid #dee0e4;
  background-color: #fff;
  text-align: center;
}

.changes-modal .modal-dialog .modal-content .modal-body .register-block {
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
  background: #fff;
}

.changes-modal .modal-dialog .modal-content .modal-body .register-block .register-link {
  text-align: center;
  color: #1d1d1b;
  font: 20px "tajawal";
}

.changes-modal .modal-dialog .modal-content .modal-body .register-block .register-link.blue {
  color: #0d6ab4;
}

.changes-modal .modal-dialog .modal-content .form-label {
  width: 100%;
  margin-bottom: 5px;
  color: #2f3a50;
  font: 18px 'tajawal';
  text-transform: uppercase;
  text-align: left;
  direction: rtl;
}

.changes-modal .modal-dialog .modal-content .form-field {
  height: 60px;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid #0d6ab3;
  color: #000;
  font: 18px "tajawal";
}

.changes-modal .modal-dialog .modal-content .form-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.changes-modal .modal-dialog .modal-content .form-field:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.changes-modal .modal-dialog .modal-content .form-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.changes-modal .modal-dialog .modal-content .form-field::-webkit-input-placeholder {
  color: #1d1d1d;
  opacity: 0.7;
  font: 16px "tajawal";
}

.changes-modal .modal-dialog .modal-content .form-field::-moz-placeholder {
  color: #1d1d1d;
  opacity: 0.7;
  font: 16px "tajawal";
}

.changes-modal .modal-dialog .modal-content .form-field:-ms-input-placeholder {
  color: #1d1d1d;
  opacity: 0.7;
  font: 16px "tajawal";
}

.changes-modal .modal-dialog .modal-content .form-field:-moz-placeholder {
  color: #1d1d1d;
  opacity: 0.7;
  font: 16px "tajawal";
}

.error-body {
  height: 100%;
}

.error-body .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 0;
  position: relative;
}

.error-body .content-wrapper .error-page {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.error-body .content-wrapper .error-page .title {
  font: 75px 'tajawal-bold';
  background: -webkit-gradient(linear, left top, left bottom, from(#007fc1), to(#0f1d39));
  background: linear-gradient(to bottom, #007fc1 0%, #0f1d39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: red;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .error-body .content-wrapper .error-page .title {
    font-size: 56px;
  }
}

@media (max-width: 575.98px) {
  .error-body .content-wrapper .error-page .title {
    font-size: 33px;
  }
}

.error-body .content-wrapper .error-page .subtitle {
  margin-bottom: 10px;
  font: 25px 'tajawal-bold';
  color: #0f1d39;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .error-body .content-wrapper .error-page .subtitle {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .error-body .content-wrapper .error-page .subtitle {
    font-size: 18px;
  }
}

.error-body .content-wrapper .error-page .description {
  margin: 0 auto 40px auto;
  color: blue;
  font: 15px 'tajawal-light';
  line-height: 21px;
}

@media (max-width: 767.98px) {
  .error-body .content-wrapper .error-page .description {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .error-body .content-wrapper .error-page .description {
    margin: 0 auto 30px auto;
    font-size: 12px;
  }
}

.footer {
  background-color: #007fc1;
}

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 15px;
    background-color: #242424;
  }
}

.footer .footer-menu {
  margin: 0 0 25px 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu .footer-img {
  width: 100%;
  height: auto;
  margin-left: -15px;
}

.footer .footer-menu .store-title {
  margin-bottom: 10px;
  font: 20px 'dinkum';
  color: #fff;
}

.footer .footer-menu .store-img {
  max-width: 100px;
  height: auto;
}

.footer .footer-menu .store-img:first-child {
  margin-right: 2px;
}

.footer .footer-menu .store-link {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-flex-basis: 0;
}

.footer .footer-menu .store-link .store-img {
  max-width: 100%;
}

.footer .footer-menu .nav-item:last-child {
  padding-right: 0;
}

.footer .footer-menu .nav-item .nav-link {
  padding: 0;
  font: 16px 'dinkum';
  color: #fff;
  text-align: right;
}

.footer .footer-menu .nav-item .nav-link.active,
.footer .footer-menu .nav-item .nav-link:focus,
.footer .footer-menu .nav-item .nav-link:hover {
  color: #fff;
}

.copyright {
  padding-bottom: 30px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .copyright {
    padding: 0;
  }
}

.copyright .info-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  font: 16px 'dinkum';
  color: #fff;
}

.copyright .info-block .social-block .social-link .fab {
  width: 20px;
  height: 20px;
  background-color: transparent;
  font-size: 20px;
}

html {
  height: 100%;
  background-color: #f9fbfd;
}

body {
  position: relative;
  background-color: #f9fbfd;
}

.content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

.direction-rtl {
  direction: rtl;
}

.direction-ltr {
  direction: ltr;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bg-blue {
  background-color: #0d6ab4;
}

.btn-lg-oval {
  height: 60px;
  padding: 10px 50px;
  color: #ffffff;
  font: 18px "tajawal-bold";
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 29px;
}

.bg-red {
  display: inline-block;
  max-width: 216px;
  background-color: #ff0000;
  padding: 20px 50px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767.98px) {
  .bg-red {
    margin-top: 10px;
  }
}

.info-feed.brown .time {
  color: #b29743 !important;
}

.info-feed.brown .fa-clock {
  color: #b29743 !important;
}

.info-feed.brown .text {
  background-color: #b29743 !important;
}

.info-feed.green .time {
  color: #98bd77 !important;
}

.info-feed.green .fa-clock {
  color: #98bd77 !important;
}

.info-feed.green .text {
  background-color: #98bd77 !important;
}

.info-feed.violet .time {
  color: #b55699 !important;
}

.info-feed.violet .fa-clock {
  color: #b55699 !important;
}

.info-feed.violet .text {
  background-color: #b55699 !important;
}

.info-feed.orange .time {
  color: #eb9704 !important;
}

.info-feed.orange .fa-clock {
  color: #eb9704 !important;
}

.info-feed.orange .text {
  background-color: #eb9704 !important;
}

.info-feed.blue .time {
  color: #0d6ab3 !important;
}

.info-feed.blue .fa-clock {
  color: #0d6ab3 !important;
}

.info-feed.blue .text {
  background-color: #0d6ab3 !important;
}

.info-feed.black .time {
  color: #000000 !important;
}

.info-feed.black .fa-clock {
  color: #000000 !important;
}

.info-feed.black .text {
  background-color: #000000 !important;
}

.info-feed.red .time {
  color: #ff0000 !important;
}

.info-feed.red .fa-clock {
  color: #ff0000 !important;
}

.info-feed.red .text {
  background-color: #ff0000 !important;
}

.text.brown {
  background-color: #b29743 !important;
}

.text.green {
  background-color: #98bd77 !important;
}

.text.violet {
  background-color: #b55699 !important;
}

.text.orange {
  background-color: #eb9704 !important;
}

.text.blue {
  background-color: #0d6ab3 !important;
}

.text.black {
  background-color: #000000 !important;
}

.text.red {
  background-color: #ff0000 !important;
}

.time.brown,
.fa-clock.brown {
  color: #b29743 !important;
}

.time.green,
.fa-clock.green {
  color: #98bd77 !important;
}

.time.violet,
.fa-clock.violet {
  color: #b55699 !important;
}

.time.orange,
.fa-clock.orange {
  color: #eb9704 !important;
}

.time.blue,
.fa-clock.blue {
  color: #0d6ab3 !important;
}

.time.black,
.fa-clock.black {
  color: #000000 !important;
}

.time.red,
.fa-clock.red {
  color: #ff0000 !important;
}

.block-title.brown {
  border-color: #b29743 !important;
}

.block-title.green {
  border-color: #98bd77 !important;
}

.block-title.violet {
  border-color: #b55699 !important;
}

.block-title.orange {
  border-color: #eb9704 !important;
}

.block-title.blue {
  border-color: #0d6ab3 !important;
}

.block-title.black {
  border-color: #000000 !important;
}

.block-title.red {
  border-color: #ff0000 !important;
}

.block-title .more.brown,
.block-title .title.brown,
.block-title .fa-clock.brown {
  color: #b29743 !important;
}

.block-title .more.green,
.block-title .title.green,
.block-title .fa-clock.green {
  color: #98bd77 !important;
}

.block-title .more.violet,
.block-title .title.violet,
.block-title .fa-clock.violet {
  color: #b55699 !important;
}

.block-title .more.orange,
.block-title .title.orange,
.block-title .fa-clock.orange {
  color: #eb9704 !important;
}

.block-title .more.blue,
.block-title .title.blue,
.block-title .fa-clock.blue {
  color: #0d6ab3 !important;
}

.block-title .more.black,
.block-title .title.black,
.block-title .fa-clock.black {
  color: #000000 !important;
}

.block-title .more.red,
.block-title .title.red,
.block-title .fa-clock.red {
  color: #ff0000 !important;
}

.load-more {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  height: 47px;
  border-radius: 24px;
  background-color: #007fc1;
  color: #f8fafc;
  font: 16px "tajawal-bold";
  cursor: pointer;
}

.member-block {
  position: absolute;
  bottom: 13px;
  right: 10px;
  margin-left: 10px;
}

.member-block .member-wrapper {
  position: relative;
  height: 30px;
  border-radius: 15px;
  background-color: #0d6ab4;
}

.member-block .member-wrapper .member-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  height: 30px;
  padding: 0 50px 0 15px;
  color: #f0eef7;
  font: 12px "tajawal-bold";
  text-align: right;
}

.member-block .member-wrapper .member-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.button-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button-block .fa-play {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background-color: rgba(13, 106, 180, 0.8);
}

.help-block.with-errors {
  padding-top: 5px;
  font: 16px "tajawal-medium";
  color: red;
}

@media (max-width: 1199.98px) {
  .content-wrapper {
    padding-top: 143px;
  }
}

@media (max-width: 767.98px) {
  .content-wrapper {
    padding-top: 131px;
  }
}

.custom-accordion {
  margin-bottom: 50px;
}

.custom-accordion .accordion-title {
  color: #1d1d1b;
  font: 36px 'tajawal-bold';
  text-transform: uppercase;
  text-align: right;
}

.custom-accordion .card-accordion {
  padding: 0;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  background-color: transparent;
  text-align: right;
}

.custom-accordion .card-accordion:first-child .card-body {
  padding-top: 0;
}

.custom-accordion .card-accordion .card-body {
  padding: 15px 0;
}

.custom-accordion .card-accordion .card-body .card-body-description {
  color: #1b1b1b;
  font: 18px 'tajawal';
}

.custom-accordion .card-accordion .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.custom-accordion .card-accordion .card-header .card-link {
  position: relative;
  padding: 15px;
  color: #1d1d1b;
  font: 20px 'tajawal';
  text-transform: uppercase;
}

.custom-accordion .card-accordion .card-header .card-link .fa-caret-left {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 18px;
  line-height: 12px;
  color: #0d6ab4;
}

.block-img {
  position: relative;
}

.block-img .sm-news-img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .block-img .sm-news-img {
    height: 215px;
  }
}

.block-img .description {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-shadow: 0 1px 1px #000;
  color: #ffffff;
  font: 20px "tajawal";
  text-align: right;
  z-index: 11;
  max-height: 72px;
  overflow: hidden;
}

.video-js:hover .vjs-big-play-button {
  border: none;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}

.video-js .vjs-big-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  background-color: rgba(13, 106, 180, 0.8) !important;
  border: none !important;
  font-size: 40px !important;
}

.video-js .vjs-big-play-button:focus {
  border: none;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}

.video-js .vjs-big-play-button.vjs-icon-placeholder:before {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  color: #fff;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

.pagination-list {
  margin-bottom: 50px;
  text-align: center;
}

.pagination-list .el-pagination.is-background .btn-next,
.pagination-list .el-pagination.is-background .btn-prev,
.pagination-list .el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #dadada;
  color: #1d1d1b;
  min-width: 30px;
  border-radius: 50%;
}

.pagination-list .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #0d6ab4;
  color: #fff;
}

.pagination-list .el-pagination.is-background .el-pager li:not(.disabled):hover {
  background-color: #0d6ab4;
  color: #fff;
}

.pagination-list .el-icon-arrow-left:before {
  content: "\E6E0";
}

.pagination-list .el-icon-arrow-right:before {
  content: "\E6DE";
}

#at-cv-lightbox {
  display: none;
  visibility: hidden;
}

.modal-backdrop.show {
  opacity: 0.9;
}

@media (max-width: 767.98px) {
  .custom-padding {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 767.98px) {
  .custom-margin {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (min-width: 992px) {
  .general-news .mb-home {
    margin-bottom: 30px;
  }
}

.general-news .mb-home .secrets {
  margin-bottom: 0;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.cursor-pointer {
  cursor: pointer;
}

.share {
  position: relative;
  cursor: pointer;
}

.share-buttons {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  margin-left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.share-buttons .social {
  padding: 5px 0;
}

.share-buttons .social .icon {
  margin-left: 8px;
  margin-right: 8px;
}

.share-buttons .social .icon:hover,
.share-buttons .social .icon:focus {
  text-decoration: none;
  outline: none;
}

.share-buttons .social .icon .fab {
  height: 43px;
  width: 43px;
  padding: 10px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0d6ab4;
}

.share-buttons .social .icon .fab.fa-facebook-f {
  color: #3b5999;
}

.share-buttons .social .icon .fab.fa-twitter {
  color: #00acee;
}

.share-buttons .social .icon .fab.fa-google-plus-g {
  color: #cd483c;
}

.share-buttons .social .icon .fab.fa-pinterest {
  color: #ca2128;
}

.share-buttons .social .icon .fab.fa-linkedin-in {
  color: #0077b5;
}

.slick-slide {
  height: auto;
}

.bottom-0 {
  bottom: 0;
}

.red-block {
  margin-bottom: 30px;
  background-color: #e5261b;
}

@media (max-width: 991.98px) {
  .red-block {
    margin-bottom: 0;
  }
}

.red-block .red-title {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  font: 24px "grotesk";
  text-align: center;
}

@media (max-width: 991.98px) {
  .red-block .red-title {
    font: 20px "tajawal";
  }
}

.gray-block {
  padding: 15px 25px;
  background-color: #dedede;
}

.gray-block .blue-title {
  color: #0d6ab4;
  text-align: right;
  font: 18px "tajawal-bold";
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .gray-block .blue-title {
    font-size: 23px;
  }
}

.gray-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.7) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* ie6-9 */
}

@media (max-width: 991.98px) {
  .secrets {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .secrets {
    margin: 0 -15px;
  }
}

.secrets .gray-block .more {
  color: #0d6ab4;
  font: 12px "tajawal";
}

.secrets .gray-block .more .fa-caret-left {
  margin-right: 5px;
  font-size: 18px;
  line-height: 12px;
}

.secrets .secrets-wrapper .secrets-list {
  padding: 7px 20px 0 20px;
  list-style-type: none;
  background-color: #fff;
}

.secrets .secrets-wrapper .secrets-list .secrets-item {
  height: 45px;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: right;
  border-bottom: 1px solid #dedede;
}

.secrets .secrets-wrapper .secrets-list .secrets-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.secrets .secrets-wrapper .secrets-list .secrets-item:focus .title,
.secrets .secrets-wrapper .secrets-list .secrets-item:hover .title,
.secrets .secrets-wrapper .secrets-list .secrets-item.active .title {
  color: #0d6ab4;
}

.secrets .secrets-wrapper .secrets-list .secrets-item .fa-caret-left {
  font-size: 17px;
  color: #0d6ab4;
  line-height: 11px;
}

.secrets .secrets-wrapper .secrets-list .secrets-item .title {
  margin-right: 20px;
  color: #1b1b1b;
  font: 16px "tajawal";
}

.secrets .secrets-wrapper .secrets-list .secrets-item .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

.secrets .secrets-wrapper .secrets-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dedede;
}

.secrets .secrets-wrapper .secrets-banner.secrets-banner-md {
  padding-top: 4px;
  padding-bottom: 4px;
}

.secrets .secrets-wrapper .secrets-banner .square-banner {
  width: 300px;
  height: 250px;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1199.98px) {
  .secrets .secrets-wrapper .secrets-banner .square-banner {
    width: 270px;
  }
}

@media (max-width: 991.98px) {
  .secrets .secrets-wrapper .secrets-banner .square-banner {
    width: 300px;
  }
}

.general-news {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .general-news .coverer .row {
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
}

@media (max-width: 991.98px) {
  .general-news .direct-news {
    margin-bottom: 30px;
    padding: 0;
  }
}

.general-news .direct-news .direct-news-wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed {
  height: 520px;
  padding-left: 35px;
  padding-right: 20px;
  text-align: right;
  list-style: none;
}

@media (max-width: 767.98px) {
  .general-news .direct-news .direct-news-wrapper .direct-news-feed {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .general-news .direct-news .direct-news-wrapper .direct-news-feed {
    height: 220px;
  }
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .news-link-red .item .date,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .news-link-red .item .title {
  color: #ff0018;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .news-link-blue .item .date,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .news-link-blue .item .title {
  color: #0d6ab4;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item {
  padding-left: 10px;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.item-description:focus .date,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.item-description:focus .title,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.item-description:focus .fa-arrow-left,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.item-description:hover .date,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.item-description:hover .title,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.item-description:hover .fa-arrow-left {
  color: #0d6ab4;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item .fa-arrow-left {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  color: #1d1d1b;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item .fa-arrow-left.news-link-red {
  color: #ff0018;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item .fa-arrow-left.news-link-blue {
  color: #0d6ab4;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.news-link-red .date,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.news-link-red .title {
  color: #ff0018;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.news-link-blue .date,
.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.news-link-blue .title {
  color: #0d6ab4;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .simplebar-track {
  left: 12px;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .simplebar-track .simplebar-scrollbar {
  width: 7px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .simplebar-track .simplebar-scrollbar:before {
  content: "";
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .news-link-red .item::before {
  color: #ff0018;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .news-link-blue .item::before {
  color: #0d6ab4;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item {
  position: relative;
  padding-bottom: 20px;
  padding-right: 15px;
  border-right: 1px solid #1d1d1b;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item::before {
  position: absolute;
  top: 0;
  right: -4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F111";
  font-size: 7px;
  color: #1d1d1b;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.news-link-red::before {
  color: #ff0018;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item.news-link-blue::before {
  color: #0d6ab4;
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item .date {
  color: #1d1d1b;
  font: 12px "tajawal";
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item .title {
  color: #1d1d1b;
  font: 16px "tajawal";
}

.general-news .direct-news .direct-news-wrapper .direct-news-feed .item .description {
  color: #1d1d1b;
  font: 18px "tajawal";
}

@media (max-width: 991.98px) {
  .general-news .direct-news .direct-news-wrapper .direct-news-feed .item .description {
    font-size: 20px;
  }
}

.general-news .direct-news .direct-news-wrapper .subscribe-link {
  height: 45px;
  margin-top: 30px;
  margin-left: 20px;
  border-radius: 23px;
  background-color: #f2f2f2;
}

.general-news .direct-news .direct-news-wrapper .subscribe-link .fa-bell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 13px;
  font-size: 22px;
  color: #fff;
  background-color: #0d6ab4;
  border-radius: 50%;
}

.general-news .direct-news .direct-news-wrapper .subscribe-link .subscribe-title {
  color: #136eb5;
  font: 16px "tajawal";
}

@media (max-width: 991.98px) {
  .general-news .local-news {
    padding: 0;
  }
}

.general-news .local-news .big-block-news {
  position: relative;
}

.general-news .local-news .big-block-news .info-feed {
  position: absolute;
  top: 10px;
  right: 20px;
}

@media (max-width: 991.98px) {
  .general-news .local-news .big-block-news .info-feed {
    top: auto;
    bottom: 25px;
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .general-news .local-news .big-block-news .info-feed {
    bottom: 20px;
    right: 10px;
  }
}

.general-news .local-news .big-block-news .info-feed .time {
  margin-right: 10px;
  color: #fff;
  font: 12px "tajawal";
  text-shadow: 0 1px 3px #000;
}

.general-news .local-news .big-block-news .info-feed .fa-clock {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 3px #000;
}

.general-news .local-news .big-block-news .info-feed .text {
  padding: 7px 25px;
  border-radius: 11px;
  background-color: #0d6ab4;
  color: #fff;
  font: 12px "tajawal";
  text-shadow: 0 1px 3px #000;
}

.general-news .local-news .big-block-news .description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 1px 3px #000;
  color: #fff;
  font: 36px "tajawal-bold";
  text-align: center;
}

.general-news .local-news .big-block-news .big-news-img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .general-news .local-news .big-block-news .big-news-img {
    height: 340px;
  }
}

.general-news .local-news .small-block-news {
  margin-bottom: 10px;
}

.general-news .local-news .small-block-news.sm-news-carousel {
  padding-left: 16px;
  padding-right: 15px;
}

.general-news .local-news .small-block-news.sm-news-carousel .slick-slide > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.general-news .local-news .small-block-news.sm-news-carousel .slick-slide {
  direction: rtl;
}

.general-news .local-news .small-block-news.sm-news-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 175px;
  font-size: 12px;
  background-color: #007fc1;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .general-news .local-news .small-block-news.sm-news-carousel .slick-arrow {
    height: 215px;
  }
}

.general-news .local-news .small-block-news.sm-news-carousel .slick-arrow.fa-caret-right {
  left: auto;
  right: 0;
}

.general-news .local-news .small-block-news.sm-news-carousel .slick-arrow.slick-disabled {
  background-color: rgba(0, 127, 193, 0.3);
  cursor: not-allowed;
}

.general-news .local-news .small-block-news.sm-news-carousel .slick-slide {
  height: auto;
}

.general-news .local-news .small-block-news.sm-news-carousel .sm-news .block-img {
  margin: 0 7px;
}

@media (max-width: 991.98px) {
  .general-news .local-news .small-block-news .row {
    margin: 0;
  }
}

.general-news .local-news .small-block-news .sm-news {
  direction: ltr;
}

@media (max-width: 991.98px) {
  .general-news .local-news .small-block-news .sm-news {
    margin-bottom: 10px;
    padding: 0;
  }
}

.general-news .local-news .small-block-news .sm-news:focus .block-img .description,
.general-news .local-news .small-block-news .sm-news:hover .block-img .description {
  color: #0d6ab4;
  text-shadow: none;
}

.general-news .local-news .small-block-news .sm-news .block-img {
  position: relative;
}

.general-news .local-news .small-block-news .sm-news .block-img .sm-news-img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .general-news .local-news .small-block-news .sm-news .block-img .sm-news-img {
    height: 215px;
  }
}

.general-news .local-news .small-block-news .sm-news .block-img .description {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-shadow: 0 1px 1px #000;
  color: #ffffff;
  font: 16px "tajawal";
  text-align: right;
  z-index: 11;
  max-height: 72px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .general-news .game-premium {
    padding: 0;
  }
}

.general-news .game-premium .game-wrapper {
  padding: 10px 30px;
  background: #fff;
}

.general-news .game-premium .game-wrapper .game-info {
  margin-right: 20px;
  text-align: right;
}

.general-news .game-premium .game-wrapper .game-info .game-title {
  margin-bottom: 20px;
  max-width: 160px;
  color: #1b1b1b;
  font: 20px "tajawal";
}

@media (max-width: 991.98px) {
  .general-news .game-premium .game-wrapper .game-info .game-title {
    font-size: 26px;
  }
}

.general-news .game-premium .game-wrapper .game-info .game-link {
  color: #0d6ab4;
}

.general-news .game-premium .game-wrapper .game-info .game-link .fa-arrow-left {
  margin-right: 10px;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .general-news .game-premium .game-wrapper .game-info .game-link .fa-arrow-left {
    font-size: 26px;
  }
}

.general-news .game-premium .game-wrapper .game-info .game-link .title {
  font: 18px "tajawal";
}

@media (max-width: 991.98px) {
  .general-news .game-premium .game-wrapper .game-info .game-link .title {
    font-size: 23px;
  }
}

.general-news .game-premium .game-wrapper .game-image .game-icon {
  width: 85px;
  height: 85px;
}

@media (max-width: 991.98px) {
  .general-news .game-premium .game-wrapper .game-image .game-icon {
    width: 115px;
    height: 115px;
  }
}

.general-news .wide-banner {
  margin-bottom: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

@media (max-width: 991.98px) {
  .general-news .wide-banner {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8fafc;
    border-top: 9px solid #d6d6d6;
  }
}

.general-news .wide-banner .wide-banner-img {
  width: 728px;
  height: 90px;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 991.98px) {
  .general-news .wide-banner .wide-banner-img {
    width: 320px;
    height: 100px;
  }
}

.general-news .secrets {
  margin-bottom: 30px;
}

.general-news .articles-section {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .general-news .articles-section {
    margin-bottom: 30px;
  }
}

.general-news .articles-section .articles {
  height: auto;
  position: relative;
}

@media (max-width: 991.98px) {
  .general-news .articles-section .articles {
    border: none;
    height: auto;
  }
}

.general-news .articles-section .articles .articles-block-title {
  padding: 0;
  border: 1px solid #d6d6d6;
  border-bottom: none;
}

@media (max-width: 991.98px) {
  .general-news .articles-section .articles .articles-block-title {
    border: none;
  }
}

.general-news .articles-section .articles .articles-block-title .articles-title {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 14px;
  color: #fff;
  background-color: #007fc1;
  font: 18px "tajawal-bold";
  text-align: center;
}

@media (max-width: 991.98px) {
  .general-news .articles-section .articles .articles-block-title .articles-title {
    text-align: right;
    font-size: 24px;
  }
}

.general-news .articles-section .articles .articles-block-title .articles-title .more-detailed {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: #007fc1;
  font: 16px "tajawal-bold";
}

.general-news .articles-section .articles .articles-carousel {
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  border: 1px solid #d6d6d6;
  border-top: none;
}

@media (max-width: 991.98px) {
  .general-news .articles-section .articles .articles-carousel {
    border: none;
  }
}

.general-news .articles-section .articles .articles-carousel .slick-slide > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.general-news .articles-section .articles .articles-carousel .slick-slide {
  direction: rtl;
}

.general-news .articles-section .articles .articles-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: -70px;
  left: 0;
  width: 45px;
  height: 50px;
  font-size: 12px;
  background-color: #007fc1;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.general-news .articles-section .articles .articles-carousel .slick-arrow.fa-caret-right {
  left: 47px;
}

.general-news .articles-section .articles .articles-carousel .slick-arrow.slick-disabled {
  background-color: rgba(0, 127, 193, 0.3);
  cursor: not-allowed;
}

.general-news .articles-section .articles .articles-carousel .slick-slide {
  height: auto;
}

.general-news .articles-section .articles .articles-carousel .slick-slide .article {
  height: 215px;
  margin-bottom: 30px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
}

.general-news .articles-section .articles .articles-carousel .slick-slide .article:hover .title,
.general-news .articles-section .articles .articles-carousel .slick-slide .article:focus .title {
  color: #0d6ab4;
}

@media (max-width: 991.98px) {
  .general-news .articles-section .articles .articles-carousel .slick-slide .article {
    margin-bottom: 10px;
    height: 340px;
  }
}

@media (max-width: 575.98px) {
  .general-news .articles-section .articles .articles-carousel .slick-slide .article {
    height: 270px;
    margin-bottom: 0;
  }
}

.general-news .articles-section .articles .articles-carousel .slick-slide .article.article-new .member-block .member-wrapper .member-img {
  width: 40px;
  height: 40px;
}

.general-news .articles-section .articles .articles-carousel .slick-slide .article .member-block-img {
  position: relative;
}

.general-news .articles-section .articles .articles-carousel .slick-slide .article .member-block-img .article-img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .general-news .articles-section .articles .articles-carousel .slick-slide .article .member-block-img .article-img {
    height: 270px;
  }
}

@media (max-width: 575.98px) {
  .general-news .articles-section .articles .articles-carousel .slick-slide .article .member-block-img .article-img {
    height: 200px;
  }
}

.general-news .articles-section .articles .articles-carousel .slick-slide .article .title {
  color: #1b1b1b;
  font: 16px "tajawal";
  text-align: right;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  .general-news .articles-section .articles .articles-carousel .slick-slide .article .title {
    max-height: 56px;
    font-size: 24px;
    line-height: normal;
  }
}

.video-title {
  height: 50px;
  background-color: #0d6ab4;
}

.video-title .title {
  color: #fff;
  font: 18px "tajawal-bold";
  text-align: right;
}

.video-news {
  margin-bottom: 40px;
  padding-top: 20px;
  background-color: #1d1d1b;
}

.video-news .video-carousel {
  position: relative;
}

.video-news .video-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: -70px;
  left: 0;
  width: 45px;
  height: 50px;
  background-color: #fff;
  color: #007fc1;
  cursor: pointer;
  font-size: 16px;
  line-height: 11px;
}

.video-news .video-carousel .slick-arrow.fa-caret-right {
  left: 47px;
}

.video-news .video-carousel .slick-arrow.slick-disabled {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

.video-news .video-carousel .slick-slide {
  margin-bottom: 25px;
  height: auto;
}

@media (max-width: 991.98px) {
  .video-news .video-carousel .slick-slide {
    margin-right: 0;
  }
}

.video-news .video-carousel .video {
  position: relative;
}

.video-news .video-carousel .video .slide-video {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 5px;
}

.video-news .video-carousel .video-category {
  margin-bottom: 20px;
  text-align: right;
}

.video-news .video-carousel .video-category .title {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #f8fafc;
  color: #0d6ab4;
  font: 10px "grotesk";
}

.video-news .video-carousel .video-category .category-link {
  display: inline-block;
  white-space: nowrap;
}

.video-news .video-carousel .title {
  color: #f8fafc;
  font: 18px "tajawal";
  text-align: right;
}

@media (max-width: 575.98px) {
  .video-news .video-carousel .title {
    max-height: 42px;
    overflow: hidden;
  }
}

.popular-news {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .popular-news .popular-news-wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.popular-news .popular-news-carousel {
  margin-bottom: 15px;
}

.popular-news .popular-news-carousel .popular-carousel {
  position: relative;
  padding-bottom: 37px;
  background-color: #fff;
}

.popular-news .popular-news-carousel .popular-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 38px;
  font-size: 12px;
  background-color: #007fc1;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
}

.popular-news .popular-news-carousel .popular-carousel .slick-arrow.fa-chevron-down {
  left: 50%;
}

.popular-news .popular-news-carousel .popular-carousel .slick-arrow.slick-disabled {
  background-color: rgba(0, 127, 193, 0.3);
  cursor: not-allowed;
}

.popular-news .popular-news-carousel .popular-carousel .slick-slide {
  height: auto;
  border: none;
}

.popular-news .popular-news-carousel .popular-carousel .slick-slide:first-child .item {
  padding-top: 15px;
}

.popular-news .popular-news-carousel .popular-carousel .slick-slide .item {
  position: relative;
  height: 69px;
  padding: 10px 40px 10px 10px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 991.98px) {
  .popular-news .popular-news-carousel .popular-carousel .slick-slide .item {
    height: 85px;
  }
}

.popular-news .popular-news-carousel .popular-carousel .slick-slide .item:focus .description,
.popular-news .popular-news-carousel .popular-carousel .slick-slide .item:hover .description {
  color: #0d6ab4;
}

.popular-news .popular-news-carousel .popular-carousel .slick-slide .item .description {
  color: #1d1d1b;
  text-align: right;
  font: 14px "tajawal";
}

.popular-news .popular-news-carousel .popular-carousel .slick-slide .item .number {
  position: absolute;
  top: 20px;
  right: 13px;
  color: #0d6ab4;
  font: 15px "grotesk-bold";
  line-height: 15px;
}

.popular-news .popular-info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks {
    padding: 0;
  }
}

.popular-news .popular-info-blocks .card-deck {
  width: 100%;
  margin: 0;
}

@media (max-width: 575.98px) {
  .popular-news .popular-info-blocks .card-deck {
    display: block;
  }
}

.popular-news .popular-info-blocks .card-deck .card {
  margin: 0 0 20px 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.popular-news .popular-info-blocks .card-deck .card.pencil {
  position: relative;
}

.popular-news .popular-info-blocks .card-deck .card.pencil .pencil-img-block {
  position: relative;
}

.popular-news .popular-info-blocks .card-deck .card.pencil .pencil-img-block:hover .pencil-description,
.popular-news .popular-info-blocks .card-deck .card.pencil .pencil-img-block:focus .pencil-description {
  color: #0d6ab4;
}

.popular-news .popular-info-blocks .card-deck .card.pencil .pencil-img-block .pencil-img {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-news .popular-info-blocks .card-deck .card.pencil .pencil-description {
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #fff;
  text-align: right;
  font: 16px "tajawal-bold";
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks .card-deck .card.pencil .pencil-description {
    font-size: 20px;
  }
}

.popular-news .popular-info-blocks .card-deck .card .caricature-img {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-news .popular-info-blocks .card-deck .card .card-body {
  padding: 0;
}

.popular-news .popular-info-blocks .card-deck .card .card-body .title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  color: #1e1e1b;
  text-align: right;
  font: 18px "tajawal-bold";
  border-bottom: 2px solid #0d6ab4;
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks .card-deck .card .card-body .title {
    font-size: 24px;
  }
}

.popular-news .popular-info-blocks .card-deck .horoscopes-title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  color: #1e1e1b;
  text-align: right;
  font: 18px "tajawal-bold";
  border-bottom: 2px solid #0d6ab4;
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks .card-deck .horoscopes-title {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .popular-news .popular-info-blocks .card-deck .horoscopes .slick-slide {
    height: auto;
  }
}

.popular-news .popular-info-blocks .card-deck .horoscopes .horoscopes-block {
  width: 100%;
  height: 205px;
  padding: 15px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  direction: rtl;
  text-align: right;
}

.popular-news .popular-info-blocks .card-deck .horoscopes .horoscopes-block .horoscopes-description .description {
  margin-right: 10px;
  text-align: right;
  font: 16px "tajawal-bold";
  color: #1e1e1b;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks .card-deck .horoscopes .horoscopes-block .horoscopes-description .description {
    font-size: 20px;
  }
}

.popular-news .popular-info-blocks .card-deck .horoscopes .horoscopes-block .horoscopes-description .horoscope-icon-block {
  position: relative;
  min-width: 67px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #0d6ab4;
}

.popular-news .popular-info-blocks .card-deck .horoscopes .horoscopes-block .horoscopes-description .horoscope-icon-block .horoscope-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-news .popular-info-blocks .popular-article-carousel {
  border: 10px solid #0c5ea0;
  border-left: none;
  background-color: #fff;
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-list {
  padding: 0 0 0 20%;
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks .popular-article-carousel .slick-list {
    padding: 0;
  }
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 12px;
  background-color: #fff;
  color: #0d6ab4;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15;
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-arrow.fa-angle-right {
  display: none;
  visibility: hidden;
  left: auto;
  right: 13px;
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks .popular-article-carousel .slick-arrow.fa-angle-right {
    display: block;
    visibility: visible;
  }
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-arrow.fa-angle-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-slide {
  margin-right: 2px;
  height: auto;
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-slide .article {
  position: relative;
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-slide .article .block-img {
  position: relative;
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-slide .article .block-img .article-img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-news .popular-info-blocks .popular-article-carousel .slick-slide .article .block-img .description {
  position: absolute;
  bottom: 10px;
  right: 8px;
  color: #fff;
  font: 18px "tajawal";
  text-align: right;
  z-index: 11;
}

.popular-news .popular-info-blocks .carousel-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  z-index: 11;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* ie6-9 */
}

@media (max-width: 991.98px) {
  .popular-news .popular-info-blocks .carousel-layer {
    display: none;
    visibility: hidden;
  }
}

.popular-news .popular-info-blocks .popular-article-info {
  height: 210px;
  border: 11px solid #0c5ea0;
  border-left: none;
  background-color: #fff;
}

.popular-news .popular-info-blocks .popular-article-info .title {
  color: #000;
  font: 24px "tajawal-bold";
}

.popular-news .popular-info-blocks .popular-article-info .text {
  color: #0d6ab3;
  font: 34px "tajawal-bold";
}

.newsletter {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #dedede;
}

@media (max-width: 991.98px) {
  .newsletter {
    padding-bottom: 25px;
  }
}

.newsletter .icon {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

.newsletter .title {
  margin-bottom: 20px;
  color: #1d1d1b;
  font: 24px "tajawal-bold";
}

.newsletter .newsletter-form {
  position: relative;
}

@media (max-width: 991.98px) {
  .newsletter .newsletter-form {
    margin-bottom: 0;
  }
}

.newsletter .newsletter-form .form-group {
  margin-bottom: 0;
}

.newsletter .newsletter-form .form-field {
  height: 45px;
  padding-left: 100px;
  border: 1px solid #a8a8a8;
  border-radius: 22px;
  background-color: #fff;
  font: 12px "tajawal";
  text-align: center;
  color: #1b1b1b;
}

@media (max-width: 991.98px) {
  .newsletter .newsletter-form .form-field {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 18px;
  }
}

.newsletter .newsletter-form .form-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.newsletter .newsletter-form .form-field:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.newsletter .newsletter-form .form-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter .newsletter-form .form-field::-webkit-input-placeholder {
  font: 12px "tajawal";
  text-align: center;
  color: #1b1b1b;
}

@media (max-width: 991.98px) {
  .newsletter .newsletter-form .form-field::-webkit-input-placeholder {
    font-size: 18px;
  }
}

.newsletter .newsletter-form .form-field::-moz-placeholder {
  font: 12px "tajawal";
  text-align: center;
  color: #1b1b1b;
}

@media (max-width: 991.98px) {
  .newsletter .newsletter-form .form-field::-moz-placeholder {
    font-size: 18px;
  }
}

.newsletter .newsletter-form .form-field:-ms-input-placeholder {
  font: 12px "tajawal";
  text-align: center;
  color: #1b1b1b;
}

@media (max-width: 991.98px) {
  .newsletter .newsletter-form .form-field:-ms-input-placeholder {
    font-size: 18px;
  }
}

.newsletter .newsletter-form .form-field:-moz-placeholder {
  font: 12px "tajawal";
  text-align: center;
  color: #1b1b1b;
}

@media (max-width: 991.98px) {
  .newsletter .newsletter-form .form-field:-moz-placeholder {
    font-size: 18px;
  }
}

.newsletter .newsletter-form .newsletter-btn {
  position: absolute;
  top: 0;
  left: 15px;
  height: 45px;
  padding: 8px 35px;
  font: 14px "tajawal";
  color: #fff;
  border-radius: 22px;
  background-color: #0d6ab4;
}

.newsletter .newsletter-form .submit-btn {
  display: none;
  visibility: hidden;
  padding: 8px 35px;
  font: 18px "tajawal";
  color: #fff;
  border-radius: 22px;
  background-color: #0d6ab4;
}

@media (max-width: 991.98px) {
  .newsletter .newsletter-form .submit-btn {
    display: block;
    visibility: visible;
  }
}

.categories-list {
  padding-top: 40px;
}

.categories-news {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .categories-news {
    margin-bottom: 35px;
  }
}

.categories-news .block-title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 3px solid #0d6ab4;
}

.categories-news .block-title .more {
  color: #0d6ab4;
  font: 12px "tajawal";
}

@media (max-width: 991.98px) {
  .categories-news .block-title .more {
    font-size: 16px;
  }
}

.categories-news .block-title .more .fa-caret-left {
  margin-right: 5px;
  font-size: 18px;
  line-height: 12px;
}

.categories-news .block-title .title {
  color: #0d6ab4;
  font: 18px "tajawal-bold";
}

@media (max-width: 991.98px) {
  .categories-news .block-title .title {
    font-size: 24px;
  }
}

.categories-news .card {
  position: relative;
  margin-bottom: 25px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.categories-news .card:hover .card-body .card-title,
.categories-news .card:focus .card-body .card-title {
  color: #0d6ab4;
}

.categories-news .card.card-news:hover .card-body .card-text,
.categories-news .card.card-news:focus .card-body .card-text {
  color: #1b1b1b;
}

.categories-news .card.animation:hover .card-body .card-text,
.categories-news .card.animation:focus .card-body .card-text {
  color: #0d6ab4;
}

.categories-news .card.without-img .short-news {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cfd1d2;
}

.categories-news .card.without-img .short-news:hover .card-text,
.categories-news .card.without-img .short-news:focus .card-text {
  color: #0d6ab4;
}

.categories-news .card .card-img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .categories-news .card .card-img {
    height: 160px;
  }
}

.categories-news .card .card-body {
  padding: 0;
  background-color: transparent;
  text-align: right;
}

.categories-news .card .card-body .info-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}

.categories-news .card .card-body .info-feed .time {
  margin-right: 10px;
  font: 10px "tajawal";
  color: #0d6ab3;
}

@media (max-width: 991.98px) {
  .categories-news .card .card-body .info-feed .time {
    font-size: 12px;
  }
}

.categories-news .card .card-body .info-feed .fa-clock {
  font-size: 15px;
  color: #0d6ab3;
}

.categories-news .card .card-body .card-text,
.categories-news .card .card-body .card-title {
  margin: 0;
  color: #1b1b1b;
  font: 16px "tajawal";
  text-align: right;
}

@media (max-width: 991.98px) {
  .categories-news .card .card-body .card-text,
  .categories-news .card .card-body .card-title {
    font-size: 20px;
  }
}

.without-policy-title {
  height: 40px;
  background-color: #0d6ab4;
}

.without-policy-title .more {
  color: #fff;
  font: 12px "tajawal";
}

@media (max-width: 991.98px) {
  .without-policy-title .more {
    font-size: 16px;
  }
}

.without-policy-title .more .fa-caret-left {
  margin-right: 5px;
  font-size: 18px;
  line-height: 12px;
}

.without-policy-title .title {
  color: #fff;
  font: 16px "tajawal-bold";
  text-align: right;
}

@media (max-width: 991.98px) {
  .without-policy-title .title {
    font-size: 24px;
  }
}

.without-policy {
  padding-top: 30px;
  background-color: #ebeced;
}

.without-policy .card {
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.without-policy .card:hover .card-body .card-title,
.without-policy .card:focus .card-body .card-title {
  color: #0d6ab4;
}

.without-policy .card .card-img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 0;
}

.without-policy .card .card-body {
  padding: 0;
}

.without-policy .card .card-body .info-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-bottom: 12px;
}

.without-policy .card .card-body .info-feed .time {
  margin-right: 10px;
  font: 10px "tajawal";
}

.without-policy .card .card-body .info-feed .fa-clock {
  margin-right: 10px;
  font-size: 15px;
}

.without-policy .card .card-body .info-feed .text {
  padding: 7px 25px;
  border-radius: 11px;
  color: #fff;
  font: 10px "tajawal";
}

@media (max-width: 991.98px) {
  .without-policy .card .card-body .info-feed .text {
    padding: 4px 25px;
    font-size: 12px;
  }
}

.without-policy .card .card-body .card-title {
  margin: 0;
  color: #1b1b1b;
  font: 16px "tajawal";
  text-align: right;
}

@media (max-width: 991.98px) {
  .without-policy .card .card-body .card-title {
    font-size: 20px;
  }
}

.social-news {
  padding-top: 40px;
  padding-bottom: 95px;
  background-color: #e7e8e9;
  background: url(/themes/aljoumhouria/img/social-news-bg.png) no-repeat;
}

.social-news .more {
  color: #0d6ab4;
  font: 12px "tajawal";
}

@media (max-width: 991.98px) {
  .social-news .more {
    font-size: 16px;
  }
}

.social-news .more .fa-caret-left {
  margin-right: 5px;
  font-size: 18px;
  line-height: 12px;
}

.social-news .title {
  color: #0d6ab4;
  font: 18px "tajawal-bold";
}

@media (max-width: 991.98px) {
  .social-news .title {
    font-size: 24px;
  }
}

.social-news .card {
  position: relative;
  margin-bottom: 25px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.social-news .card .social-link {
  position: absolute;
  top: 10px;
  right: 25px;
  max-width: 100%;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.social-news .card .logo-link {
  position: absolute;
  top: 10px;
  left: 15px;
  max-width: 100%;
  height: 25px;
  padding: 0 10px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #fff;
}

.social-news .card .card-img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

.social-news .card .card-body {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: right;
}

.social-news .card .card-body .social-icon {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}

.social-news .card .card-body .card-text {
  margin: 0;
  color: #1b1b1b;
  font: 16px "tajawal";
  text-align: right;
}

@media (max-width: 991.98px) {
  .social-news .card .card-body .card-text {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .live-news-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .live-news-reverse .live-news,
  .live-news-reverse .direct-news {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }
}

.crossword-home .game-premium {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 991.98px) {
  .issues-page {
    padding-top: 60px;
  }
}

.issues-page .issues-title {
  margin-bottom: 20px;
  font: 26px "tajawal";
  color: #1d1d1b;
  text-align: right;
  border-right: 4px solid #296ca7;
}

.issues-page .el-date-editor {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .issues-page .el-date-editor {
    margin-bottom: 0;
  }
}

.issues-page .el-date-editor .el-input__inner {
  height: 50px;
  padding: 15px;
  border-radius: 10px;
  border: none;
  background-color: #f2f2f2;
  font: 18px "tajawal";
  color: #1d1d1b;
  text-align: center;
  cursor: pointer;
}

.issues-page .el-date-editor .el-input__inner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.issues-page .el-date-editor .el-input__inner:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.issues-page .el-date-editor .el-input__inner:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.issues-page .el-date-editor .el-input__inner::-webkit-input-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.issues-page .el-date-editor .el-input__inner::-moz-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.issues-page .el-date-editor .el-input__inner:-ms-input-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.issues-page .el-date-editor .el-input__inner:-moz-placeholder {
  font: 18px "tajawal";
  color: #1d1d1b;
}

.issues-page .filter-date {
  direction: rtl;
}

.issues-page .filter-date .el-input__prefix {
  display: none;
  visibility: hidden;
}

.issues-page .top-issue {
  margin-bottom: 30px;
  padding: 0;
}

.issues-page .issue {
  margin-bottom: 20px;
}

.issues-page .issue-image {
  width: 100%;
  height: 500px;
}

.issues-page .issue-link {
  padding: 5px 15px;
  background: #716e6e;
  font: 18px "tajawal";
  color: #fff;
  text-align: right;
  direction: rtl;
}

.issues-page .fa-download {
  color: #fff;
  font-size: 18px;
}

.media-slider .item {
  position: relative;
}

.media-slider .slick-list {
  z-index: 1;
}

@media (min-width: 992px) {
  .media-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
}

.media-slider .slick-list .slick-slide {
  height: auto;
  padding-bottom: 10px;
}

.custom-dots {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.custom-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 6px solid #0d6ab3;
  opacity: 0.4;
  outline: none;
  cursor: pointer;
  z-index: 15;
}

.custom-dots li.slick-active,
.custom-dots li:hover,
.custom-dots li:focus {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.custom-dots li button {
  font-size: 0;
  display: none;
}

.mostread-news .block-title {
  height: 52px;
  margin-bottom: 15px;
  padding-right: 15px;
  background-color: #0d6ab4;
}

.mostread-news .block-title .title {
  color: #fff;
  font: 18px "tajawal-bold";
  text-align: right;
}

.mostread-news .card {
  margin-bottom: 30px;
  border: none;
  background: transparent;
  border-radius: 0;
}

.mostread-news .card:hover .card-body .card-text,
.mostread-news .card:focus .card-body .card-text {
  color: #0d6ab4;
}

.mostread-news .card .close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 4;
  padding: 0;
}

.mostread-news .card .close-btn .fa-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
  width: 35px;
  height: 35px;
  font-size: 19px;
  color: #fff;
  background-color: #0d6ab3;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .mostread-news .card .close-btn .fa-times {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .mostread-news .card .close-btn .fa-times {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.mostread-news .card .info-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-top: 10px;
}

.mostread-news .card .info-feed .time {
  margin-right: 10px;
  font: 12px "tajawal";
  color: #0d6ab4;
}

.mostread-news .card .info-feed .fa-clock {
  font-size: 20px;
  color: #0d6ab4;
}

.mostread-news .card .card-img-block {
  position: relative;
}

.mostread-news .card .card-img-block .category-number {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .mostread-news .card .card-img-block .category-number {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 575.98px) {
  .mostread-news .card .card-img-block .category-number {
    width: 50px;
    height: 50px;
  }
}

.mostread-news .card .card-img-block .category-number .number {
  font: 26px "grotesk-bold";
  color: #0d6ab3;
}

@media (max-width: 991.98px) {
  .mostread-news .card .card-img-block .category-number .number {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .mostread-news .card .card-img-block .category-number .number {
    font-size: 26px;
  }
}

.mostread-news .card .card-img-block .card-img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

.mostread-news .card .card-img-block .buttons-news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 4;
}

.mostread-news .card .card-img-block .buttons-news-block .button-news .custom-clock,
.mostread-news .card .card-img-block .buttons-news-block .button-news .fa-upload,
.mostread-news .card .card-img-block .buttons-news-block .button-news .fa-bookmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
  width: 35px;
  height: 35px;
  font-size: 19px;
  color: #fff;
  background-color: #0d6ab3;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .mostread-news .card .card-img-block .buttons-news-block .button-news .custom-clock,
  .mostread-news .card .card-img-block .buttons-news-block .button-news .fa-upload,
  .mostread-news .card .card-img-block .buttons-news-block .button-news .fa-bookmark {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .mostread-news .card .card-img-block .buttons-news-block .button-news .custom-clock,
  .mostread-news .card .card-img-block .buttons-news-block .button-news .fa-upload,
  .mostread-news .card .card-img-block .buttons-news-block .button-news .fa-bookmark {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.mostread-news .card .card-img-block .buttons-news-block .button-news .fa-upload {
  margin-left: 10px;
}

.mostread-news .card .card-body {
  padding: 15px 0 0 15px;
}

.mostread-news .card .card-body .card-text {
  color: #1b1b1b;
  font: 18px "tajawal";
  text-align: right;
}

.navbar {
  padding: 0;
  background-color: #f5f5f5;
}

.navbar .navbar-logos {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
}

.navbar .navbar-logos .navbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.navbar .navbar-logos .navbar-item .download-image {
  max-height: 95px;
}

.navbar .navbar-logos .navbar-item .wide-banner {
  width: 728px;
  height: 90px;
  object-fit: cover;
  -o-object-fit: cover;
  padding: 0 35px;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .navbar .navbar-logos .navbar-item .wide-banner {
    width: 550px;
    padding: 0 20px;
  }
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
}

@media (max-width: 991.98px) {
  .info-block {
    display: none;
    visibility: hidden;
  }
}

.menu-joumhouria-tv {
  font-family: 'tajawal-bold', serif;
  padding-left: 5px;
}

.menu-joumhouria-tv img {
  max-width: 35px;
}

.search-btn {
  padding: 13px 30px 13px 0;
  color: #1d1d1b;
  font-size: 17px;
  z-index: 2;
}

.search-btn .fa-search {
  font-size: 23px;
}

.search-element {
  position: absolute;
  top: 51px;
  left: 0;
  padding: 0;
  z-index: 100;
}

.search-element .search-form {
  margin: 0;
}

.search-element .search-form .form-group {
  position: relative;
  margin: 0;
}

.search-element .search-form .form-group .form-field {
  height: 35px;
  padding-right: 90px;
  border-radius: 0;
  background-color: #fff;
  color: #61696d;
  font: 16px "tajawal";
}

.search-element .search-form .form-group .search-element-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  padding: 0 25px;
  border-radius: 0;
  background-color: #007fc1;
  color: #fff;
  font: 16px "tajawal";
}

.social-block .social-link {
  margin: 0 5px;
}

.social-block .social-link:first-child {
  margin-left: 0;
}

.social-block .social-link .fab {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  background-color: #1d1d1b;
  color: #fff;
}

.user-login {
  padding-left: 15px;
}

.user-login.dropdown .dropdown-toggle {
  padding: 11px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .user-login.dropdown .dropdown-toggle {
    padding: 13px 10px;
  }
}

.user-login.dropdown .dropdown-toggle:after {
  content: "";
  display: none;
  visibility: hidden;
}

.user-login.dropdown .dropdown-toggle .fa-user {
  cursor: pointer;
  font-size: 27px;
}

.user-login.dropdown.show .dropdown-toggle {
  background-color: #007fc1;
}

.user-login.dropdown.show .dropdown-toggle .fa-user {
  color: #fff;
}

.user-login.dropdown .dropdown-menu {
  width: 360px;
  left: 15px;
  margin: 0;
  padding: 35px 15px;
  border-radius: 0;
  border: none;
  background-color: #007fc1;
}

.user-login.dropdown .dropdown-menu.dropdown-menu-login {
  padding: 0;
}

.user-login.dropdown .dropdown-menu.dropdown-menu-login .dropdown-item {
  margin: 0;
  padding: 20px 15px;
  text-align: right;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.user-login.dropdown .dropdown-menu.dropdown-menu-login .dropdown-item:last-child {
  border-bottom: none;
}

.user-login.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #fff;
  font: 16px "tajawal";
  color: #fff;
  text-align: center;
}

.user-login.dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.user-login.dropdown .dropdown-menu .dropdown-item:focus,
.user-login.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .user-login.dropdown .dropdown-menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
  }
}

.scroll-menu.navbar {
  border-bottom: 1px solid #d4d4d3;
}

@media (max-width: 1199.98px) {
  .scroll-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    width: 100%;
    border-bottom: 1px solid #d4d4d3;
  }
}

.navbar-main {
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .navbar-main {
    padding: 0;
  }
}

.navbar-main .show-navigation {
  padding: 18px 0;
}

.navbar-main .show-navigation .show-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.navbar-main .show-navigation .show-btn:focus,
.navbar-main .show-navigation .show-btn:active {
  outline: none;
}

.navbar-main .show-navigation .show-btn .fa-bars {
  color: #0d6ab3;
  font-size: 25px;
  line-height: 19px;
}

.navbar-main .main-logo {
  max-width: 140px;
  height: auto;
}

.navbar-main .blue-btn {
  padding: 11px 10px;
  color: #fff;
  background-color: #0d6ab3;
  border-radius: 21px;
  width: 140px;
  height: 30px;
}

.navbar-main .blue-btn .text {
  margin-right: 5px;
  font: 11px 'tajawal-bold';
}

.navbar-main .blue-btn .fa-newspaper {
  font-size: 20px;
}

.navbar-main .navbar-nav {
  padding: 8px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 991.98px) {
  .navbar-main .navbar-nav {
    display: none;
    visibility: hidden;
  }
}

.navbar-main .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-main .navbar-nav .nav-item .nav-link {
  padding-right: 40px;
  cursor: pointer;
  color: #1d1d1b;
  font: 16px 'tajawal-bold';
}

@media (max-width: 991.98px) {
  .navbar-main .navbar-nav .nav-item .nav-link {
    padding-right: 20px;
  }
}

.navbar-main .navbar-nav .nav-item .nav-link:hover,
.navbar-main .navbar-nav .nav-item .nav-link:focus,
.navbar-main .navbar-nav .nav-item .nav-link.active {
  color: #0d6ab4;
}

.side-navigation {
  width: 0;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.side-navigation::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.side-navigation.active {
  width: 100%;
  background: rgba(29, 29, 27, 0.67);
}

.side-navigation .navigation-inner {
  position: relative;
  height: 100%;
}

.side-navigation .navigation-inner .navbar-nav {
  width: calc(100% - 159px);
  background-color: #1d1d1b;
  text-align: right;
  height: 100%;
}

.side-navigation .navigation-inner .navbar-nav .search-form {
  margin: 0;
}

.side-navigation .navigation-inner .navbar-nav .search-form .form-group {
  position: relative;
  margin: 0 0 25px 0;
}

.side-navigation .navigation-inner .navbar-nav .search-form .form-group .form-field {
  height: 50px;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #373735;
  color: #fff;
  font: 20px 'tajawal';
}

.side-navigation .navigation-inner .navbar-nav .search-form .form-group .search-element-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
}

.side-navigation .navigation-inner .navbar-nav .search-form .form-group .search-element-btn .fa-search {
  color: #fff;
  font-size: 17px;
}

.side-navigation .navigation-inner .navbar-nav .nav-item {
  margin-bottom: 25px;
  padding-right: 35px;
}

.side-navigation .navigation-inner .navbar-nav .nav-item .nav-link {
  display: block;
  padding: 0;
  font: 20px 'tajawal';
  color: #fff;
}

.side-navigation .navigation-inner .navbar-nav .nav-item .nav-link:focus,
.side-navigation .navigation-inner .navbar-nav .nav-item .nav-link:hover,
.side-navigation .navigation-inner .navbar-nav .nav-item .nav-link .active {
  color: #0d6ab3;
}

.side-navigation .navigation-inner .social-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0;
}

.side-navigation .navigation-inner .social-block .social-link .fab {
  background-color: #fff;
  color: #1d1d1b;
  border-radius: 50%;
}

.navbar-links {
  background-color: #fff;
  border-top: 1px solid #d2d2d1;
}

.navbar-links .navbar-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.navbar-links .navbar-list .navbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  height: 29px;
  border-right: 1px solid #d2d2d1;
}

.navbar-links .navbar-list .navbar-item:first-child {
  border-left: none;
}

.navbar-links .navbar-list .navbar-item:last-child {
  border-right: none;
}

.navbar-links .navbar-list .navbar-item:hover,
.navbar-links .navbar-list .navbar-item:focus,
.navbar-links .navbar-list .navbar-item.active {
  border-bottom: 5px solid #0d6ab3;
}

.navbar-links .navbar-list .navbar-item .title {
  color: #1d1d1b;
  font: 20px "tajawal-bold";
}

@media (max-width: 991.98px) {
  .navbar-links .navbar-list .navbar-item .title {
    font-size: 19px;
  }
}

@media (max-width: 767.98px) {
  .navbar-links .navbar-list .navbar-item .title {
    font-size: 12px;
  }
}

.user-auth {
  margin-bottom: 140px;
  padding-top: 40px;
  background-color: #fff;
}

.user-auth .facebook-auth,
.user-auth .google-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  height: 60px;
  margin-bottom: 10px;
  padding: 10px 25px;
  border-radius: 10px;
}

.user-auth .facebook-auth .fab,
.user-auth .google-auth .fab {
  font-size: 27px;
  color: #fff;
}

.user-auth .facebook-auth .facebook-title,
.user-auth .facebook-auth .google-title,
.user-auth .google-auth .facebook-title,
.user-auth .google-auth .google-title {
  color: #fff;
  font: 18px "tajawal";
  text-align: right;
}

.user-auth .facebook-auth {
  background-color: #294191;
}

.user-auth .google-auth {
  background-color: #d61d1d;
}

.user-auth .custom-form {
  padding-top: 45px;
}

.user-auth .custom-form .auth-btn {
  display: block;
  height: 50px;
  margin: 0 auto 20px auto;
  border-radius: 25px;
  background-color: #0d6ab4;
  color: #fff;
  font: 16px "tajawal";
}

.user-auth .custom-form .user-title {
  margin-bottom: 20px;
  color: #1d1d1d;
  font: 18px "tajawal";
  text-align: right;
}

.user-profile {
  margin-bottom: 140px;
  padding-top: 40px;
  background-color: #fff;
}

.user-profile .custom-form .input-group {
  height: 60px;
  padding: 0 20px;
  outline: none;
  font: 16px 'tajawal';
  border-radius: 10px;
  border: 2px solid #0d6ab3;
  background-color: #fff;
}

.user-profile .custom-form .input-group .form-field {
  height: auto;
  border: none;
}

.user-profile .custom-form .input-group .input-group-prepend .input-group-text {
  border: none;
  border-radius: 0;
  color: #0d6ab4;
  background-color: transparent;
  font: 16px "tajawal";
}

.latest-videos {
  padding-top: 15px;
}

.latest-videos .video-item {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.latest-videos .video-item:hover .item-title,
.latest-videos .video-item:focus .item-title {
  color: #0d6ab4;
}

.latest-videos .video-item.card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #bebebe;
}

@media (max-width: 991.98px) {
  .latest-videos .video-item.card {
    -webkit-box-flex: 1;
            flex: auto;
    -ms-flex: auto;
  }
}

@media (max-width: 575.98px) {
  .latest-videos .video-item.card {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
}

.latest-videos .video-item .video {
  position: relative;
}

.latest-videos .video-item .video .item-img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.latest-videos .video-item .video .button-block .fa-play {
  width: 70px;
  height: 70px;
  font-size: 20px;
}

.latest-videos .video-item .info-feed {
  margin-bottom: 10px;
}

.latest-videos .video-item .info-feed .time {
  margin-right: 5px;
  color: #0d6ab4;
  font: 12px "tajawal";
}

.latest-videos .video-item .info-feed .fa-clock {
  margin-right: 10px;
  font-size: 20px;
  color: #0d6ab4;
}

.latest-videos .video-item .info-feed .text {
  padding: 5px 20px;
  border-radius: 11px;
  background-color: #0d6ab4;
  color: #fff;
  font: 12px "tajawal";
}

.latest-videos .video-item .item-title {
  padding-bottom: 30px;
  color: #1d1d1b;
  font: 18px "tajawal";
  text-align: right;
}

@media (max-width: 767.98px) {
  .latest-videos .video-item .item-title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .latest-videos .video-item .item-title {
    border-bottom: 1px solid #bebebe;
  }
}

.top-videos {
  margin-bottom: 20px;
  padding-top: 15px;
  background-color: #fff;
}

.top-videos .video-item {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.top-videos .video-item:hover .item-title,
.top-videos .video-item:focus .item-title {
  color: #0d6ab4;
}

.top-videos .video-item.card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #bebebe;
}

@media (max-width: 991.98px) {
  .top-videos .video-item.card {
    -webkit-box-flex: 1;
            flex: auto;
    -ms-flex: auto;
  }
}

@media (max-width: 575.98px) {
  .top-videos .video-item.card {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
}

.top-videos .video-item .video {
  position: relative;
}

.top-videos .video-item .video .item-img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.top-videos .video-item .video .button-block .fa-play {
  width: 70px;
  height: 70px;
  font-size: 20px;
}

.top-videos .video-item .info-feed {
  margin-bottom: 10px;
}

.top-videos .video-item .info-feed .time {
  margin-right: 5px;
  color: #0d6ab4;
  font: 12px "tajawal";
}

.top-videos .video-item .info-feed .fa-clock {
  margin-right: 10px;
  font-size: 20px;
  color: #0d6ab4;
}

.top-videos .video-item .info-feed .text {
  padding: 5px 20px;
  border-radius: 11px;
  background-color: #0d6ab4;
  color: #fff;
  font: 12px "tajawal";
}

.top-videos .video-item .item-title {
  padding-bottom: 30px;
  color: #1d1d1b;
  font: 18px "tajawal";
  text-align: right;
}

@media (max-width: 767.98px) {
  .top-videos .video-item .item-title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .top-videos .video-item .item-title {
    border-bottom: 1px solid #bebebe;
  }
}

@media (max-width: 767.98px) {
  .video-news .border-gray {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}

.video-news .video-carousel .item:hover .title,
.video-news .video-carousel .item:focus .title {
  color: #0d6ab4;
}

.video-news.videos-list {
  margin-bottom: 5px;
}

.video-news.videos-list .video-carousel .item:hover .item-title,
.video-news.videos-list .video-carousel .item:focus .item-title {
  color: #0d6ab4;
}

.video-news.videos-list .video-carousel .slick-arrow {
  top: -62px;
  height: 48px;
  background-color: #0d6ab4;
  color: #fff;
}

@media (max-width: 767.98px) {
  .video-news.videos-list .video-carousel .slick-arrow {
    display: none;
    visibility: hidden;
  }
}

.video-news.videos-list .video-carousel .slick-arrow.slick-disabled {
  background-color: rgba(0, 127, 193, 0.3);
  cursor: not-allowed;
}

.video-news.videos-list .video-carousel .video .slide-video {
  height: 150px;
  margin-bottom: 10px;
}

.video-news.videos-list .video-carousel .info-feed {
  margin-bottom: 10px;
}

.video-news.videos-list .video-carousel .info-feed .time {
  margin-right: 5px;
  color: #0d6ab4;
  font: 12px "tajawal";
}

.video-news.videos-list .video-carousel .info-feed .fa-clock {
  margin-right: 10px;
  font-size: 15px;
  color: #0d6ab4;
}

.video-news.videos-list .video-carousel .info-feed .text {
  padding: 2px 12px;
  border-radius: 11px;
  background-color: #0d6ab4;
  color: #fff;
  font: 12px "tajawal";
}

.video-news.videos-list .video-carousel .item-title {
  color: #1d1d1b;
  font: 16px "tajawal";
  text-align: right;
}

@media (max-width: 767.98px) {
  .video-news.videos-list .video-carousel .item-title {
    padding-bottom: 10px;
  }
}

.video-news.bigger-play-btn {
  background-color: #fff;
}

.video-news.bigger-play-btn .video-carousel .video .slide-video {
  height: 200px;
}

.video-news.bigger-play-btn .video-carousel .video .button-block .fa-play {
  width: 70px;
  height: 70px;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .video-news.bigger-play-btn .video-carousel .video .button-block .fa-play {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}

.video-news.bigger-play-btn .video-carousel .info-feed .fa-clock {
  font-size: 20px;
}

.video-news.bigger-play-btn .video-carousel .info-feed .text {
  padding: 5px 20px;
}

.video-news.white-buttons {
  background-color: #fff;
}

.video-news.white-buttons .video-carousel .slick-arrow {
  top: -60px;
  left: 2px;
  background-color: #fff;
  color: #0d6ab4;
}

@media (max-width: 767.98px) {
  .video-news.white-buttons .video-carousel .slick-arrow {
    display: none;
    visibility: hidden;
  }
}

.video-news.white-buttons .video-carousel .slick-arrow.fa-caret-right {
  left: 49px;
}

.video-news.white-buttons .video-carousel .slick-arrow.slick-disabled {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

.videos-list {
  background-color: #fff;
}

.videos-list .block-title {
  height: 52px;
  margin-bottom: 10px;
  border-bottom: 3px solid #0d6ab4;
}

.videos-list .block-title .title {
  color: #0d6ab4;
  font: 20px "tajawal-bold";
}

.videos-list.white-buttons .block-title {
  background-color: #0d6ab4;
  border-bottom: none;
}

.videos-list.white-buttons .block-title .title {
  margin-right: 10px;
  color: #fff;
}

.fancybox-thumbs {
  width: 100%;
  top: auto;
  left: 0;
}

.modal-video .modal-dialog {
  max-width: 100%;
}

.modal-video .modal-dialog .modal-content {
  position: relative;
  border: none;
  background-color: transparent;
}

.modal-video .modal-dialog .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  text-shadow: none;
  font-size: 51px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .modal-video .modal-dialog .modal-content .close {
    top: 10px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
  }
}

.modal-video .modal-dialog .modal-content .modal-body {
  padding: 0;
}

@media (max-width: 767.98px) {
  .modal-video .modal-dialog .modal-content .modal-body {
    padding-top: 50px;
  }
}

.modal-video .video-news.videos-list {
  margin: 0;
  padding: 0;
}

.modal-video .video-news.videos-list .video-carousel.slider-for {
  padding-bottom: 80px;
  background-color: #000;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .video {
  position: relative;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .video .slide-video {
  height: 450px;
}

@media (max-width: 991.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-for .video .slide-video {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-for .video .slide-video {
    height: 270px;
  }
}

@media (max-width: 575.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-for .video .slide-video {
    height: 250px;
  }
}

.modal-video .video-news.videos-list .video-carousel.slider-for .video .slider-for-big {
  position: absolute;
  z-index: 9990;
  bottom: -80px;
  right: 0;
}

@media (max-width: 767.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-for .video .slider-for-big {
    bottom: -85px;
  }
}

.modal-video .video-news.videos-list .video-carousel.slider-for .slick-slide {
  margin: 0 0 70px 0;
  cursor: pointer;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed {
  position: relative;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .info-position {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .info-position .read-article {
  margin-right: 15px;
  padding: 12px 15px;
  font-size: 18px;
  border-radius: 24px;
}

@media (max-width: 991.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .info-position .read-article {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .info-position .button-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
  cursor: pointer;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .info-position .button-news .button-title {
  margin-left: 5px;
  font: 14px "tajawal-bold";
  color: #0d6ab3;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .info-position .button-news .fa-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-items: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #fff;
  background-color: #0d6ab3;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .info-position .button-news .fa-upload {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .fa-clock {
  font-size: 20px;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .info-feed .text {
  padding: 5px 20px;
}

.modal-video .video-news.videos-list .video-carousel.slider-for .item-title {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 575.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-for .item-title {
    font-size: 16px;
  }
}

.modal-video .video-news.videos-list .video-carousel.slider-nav,
.modal-video .video-news.videos-list .video-carousel.slider-nav-sm {
  padding: 20px 55px 0 55px;
  background-color: #000;
}

@media (max-width: 767.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-nav,
  .modal-video .video-news.videos-list .video-carousel.slider-nav-sm {
    padding: 0;
  }
}

.modal-video .video-news.videos-list .video-carousel.slider-nav .slick-slide,
.modal-video .video-news.videos-list .video-carousel.slider-nav-sm .slick-slide {
  margin: 0 15px 15px 15px;
  cursor: pointer;
}

.modal-video .video-news.videos-list .video-carousel.slider-nav .slick-arrow,
.modal-video .video-news.videos-list .video-carousel.slider-nav-sm .slick-arrow {
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  font-size: 24px;
}

.modal-video .video-news.videos-list .video-carousel.slider-nav .fa-angle-left,
.modal-video .video-news.videos-list .video-carousel.slider-nav-sm .fa-angle-left {
  left: 0;
}

.modal-video .video-news.videos-list .video-carousel.slider-nav .fa-angle-right,
.modal-video .video-news.videos-list .video-carousel.slider-nav-sm .fa-angle-right {
  right: 0;
}

.modal-video .video-news.videos-list .video-carousel.slider-nav .info-feed .time,
.modal-video .video-news.videos-list .video-carousel.slider-nav-sm .info-feed .time {
  font: 9px "grotesk";
}

.modal-video .video-news.videos-list .video-carousel.slider-nav .item-title,
.modal-video .video-news.videos-list .video-carousel.slider-nav-sm .item-title {
  color: #fff;
  font: 18px "grotesk-medium";
}

@media (max-width: 767.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-nav-sm {
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
}

@media (max-width: 767.98px) {
  .modal-video .video-news.videos-list .video-carousel.slider-nav-sm .item {
    margin: 10px 0;
    background-color: #000;
  }
}

.modal-video .video-news.videos-list .video-carousel.slider-nav-sm .item .video .slide-video {
  margin: 0;
}

.video-carousel.big-video .item {
  position: relative;
}

@media (max-width: 575.98px) {
  .video-carousel.big-video .item .video {
    padding-left: 0;
    padding-right: 0;
  }
}

.video-carousel.big-video .item .video .slide-video {
  height: 255px;
  margin-bottom: 15px;
}

.video-carousel.big-video .item .info-position {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

@media (max-width: 767.98px) {
  .video-carousel.big-video .item .info-position {
    right: 0;
    bottom: 15px;
  }
}

.video-carousel.big-video .item .info-position .info-feed .time {
  font: 12px "grotesk";
}

.video-carousel.big-video .item .info-position .info-feed .text {
  font: 12px "grotesk";
}

.video-carousel.big-video .item .info-position .item-title {
  color: #fff;
  font: 24px "grotesk-medium";
}

@media (max-width: 767.98px) {
  .video-carousel.big-video .item .info-position .item-title {
    margin-bottom: 0;
  }
}

.video-carousel.big-video .item .item-title {
  margin-bottom: 20px;
  font: 24px "grotesk-medium";
}

@media (max-width: 575.98px) {
  .video-carousel.video-carousel-sm .item .video {
    padding-left: 0;
    padding-right: 0;
  }
}

.video-carousel.video-carousel-sm .item .video .slide-video {
  height: 125px;
}

.video-carousel.video-carousel-sm .item .video .button-block .fa-play {
  width: 45px;
  height: 45px;
  font-size: 15px;
}

.video-carousel.video-carousel-sm .item .info-feed .time {
  font: 12px "grotesk";
}

.video-carousel.video-carousel-sm .item .info-feed .text {
  font: 12px "grotesk";
}

.video-carousel.video-carousel-sm .item .item-title {
  color: #1d1d1b;
  font: 18px "grotesk-medium";
}

