html, body, div, span, applet,
object, iframe, h5, h6,
blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav,
output, ruby, section, summary,
time, mark, audio, video, h1, h2, h3, p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block; }

ol,
ul {
  list-style: none; }

div:focus {
  outline: none; }

a, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none;
  color: inherit; }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 12px; }

input, textarea {
  box-shadow: none !important;
  border-radius: 0; }

input:focus, textarea:focus, select:focus, option:focus {
  outline: none; }

body {
  color: #000;
  font-family: "helveticaneue", "droidarabickufi";
  background-color: #fff;
  overflow: auto;
  overflow-x: hidden !important;
  padding-top: 0px !important; }

body.hide_scroll {
  padding-right: 17px;
  overflow: hidden !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.clear {
  clear: both; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase !important; }

.posrel {
  position: relative; }

.posabs {
  position: absolute; }

.mar0auto {
  margin: 0 auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.no-margin {
  margin-left: 0px;
  margin-right: 0px; }

.maze_o {
  color: #ff9600; }

.maze_b {
  color: #000; }

.text_main_color {
  color: #311a41; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #4e1058; }

::selection {
  color: #fff;
  background: #4e1058; }

:focus {
  outline: none !important; }

@-webkit-keyframes fa-beat {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1.25); }
  20% {
    transform: scale(1.15); }
  30% {
    transform: scale(1.8); }
  45% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
@keyframes fa-beat {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1.25); }
  20% {
    transform: scale(1.15); }
  30% {
    transform: scale(1.8); }
  45% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
.pointer {
  cursor: pointer; }

.pulse {
  animation: fa-beat 1.2s ease infinite;
  display: inline-block;
  padding: 0px 7px 0px 5px;
  color: #311a41;
  top: -2px;
  position: relative; }

#qLtempOverlay {
  display: none; }

.k_bold {
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  direction: rtl; }

.k_helvetica {
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  direction: ltr; }

.k_helvetica_regular {
  font-family: "helveticaneue", "droidarabickufi"; }

.kh_light {
  font-family: "helveticaneue-light"; }

.km_helvetica {
  font-family: "helveticaneue", "droidarabickufi"; }

.k_light {
  font-family: "helveticaneue", "droidarabickufi"; }

.l_bold {
  font-family: "lucidagrandebold"; }

.logo {
  float: left; }

.header_content {
  padding: 30px 0px;
  position: relative;
  z-index: 222; }
  .header_content .position_nav {
    padding: 12px 0px; }
    .header_content .position_nav .reference {
      color: #000;
      font-size: 13px;
      line-height: 15px;
      padding-right: 30px; }
  .header_content .live_btn {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27);
    background-color: #fffdfd;
    color: #000;
    margin-left: 14px;
    transition-delay: .2s; }
@keyframes c-change {
  0% {
    opacity: 1; }
  30% {
    opacity: 0.8; }
  100% {
    opacity: 0.6; } }
    .header_content .live_btn i {
      color: #f18f16;
      animation: c-change 1s ease infinite; }
  .header_content .l_btn {
    font-size: 14px;
    line-height: 32px;
    width: 164px;
    padding: 8px 0px; }

.header_srchbar {
  background-color: #4e1058; }
  .header_srchbar .list_li {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    transition: .2s; }
    .header_srchbar .list_li .menu_link {
      display: block;
      height: 68px;
      padding: 17px 22px;
      opacity: 1; }
    .header_srchbar .list_li .menu_link_hover {
      position: absolute;
      height: auto;
      top: 0;
      transition: .2s;
      margin: 0 auto;
      margin-top: 68px;
      z-index: 2;
      width: 100%;
      display: block; }
      .header_srchbar .list_li .menu_link_hover .image_in_menu_padding {
        padding: 0px 70px; }
      .header_srchbar .list_li .menu_link_hover .image_in_menu {
        margin: 40px 0px;
        width: 100%; }
        .header_srchbar .list_li .menu_link_hover .image_in_menu a {
          color: black; }
        .header_srchbar .list_li .menu_link_hover .image_in_menu a:hover {
          color: #4e1058 !important; }
        .header_srchbar .list_li .menu_link_hover .image_in_menu .section_imgg {
          width: 279px;
          height: 210px;
          margin-left: 40px;
          text-align: right;
          margin-bottom: 25px; }
          .header_srchbar .list_li .menu_link_hover .image_in_menu .section_imgg .img_back_menu {
            width: 279px;
            height: 153px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; }
          .header_srchbar .list_li .menu_link_hover .image_in_menu .section_imgg .img_text {
            color: #333333;
            font-size: 12px;
            line-height: 20px;
            text-transform: uppercase;
            padding-top: 9px; }
        .header_srchbar .list_li .menu_link_hover .image_in_menu .section_imgg:last-child {
          margin-left: 0px; }
      .header_srchbar .list_li .menu_link_hover .right_menu {
        width: 237px;
        height: 100%;
        background-color: #311a41;
        display: table;
        padding: 30px 0px;
        padding-right: 67px; }
        .header_srchbar .list_li .menu_link_hover .right_menu ul {
          list-style: disc; }
          .header_srchbar .list_li .menu_link_hover .right_menu ul .sub_li_list {
            color: #ffffff;
            font-size: 19px;
            line-height: 47px;
            color: white;
            transition: .2s;
            opacity: 1; }
          .header_srchbar .list_li .menu_link_hover .right_menu ul .sub_li_list:hover {
            opacity: .7s;
            color: #c99ed0; }
          .header_srchbar .list_li .menu_link_hover .right_menu ul a {
            color: white;
            transition: .2s;
            opacity: 1; }
          .header_srchbar .list_li .menu_link_hover .right_menu ul a:hover {
            opacity: .7s;
            color: #c99ed0; }
          .header_srchbar .list_li .menu_link_hover .right_menu ul button {
            background-color: white;
            border: 1px solid #311a41;
            color: #311a41;
            padding: 5px 0px;
            width: 100%;
            text-align: right;
            left: 21px;
            position: relative;
            margin-top: 15px;
            padding-right: 20px;
            position: relative;
            width: 90%; }
            .header_srchbar .list_li .menu_link_hover .right_menu ul button .plus {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 10px; }
    .header_srchbar .list_li .menu_link_hover:hover, .header_srchbar .list_li .menu_link_hover.active {
      color: white !important; }
      .header_srchbar .list_li .menu_link_hover:hover a:hover, .header_srchbar .list_li .menu_link_hover.active a:hover {
        color: white; }
  .header_srchbar .list_li:hover, .header_srchbar .list_li.active, .header_srchbar .list_li.active_one {
    background-color: rgba(255, 255, 255, 0.3);
    color: white !important; }
    .header_srchbar .list_li:hover a:hover, .header_srchbar .list_li.active a:hover, .header_srchbar .list_li.active_one a:hover {
      color: white; }
  .header_srchbar .search_icon {
    padding: 17px 18px;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    float: right;
    z-index: 2;
    max-width: 67px;
    max-height: 67px; }

.img_80 {
  width: 80%; }

.section {
  padding: 40px 0px; }

.more_topics {
  position: absolute;
  left: 0;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s; }
  .more_topics a {
    color: white !important; }

.more_topics:hover {
  opacity: .73; }

.reference_t_head {
  color: #000;
  font-size: 22px;
  padding: 20px 0px;
  padding-right: 15px;
  cursor: pointer; }
  .reference_t_head .plus {
    float: left;
    position: relative;
    left: 25px;
    top: 2px;
    transition: .2s; }

.reference_t_head:hover .plus {
  color: #4e1058; }

.right_side_section {
  position: relative;
  margin: 0px 18px;
  margin-bottom: 0px;
  padding: 18px 0px;
  border-bottom: solid 1px #d1d8d8; }
  .right_side_section .background-img {
    width: 87px;
    height: 59px; }
  .right_side_section .img_or_video {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 88px;
    height: 59px;
    float: right; }
  .right_side_section .side_height {
    width: 100%;
    padding-right: 10px; }
  .right_side_section .right_title {
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    font-family: "helveticaneue-bold", "droidarabickufi-bold"; }
  .right_side_section .date_and_type {
    color: #929292;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 10px;
    position: relative; }
  .right_side_section .date_left {
    background-color: transparent !important;
    color: #9b9b9b !important; }

.right_side_section:last-child {
  border: none;
  padding-bottom: none !important; }

.right_side_section1:first-child {
  padding-top: 0px; }

.right_side_section_topics .side_height {
  width: 100%;
  padding-right: 0px !important;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 100% !important; }
.right_side_section_topics .right_title {
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  height: 70px !important;
  font-family: "helveticaneue-bold", "droidarabickufi-bold"; }

.most_important_section .more_newss {
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 14px;
  color: black;
  background-color: white;
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  z-index: 2;
  width: 100%;
  left: 0; }
.most_important_section .active_tabs {
  background-color: white; }
.most_important_section .t_head {
  border: 1px solid #d1d8d8;
  background-color: #eff1f5;
  width: 100%; }
.most_important_section .your-class {
  width: 100%;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 12px; }
.most_important_section .left_side {
  background-color: white;
  padding: 10px 3px; }
  .most_important_section .left_side .menu_height {
    height: 678px;
    overflow: hidden;
    background-color: white; }
  .most_important_section .left_side ::-webkit-scrollbar {
    width: 10px;
    background-color: white;
    margin: 10px 0px;
    right: 0;
    direction: ltr;
    border-radius: 5px; }
  .most_important_section .left_side ::-webkit-scrollbar-track {
    background: white; }
  .most_important_section .left_side ::-webkit-scrollbar-thumb {
    background: #D8D6D6;
    border-radius: 5px; }
  .most_important_section .left_side ::-webkit-scrollbar-thumb:hover {
    background: #D8D6D6; }
  .most_important_section .left_side .most_important_section {
    margin: 10px 13px;
    padding-bottom: 0px;
    border-bottom: solid 1px #d1d8d8; }
    .most_important_section .left_side .most_important_section .time {
      font-size: 11px;
      font-family: "helveticaneue", "droidarabickufi"; }
    .most_important_section .left_side .most_important_section .most_imp {
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      height: 40px;
      overflow: hidden;
      margin-bottom: 5px; }
  .most_important_section .left_side .most_important_section:last-child {
    border: none;
    margin-bottom: 0px; }
  .most_important_section .left_side .most_important_section:first-child {
    margin-top: 0px; }

.news_titles_dimension {
  max-height: 220px;
  overflow: hidden;
  background-color: white;
  overflow: scroll;
  margin-top: 10px;
  direction: ltr; }

.section_1 .t_head {
  border: 1px solid #d1d8d8;
  background-color: #eff1f5;
  width: 100%; }
.section_1 .right_border {
  border: 1px solid #d1d8d8;
  height: 678px; }
.section_1 .big_title {
  font-size: 32px;
  line-height: 54px;
  text-transform: uppercase; }
.section_1 .images_part {
  padding: 30px 0px;
  padding-bottom: 10px; }

a:hover {
  color: #4e1058; }

.section_2 .separator_center {
  margin-top: 0px; }
.section_2 .title_head {
  position: relative;
  width: 100%;
  border-bottom: solid 5px #4e1058;
  background-color: #fff; }
.section_2 .left_s2, .section_2 .center_s2 {
  padding-top: 22px;
  background-color: #fff; }
.section_2 ::-webkit-scrollbar {
  width: 10px;
  background-color: white;
  margin: 10px 0px;
  right: 0;
  direction: ltr;
  border-radius: 5px; }
.section_2 ::-webkit-scrollbar-track {
  background: white; }
.section_2 ::-webkit-scrollbar-thumb {
  background: #D8D6D6;
  border-radius: 5px; }
.section_2 ::-webkit-scrollbar-thumb:hover {
  background: #D8D6D6; }
.section_2 .right_s2_previous .previous_news_height {
  height: 702px;
  overflow: hidden;
  background-color: white;
  overflow: scroll; }
.section_2 .right_s2_arts .swiper-container {
  height: 634px;
  overflow: hidden;
  background-color: white;
  padding: 12px 0px; }
.section_2 .right_s2 {
  background-color: #fff;
  padding: 18px 0px;
  padding-bottom: 0px; }
.section_2 .right_s3 {
  background-color: #fff;
  padding: 18px 0px;
  padding-bottom: 0px; }
.section_2 .arts_height {
  height: 634px;
  overflow: hidden;
  overflow-y: scroll; }
.section_2 .center_s2 {
  height: 720px;
  margin-bottom: 40px; }
  .section_2 .center_s2 .background-img {
    height: 366px;
    width: 100%; }
  .section_2 .center_s2 .content_dimension {
    padding: 0px 6px; }
    .section_2 .center_s2 .content_dimension .news_date {
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 18px;
      line-height: 30px;
      text-transform: uppercase;
      padding-top: 28px; }
    .section_2 .center_s2 .content_dimension .the_title {
      padding-bottom: 17px;
      border-bottom: solid 1px #e0dcdc;
      padding-right: 20px; }
.section_2 .left_s2 .international_news {
  background-color: white; }
  .section_2 .left_s2 .international_news .images {
    width: 100%;
    height: 165px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #311a41; }
.section_2 .left_s2 .dispaly_listing {
  margin-top: 10px;
  height: 523px;
  overflow: hidden;
  overflow-y: scroll;
  margin-left: 2px; }
.section_2 .left_s2 .space_on_both_side {
  padding: 0px 17px; }
  .section_2 .left_s2 .space_on_both_side .big_title_national_news {
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 24px;
    line-height: 35px;
    padding-top: 13px; }
  .section_2 .left_s2 .space_on_both_side .title_national_news {
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: normal;
    padding-bottom: 16px; }
  .section_2 .left_s2 .space_on_both_side .big_title_national_news, .section_2 .left_s2 .space_on_both_side .title_national_news {
    border-bottom: 1px solid #dce1e1;
    padding: 16px 0px;
    margin-right: 5px; }

.background-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.s_news {
  padding: 15px 0px;
  margin: 0px 20px; }

.otv_movie {
  margin: 26px 0px; }
  .otv_movie .schedule {
    height: 193px;
    background-image: linear-gradient(45deg, #4e1058 0%, #8f2b9f 100%);
    display: table;
    width: 100%; }
    .otv_movie .schedule .schedule_time {
      color: #fff;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 25px;
      display: table-cell;
      vertical-align: middle; }

.otv_movie:first-child {
  margin-top: 0px; }

.ad {
  position: relative;
  top: 0px;
  margin-bottom: 16px; }

.t_title {
  color: #868587;
  font-size: 22px;
  line-height: 29px;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  transition: .2s; }

.t_title:hover {
  color: #4e1058; }

.t_subtitle {
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 16px;
  line-height: normal;
  border-bottom: solid 1px #e0dcdc;
  transition: .2s; }

.t_subtitle:hover {
  color: #4e1058; }

.sport_section {
  background-color: white;
  margin-bottom: 36px;
  height: 760px;
  padding: 0px 40px; }
  .sport_section .background-img {
    margin-top: 31px;
    margin-bottom: 15px;
    height: 149px; }
  .sport_section .sport_text {
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    height: 42px;
    overflow: hidden; }

.sport_link {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  display: table;
  width: 100%;
  cursor: pointer;
  height: 96px; }
  .sport_link .sp_link {
    display: table-cell;
    vertical-align: middle; }

.section_2 {
  background-color: #eff1f5; }

.footer {
  background-color: #f2f2f2; }
  .footer .footer_content {
    background-color: #f2f2f2;
    padding: 50px 0px;
    border-bottom: 1px solid #c8c8c8; }
    .footer .footer_content .list_reference {
      padding-top: 27px; }
      .footer .footer_content .list_reference ul {
        list-style: disc; }
        .footer .footer_content .list_reference ul li {
          color: #000;
          font-family: "helveticaneue-bold", "droidarabickufi-bold";
          font-size: 22px;
          line-height: 70px;
          margin-right: 40px; }
    .footer .footer_content .list_title {
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 30px;
      line-height: normal;
      border-bottom: solid 1px #c8c8c8;
      padding-bottom: 16px; }
    .footer .footer_content .news, .footer .footer_content .link {
      padding-top: 25px; }
    .footer .footer_content .news ul li {
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 20px;
      line-height: 40px; }
    .footer .footer_content .link ul li {
      font-size: 16px;
      line-height: 40px; }
    .footer .footer_content .social_media .social_media_icon {
      margin: 70px 0px;
      display: inline-flex; }
    .footer .footer_content .social_media .box_link {
      margin-right: 16px; }
      .footer .footer_content .social_media .box_link .box {
        width: 50px;
        height: 48px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
        position: relative;
        display: table;
        background-color: #fff; }
        .footer .footer_content .social_media .box_link .box i {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
      .footer .footer_content .social_media .box_link .box:hover .fa-instagram {
        color: orange; }
      .footer .footer_content .social_media .box_link .box:hover .fa-youtube {
        color: red; }
      .footer .footer_content .social_media .box_link .box:hover .fa-linkedin {
        color: #007BB5; }
      .footer .footer_content .social_media .box_link .box:hover .fa-twitter {
        color: #55ACEE; }
      .footer .footer_content .social_media .box_link .box:hover .fa-facebook-f {
        color: #3B5998; }
    .footer .footer_content .social_media .box_link:first-child {
      margin-right: 0px; }
    .footer .footer_content .two_btn .btn_size {
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 18px;
      line-height: normal;
      width: 230px;
      height: 62px;
      padding: 12px 0px;
      margin-bottom: 13px; }
    .footer .footer_content .two_btn .btn_size2 {
      margin-bottom: 0px; }
    .footer .footer_content .two_btn .btn_live {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
      background-color: #fffdfd;
      text-align: center;
      transition-delay: .2s; }
@keyframes c-change {
  0% {
    opacity: 1; }
  30% {
    opacity: 0.8; }
  100% {
    opacity: 0.6; } }
      .footer .footer_content .two_btn .btn_live i {
        color: #f18f16;
        animation: c-change 1s ease infinite; }
  .footer .nav-footer {
    border: solid 1px #c8c8c8;
    border-right: none;
    border-left: none;
    padding: 13px 0px; }
    .footer .nav-footer ul {
      display: inline-flex; }
      .footer .nav-footer ul li {
        padding-right: 10px;
        font-family: "helveticaneue", "droidarabickufi";
        font-size: 12px;
        line-height: 20px; }
  .footer .footer_credits {
    padding-top: 10px;
    padding-bottom: 20px; }
    .footer .footer_credits .all_rights_reserved {
      display: inline-flex; }
      .footer .footer_credits .all_rights_reserved .reserved {
        font-family: "helveticaneue", "droidarabickufi";
        font-size: 10px;
        line-height: 20px; }
      .footer .footer_credits .all_rights_reserved .line {
        width: 70px;
        height: 1px;
        position: relative;
        top: 15px;
        border: solid 1px #c8c8c8;
        margin: 0px 5px; }
      .footer .footer_credits .all_rights_reserved .maze {
        font-family: "helveticaneue-bold", "droidarabickufi-bold"; }

.subscribe {
  padding: 55px 0px; }

.subscribe, .subscribe_section {
  background-color: #311a41; }
  .subscribe .sub_title, .subscribe_section .sub_title {
    color: #fff;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 27px;
    line-height: normal;
    text-transform: uppercase; }
  .subscribe .sub_title2, .subscribe_section .sub_title2 {
    font-size: 18px;
    line-height: normal; }
  .subscribe .single_sub_title, .subscribe_section .single_sub_title {
    line-height: normal; }
  .subscribe .single_sub_title2, .subscribe_section .single_sub_title2 {
    line-height: normal; }
  .subscribe .subscribe_form, .subscribe input[type="email"], .subscribe_section .subscribe_form, .subscribe_section input[type="email"] {
    height: 60px; }
  .subscribe .wpcf7-form label.error, .subscribe_section .wpcf7-form label.error {
    color: white;
    display: none !important; }
  .subscribe div.wpcf7-response-output, .subscribe_section div.wpcf7-response-output {
    display: none !important; }
  .subscribe .theme_1.wpcf7-form input.error, .subscribe .theme_1.wpcf7-form select.error, .subscribe .theme_1.wpcf7-form textarea.error, .subscribe_section .theme_1.wpcf7-form input.error, .subscribe_section .theme_1.wpcf7-form select.error, .subscribe_section .theme_1.wpcf7-form textarea.error {
    border-bottom: none; }
  .subscribe .subscribe_form, .subscribe_section .subscribe_form {
    width: 461px;
    background-color: #ffffff;
    position: relative;
    float: right; }
    .subscribe .subscribe_form .btn_sub, .subscribe_section .subscribe_form .btn_sub {
      border: 1px solid #bebebe;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 117px;
      background-color: white; }

.purple_btn {
  color: #fff;
  background-color: #311a41;
  text-align: center;
  border: solid 1px transparent;
  transition: .2s; }

.purple_btn:hover {
  border: solid 1px #311a41;
  color: #311a41;
  background-color: #fff; }

.pointer {
  cursor: pointer; }

.ad_top {
  padding-top: 36px; }

.section_3 .more_news {
  border: 1px solid #d1d8d8;
  background-color: #eff1f5;
  padding: 22px;
  margin-bottom: 22px; }
.section_3 .card {
  border: none !important; }
.section_3 .card-body {
  padding: 0px; }
.section_3 .dimension_news {
  padding: 0px 18px;
  padding-top: 15px;
  height: 121px;
  margin-bottom: 32px; }
  .section_3 .dimension_news .title_news {
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: 20px;
    height: 63px;
    overflow: hidden; }
  .section_3 .dimension_news .local_news {
    color: #a4a4a4;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 9px;
    line-height: 9px;
    direction: ltr; }
  .section_3 .dimension_news .date_news {
    color: #929292;
    font-family: "helveticaneue", "droidarabickufi";
    font-size: 10px;
    line-height: 9px;
    padding-left: 5px; }

.category .background-img {
  width: 100%;
  height: 231px; }
.category .cat_content {
  margin-top: 32px; }
  .category .cat_content .cat_dimension {
    margin-top: 16px;
    padding-right: 6px;
    padding-left: 31px; }
    .category .cat_content .cat_dimension .cat_title {
      height: 83px;
      font-size: 23px;
      line-height: 35px;
      text-transform: uppercase;
      font-family: "helveticaneue-bold", "droidarabickufi-bold"; }
    .category .cat_content .cat_dimension .cat_date {
      color: #9b9b9b;
      font-size: 15px;
      line-height: 12px;
      padding-bottom: 50px; }
.category .cat_option_list {
  border-bottom: solid 4px #4e1058;
  padding-bottom: 35px;
  position: relative;
  top: -20px;
  margin-bottom: -20px; }
  .category .cat_option_list .select_category {
    margin-left: 40px;
    position: relative;
    display: inline-flex; }
    .category .cat_option_list .select_category i {
      position: relative;
      color: #4e1058;
      top: 50%;
      transform: translateY(-23%); }
    .category .cat_option_list .select_category select {
      margin-bottom: 0px !important;
      color: #000000;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 22px;
      padding: 0px 15px !important; }
  .category .cat_option_list .select_category:first-child {
    margin-left: 0px; }

.cat_exception {
  border: none !important; }
  .cat_exception .cat_exception_centered {
    border-bottom: 4px solid #4e1058 !important;
    background-color: white; }
    .cat_exception .cat_exception_centered .select_2, .cat_exception .cat_exception_centered .select_3 {
      border: none !important;
      box-shadow: none !important; }
      .cat_exception .cat_exception_centered .select_2 .select_1_val, .cat_exception .cat_exception_centered .select_3 .select_1_val {
        font-size: 22px !important; }
      .cat_exception .cat_exception_centered .select_2 i, .cat_exception .cat_exception_centered .select_3 i {
        left: -20px !important;
        top: 20px !important; }

.menu_on_left .top_part {
  width: 100%;
  height: 75px;
  border: 1px solid #d1d8d8;
  background-color: #eff1f5; }
.menu_on_left .body_part {
  background-color: #eff1f5;
  border: 1px solid #d1d8d8;
  border-top: none;
  padding: 0px 25px;
  padding-top: 24px; }
  .menu_on_left .body_part .latest_background {
    margin-bottom: 10px;
    width: 100%;
    height: 115px; }
  .menu_on_left .body_part .body_part_title {
    height: 52px;
    color: #333333;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase; }
  .menu_on_left .body_part .body_part_local {
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 9px;
    line-height: 9px;
    padding-left: 5px; }
  .menu_on_left .body_part .body_part_date {
    color: #757575;
    font-family: "helveticaneue", "droidarabickufi";
    font-size: 10px;
    line-height: 9px;
    margin-bottom: 25px; }

.aham_akhbar .akhbar_top {
  margin-top: 60px; }
.aham_akhbar .menu_on_right .green_line {
  border-bottom: 4px solid #4e1058;
  width: 99%; }
.aham_akhbar .menu_on_right .most_imp_right {
  margin-right: 30px; }
.aham_akhbar .menu_on_right .title_space {
  padding: 18px 0px;
  border-bottom: solid 1px #d1d8d8; }
  .aham_akhbar .menu_on_right .title_space .title_point {
    color: #333333;
    font-size: 15px;
    text-transform: uppercase; }
  .aham_akhbar .menu_on_right .title_space .date {
    color: #4e1058;
    font-family: "helveticaneue-condensedbold";
    font-size: 15px;
    margin-right: 50px;
    direction: ltr; }

.archive_news .list_news_single {
  margin-top: 37px; }
  .archive_news .list_news_single .background-img {
    margin-bottom: 20px;
    height: 231px;
    width: 100%; }
  .archive_news .list_news_single .arch_title {
    color: #333333;
    font-size: 23px;
    text-transform: uppercase;
    font-family: "helveticaneue-bold", "droidarabickufi-bold"; }
  .archive_news .list_news_single .arch_date {
    color: #9b9b9b;
    font-size: 15px;
    line-height: 12px;
    padding-top: 16px;
    padding-bottom: 69px; }
.archive_news .grey_part {
  height: 76px;
  border: 1px solid #d1d8d8;
  background-color: #eff1f5;
  width: 100%;
  display: table; }
  .archive_news .grey_part ::-webkit-scrollbar-track {
    background: white; }
  .archive_news .grey_part ::-webkit-scrollbar-thumb {
    background: #D8D6D6;
    border-radius: 5px; }
  .archive_news .grey_part ::-webkit-scrollbar-thumb:hover {
    background: #D8D6D6; }
  .archive_news .grey_part .centerd_grey_part {
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
    .archive_news .grey_part .centerd_grey_part .select_1 {
      width: 187px; }
    .archive_news .grey_part .centerd_grey_part .select_2, .archive_news .grey_part .centerd_grey_part .select_3 {
      width: 187px; }
    .archive_news .grey_part .centerd_grey_part .list_val2, .archive_news .grey_part .centerd_grey_part .list_val1, .archive_news .grey_part .centerd_grey_part .list_val3 {
      font-family: "helveticaneue", "droidarabickufi"; }
    .archive_news .grey_part .centerd_grey_part .select_1, .archive_news .grey_part .centerd_grey_part .select_2, .archive_news .grey_part .centerd_grey_part .select_3, .archive_news .grey_part .centerd_grey_part .sbt_btn {
      height: 41px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
      border: 1px solid #d1d8d8;
      background-color: #ffffff;
      margin-right: 27px;
      padding-right: 10px;
      padding-top: 7px;
      position: relative;
      height: 41px;
      display: table; }
      .archive_news .grey_part .centerd_grey_part .select_1 .table_1, .archive_news .grey_part .centerd_grey_part .select_2 .table_1, .archive_news .grey_part .centerd_grey_part .select_3 .table_1, .archive_news .grey_part .centerd_grey_part .sbt_btn .table_1 {
        display: table-cell;
        vertical-align: middle; }
        .archive_news .grey_part .centerd_grey_part .select_1 .table_1 span, .archive_news .grey_part .centerd_grey_part .select_2 .table_1 span, .archive_news .grey_part .centerd_grey_part .select_3 .table_1 span, .archive_news .grey_part .centerd_grey_part .sbt_btn .table_1 span {
          color: #000000;
          font-family: "helveticaneue-bold", "droidarabickufi-bold";
          font-size: 13px;
          line-height: normal; }
        .archive_news .grey_part .centerd_grey_part .select_1 .table_1 i, .archive_news .grey_part .centerd_grey_part .select_2 .table_1 i, .archive_news .grey_part .centerd_grey_part .select_3 .table_1 i, .archive_news .grey_part .centerd_grey_part .sbt_btn .table_1 i {
          position: absolute;
          left: 9px;
          top: 15px; }
      .archive_news .grey_part .centerd_grey_part .select_1 ::-webkit-scrollbar, .archive_news .grey_part .centerd_grey_part .select_2 ::-webkit-scrollbar, .archive_news .grey_part .centerd_grey_part .select_3 ::-webkit-scrollbar, .archive_news .grey_part .centerd_grey_part .sbt_btn ::-webkit-scrollbar {
        width: 4px;
        background-color: white;
        margin: 10px 0px;
        right: 0;
        direction: ltr;
        border-radius: 5px; }
      .archive_news .grey_part .centerd_grey_part .select_1 ::-webkit-scrollbar-track, .archive_news .grey_part .centerd_grey_part .select_2 ::-webkit-scrollbar-track, .archive_news .grey_part .centerd_grey_part .select_3 ::-webkit-scrollbar-track, .archive_news .grey_part .centerd_grey_part .sbt_btn ::-webkit-scrollbar-track {
        background: white; }
      .archive_news .grey_part .centerd_grey_part .select_1 ::-webkit-scrollbar-thumb, .archive_news .grey_part .centerd_grey_part .select_2 ::-webkit-scrollbar-thumb, .archive_news .grey_part .centerd_grey_part .select_3 ::-webkit-scrollbar-thumb, .archive_news .grey_part .centerd_grey_part .sbt_btn ::-webkit-scrollbar-thumb {
        background: #D8D6D6;
        border-radius: 5px; }
      .archive_news .grey_part .centerd_grey_part .select_1 ::-webkit-scrollbar-thumb:hover, .archive_news .grey_part .centerd_grey_part .select_2 ::-webkit-scrollbar-thumb:hover, .archive_news .grey_part .centerd_grey_part .select_3 ::-webkit-scrollbar-thumb:hover, .archive_news .grey_part .centerd_grey_part .sbt_btn ::-webkit-scrollbar-thumb:hover {
        background: #D8D6D6; }
      .archive_news .grey_part .centerd_grey_part .select_1 .box_1, .archive_news .grey_part .centerd_grey_part .select_2 .box_1, .archive_news .grey_part .centerd_grey_part .select_3 .box_1, .archive_news .grey_part .centerd_grey_part .sbt_btn .box_1 {
        position: absolute;
        top: 50px;
        background-color: white;
        right: 0;
        pointer: cursor;
        z-index: 2;
        width: 150px;
        display: none;
        height: auto;
        max-height: 200px;
        overflow: hidden;
        overflow-y: scroll;
        direction: ltr;
        box-shadow: -5px 7px 9px rgba(0, 0, 0, 0.16); }
        .archive_news .grey_part .centerd_grey_part .select_1 .box_1 ul, .archive_news .grey_part .centerd_grey_part .select_2 .box_1 ul, .archive_news .grey_part .centerd_grey_part .select_3 .box_1 ul, .archive_news .grey_part .centerd_grey_part .sbt_btn .box_1 ul {
          padding: 15px 0px; }
          .archive_news .grey_part .centerd_grey_part .select_1 .box_1 ul li, .archive_news .grey_part .centerd_grey_part .select_2 .box_1 ul li, .archive_news .grey_part .centerd_grey_part .select_3 .box_1 ul li, .archive_news .grey_part .centerd_grey_part .sbt_btn .box_1 ul li {
            color: #000000;
            font-family: "helveticaneue-bold", "droidarabickufi-bold";
            font-size: 13px;
            line-height: 25px;
            transition: .2s;
            cursor: pointer; }
            .archive_news .grey_part .centerd_grey_part .select_1 .box_1 ul li .list_val, .archive_news .grey_part .centerd_grey_part .select_2 .box_1 ul li .list_val, .archive_news .grey_part .centerd_grey_part .select_3 .box_1 ul li .list_val, .archive_news .grey_part .centerd_grey_part .sbt_btn .box_1 ul li .list_val {
              padding: 5px 0px;
              padding-right: 15px;
              width: 100%;
              display: block; }
          .archive_news .grey_part .centerd_grey_part .select_1 .box_1 ul li:hover, .archive_news .grey_part .centerd_grey_part .select_2 .box_1 ul li:hover, .archive_news .grey_part .centerd_grey_part .select_3 .box_1 ul li:hover, .archive_news .grey_part .centerd_grey_part .sbt_btn .box_1 ul li:hover {
            background-color: #4e1058;
            color: white; }
      .archive_news .grey_part .centerd_grey_part .select_1 .box_1.active, .archive_news .grey_part .centerd_grey_part .select_2 .box_1.active, .archive_news .grey_part .centerd_grey_part .select_3 .box_1.active, .archive_news .grey_part .centerd_grey_part .sbt_btn .box_1.active {
        display: block; }
    .archive_news .grey_part .centerd_grey_part .sbt_btn {
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 13px;
      line-height: normal;
      width: 100px;
      text-align: center;
      background-color: transparent;
      margin-right: 0px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      border: none;
      padding-right: 0px; }
      .archive_news .grey_part .centerd_grey_part .sbt_btn button, .archive_news .grey_part .centerd_grey_part .sbt_btn .button {
        border: none;
        width: 100%;
        background-color: white;
        color: #4e1058;
        cursor: pointer;
        transition: .2s;
        border: 2px solid #311a41; }
      .archive_news .grey_part .centerd_grey_part .sbt_btn button:hover, .archive_news .grey_part .centerd_grey_part .sbt_btn .button:hover {
        background-color: #4e1058;
        color: white; }

.spacing_single_top {
  height: 40px; }

.s_btn_submit {
  olor: #000000;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 22px;
  border: none;
  background-color: transparent;
  position: relative;
  left: 0px; }

.page_pagination .nav-links {
  direction: ltr;
  display: flex; }
  .page_pagination .nav-links span.current {
    background-color: #4e1058 !important;
    color: white !important; }
  .page_pagination .nav-links .page-numbers {
    background-color: white;
    position: relative;
    padding: 15px 20px;
    display: inline-flex;
    color: black;
    margin-top: 40px;
    transition: .2s;
    font-family: "helveticaneue", "droidarabickufi";
    font-size: 12px;
    border: 1px solid #ececec; }
  .page_pagination .nav-links .page-numbers:hover, .page_pagination .nav-links .page-numbers:active {
    background-color: #4e1058;
    color: white; }
  .page_pagination .nav-links .page-numbers.active {
    color: white;
    background-color: #4e1058; }

.footer_opacity {
  opacity: 0;
  background-color: white; }

.single_page .socialmedia {
  width: 55px; }
.single_page .single_most_imp {
  height: 232px;
  background-color: #4e1058;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 60px;
  padding: 0px 33px;
  padding-top: 21px; }
  .single_page .single_most_imp .swiper-pagination-bullet-active {
    background-color: white !important; }
  .single_page .single_most_imp .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff; }
  .single_page .single_most_imp .most_imp_title {
    color: #fff;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 25px; }
  .single_page .single_most_imp .most_imp_image {
    width: 126px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .single_page .single_most_imp .most_imp_content {
    color: #ffffff;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 16px;
    line-height: 24px;
    width: 100%; }
  .single_page .single_most_imp .dimension_single_page {
    height: 157px; }
  .single_page .single_most_imp .background-img {
    height: 85px;
    width: 100%; }
.single_page .single_subscribe {
  height: 258px;
  background-color: #311a41;
  width: 100%;
  padding-top: 49px;
  padding-right: 34px;
  padding-bottom: 58px; }
  .single_page .single_subscribe .subscribe_form {
    width: 338px;
    margin-top: 18px; }
    .single_page .single_subscribe .subscribe_form input {
      color: #949494;
      font-size: 14px !important; }
.single_page .single_title {
  color: #000000;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 35px;
  line-height: 58px;
  width: 100%;
  padding-bottom: 20px; }
.single_page .author_and_date {
  margin-bottom: 30px;
  display: inline-flex; }
  .single_page .author_and_date .author_name {
    color: #7a12c1;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 10px; }
  .single_page .author_and_date .single_date {
    color: #757575;
    font-size: 13px;
    line-height: normal;
    font-family: "helveticaneue-bold", "droidarabickufi-bold"; }
.single_page .single_content {
  color: #333333;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px; }
  .single_page .single_content p {
    margin-bottom: 15px; }
    .single_page .single_content p img {
      max-width: 100%; }
.single_page .single_box {
  width: 105px;
  height: 29px;
  background-color: #ededed;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  display: table;
  margin-left: 15px; }
  .single_page .single_box .word {
    display: table-cell;
    vertical-align: middle; }
.single_page .a2a_svg {
  width: 55px;
  height: 53px; }
.single_page .a2a_default_style .a2a_count, .single_page .a2a_default_style .a2a_svg, .single_page .a2a_floating_style .a2a_svg, .single_page .a2a_menu .a2a_svg, .single_page .a2a_vertical_style .a2a_count, .single_page .a2a_vertical_style .a2a_svg {
  border-radius: 0%;
  margin-bottom: 13px; }
.single_page .a2a_default_style a {
  float: right !important; }

.single_exception .more_news_single {
  background-color: white;
  border: none;
  border-bottom: 5px solid #4e1058; }

.s_head {
  position: absolute;
  right: 68px;
  height: 68px;
  background-color: white;
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.5s;
  z-index: 1;
  direction: ltr;
  width: 0%;
  opacity: 0; }

.s_head.active {
  width: 46%;
  opacity: 1; }

.page_404 {
  padding: 240px 0px;
  direction: ltr; }
  .page_404 .title_404 {
    color: #212121;
    font-family: "helveticaneue", "droidarabickufi";
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 15px; }
  .page_404 .text_404 {
    color: #868587;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 50px; }
  .page_404 .btn_404 {
    position: relative;
    width: 321px;
    font-size: 18px;
    padding: 20px 0px;
    margin: 0 auto; }

.programs_image {
  width: 100%;
  height: 214px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.opacity_page {
  opacity: 0;
  background-color: white;
  display: none;
  transition: .0002s; }

.search_section .input_search {
  border-bottom: solid 4px #4e1058;
  padding-bottom: 20px; }
  .search_section .input_search input {
    padding: 0px;
    margin: 0px;
    margin-right: 10px; }
  .search_section .input_search .word_srch {
    font-size: 22px;
    position: relative;
    right: 10px; }
.search_section .result_search {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  margin: 30px 0px; }
.search_section .re_search {
  border-top: 1px solid #d1d8d8;
  border-bottom: 1px solid #d1d8d8;
  padding: 44px 0px; }
  .search_section .re_search .background-img {
    width: 100%;
    height: 129px; }
  .search_section .re_search .background_img_srch {
    width: 100%;
    height: 129px;
    background-color: #4e1058;
    display: table;
    position: relative; }
    .search_section .re_search .background_img_srch .no_img {
      display: table-cell;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      transform: translateY(-50%);
      color: #fff; }
  .search_section .re_search .right_srch_part {
    padding-right: 43px; }
    .search_section .re_search .right_srch_part .title_srch {
      font-size: 22px;
      line-height: 26px;
      text-transform: uppercase; }
    .search_section .re_search .right_srch_part .date_content {
      margin-top: 5px; }
      .search_section .re_search .right_srch_part .date_content .date_srch {
        font-size: 13px;
        text-transform: uppercase;
        direction: ltr;
        font-family: "helveticaneue", "droidarabickufi";
        margin-left: 30px; }
    .search_section .re_search .right_srch_part .link_srch {
      font-size: 20px;
      color: #4e1058;
      font-family: "helveticaneue", "droidarabickufi";
      font-weight: normal;
      height: 20px; }
    .search_section .re_search .right_srch_part .text_srch, .search_section .re_search .right_srch_part .more_info {
      font-size: 15px;
      line-height: 26px;
      text-transform: uppercase; }
    .search_section .re_search .right_srch_part .more_info {
      color: #4e1058;
      font-family: "helveticaneue-bold", "droidarabickufi-bold"; }

.filter_menu_mobile .filter_menu {
  height: 76px;
  border: 1px solid #d1d8d8;
  background-color: #eff1f5;
  width: 100%;
  padding: 0px 15px;
  display: table;
  margin-bottom: 5px;
  z-index: 2;
  position: relative; }
  .filter_menu_mobile .filter_menu .filter_table_cell {
    display: table-cell;
    vertical-align: middle; }
    .filter_menu_mobile .filter_menu .filter_table_cell .search_filter_title {
      color: #4e1058;
      font-size: 23px;
      font-family: "helveticaneue-bold", "droidarabickufi-bold"; }
    .filter_menu_mobile .filter_menu .filter_table_cell .filter_font_icon {
      color: #4e1058; }
.filter_menu_mobile .custom-select {
  border: none; }
.filter_menu_mobile .custom-select:focus {
  border-color: #4e1058 !important;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
.filter_menu_mobile .filter_btn_submit {
  background-color: #4e1058;
  border: none;
  color: #fff;
  font-size: 15px;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  padding: 5px 20px; }
.filter_menu_mobile .filter_menu_content {
  border: 1px solid #d1d8d8;
  background-color: #eff1f5;
  width: 100%;
  padding: 10px 15px;
  display: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: .2s;
  z-index: 1;
  position: relative; }
.filter_menu_mobile .filter_menu_content.active {
  display: block;
  opacity: 1;
  transform: translateY(0%); }

#search_icon.active {
  display: none; }

.mobile_size {
  display: none;
  position: relative;
  z-index: 2; }
  .mobile_size .hamburger-inner, .mobile_size .hamburger-inner, .mobile_size .hamburger-inner::before, .mobile_size .hamburger-inner::after, .mobile_size .hamburger.is-active .hamburger-inner, .mobile_size .hamburger.is-active .hamburger-inner::before, .mobile_size .hamburger.is-active .hamburger-inner::after {
    background-color: white; }
  .mobile_size .srch_mobile {
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2); }
    .mobile_size .srch_mobile img {
      position: relative;
      top: 12px; }
  .mobile_size .srch_mobile.active {
    display: none; }

.search_nav_mobile.active {
  transform: translateY(0px);
  opacity: 1; }

.menu_active.active {
  transform: translateY(0%);
  opacity: 1;
  z-index: 22; }

.menu_active {
  position: absolute;
  width: 100%;
  padding: 10px 0px;
  transform: translateY(-100%);
  opacity: 0;
  transition: .2s;
  top: 121px;
  z-index: -1;
  background-color: white; }
  .menu_active .btn_active_menu {
    padding: 20px 0px;
    margin-bottom: 10px; }
  .menu_active .b_live {
    position: relative;
    width: 98%;
    padding: 15px 0px;
    background-color: white;
    color: black;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27);
    background-color: #fffdfd; }
  .menu_active .menu_one {
    display: none; }
  .menu_active .menu_one.active {
    display: block !important; }
  .menu_active .card-body {
    padding: 0px 1.25rem !important; }
@keyframes c-change {
  0% {
    opacity: 1; }
  30% {
    opacity: 0.8; }
  100% {
    opacity: 0.6; } }
  .menu_active i {
    color: #f18f16;
    animation: c-change 1s ease infinite; }
  .menu_active .card {
    border: none;
    background-color: transparent; }
    .menu_active .card .card-header {
      background-color: transparent;
      border: none;
      padding: 3px 1.25rem; }
    .menu_active .card i {
      position: absolute;
      top: 45%;
      left: 28px;
      animation: none;
      color: #000; }
    .menu_active .card .field_btn {
      color: #000000;
      font-family: "helveticaneue", "droidarabickufi";
      font-size: 18px;
      border-bottom: solid 1px #dadada;
      background-color: white;
      padding: 12px 0px; }

.search_nav_mobile {
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-100px);
  opacity: 0;
  transition: .2s;
  text-align: center;
  z-index: 1;
  width: 100%; }
  .search_nav_mobile .box_srch {
    width: 78px;
    height: 78px;
    display: table;
    float: left;
    box-shadow: -5px 7px 9px rgba(0, 0, 0, 0.16);
    background-color: #ececec;
    position: absolute;
    top: 0;
    left: 15px; }
    .search_nav_mobile .box_srch .box_srch_icon {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .search_nav_mobile input[type="text"] {
    text-align: right !important;
    padding-right: 70px;
    margin-bottom: 0px;
    height: 78px;
    box-shadow: -5px 7px 9px rgba(0, 0, 0, 0.16); }
  .search_nav_mobile .exit_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px; }

.altering .positive {
  color: #333333;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 27px;
  text-transform: uppercase;
  cursor: pointer; }
.altering .negative {
  color: #333333;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer; }

.socialmedia_bar.active {
  opacity: 1; }

.single_album .background_img_gallery {
  position: absolute;
  height: 424px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: table; }
  .single_album .background_img_gallery .youtube_video {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center; }
.single_album .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto; }
.single_album .swiper-slide {
  background-size: cover;
  background-position: center; }
.single_album .gallery-top {
  height: 80%;
  width: 100%; }
.single_album .gallery-thumbs {
  height: 20%;
  box-sizing: border-box; }
.single_album .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4; }
.single_album .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.socialmedia_bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #4e10587d;
  padding: 10px;
  opacity: 0;
  transition: .2s;
  z-index: 222220;
  display: none; }
  .socialmedia_bar .close_btn {
    right: 10px;
    color: white;
    position: absolute;
    top: 2px;
    transition: .2s;
    cursor: pointer; }
  .socialmedia_bar .center_bar {
    text-align: center; }
  .socialmedia_bar .a2a_svg, .socialmedia_bar .a2a_default_style, .socialmedia_bar .a2a_default_style a {
    line-height: 0px !important; }
  .socialmedia_bar .a2a_default_style a, .socialmedia_bar .a2a_default_style .a2a_counter img, .socialmedia_bar .a2a_default_style .a2a_dd, .socialmedia_bar .a2a_default_style .a2a_svg {
    float: none !important;
    text-align: center !important;
    display: inline-block !important; }

.t_title_purple {
  font-size: 24px !important;
  color: #4e1058; }

.card-columns {
  column-count: 5; }

.topics .topics_head {
  position: relative;
  border-bottom: 5px solid #311a41;
  padding-bottom: 20px; }
  .topics .topics_head .topic_name {
    color: #000000;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 36px;
    line-height: 42px; }
  .topics .topics_head .sorting {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    border: 1px solid #d1d8d8;
    background-color: #ffffff;
    width: 187px;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: 29px;
    float: left;
    position: relative; }
    .topics .topics_head .sorting select {
      margin-bottom: 0px;
      padding: 0px;
      width: 100%;
      padding: 5px 3px; }
    .topics .topics_head .sorting i {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
.topics .image_or_video {
  margin-top: 20px; }
.topics .date {
  color: #ffffff;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  width: auto;
  padding: 6px;
  background-color: #4e1058;
  margin-top: 10px; }
.topics .title_and_date {
  margin-top: 15px; }
  .topics .title_and_date .title {
    color: #333333;
    font-family: "helveticaneue", "droidarabickufi";
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase; }
.topics .second_layout {
  margin-top: 40px; }
  .topics .second_layout .title {
    margin-top: 10px;
    font-family: "helveticaneue", "droidarabickufi";
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    height: 70px; }
.topics .third_layout {
  margin-top: 20px; }
  .topics .third_layout .separator {
    padding-bottom: 10px;
    border-bottom: solid 1px black;
    margin-bottom: 10px; }
    .topics .third_layout .separator .title {
      color: #333333;
      font-family: "helveticaneue", "droidarabickufi";
      font-size: 14px;
      text-transform: uppercase; }
    .topics .third_layout .separator img {
      width: 87px;
      height: 62px; }
    .topics .third_layout .separator .time {
      color: #ffffff;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 13px;
      background-color: #4e1058;
      width: 117px;
      margin-top: 2px; }
.topics .topics_left {
  border: 1px solid #d1d8d8;
  background-color: #eff1f5; }
  .topics .topics_left .date_left {
    color: #ffffff;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: 20px;
    height: auto;
    padding: 3px 2px;
    background-color: #4e1058;
    width: 117px; }
.topics .ad_image {
  float: left;
  margin-top: 40px; }

.more_categories.active {
  display: block; }

.more_categories {
  background-color: #fff;
  z-index: 2;
  box-shadow: -5px 7px 9px rgba(0, 0, 0, 0.16);
  display: none;
  transition: .2s; }
  .more_categories .more_padding {
    padding: 40px 0px; }
    .more_categories .more_padding .list_category_name {
      color: #000000;
      font-family: "helveticaneue", "droidarabickufi";
      font-size: 19px;
      line-height: 47px;
      margin-left: 80px;
      display: inline-table; }
  .more_categories .more {
    position: absolute;
    background-color: #311a41;
    height: 100%;
    top: 0;
    right: 0;
    width: 23%;
    text-align: center; }
    .more_categories .more .word {
      color: #ffffff;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 30px;
      position: absolute;
      margin-top: 30px;
      right: 0px;
      left: 0px;
      margin-right: auto;
      margin-left: auto; }

.topics_page {
  padding: 40px 0px; }
  .topics_page .web_image {
    width: 100%;
    display: block;
    position: relative;
    height: 291px; }
  .topics_page .we_body {
    margin-bottom: 40px; }
  .topics_page .web_purple_btn {
    width: 341px;
    text-align: center;
    padding: 28px 0px;
    position: relative;
    margin: 0 auto; }
  .topics_page .web_big_title {
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 18px; }
  .topics_page .web_the_title {
    height: 48px;
    color: #333333;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 12px; }
  .topics_page .web_purple_date {
    color: #ffffff;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: 20px;
    padding: 1px 3px;
    background-color: #4e1058;
    margin-bottom: 44px;
    width: 130px; }
  .topics_page .top_bar {
    height: 76px;
    border: 1px solid #d1d8d8;
    background-color: #eff1f5;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 40px; }
    .topics_page .top_bar .word {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 18px;
      color: #000000;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 25px;
      line-height: 60px; }
  .topics_page .section_sub_cat {
    margin-bottom: 42px; }
    .topics_page .section_sub_cat .cat_sub_cat {
      color: #ffffff;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 13px;
      line-height: 20px;
      padding: 12px 8px;
      background-color: #4e1058; }
      .topics_page .section_sub_cat .cat_sub_cat i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px; }
    .topics_page .section_sub_cat .bodyyy .bigtitle {
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 20px;
      line-height: 27px;
      text-transform: uppercase;
      padding-bottom: 16px;
      color: black;
      margin-top: 12px;
      border-bottom: 1px solid black; }
    .topics_page .section_sub_cat .bodyyy .smalltitle {
      color: #333333;
      font-family: "helveticaneue", "droidarabickufi";
      font-size: 15px;
      line-height: 20px;
      text-transform: uppercase;
      padding: 8px 0px;
      border-bottom: 1px solid black; }
  .topics_page .bodyyy:last-child .smalltitle {
    border: 0px; }
  .topics_page .web_head {
    border-bottom: 5px solid #4e1058;
    padding-bottom: 16px;
    margin-bottom: 24px; }
    .topics_page .web_head .web_title {
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 22px;
      line-height: 29px; }
    .topics_page .web_head .web_date {
      color: #4e1058;
      font-family: "helveticaneue", "droidarabickufi";
      font-size: 15px;
      line-height: 29px; }

.slide_category {
  padding: 8px 12px;
  border: 1px solid black;
  border-right: none;
  transition: .2s;
  font-family: "helveticaneue", "droidarabickufi";
  font-size: 15px; }

.slide_category:hover, .slide_category.active {
  color: white;
  background-color: #4e1058; }

.last_section_topics {
  background-color: #eff1f5;
  border-top: 1px solid #d1d8d8;
  padding: 19px 33px; }
  .last_section_topics .imgback {
    height: 129px;
    display: block;
    width: 100%;
    background-color: #4e1058; }
  .last_section_topics .border_part {
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #d1d8d8; }
    .last_section_topics .border_part .topics_title {
      color: #ffffff;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      background-color: #4e1058;
      padding: 7px 18px;
      margin-bottom: 6px; }
    .last_section_topics .border_part .title {
      color: #333333;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      height: 42px; }
    .last_section_topics .border_part .date {
      color: #9b9b9b;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 13px;
      line-height: 20px;
      margin-top: 4px;
      background-color: transparent; }

.all_info {
  background-image: linear-gradient(45deg, #4e1058 0%, #8f2b9f 100%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  font-size: 25px;
  line-height: 60px;
  border: 1px solid transparent;
  transition: .2s;
  padding: 5px 0px; }

.all_info:hover {
  background-image: none;
  background-color: white;
  color: #4e1058;
  border: 1px solid #4e1058; }

.topics_homepage {
  margin-top: 40px; }
  .topics_homepage .tt_bar {
    padding-bottom: 14px;
    margin-bottom: 53px;
    border-bottom: 5px solid #4e1058; }
    .topics_homepage .tt_bar .tt_title {
      color: #000000;
      font-family: "helveticaneue-bold", "droidarabickufi-bold";
      font-size: 22px;
      line-height: 29px; }
    .topics_homepage .tt_bar .tt_date {
      color: #4e1058;
      font-family: "helveticaneue", "droidarabickufi";
      font-size: 15px;
      line-height: 29px; }
  .topics_homepage .tt_body .tt_title {
    color: #333333;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 15px;
    line-height: 20px;
    margin-top: 19px;
    height: 48px; }
  .topics_homepage .tt_body .tt_date {
    color: #ffffff;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 13px;
    line-height: 20px;
    padding: 1px 3px;
    background-color: #4e1058;
    margin-bottom: 0px;
    width: 130px;
    margin-top: 5px;
    padding-right: 10px; }

.widget {
  width: 360px;
  height: 230px;
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: 10000000; }
  .widget .background_img {
    width: 360px;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #757575;
    background-blend-mode: overlay; }
  .widget .close-widget {
    position: absolute;
    top: 4px;
    right: 40px;
    z-index: 22222222;
    background-color: white;
    color: white; }
  .widget .title {
    position: absolute;
    color: write;
    font-size: 1rem;
    line-height: normal;
    text-align: right;
    right: 10px;
    width: 90%;
    color: white;
    bottom: 10px; }

span.wpcf7-not-valid-tip {
  color: white;
  margin-top: 5px;
  font-size: 12px; }

#email_addr {
  margin-bottom: 2px; }

.takarir {
  border: 1px solid #d1d8d8;
  padding: 10px 0px; }
  .takarir .takarir_section {
    overflow: hidden !important;
    background-color: white;
    overflow-y: visible !important;
    direction: ltr !important; }
  .takarir ::-webkit-scrollbar {
    width: 10px;
    background-color: white;
    margin: 10px 0px;
    right: 0;
    border-radius: 5px;
    position: relative;
    top: 10px; }
  .takarir ::-webkit-scrollbar-track {
    background: white; }
  .takarir ::-webkit-scrollbar-thumb {
    background: #D8D6D6;
    border-radius: 5px; }

.related_section_image .background-img {
  height: 179px;
  width: 100%; }
.related_section_image .background-img-desktop {
  width: 100%; }

.live_page {
  padding: 120px 0px; }
  .live_page h1 {
    font-size: 40px;
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    text-transform: uppercase;
    color: black; }
  .live_page iframe {
    height: 35vw; }

.two_btn_footer .btn_size {
  position: relative;
  margin-right: auto; }

.s_btn_submit_nachrat {
  height: 41px;
  position: relative;
  top: -4px; }

.no_result_filter {
  font-size: 16px;
  font-family: "helveticaneue-bold", "droidarabickufi-bold";
  color: #311a41; }

.topic_topic {
  display: inline-flex; }

@media (max-width: 1700px) {
  .more_categories .more {
    width: 20%; }

  .live_page iframe {
    height: 50vw; } }
@media (max-width: 1600px) {
  .more_categories .more {
    width: 15%; }

  .topic_topic {
    display: block; } }
@media (max-width: 1399px) {
  .card-columns {
    column-count: 5; }

  .right_side_section .img_or_video {
    width: 75px;
    height: 50px; }

  .single_page .single_title {
    font-size: 28px;
    line-height: normal; }

  .menu_on_left .body_part .latest_background {
    width: 140px;
    height: 90px; }

  .single_page .single_most_imp .most_imp_image {
    width: 100px;
    height: 70px; }

  .single_page .single_most_imp .most_imp_content {
    font-size: 12px; }

  .single_page .single_most_imp .dimension_single_page {
    height: 130px; }

  .single_page .single_most_imp {
    height: 210px; }

  .single_page .single_subscribe {
    padding-right: 30px; }

  .subscribe .single_sub_title, .subscribe_section .single_sub_title {
    font-size: 23px; }

  .subscribe .single_sub_title2, .subscribe_section .single_sub_title2 {
    font-size: 17px; }

  .single_page .single_subscribe .subscribe_form {
    width: 298px; }

  .subscribe .subscribe_form, .subscribe input[type="email"], .subscribe_section .subscribe_form, .subscribe_section input[type="email"] {
    height: 50px; }

  .single_page .single_subscribe {
    height: 230px;
    padding-top: 39px; }

  .single_page .single_content {
    font-size: 15px;
    line-height: normal;
    margin-top: 10px; }

  .footer .footer_content .list_title {
    font-size: 27px; }

  .footer .footer_content .social_media .box_link .box {
    width: 35px;
    height: 35px; }

  .header_srchbar .list_li .menu_link {
    padding: 17px 18px; }

  .programs_image {
    height: 204px; }

  .section_2 .left_s2 .swiper-slide .space_on_both_side .big_title_national_news {
    font-size: 19px;
    line-height: normal; }

  .aham_akhbar .menu_on_right .title_space .date {
    margin-right: 30px; }

  .category .cat_content .cat_dimension {
    padding-left: 0px;
    margin-top: 6px;
    padding-right: 0px; }

  .category .cat_content .cat_dimension .cat_title {
    font-size: 19px;
    line-height: normal; }

  .right_side_section .side_height {
    height: 50px; }

  .sport_section {
    height: 730px; }

  .ad {
    top: 0px;
    margin-bottom: 26px; }

  .archive_news .list_news_single .arch_date {
    padding-bottom: 30px; }

  .header_srchbar .list_li .menu_link_hover .image_in_menu .section_imgg .img_back_menu {
    width: 250px;
    height: 140px; }

  .header_srchbar .list_li .menu_link_hover .image_in_menu .section_imgg .img_back_menu_col_3 {
    width: 230px !important; }

  .section_1 .right_border, .most_important_section .left_side .menu_height {
    height: 610px;
    overflow: hidden; }

  .section_1 .big_title {
    font-size: 25px;
    line-height: 41px;
    overflow: hidden; }

  .section_2 .center_s2 {
    height: 660px;
    margin-bottom: 40px; }

  .section_2 .right_s2_previous .previous_news_height {
    height: 642px; }

  .section_2 .right_s2_arts .swiper-container {
    height: 666px; }

  .section_1 .images_part {
    padding-top: 15px;
    padding-bottom: 5px; }

  .more_categories .more .word {
    font-size: 27px; }

  .archive_news .grey_part .centerd_grey_part .select_2, .archive_news .grey_part .centerd_grey_part .select_3 {
    width: 161px; }

  .most_important_section .your-class {
    height: 29px; }

  .header_srchbar .list_li {
    font-size: 15px; }

  .section_2 .left_s2 .space_on_both_side .big_title_national_news {
    font-size: 21px; }

  .s_news {
    padding: 9px 0px; }

  .section_2 .center_s2 .content_dimension .news_date {
    padding-top: 12px; }

  .section_2 .center_s2 .content_dimension .the_title {
    padding: 10px 0px; }

  .section_2 .left_s2 .dispaly_listing {
    height: 388px; }

  .section_2 .separator_center {
    margin-top: 0px; }

  .live_page h1 {
    font-size: 33px; }

  .live_page {
    padding: 80px 0px;
    padding-bottom: 0px; }

  .section_3 .dimension_news .date_news, .section_3 .dimension_news .local_news {
    font-size: 10px;
    line-height: normal; }

  .menu_on_left .body_part .body_part_local, .menu_on_left .body_part .body_part_date {
    font-size: 14px;
    line-height: normal; }

  .topics .topics_head .topic_name {
    font-size: 31px; }

  .right_side_section_topics .right_title {
    height: 80px !important; }

  .topics .second_layout .image_height, .last_section_topics .border_part .title {
    height: auto; }

  .topics .second_layout .title {
    font-size: 18px;
    line-height: normal; }

  .right_side_section .background-img {
    height: 48px;
    width: 65px; }

  .section_2 .center_s2 .background-img {
    height: 307px; }

  .category .background-img {
    height: 197px; }

  .archive_news .list_news_single .background-img {
    height: 201px; }

  .single_page .single_most_imp .background-img {
    height: 70px; }

  .related_section_image .background-img {
    height: 154px; }

  .sport_section .background-img {
    height: 121px; } }
@media (max-width: 1199px) {
  .menu_on_left .body_part .body_part_title {
    height: 62px; }

  .footer .footer_content .list_title {
    font-size: 27px; }

  .b_facebook {
    display: none; }

  .section {
    padding: 40px 0px; }

  .single_page .single_content {
    font-size: 13px;
    margin-top: 12px; }

  .single_page .single_title {
    padding-bottom: 13px;
    font-size: 21px; }

  .header_srchbar .list_li .menu_link {
    padding: 17px 12px; }

  .subscribe .sub_title, .subscribe_section .sub_title {
    font-size: 22px; }

  .subscribe .sub_title2, .subscribe_section .sub_title2 {
    font-size: 16px; }

  .section_3 .dimension_news {
    margin-bottom: 0px; }

  .single_page .single_content {
    margin-bottom: 30px; }

  .footer .footer_content .list_title {
    font-size: 23px; }

  .footer .footer_content .list_reference ul li {
    font-size: 19px; }

  .menu_on_left .body_part .body_part_title {
    height: 35px; }

  .aham_akhbar .menu_on_right .title_space .date {
    margin-right: 10px; }

  .aham_akhbar .menu_on_right .title_space .title_point {
    font-size: 13px; }

  .aham_akhbar .akhbar_top {
    margin-top: 40px; }

  .sport_link {
    font-size: 21px;
    height: 75px; }

  .aham_akhbar .menu_on_right .title_space {
    padding: 20px 0px; }

  .section_3 .dimension_news {
    padding: 3px;
    padding-top: 10px; }

  .section_3 .dimension_news .title_news {
    font-size: 11px; }

  .aham_akhbar .menu_on_right .most_imp_right {
    margin-right: 0px; }

  .category .cat_content .cat_dimension .cat_title {
    font-size: 15px;
    height: 68px; }

  .category .cat_content .cat_dimension .cat_date {
    font-size: 12px; }

  .category .cat_content .cat_dimension .cat_date {
    padding-bottom: 20px; }

  .section_1 .big_title {
    font-size: 27px;
    line-height: normal; }

  .right_side_section .side_height {
    height: auto; }

  .header_srchbar .list_li .menu_link_hover .right_menu {
    width: 197px; }

  .header_srchbar .list_li .menu_link_hover .image_in_menu .section_imgg .img_back_menu {
    width: 200px;
    height: 120px; }

  .sport_section {
    height: 585px; }

  .programs_image {
    height: 149px; }

  .section_2 .right_s2_arts .swiper-container {
    height: 545px; }

  .reference_t_head {
    font-size: 19px; }

  .reference_t_head .plus {
    left: 9px;
    top: 4px; }

  .reference_t_head .plus svg {
    width: 15px;
    height: 15px; }

  .section_1 .big_title {
    height: auto; }

  .section_1 .images_part {
    padding-top: 15px; }

  .section_1 .big_title {
    font-size: 23px; }

  .section_2 .center_s2 {
    height: 667px; }

  .section_2 .left_s2 .swiper-container {
    height: 605px; }

  .section_2 .left_s2 .swiper-slide .space_on_both_side .big_title_national_news {
    font-size: 17px;
    padding: 10px 0px; }

  .exception_side_section {
    padding: 10px 0px !important; }

  .side_height_exception {
    height: auto !important; }

  .right_title_exception {
    height: auto !important;
    margin-bottom: 5px !important; }

  .sport_section .background-img {
    margin-bottom: 5px; }

  .sport_section .sport_text {
    font-size: 13px; }

  .s_news {
    padding: 8px 0px;
    margin: 0px 20px; }

  .right_side_section .date_and_type {
    margin-top: 3px; }

  .right_side_section {
    padding: 15px 0px; }

  .select_3_right {
    margin-right: 0px !important; }

  .header_srchbar .list_li .menu_link {
    padding: 17px 10px; }

  .topics .topics_head .topic_name {
    font-size: 27px; }

  .section_2 .left_s2 .swiper-container {
    height: 395px;
    padding: 0px; }

  .national_title {
    font-family: "helveticaneue-bold", "droidarabickufi-bold";
    font-size: 24px;
    line-height: 35px;
    padding-top: 10px; }

  .section_2 .left_s2, .section_2 .center_s2 {
    padding: 22px;
    padding-right: 0px; }

  .section_2 .left_s2 .swiper-slide .space_on_both_side {
    padding: 0px; }

  .section_2 .left_s2 .swiper-slide .space_on_both_side .big_title_national_news, .section_2 .left_s2 .swiper-slide .space_on_both_side .title_national_news {
    margin-right: 25px; }

  .takarir {
    height: 680px;
    margin-bottom: 47px;
    overflow: hidden; }
    .takarir .t_head {
      border-bottom: solid 5px #4e1058; }

  .akher_right {
    margin-right: 10px; }

  .section_2 .right_s2_previous .previous_news_height {
    height: 650px;
    margin-bottom: 47px; }

  .section_2 .separator_center {
    margin-top: 0px; }

  .sport_section {
    height: 685px; }

  .padding_program {
    padding: 20px 0px; }

  .footer .footer_content .social_media .social_media_icon {
    margin: 40px 0px; }

  .footer .footer_content .social_media .box_link {
    margin-right: 10px; }

  .footer .footer_content .two_btn .btn_size {
    width: 100%; }

  .footer .footer_content {
    padding: 60px 0px; }

  .news_titles_dimension {
    max-height: 200px; }

  .section_2 .arts_height {
    height: 667px; }

  .topics_homepage .tt_body .tt_date {
    margin-bottom: 15px; }

  .topics_homepage {
    margin-top: 25px; }

  .backgrounimage_more_news {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 155px; }

  .header_srchbar .list_li {
    font-size: 13px; }

  .live_page {
    padding-top: 60px; }

  .right_side_section_topics .right_title {
    height: 100% !important; }

  .most_important_section .your-class {
    height: 43px; }

  .topics_homepage .tt_body .tt_date {
    width: auto;
    display: inline-block;
    padding-left: 10px; }

  .menu_on_left .body_part .latest_background {
    width: 140px;
    height: 78px; }

  .menu_on_left .body_part .body_part_local, .menu_on_left .body_part .body_part_date {
    font-size: 12px; }

  .topics_page .web_image {
    height: 150px; }

  .topics_page .web_the_title {
    height: 70px;
    overflow: hidden; }

  .topics .title_and_date {
    margin-top: 5px; }

  .section_2 .center_s2 .background-img {
    height: 327px; }

  .search_section .re_search .background-img {
    height: 130px; }

  .category .background-img {
    height: 158px; }

  .archive_news .list_news_single .background-img {
    height: 161px; }

  .related_section_image .background-img-desktop {
    height: 120px !important; }

  .related_section_image .background-img {
    height: 155px; }

  .sport_section .background-img {
    height: 136px; } }
@media (max-width: 991px) {
  .single_page .single_content {
    font-size: 14px;
    margin-top: 15px; }

  .single_page .socialmedia {
    margin-top: 20px; }

  .single_page .a2a_default_style a {
    padding-right: 0px;
    padding-left: 15px; }

  .single_page .a2a_svg {
    width: 35px;
    height: 35px; }

  .menu_on_left .body_part .latest_background {
    width: 210px;
    height: 130px; }

  .menu_on_left .body_part .body_part_title {
    height: 42px; }

  .header_srchbar .list_li {
    font-size: 11px; }

  .subscribe .subscribe_form, .subscribe_section .subscribe_form {
    width: 360px; }

  .footer .footer_content .list_reference ul {
    list-style: none;
    display: flex; }

  .footer .footer_content .list_reference ul li {
    margin-right: 0px;
    margin-left: 30px; }

  .footer .footer_content .list_reference {
    padding-top: 0px; }

  .footer .footer_content {
    padding: 20px 0px; }

  .footer .footer_content .social_media .social_media_icon {
    margin: 63px 0px; }

  .footer .footer_content .news ul li {
    font-size: 17px;
    line-height: 33px; }

  .footer .footer_content .link ul li {
    font-size: 14px;
    line-height: 34px; }

  .footer .footer_content .social_media .social_media_icon {
    margin: 43px 0px; }

  .footer .footer_content .social_media .box_link {
    margin-right: 13px; }

  .footer .footer_content .list_reference ul li {
    font-size: 17px;
    line-height: 0px;
    padding: 30px 0px; }

  .header_srchbar {
    display: none; }

  .header_content {
    background-color: #4e1058; }

  .box-left {
    margin-top: 40px; }

  .search_section .re_search .right_srch_part .title_srch {
    font-size: 19px; }

  .search_section .re_search .right_srch_part .link_srch {
    font-size: 17px; }

  .search_section .re_search .right_srch_part .text_srch {
    font-size: 14px; }

  .search_section .re_search {
    padding: 24px 0px; }

  .search_section .result_search {
    margin: 18px 0px; }

  .search_section .input_search .word_srch {
    width: 300px;
    font-size: 19px; }

  .category .cat_content .cat_dimension .cat_title {
    font-size: 14px;
    line-height: normal; }

  .most_important_section .left_side .most_important_section .most_imp {
    font-size: 11px;
    line-height: normal; }

  .right_side_section .img_or_video {
    width: 90px;
    height: 61px; }

  .section_2 .center_s2 {
    height: auto;
    margin-bottom: 43px; }

  .homepage_sport {
    margin-bottom: 40px; }

  .sport_section {
    height: 545px; }

  .reference_t_head .plus svg {
    width: 22px;
    height: 22px; }

  .card-columns {
    column-count: 3; }

  .section_2 .center_s2 {
    padding-bottom: 30px; }

  .section_2 .left_s2 .swiper-container {
    padding-top: 0px; }

  .programs_image {
    height: 124px; }

  .re_exception {
    padding-right: 40px; }

  .plus_sport_link {
    left: 40px !important; }

  .search_section .re_search .right_srch_part .link_srch {
    height: 5px; }

  .cat_sec_responsive {
    margin-bottom: 40px; }

  .archive_sec_reponsive {
    margin-bottom: 0px; }

  .akher_takrir {
    margin-right: 10px; }

  .section_2 .left_s2 .swiper-container {
    height: 565px;
    margin-bottom: 47px; }

  .section_2 .center_s2 {
    padding: 10px 0px; }

  .section_2 .left_s2 .swiper-container {
    height: 350px; }

  .section_2 .right_s2_previous .previous_news_height {
    height: 535px; }

  .reference_t_head {
    font-size: 15px; }

  .section_2 .center_s2 {
    height: 553px; }

  .section_2 .left_s2, .section_2 .center_s2 {
    margin-bottom: 40px; }

  .section_2 .left_s2, .section_2 .center_s2 {
    padding: 8px;
    padding-right: 0px; }

  .right_side_section {
    margin: 0px 8px; }

  .sport_section {
    padding: 0px 20px;
    height: 592px; }

  .section_2 .arts_height {
    max-height: 575px; }

  .topics_homepage .tt_bar {
    margin-bottom: 30px; }

  .topics_homepage {
    margin-top: 35px; }

  .subscribe .subscribe_form, .subscribe_section .subscribe_form {
    width: 330px; }

  .footer .footer_content .list_reference {
    padding-top: 19px; }

  .topics_page .top_bar {
    margin-bottom: 39px; }

  .topics_page .web_image {
    height: 121px; }

  .topics_page .web_big_title {
    margin-top: 11px;
    margin-bottom: 8px; }

  .topics_page .web_the_title {
    height: 50px; }

  .section_3 #more_news img {
    max-height: 155px; }

  .sunset-posts-container2 .cat_title {
    height: auto !important;
    margin-bottom: 5px; }

  .socialmedia_bar {
    display: block; }

  .altering .negative {
    margin-right: 10px;
    top: -1px;
    position: relative; }

  .takarir {
    height: 647px; }

  .topics_homepage .tt_body .tt_title {
    height: 63px; }

  .menu_on_left .body_part .body_part_local, .menu_on_left .body_part .body_part_date {
    font-size: 14px; }

  .topics_page .web_image {
    height: 351px; }

  .topics_page .web_purple_date {
    margin-bottom: 44px !important; }

  .topics_page .we_body {
    margin-bottom: 10px; }

  .aham_akhbar .menu_on_right .most_imp_right {
    font-size: 21px;
    padding: 0px;
    padding-bottom: 15px; }

  .topics .title_and_date .title {
    font-size: 18px;
    line-height: normal; }

  .mobile_size .srch_mobile i {
    font-size: 27px;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block; }

  .right_side_section .background-img {
    height: 56px;
    width: 87px; }

  .section_2 .center_s2 .background-img {
    height: 212px; }

  .category .background-img {
    height: 179px; }

  .archive_news .list_news_single .background-img {
    height: 183px; }

  .related_section_image .background-img-desktop {
    height: 187px !important; }

  .related_section_image .background-img {
    height: 135px; }

  .sport_section .background-img {
    height: 109px; } }
@media (max-width: 767px) {
  .footer .footer_content .list_reference ul {
    list-style: disc;
    display: block; }

  .footer .footer_content .social_media .social_media_icon {
    margin: 25px 0px; }

  .section {
    padding: 40px 0px; }

  .aham_akhbar .menu_on_right .title_space .date {
    margin-right: 0px; }

  .subscribe .sub_title2, .subscribe_section .sub_title2 {
    margin-bottom: 10px; }

  .search_section .re_search .right_srch_part {
    padding-right: 0px; }

  .search_section .re_search .right_srch_part .title_srch {
    font-size: 17px; }

  .search_section .re_search .right_srch_part .date_content .date_srch {
    margin-left: 8px; }

  .search_section .re_search .right_srch_part .more_info {
    position: absolute;
    bottom: 0;
    left: 0; }

  .search_section .re_search .right_srch_part .text_srch {
    width: 90%; }

  .most_important_section {
    margin-top: 20px; }

  .section_1 .images_part {
    padding: 20px 0px; }

  .t_subtitle {
    font-size: 14px; }

  .most_important_section {
    margin-top: 0px; }

  .right_side_section .img_or_video {
    width: 50px;
    height: 41px; }

  .archive_top {
    margin-top: 30px; }

  .sport_section {
    height: auto;
    padding-bottom: 20px; }

  .card-columns {
    column-count: 2; }

  .otv_movie .schedule {
    height: 140px; }

  .section_3 .dimension_news .title_news {
    height: 53px; }

  .most_important_section {
    margin-top: 40px; }

  .section_2 .right_s2_previous .previous_news_height {
    margin-bottom: 40px; }

  .section_2 .right_s3 {
    margin-bottom: 40px; }

  .padding_program {
    padding: 0px;
    padding-top: 20px; }

  .programs_image {
    height: 156px; }

  .programs_image {
    margin-bottom: 20px; }

  .homepage_sport {
    margin-bottom: 0px; }

  .topics_page {
    padding: 59px 0px; }

  .topics .second_layout .image_height {
    height: auto; }

  .topics .second_layout .title {
    font-size: 14px;
    line-height: normal; }

  .topics_page .web_purple_date {
    margin-bottom: 15px !important;
    margin-top: 8px; }

  .topics_page .we_body {
    margin-bottom: 30px; }

  .topics .topics_head .topic_name {
    font-size: 21px; }

  .topics_page .web_image {
    height: 261px; }

  .topics_page {
    padding: 30px 0px; }

  .topics .second_layout .title {
    height: 55px; }

  .menu_on_left .body_part .latest_background {
    width: 100%; }

  .section_2 .center_s2 .background-img {
    height: 282px; }

  .search_section .re_search .background-img, .search_section .re_search .background_img_srch {
    height: 130px;
    width: 231px;
    margin-bottom: 6px; }

  .category .background-img {
    height: 130px; }

  .archive_news .list_news_single .background-img {
    height: 132px; }

  .related_section_image .background-img-desktop {
    height: 136px !important; }

  .related_section_image .background-img {
    height: 160px; }

  .sport_section .background-img {
    height: 118px; } }
@media (max-width: 575px) {
  .footer .footer_content .list_reference ul li {
    margin-left: 0px;
    margin-right: 30px; }

  .subscribe .sub_title, .subscribe_section .sub_title {
    font-size: 27px; }

  .subscribe .sub_title2, .subscribe_section .sub_title2 {
    font-size: 18px;
    margin-bottom: 10px; }

  .subscribe .subscribe_form, .subscribe_section .subscribe_form {
    width: 90%; }

  .footer .footer_content .social_media .box_link .box {
    width: 50px;
    height: 50px; }

  .footer .social_media {
    text-align: center; }

  .footer .footer_content .two_btn .btn_size {
    margin: 0 auto;
    margin-bottom: 10px; }

  .aham_akhbar .menu_on_right .title_space .title_point {
    font-size: 12px; }

  .sport_link {
    font-size: 23px;
    height: 96px; }

  .aham_akhbar .akhbar_top {
    margin-top: 25px; }

  .box-left {
    margin-top: 25px; }

  .menu_on_left .top_part {
    height: 60px; }

  .reference_t_head {
    padding: 13px 0px;
    padding-right: 15px; }

  .subscribe .sub_title2, .subscribe_section .sub_title2 {
    font-size: 15px; }

  .footer .nav-footer ul li {
    font-size: 10px; }

  .search_section .re_search .right_srch_part .text_srch {
    font-size: 12px; }

  .search_section .re_search .right_srch_part .title_srch {
    font-size: 15px; }

  .search_section .re_search .right_srch_part .more_info {
    left: 10px;
    font-size: 12px; }

  .search_section .result_search {
    font-size: 18px; }

  .search_section .input_search .word_srch {
    width: 100%; }

  .header_content {
    padding: 6px 0px; }

  .search_section .input_search {
    padding-bottom: 20px; }

  .section_1 .big_title {
    font-size: 22px;
    height: auto; }

  .t_subtitle, .section_2 .left_s2 .space_on_both_side .title_national_news, .sport_section .sport_text {
    font-size: 14px; }

  .right_side_section .img_or_video {
    width: 100%;
    height: 51px; }

  .right_side_section .side_height {
    height: 50px; }

  .sport_section {
    padding: 0px 15px;
    margin-bottom: 0px; }

  .sport_section .sport_text {
    font-size: 14px; }

  .sport_section {
    height: auto;
    padding-bottom: 20px; }

  .sport_section .background-img {
    margin-top: 17px; }

  .single_page .single_box {
    margin-bottom: 30px; }

  .page_404 .title_404 {
    font-size: 17px; }

  .page_404 .text_404 {
    font-size: 16px; }

  .page_404 .title_404 {
    padding-bottom: 5px; }

  .page_404 .text_404 {
    padding-bottom: 20px; }

  .page_404 .btn_404 {
    font-size: 15px;
    width: 240px;
    padding: 12px 0px; }

  .page_404 {
    padding: 100px 0px; }

  .section_2 .center_s2 {
    padding: 20px 11px;
    height: auto; }

  .section_2 .center_s2 .content_dimension .the_title {
    padding-right: 0px; }

  .section_2 .center_s2 .content_dimension .news_date {
    font-size: 14px;
    padding-top: 10px; }

  .single_page .socialmedia {
    margin-top: 0px; }

  .socialmedia_bar {
    display: block; }

  .ad {
    margin: 0 auto; }

  .s_news {
    margin: 0px; }

  .page_pagination .nav-links .page-numbers {
    padding: 6px 10px;
    margin-top: 15px; }

  .search_section .re_search .right_srch_part .text_srch {
    width: 100%; }

  .search_section .re_search .right_srch_part .more_info {
    position: relative;
    left: 0px; }

  .search_section .re_search .right_srch_part .title_srch {
    margin-top: 5px; }

  .archive_news .list_news_single .arch_title {
    font-size: 16px; }

  .archive_news .list_news_single .arch_date {
    font-size: 11px;
    padding-top: 8px; }

  .archive_news .list_news_single .background-img {
    margin-bottom: 10px; }

  .most_important_section .left_side .most_important_section {
    padding: 0px 17px; }

  .section_2 .left_s2 .swiper-container {
    margin-bottom: 0px; }

  .topics_page .web_image {
    height: auto; }

  .altering .negative {
    position: relative;
    top: 0px;
    margin-right: 10px; }

  .img_80 {
    margin-top: 10px;
    width: 100%; }

  .section_3 .dimension_news .title_news {
    height: auto;
    font-size: 14px; }

  .mobile_size .srch_mobile img {
    width: 19px;
    top: 10px;
    position: relative; }

  .mobile_size .srch_mobile {
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin: 10px 0px;
    padding: 0px 10px;
    max-height: 40px; }

  .hamburger-box {
    top: 3px; }

  .menu_active {
    margin-top: 84px;
    top: 0px; }

  .topics_page .web_big_title {
    font-size: 14px;
    line-height: normal;
    margin-top: 4px; }

  .topics_page .web_the_title {
    margin-top: 4px; }

  .topics_page .web_purple_date {
    margin-bottom: 22px !important;
    width: auto;
    display: inline-block;
    padding: 2px 10px; }

  .live_page h1 {
    font-size: 25px; }

  .live_page {
    padding: 40px 0px; }

  .cat_sec_responsive {
    margin-bottom: 0px; }

  .most_important_section .your-class {
    height: 60px; }

  .first_topics_section {
    margin-bottom: 40px; }

  .section_3 .dimension_news .date_news, .section_3 .dimension_news .local_news {
    font-size: 12px; }

  .topics_page .web_the_title {
    height: 44px;
    overflow: hidden; }

  .spacing_single_top {
    height: 30px; }

  .single_page .single_most_imp .most_imp_image {
    width: 100%;
    height: auto; }

  .single_page .single_most_imp .most_imp_content {
    margin-right: 10px; }

  e
  .single_page .single_content {
    margin-top: 5px;
    margin-bottom: 5px; }

  .live_page iframe {
    height: 53vw; }

  .mobile_size .srch_mobile i {
    font-size: 18px; }

  .right_side_section .background-img {
    height: 58px;
    width: 87px; }

  .section_2 .center_s2 .background-img {
    height: 234px; }

  .category .background-img {
    height: 117px; }

  .archive_news .list_news_single .background-img {
    height: 254px; }

  .single_page .single_most_imp .background-img {
    height: 91px;
    width: 160px; }

  .related_section_image .background-img-desktop {
    height: 123px !important; }

  .related_section_image .background-img {
    height: 190px; }

  .sport_section .background-img {
    height: 108px; } }
@media (max-width: 480px) {
  .aham_akhbar .menu_on_right .title_space .date {
    margin-right: 8px; }

  .subscribe .sub_title, .subscribe_section .sub_title {
    font-size: 23px; }

  .subscribe {
    padding: 35px 0px; }

  .subscribe .subscribe_form .btn_sub, .subscribe_section .subscribe_form .btn_sub {
    width: 67px; }

  .aham_akhbar .menu_on_right .title_space .date {
    font-size: 13px; }

  .aham_akhbar .menu_on_right .title_space {
    padding: 12px 0px; }

  .menu_on_left .body_part .latest_background {
    height: 100px; }

  .footer .footer_content .list_reference ul li {
    padding: 25px 0px; }

  .footer .footer_content .list_title {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 7px; }

  .search_section .input_search .word_srch {
    font-size: 17px; }

  .search_nav_mobile .exit_icon {
    display: none; }

  .search_nav_mobile input[type="text"] {
    padding-right: 20px; }

  .section_3 .more_news {
    margin-bottom: 30px; }

  .first_topics_section {
    margin-bottom: 0px; }

  .t_title_purple {
    font-size: 20px !important; }

  .section_1 .big_title {
    font-size: 21px;
    line-height: normal; }

  .section_3 .dimension_news {
    height: auto;
    margin-bottom: 0px; }

  .filter_menu_mobile .filter_menu {
    height: 50px; }

  .filter_menu_mobile .filter_menu .filter_table_cell .search_filter_title {
    font-size: 21px; }

  .section_2 .center_s2 {
    padding: 20px 0px;
    height: auto; }

  .s_news {
    margin: 0px 12px; }

  .topics_homepage .tt_body .tt_title {
    font-size: 14px;
    height: 66px;
    overflow: hidden; }

  .topics_homepage .tt_body .tt_date {
    font-size: 11px; }

  .topics_homepage .tt_bar .tt_title {
    font-size: 17px; }

  .section_2 .right_s3, .section_2 .left_s2 {
    margin-bottom: 0px; }

  .most_important_section .left_side .most_important_section {
    padding: 0px; }

  .spacing_single_top {
    height: 30px; }

  .single_page .author_and_date {
    margin-bottom: 10px; }

  .single_page .single_most_imp {
    margin-bottom: 20px; }

  .sport_link {
    font-size: 17px;
    height: 66px; }

  .single_page .single_box {
    margin-bottom: 15px; }

  .menu_on_left .body_part .body_part_title {
    height: 62px; }

  .spacing_top_direction, .most_important_section {
    margin-top: 30px; }

  .subscribe .sub_title, .subscribe_section .sub_title {
    font-size: 21px; }

  .subscribe {
    padding: 35px 0; }

  .all_info {
    font-size: 19px;
    line-height: 25px;
    padding: 10px 0px; }

  .reference_t_head {
    font-size: 23px; }

  .reference_t_head .plus {
    left: 25px;
    top: 2px; }

  .right_side_section .date_and_type {
    font-size: 12px; }

  .right_side_section .right_title {
    font-size: 14px;
    height: 44px !important; }

  .section_3 .more_news {
    padding: 12px; }

  .section_1_homepage {
    padding: 30px 0px; }

  .topics_homepage {
    margin-top: 12px; }

  .section {
    padding: 30px 0px; }

  .section_2 .left_s2, .section_2 .center_s2, .section_2 .right_s2_previous .previous_news_height {
    margin-bottom: 30px; }

  .left_s2_mobile {
    margin-bottom: 0px !important; }

  .section_3 .dimension_news {
    padding: 7px;
    padding-top: 10px; }

  .topics .title_and_date .title {
    font-size: 14px; }

  .topics .second_layout .title {
    height: 24px;
    overflow: hidden; }

  .topics .second_layout {
    margin-top: 25px; }

  .single_page .single_most_imp {
    margin-top: 30px !important; }

  .section_3 .dimension_news .title_news {
    height: 70px;
    overflow: hidden; }

  .section_2 .center_s2 .background-img {
    height: 199px; }

  .search_section .re_search .background-img, .search_section .re_search .background_img_srch {
    height: 99px;
    width: 172px;
    margin-bottom: 3px; }

  .category .background-img {
    height: 89px; }

  .archive_news .list_news_single .background-img {
    height: 196px; }

  .single_page .single_most_imp .background-img {
    height: 70px;
    width: 100%; }

  .related_section_image .background-img {
    height: 147px; }

  .sport_section .background-img {
    height: 86px; } }
@media (min-width: 576px) {
  /* change this, by default 540px */
  .container {
    max-width: 530px; } }
@media (min-width: 768px) {
  /* change this, by default 720px */
  .container {
    max-width: 710px; } }
@media (min-width: 992px) {
  /* change this, by default 960px */
  .container {
    max-width: 950px; } }
@media (min-width: 1200px) {
  /* change this, by default 1140px */
  .container {
    max-width: 1160px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1360px; } }

/*# sourceMappingURL=custom_style.css.map */
