.header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1002;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .header ::-webkit-scrollbar {
    width: 4px; }
  .header .container {
    display: flex;
    align-items: center; }
  .header .min-header {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    height: 53px; }
    @media (max-width: 550px) {
      .header .min-header {
        padding: 4px 0px; } }
    .header .min-header .bn-breaking-news {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      height: 18px !important;
      overflow: hidden;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .header .min-header .bn-breaking-news .title {
        position: absolute;
        right: 0px;
        z-index: 1;
        color: #B32E38;
        font-size: 14px;
        background: #f7f7f7;
        line-height: 18px;
        height: 18px;
        padding-left: 16px;
        border-left: 1px solid #000; }
      .header .min-header .bn-breaking-news .bn-news {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-left: 1px solid #000; }
        .header .min-header .bn-breaking-news .bn-news ul {
          content: '';
          position: absolute;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex; }
          .header .min-header .bn-breaking-news .bn-news ul li {
            display: flex;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            text-decoration: none;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            position: absolute;
            display: none; }
            .header .min-header .bn-breaking-news .bn-news ul li a {
              position: relative;
              display: flex;
              align-items: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              padding-left: 24px;
              font-weight: 700;
              font-size: 14px;
              color: #000;
              line-height: 16px;
              -moz-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              transition: all 0.5s ease-in-out 0s; }
              .header .min-header .bn-breaking-news .bn-news ul li a:hover {
                color: #a6844f; }
    .header .min-header .bn-effect-scroll .bn-news ul {
      display: block;
      width: 100%;
      position: relative; }
      .header .min-header .bn-effect-scroll .bn-news ul li {
        display: list-item;
        float: left;
        position: relative;
        width: auto; }
    .header .min-header i.op-box {
      position: absolute;
      right: 81px;
      background: linear-gradient(270deg, rgba(247, 247, 247, 0.5) 0%, #F7F7F7 100%);
      transform: matrix(-1, 0, 0, 1, 0, 0);
      width: 72px;
      height: 18px;
      top: 0px;
      z-index: 10; }
      @media (max-width: 991px) {
        .header .min-header i.op-box {
          width: 10px; } }
    .header .min-header .op-box2 {
      position: absolute;
      left: 0px;
      background: linear-gradient(270deg, rgba(247, 247, 247, 0.5) 0%, #F7F7F7 100%);
      width: 72px;
      height: 18px;
      top: 0px;
      z-index: 10; }
      @media (max-width: 991px) {
        .header .min-header .op-box2 {
          width: 10px; } }
    .header .min-header .social {
      margin-right: 24px; }
      @media (max-width: 991px) {
        .header .min-header .social {
          display: none; } }
      .header .min-header .social a svg {
        width: 18px;
        height: 18px; }
    .header .min-header .advert {
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: 700;
      font-size: 14px;
      color: #000;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      margin-right: 24px; }
      .header .min-header .advert:hover {
        color: #a6844f; }
  .header .header-center {
    position: relative;
    z-index: 2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .header-center {
        padding: 8px 0px; } }
    @media (max-width: 991px) {
      .header .header-center .logo {
        width: 100%;
        text-align: center; } }
    .header .header-center .logo img {
      max-width: 200px; }
      @media (max-width: 991px) {
        .header .header-center .logo img {
          max-width: 140px; } }
    .header .header-center .adv {
      margin: 0px auto;
      overflow: hidden; }
      @media (max-width: 991px) {
        .header .header-center .adv {
          display: none; } }
      .header .header-center .adv img {
        max-width: 927px;
        max-height: 90px; }
  .header .menu {
    position: relative;
    width: 100%;
    height: 62px;
    background: #fff;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    /* End NavMenu */ }
    .header .menu.sticky {
      position: fixed;
      top: 0px;
      left: 0;
      display: flex;
      justify-content: space-between; }
      .header .menu.sticky .logo {
        display: block;
        margin-left: 24px; }
      .header .menu.sticky .s-show {
        display: block; }
    .header .menu .container {
      justify-content: space-between; }
    .header .menu .logo {
      display: none; }
      .header .menu .logo img {
        max-width: 110px; }
    .header .menu #cssmenu {
      position: relative;
      width: 100%;
      z-index: 10; }
      .header .menu #cssmenu #menu-button {
        display: none; }
      .header .menu #cssmenu ::-webkit-scrollbar {
        width: 4px; }
      .header .menu #cssmenu ul {
        float: right; }
        .header .menu #cssmenu ul li {
          float: right; }
          .header .menu #cssmenu ul li:hover > ul {
            right: 0px;
            z-index: 150; }
            .header .menu #cssmenu ul li:hover > ul li {
              height: 48px; }
          .header .menu #cssmenu ul li a {
            display: block;
            position: relative;
            color: #000;
            height: 60px;
            display: flex;
            padding: 0px 20px;
            align-items: center;
            font-family: 'GretaArabic-Medium';
            font-size: 18px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            outline: none; }
            @media (max-width: 1199px) {
              .header .menu #cssmenu ul li a {
                font-size: 16px;
                padding: 0px 8px; } }
            .header .menu #cssmenu ul li a svg {
              max-width: 10px;
              max-height: 10px;
              margin-right: 4px;
              fill: #000;
              -moz-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              transition: all 0.5s ease-in-out 0s; }
              @media (max-width: 991px) {
                .header .menu #cssmenu ul li a svg {
                  display: none; } }
            .header .menu #cssmenu ul li a:hover, .header .menu #cssmenu ul li a.active {
              color: #fff; }
              .header .menu #cssmenu ul li a:hover svg, .header .menu #cssmenu ul li a.active svg {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
                fill: #fff; }
          .header .menu #cssmenu ul li:hover a {
            color: #fff; }
            .header .menu #cssmenu ul li:hover a svg {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg);
              fill: #fff; }
          .header .menu #cssmenu ul li:nth-child(1) a:hover, .header .menu #cssmenu ul li:nth-child(1) a.active {
            background: #701729; }
          .header .menu #cssmenu ul li:nth-child(1):hover a {
            background: #701729; }
          .header .menu #cssmenu ul li:nth-child(1) ul:after {
            background: #701729; }
          .header .menu #cssmenu ul li:nth-child(2) a:hover, .header .menu #cssmenu ul li:nth-child(2) a.active {
            background: #008ad2; }
          .header .menu #cssmenu ul li:nth-child(2):hover a {
            background: #008ad2; }
          .header .menu #cssmenu ul li:nth-child(2) ul:after {
            background: #008ad2; }
          .header .menu #cssmenu ul li:nth-child(3) a:hover, .header .menu #cssmenu ul li:nth-child(3) a.active {
            background: #2ad3b7; }
          .header .menu #cssmenu ul li:nth-child(3):hover a {
            background: #2ad3b7; }
          .header .menu #cssmenu ul li:nth-child(3) ul:after {
            background: #2ad3b7; }
          .header .menu #cssmenu ul li:nth-child(4) a:hover, .header .menu #cssmenu ul li:nth-child(4) a.active {
            background: #B32E38; }
          .header .menu #cssmenu ul li:nth-child(4):hover a {
            background: #B32E38; }
          .header .menu #cssmenu ul li:nth-child(4) ul:after {
            background: #B32E38; }
          .header .menu #cssmenu ul li:nth-child(5) a:hover, .header .menu #cssmenu ul li:nth-child(5) a.active {
            background: #05283f; }
          .header .menu #cssmenu ul li:nth-child(5):hover a {
            background: #05283f; }
          .header .menu #cssmenu ul li:nth-child(5) ul:after {
            background: #05283f; }
          .header .menu #cssmenu ul li:nth-child(6) a:hover, .header .menu #cssmenu ul li:nth-child(6) a.active {
            background: #b51f76; }
          .header .menu #cssmenu ul li:nth-child(6):hover a {
            background: #b51f76; }
          .header .menu #cssmenu ul li:nth-child(6) ul:after {
            background: #b51f76; }
          .header .menu #cssmenu ul li:nth-child(7) a:hover, .header .menu #cssmenu ul li:nth-child(7) a.active {
            background: #474f47; }
          .header .menu #cssmenu ul li:nth-child(7):hover a {
            background: #474f47; }
          .header .menu #cssmenu ul li:nth-child(7) ul:after {
            background: #474f47; }
          .header .menu #cssmenu ul li:nth-child(8) a:hover, .header .menu #cssmenu ul li:nth-child(8) a.active {
            background: #f87412; }
          .header .menu #cssmenu ul li:nth-child(8):hover a {
            background: #f87412; }
          .header .menu #cssmenu ul li:nth-child(8) ul:after {
            background: #f87412; }
          .header .menu #cssmenu ul li:nth-child(9) a:hover, .header .menu #cssmenu ul li:nth-child(9) a.active {
            background: #701729; }
          .header .menu #cssmenu ul li:nth-child(9):hover a {
            background: #701729; }
          .header .menu #cssmenu ul li:nth-child(9) ul:after {
            background: #701729; }
            .header .menu #cssmenu ul li:nth-child(10) a:hover, .header .menu #cssmenu ul li:nth-child(9) a.active {
              background: #174870; }
            .header .menu #cssmenu ul li:nth-child(10):hover a {
              background: #174870; }
            .header .menu #cssmenu ul li:nth-child(10) ul:after {
              background: #174870; }
          .header .menu #cssmenu ul li.active:nth-child(1) a {
            background: #701729;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(1) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(1) ul {
              background: #701729 !important; } }
          .header .menu #cssmenu ul li.active:nth-child(2) a {
            background: #008ad2;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(2) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(2) ul {
              background: #008ad2 !important; } }
          .header .menu #cssmenu ul li.active:nth-child(3) a {
            background: #2ad3b7;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(3) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(3) ul {
              background: #2ad3b7 !important; } }
          .header .menu #cssmenu ul li.active:nth-child(4) a {
            background: #B32E38;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(4) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(4) ul {
              background: #B32E38 !important; } }
          .header .menu #cssmenu ul li.active:nth-child(5) a {
            background: #05283f;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(5) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(5) ul {
              background: #05283f !important; } }
          .header .menu #cssmenu ul li.active:nth-child(6) a {
            background: #b51f76;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(6) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(6) ul {
              background: #b51f76 !important; } }
          .header .menu #cssmenu ul li.active:nth-child(7) a {
            background: #474f47;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(7) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(7) ul {
              background: #474f47 !important; } }
          .header .menu #cssmenu ul li.active:nth-child(8) a {
            background: #f87412;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(8) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(8) ul {
              background: #f87412 !important; } }
          .header .menu #cssmenu ul li.active:nth-child(9) a {
            background: #701729;
            color: #fff; }
            .header .menu #cssmenu ul li.active:nth-child(9) a svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              fill: #fff; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul li.active:nth-child(9) ul {
              background: #701729 !important; } }

              
          .header .menu #cssmenu ul li.active ul {
            display: block !important;
            right: 0px !important;
            z-index: 140 !important; }
            .header .menu #cssmenu ul li.active ul li {
              height: 48px; }
        .header .menu #cssmenu ul ul {
          position: absolute;
          top: 100%;
          right: -9999px;
          width: 100%;
          overflow: hidden;
          background: #70172900; }
          @media (max-width: 991px) {
            .header .menu #cssmenu ul ul {
              background: none;
              padding-bottom: 0px; } }
          .header .menu #cssmenu ul ul::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 48px;
            right: 0px;
            top: 0px;
            z-index: -1; }
            @media (max-width: 991px) {
              .header .menu #cssmenu ul ul::after {
                display: none; } }
          .header .menu #cssmenu ul ul li {
            display: flex;
            align-items: center;
            margin: 0px !important;
            height: 0px;
            overflow: hidden;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            .header .menu #cssmenu ul ul li.has-sub > a:after {
              content: '';
              position: absolute;
              top: 16px;
              right: 11px;
              bottom: auto;
              left: auto;
              width: 8px;
              height: 2px;
              display: block;
              background: #fff; }
            .header .menu #cssmenu ul ul li.has-sub > a:before {
              content: '';
              position: absolute;
              top: 13px;
              right: 14px;
              bottom: auto;
              left: auto;
              display: block;
              width: 2px;
              height: 8px; }
            .header .menu #cssmenu ul ul li.has-sub:hover > a:before {
              top: 17px;
              height: 0px; }
            .header .menu #cssmenu ul ul li a {
              padding: 0px 20px !important;
              height: auto !important;
              color: #fff !important;
              background: none !important;
              border-left: 1px solid #ffffff59;
              line-height: 1; }
              .header .menu #cssmenu ul ul li a:hover {
                opacity: 0.7 !important; }
              .header .menu #cssmenu ul ul li a:before {
                display: none !important; }
            .header .menu #cssmenu ul ul li:last-child a {
              border-left: 0px; }
            .header .menu #cssmenu ul ul li ul {
              margin-left: 100%;
              top: 0px !important;
              z-index: 170; }
              .header .menu #cssmenu ul ul li ul:after {
                display: none; }
            .header .menu #cssmenu ul ul li:last-child {
              border: 0px; }
    .header .menu .showboxsearch {
      position: absolute;
      left: 12px;
      width: 285px;
      z-index: 100; }
      @media (max-width: 1290px) {
        .header .menu .showboxsearch {
          width: 170px; } }
      @media (max-width: 991px) {
        .header .menu .showboxsearch {
          position: relative;
          left: auto; } }
      .header .menu .showboxsearch .formsearch {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%; }
      .header .menu .showboxsearch .form-control {
        height: 46px;
        width: 100%;
        -webkit-border-radius: 56px;
        border-radius: 56px;
        background-clip: padding-box;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #f7f7f7;
        text-transform: none;
        padding-left: 70px;
        font-size: 14px;
        color: #000; }
      .header .menu .showboxsearch .bottom {
        position: absolute;
        left: 8px;
        padding: 0px;
        outline: none;
        outline-style: none;
        border: 0px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: #000;
        -webkit-border-radius: 56px;
        border-radius: 56px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .menu .showboxsearch .bottom:hover {
          background: #a6844f; }
        .header .menu .showboxsearch .bottom svg {
          width: 16px;
          height: 16px;
          fill: #fff; }
      .header .menu .showboxsearch nav.list-search {
        position: absolute;
        top: 100%;
        left: 24px;
        width: calc(100% - 48px);
        background: #fff;
        display: none;
        padding: 12px;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .header .menu .showboxsearch nav.list-search a {
          display: block;
          margin: 0px;
          margin-bottom: 4px;
          text-transform: capitalize;
          line-height: 22px;
          font-size: 14px;
          -webkit-border-radius: 8px;
          border-radius: 8px;
          background-clip: padding-box;
          padding: 8px 12px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .header .menu .showboxsearch nav.list-search a:last-child {
            margin: 0px; }
          .header .menu .showboxsearch nav.list-search a:hover {
            color: #a6844f;
            background: #f7f7f7; }
      .header .menu .showboxsearch:hover nav.list-search {
        display: block; }
  .header .newstyle {
    background: #a6844f; }
    @media (max-width: 991px) {
      .header .newstyle {
        display: none; } }
    .header .newstyle .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header .newstyle .social a {
      background: #fff;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      margin: 0px 4px; }
    .header .newstyle .names {
      display: flex; }
      .header .newstyle .names li {
        margin-left: 12px; }
        .header .newstyle .names li:last-child {
          margin: 0px; }
        .header .newstyle .names li img {
          max-height: 30px; }
    .header .newstyle .linkstop {
      display: flex; }
      @media (max-width: 767px) {
        .header .newstyle .linkstop {
          width: 100%;
          justify-content: center; } }
      .header .newstyle .linkstop p {
        font-weight: 500;
        font-size: 14px; }
      .header .newstyle .linkstop a {
        display: flex;
        align-items: center;
        height: 12px;
        line-height: 12px;
        font-size: 14px;
        padding-left: 12px;
        margin-left: 12px;
        border-left: 1px solid #ffffffbf;
        font-weight: 500;
        color: #ffffffbf;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 767px) {
          .header .newstyle .linkstop a {
            font-size: 12px;
            padding-left: 4px;
            margin-left: 4px; } }
        .header .newstyle .linkstop a svg {
          margin-left: 4px;
          width: 14px;
          fill: #ffffffbf;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .header .newstyle .linkstop a:hover {
          color: #e3c193; }
          .header .newstyle .linkstop a:hover svg {
            fill: #e3c193; }
        .header .newstyle .linkstop a:last-child {
          padding: 0px;
          border: 0px;
          margin: 0px; }

@media (max-width: 991px) {
  .header .menu {
    display: flex;
    align-items: center; }
    .header .menu.sticky #cssmenu {
      position: absolute;
      right: 128px; }
    .header .menu #cssmenu {
      position: relative;
      width: 200px;
      margin: 0px; }
      .header .menu #cssmenu ul {
        position: absolute;
        top: 41px;
        width: 100%;
        display: none;
        background: #000;
        z-index: 120;
        height: 284px;
        overflow: hidden;
        overflow-y: scroll; }
        .header .menu #cssmenu ul li {
          width: 100%;
          margin: 0px !important;
          position: relative;
          height: auto !important; }
          .header .menu #cssmenu ul li a {
            width: 100%;
            padding: 9px;
            height: auto;
            margin: 0px;
            color: #fff;
            font-size: 16px;
            border-bottom: 1px solid #2d2c2c; }
          .header .menu #cssmenu ul li:last-child a {
            border: 0px; }
      .header .menu #cssmenu #menu-button {
        display: block;
        cursor: pointer;
        float: left;
        height: 20px;
        width: 20px; }
        .header .menu #cssmenu #menu-button:after {
          position: absolute;
          top: 10px;
          right: 0px;
          display: block;
          height: 8px;
          width: 20px;
          border-top: 2px solid #000;
          border-bottom: 2px solid #000;
          content: '';
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .header .menu #cssmenu #menu-button:before {
          position: absolute;
          top: 4px;
          right: 0px;
          display: block;
          height: 2px;
          width: 20px;
          background: #000;
          content: '';
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .header .menu #cssmenu #menu-button.menu-opened:after {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #B32E38;
          top: 11px;
          border: 0px;
          height: 2px;
          width: 20px;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .header .menu #cssmenu #menu-button.menu-opened:before {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #B32E38;
          top: 11px;
          width: 20px;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
      .header .menu #cssmenu .submenu-button {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        border-right: 1px solid rgba(120, 120, 120, 0.2);
        height: 48px;
        width: 48px;
        cursor: pointer;
        z-index: 10; }
        .header .menu #cssmenu .submenu-button.submenu-button.submenu-opened {
          background: #fdfdfd3b; }
    .header .menu #cssmenu ul ul {
      height: auto;
      overflow: hidden;
      overflow-y: inherit; }
    .header .menu #cssmenu ul ul li a {
      border: 0px;
      padding: 12px !important; }
    .header .menu #cssmenu ul ul ul li a {
      padding-left: 35px; }
    .header .menu #cssmenu ul ul li a {
      color: #fff;
      background: none; }
    .header .menu #cssmenu ul ul li:hover > a,
    .header .menu #cssmenu ul ul li.active > a {
      color: #fff; }
    .header .menu #cssmenu ul ul,
    .header .menu #cssmenu ul ul ul,
    .header .menu #cssmenu.align-right ul ul {
      position: relative !important;
      right: 0px;
      width: 100%;
      top: 0px !important;
      padding: 0px !important;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; }
    .header .menu #cssmenu > ul > li.has-sub > a:after,
    .header .menu #cssmenu > ul > li.has-sub > a:before,
    .header .menu #cssmenu ul ul > li.has-sub > a:after,
    .header .menu #cssmenu ul ul > li.has-sub > a:before {
      display: none; }
    .header .menu #cssmenu ul ul .submenu-button {
      height: 34px;
      width: 34px; }
    .header .menu #cssmenu .submenu-button:after {
      position: absolute;
      top: 23px;
      right: 21px;
      width: 8px;
      height: 2px;
      display: block;
      background: #fff;
      content: ''; }
    .header .menu #cssmenu ul ul .submenu-button:after {
      top: 15px;
      right: 13px; }
    .header .menu #cssmenu .submenu-button.submenu-opened:after {
      background: #fff; }
    .header .menu #cssmenu .submenu-button:before {
      position: absolute;
      top: 20px;
      right: 24px;
      display: block;
      width: 2px;
      height: 8px;
      background: #fff;
      content: ''; }
    .header .menu #cssmenu ul ul .submenu-button:before {
      top: 12px;
      right: 16px; }
    .header .menu #cssmenu .submenu-button.submenu-opened:before {
      display: none; } }
@media (max-width: 450px) {
  #cssmenu {
    width: 180px; } }
.slider {
  width: 100%;
  position: relative;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  padding-top: 24px; }
  .slider .slidernews {
    position: relative;
    direction: ltr;
    background: #f7f7f7;
    padding-bottom: 48px; }
    .slider .slidernews .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .slider .slidernews .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .slider .slidernews .slick-list .slick-track:after, .slider .slidernews .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .slider .slidernews .slick-prev,
    .slider .slidernews .slick-next {
      position: absolute;
      left: 48px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      display: none !important;
      width: 56px;
      height: 56px;
      background: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .slider .slidernews .slick-prev,
        .slider .slidernews .slick-next {
          width: 36px;
          height: 36px;
          left: 16px; } }
      .slider .slidernews .slick-prev svg,
      .slider .slidernews .slick-next svg {
        width: 22px;
        height: 22px;
        fill: #000;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .slider .slidernews .slick-prev svg,
          .slider .slidernews .slick-next svg {
            width: 16px;
            height: 16px; } }
      .slider .slidernews .slick-prev:hover,
      .slider .slidernews .slick-next:hover {
        background: #a6844f; }
        .slider .slidernews .slick-prev:hover svg,
        .slider .slidernews .slick-next:hover svg {
          fill: #fff; }
    .slider .slidernews .slick-next {
      bottom: 144px; }
      @media (max-width: 991px) {
        .slider .slidernews .slick-next {
          bottom: 64px; } }
    .slider .slidernews .slick-prev {
      bottom: 72px; }
      @media (max-width: 991px) {
        .slider .slidernews .slick-prev {
          bottom: 16px; } }
    .slider .slidernews .slick-dots {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: -34px; }
      @media (max-width: 991px) {
        .slider .slidernews .slick-dots {
          display: none !important; } }
      .slider .slidernews .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 4px;
        padding: 0px;
        cursor: pointer;
        width: 12px;
        height: 12px; }
        .slider .slidernews .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 12px;
          height: 12px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: #a6844f;
          opacity: 0.2;
          padding: 0px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          @media (max-width: 450px) {
            .slider .slidernews .slick-dots li button {
              width: 12px;
              height: 12px; } }
      .slider .slidernews .slick-dots li.slick-active button {
        opacity: 1; }
    @media (max-width: 991px) {
      .slider .slidernews {
        padding-bottom: 24px; } }
    .slider .slidernews .item {
      position: relative;
      display: inline-grid; }
      .slider .slidernews .item .photo {
        display: block;
        width: 100%;
        height: 498px;
        overflow: hidden; }
        @media (max-width: 1199px) {
          .slider .slidernews .item .photo {
            height: 298px; } }
        .slider .slidernews .item .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .slider .slidernews .item .textslide {
        position: relative;
        z-index: 10;
        margin: -64px auto 0px auto;
        min-height: 332px;
        max-width: 1060px;
        background: #fff;
        padding: 48px 200px; }
        @media (max-width: 1199px) {
          .slider .slidernews .item .textslide {
            max-width: 90%;
            padding: 24px;
            min-height: inherit; } }
        .slider .slidernews .item .textslide .title {
          display: block;
          text-align: center; }
          @media (max-width: 1199px) {
            .slider .slidernews .item .textslide .title {
              line-height: 170%; } }
        .slider .slidernews .item .textslide .text {
          margin-top: 8px;
          opacity: 0.5;
          text-align: center;
          color: #000; }
        .slider .slidernews .item .textslide .date {
          display: block;
          margin-top: 8px;
          font-size: 12px;
          opacity: 0.5;
          text-align: center;
          color: #000; }

.boxnews {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .boxnews {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 500px) {
    .boxnews {
      max-width: 100%;
      flex: 100%; } }
  .boxnews .inner {
    position: relative;
    width: 100%;
    background: #f7f7f7;
    padding: 16px; }
    .boxnews .inner .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden;
      background: #fff; }
      .boxnews .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .boxnews .inner .title {
      font-size: 18px;
      margin-top: 8px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }

.innerslider .slidernews {
  padding: 0px; }
  .innerslider .slidernews .item .photo {
    height: 506px; }
    @media (max-width: 991px) {
      .innerslider .slidernews .item .photo {
        height: 406px; } }
    .innerslider .slidernews .item .photo:hover .contant .title {
      color: #a6844f !important; }
  .innerslider .slidernews .slick-dots {
    display: none !important; }
  .innerslider .slidernews .slick-prev,
  .innerslider .slidernews .slick-next {
    display: block !important; }
  .innerslider .slidernews .contant {
    padding: 92px 48px 42px 700px; }
    @media (max-width: 1199px) {
      .innerslider .slidernews .contant {
        padding: 42px 42px 42px 200px; } }
    @media (max-width: 991px) {
      .innerslider .slidernews .contant {
        padding: 24px 24px 24px 80px; } }
    @media (max-width: 991px) {
      .innerslider .slidernews .contant .title {
        line-height: 150%; } }
    .innerslider .slidernews .contant .text {
      color: #fff;
      opacity: 0.5;
      margin-top: 12px; }
      @media (max-width: 991px) {
        .innerslider .slidernews .contant .text {
          display: none; } }

.slidtow .slidernews {
  padding: 0px;
  height: 460px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .slidtow .slidernews {
      height: auto; } }
  .slidtow .slidernews .slick-dots {
    position: absolute;
    width: auto;
    margin: 0px;
    bottom: 32px;
    left: 32px; }
    @media (max-width: 991px) {
      .slidtow .slidernews .slick-dots {
        display: block !important; } }
    .slidtow .slidernews .slick-dots li button {
      background: #fff;
      opacity: 1; }
    .slidtow .slidernews .slick-dots li.slick-active button {
      background: #a6844f; }
  .slidtow .slidernews .item {
    display: inline-flex;
    direction: rtl; }
    @media (max-width: 767px) {
      .slidtow .slidernews .item {
        display: inline-grid; } }
    .slidtow .slidernews .item .textslide {
      min-width: 50%;
      max-width: 50%;
      margin: 0px;
      padding: 24px;
      background: none; }
      @media (max-width: 767px) {
        .slidtow .slidernews .item .textslide {
          min-width: 100%;
          max-width: 100%; } }
      .slidtow .slidernews .item .textslide .flexbox {
        margin: 0px; }
      .slidtow .slidernews .item .textslide .title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .slidtow .slidernews .item .textslide .title {
            -webkit-line-clamp: inherit; } }
      .slidtow .slidernews .item .textslide .title,
      .slidtow .slidernews .item .textslide .text {
        text-align: right; }
    .slidtow .slidernews .item .photo {
      min-width: 50%;
      max-width: 50%;
      height: 460px; }
      @media (max-width: 767px) {
        .slidtow .slidernews .item .photo {
          min-width: 100%;
          max-width: 100%;
          height: 260px; } }

.section {
  position: relative;
  width: 100%;
  z-index: 10;
  padding-top: 24px; }
  .section.bg-wight, .section.inmonth {
    background: #f7f7f7;
    padding-bottom: 24px;
    margin-top: 24px; }
  .section.inmonth {
    background: #f7f7f74f; }
  .section .item {
    display: flex;
    background: #f7f7f7;
    overflow: hidden;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .section .item {
        display: block; } }
    .section .item .contantnews {
      min-width: 50%;
      max-width: 50%;
      padding: 24px; }
      @media (max-width: 991px) {
        .section .item .contantnews {
          min-width: 100%;
          max-width: 100%; } }
      .section .item .contantnews .flexbox {
        margin: 0px; }
      @media (max-width: 1199px) {
        .section .item .contantnews .title {
          line-height: 170%; } }
      .section .item .contantnews .text {
        margin-top: 8px;
        opacity: 0.8;
        color: #000; }
    .section .item .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      min-width: 50%;
      max-width: 50%;
      height: 352px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 991px) {
        .section .item .photo {
          min-width: 100%;
          max-width: 100%;
          height: 252px; } }
      .section .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 991px) {
    .section .itemsport {
      max-width: 100%;
      flex: 100%; } }
  .section .itemsport .carousel {
    display: flex;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .section .itemsport .carousel {
        display: block; } }
  .section .itemsport .carousel-indicators {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    bottom: auto;
    min-width: 305px;
    max-width: 305px; }
    @media (max-width: 991px) {
      .section .itemsport .carousel-indicators {
        display: none; } }
    .section .itemsport .carousel-indicators li {
      width: auto;
      height: auto;
      text-indent: 0;
      margin: 0px;
      min-height: 108px;
      border-right: 4px solid transparent;
      padding: 12px; }
      .section .itemsport .carousel-indicators li .flexbox {
        margin: 0px; }
      .section .itemsport .carousel-indicators li .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px; }
      .section .itemsport .carousel-indicators li.active {
        border-right: 4px solid #a6844f;
        background: #f7f7f7; }
  .section .itemsport .carousel-item {
    min-width: calc(100% - 305px);
    background: #f7f7f7;
    height: 540px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .section .itemsport .carousel-item {
        min-width: 100%;
        height: 440px; } }
    .section .itemsport .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .section .itemsport .carousel-item .title {
      border-right: 4px solid #a6844f;
      padding-right: 24px; }
    .section .itemsport .carousel-item:hover .title {
      color: #a6844f !important; }
  @media (max-width: 767px) {
    .section .itemsport .childsport {
      max-width: 100%;
      flex: 100%; } }
  .section .itemsport .childsport .itemlarg {
    margin-top: 24px; }
    .section .itemsport .childsport .itemlarg .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 210px;
      overflow: hidden;
      background: #fff; }
      .section .itemsport .childsport .itemlarg .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .section .itemsport .childsport .itemlarg .title {
      font-size: 16px;
      margin-top: 8px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .section .itemsport .childsport:nth-child(1) .itemlarg .photo {
    height: 440px; }
    @media (max-width: 767px) {
      .section .itemsport .childsport:nth-child(1) .itemlarg .photo {
        height: 210px; } }
  .section .itemsport .childsport:nth-child(1) .itemlarg .title {
    font-size: 20px; }
    @media (max-width: 767px) {
      .section .itemsport .childsport:nth-child(1) .itemlarg .title {
        font-size: 16px; } }
  .section .itemsport .childsport:nth-child(1) .itemlarg .text {
    opacity: 0.8;
    color: #000;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .section .itemsport .childsport:nth-child(1) .itemlarg .text {
        display: none; } }
  .section .pro-sport {
    padding-top: 5px; }
    .section .pro-sport a {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      margin-top: 20px;
      border-bottom: 1px solid #0000001f;
      padding-bottom: 20px; }
      .section .pro-sport a:last-child {
        border-bottom: 0px;
        padding-bottom: 0px; }
      .section .pro-sport a .vid-thumb {
        min-width: 160px;
        max-width: 160px;
        height: 104px;
        overflow: hidden;
        background: #f7f7f7; }
        @media (max-width: 767px) {
          .section .pro-sport a .vid-thumb {
            min-width: 138px;
            max-width: 138px; } }
        .section .pro-sport a .vid-thumb img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .section .pro-sport a .contantvideos {
        padding-right: 16px;
        min-width: calc(100% - 176px); }
        .section .pro-sport a .contantvideos .flexbox {
          margin: 0px; }
        .section .pro-sport a .contantvideos .title {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 16px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          margin-top: 8px; }
        .section .pro-sport a .contantvideos .date {
          opacity: 0.5 !important; }
      .section .pro-sport a:hover .contantvideos .title {
        color: #a6844f; }
  .section .flexwadg {
    display: flex; }
  .section .side-item {
    width: calc(100% - 300px);
    padding-left: 24px; }
    @media (max-width: 1199px) {
      .section .side-item {
        width: 100%;
        padding: 0px; } }
    .section .side-item .inner {
      display: flex;
      margin-top: 24px;
      width: 100%;
      border-right: 4px solid #a6844f;
      background: #fff;
      padding: 24px; }
      @media (max-width: 767px) {
        .section .side-item .inner {
          display: block; } }
      .section .side-item .inner .user {
        min-width: 100px;
        max-width: 100px; }
        @media (max-width: 767px) {
          .section .side-item .inner .user {
            min-width: 100%;
            max-width: 100%; } }
        .section .side-item .inner .user .photo {
          display: flex;
          width: 100px;
          height: 100px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          overflow: hidden; }
          @media (max-width: 767px) {
            .section .side-item .inner .user .photo {
              margin: 0px auto; } }
          .section .side-item .inner .user .photo img {
            max-width: 100%;
            max-height: 100%; }
        .section .side-item .inner .user .title {
          font-size: 16px;
          margin-top: 8px;
          text-align: center; }
        .section .side-item .inner .user .pos {
          display: block;
          color: #a6844f;
          font-size: 14px;
          text-align: center; }
      .section .side-item .inner .allbook {
        min-width: calc(100% - 120px);
        max-width: calc(100% - 120px);
        padding-right: 48px; }
        @media (max-width: 767px) {
          .section .side-item .inner .allbook {
            min-width: 100%;
            max-width: 100%;
            padding: 0px; } }
        .section .side-item .inner .allbook .title {
          font-size: 16px; }
        .section .side-item .inner .allbook .list a {
          display: inline-block;
          width: 48%;
          color: #000;
          margin-top: 8px;
          color: #000;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 767px) {
            .section .side-item .inner .allbook .list a {
              width: 100%; } }
          .section .side-item .inner .allbook .list a:hover {
            color: #a6844f; }
          .section .side-item .inner .allbook .list a .date {
            display: block;
            font-size: 12px;
            opacity: 0.5;
            color: #000; }
    @media (max-width: 991px) {
      .section .side-item .wititem {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 400px) {
      .section .side-item .wititem {
        max-width: 100%;
        flex: 100%; } }
    .section .side-item .wititem .photo {
      display: block;
      position: relative;
      width: 100%;
      background: #f7f7f7;
      height: 178px;
      overflow: hidden;
      margin-top: 24px; }
      .section .side-item .wititem .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .section .side-item .wititem .photo .title {
        font-size: 16px;
        text-align: center; }
      .section .side-item .wititem .photo .pos {
        display: block;
        color: #a6844f;
        font-size: 14px;
        text-align: center; }
      .section .side-item .wititem .photo:hover .title {
        color: #a6844f !important; }
    .section .side-item .wititem:last-child .photo {
      height: 380px; }
      @media (max-width: 400px) {
        .section .side-item .wititem:last-child .photo {
          height: 178px; } }
    .section .side-item .head .search {
      position: relative;
      display: flex;
      align-items: center;
      width: 162px;
      z-index: 100;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      background: #f7f7f7;
      padding-left: 12px; }
      @media (max-width: 1290px) {
        .section .side-item .head .search {
          width: 170px; } }
      @media (max-width: 420px) {
        .section .side-item .head .search {
          width: 100%;
          margin-top: 16px; } }
    .section .side-item .head .form-control {
      height: 46px;
      width: 100%;
      border: 0px;
      box-shadow: none;
      outline: none;
      text-transform: none;
      font-size: 14px;
      color: #000; }
    .section .side-item .itembook {
      margin-top: 75px; }
      @media (max-width: 991px) {
        .section .side-item .itembook {
          max-width: 50%;
          flex: 50%; } }
      @media (max-width: 550px) {
        .section .side-item .itembook {
          max-width: 100%;
          flex: 100%;
          margin-top: 64px; } }
      .section .side-item .itembook .inneritem {
        position: relative;
        width: 100%;
        background: #f7f7f7;
        padding: 16px;
        min-height: 222px;
        max-height: 222px; }
        @media (max-width: 550px) {
          .section .side-item .itembook .inneritem {
            min-height: inherit;
            max-height: inherit; } }
        .section .side-item .itembook .inneritem .photo {
          width: 96px;
          height: 96px;
          overflow: hidden;
          border: 6px solid #fff;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          margin-top: -66px; }
          .section .side-item .itembook .inneritem .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .section .side-item .itembook .inneritem .name {
          display: block;
          font-weight: 700;
          color: #a6844f;
          margin-top: 12px; }
        .section .side-item .itembook .inneritem .title {
          display: block;
          font-weight: 700;
          font-size: 16px;
          margin-top: 8px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
  .section .itemcaricat {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .section .itemcaricat {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .section .itemcaricat {
        max-width: 100%;
        flex: 100%; } }
    .section .itemcaricat .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 304px;
      overflow: hidden;
      background: #f7f7f7; }
      .section .itemcaricat .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  .section .itemeconomie {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .section .itemeconomie {
        max-width: 100%;
        flex: 100%; } }
    .section .itemeconomie .itemlarg .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 240px;
      overflow: hidden;
      background: #fff; }
      .section .itemeconomie .itemlarg .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .section .itemeconomie .itemlarg .title {
      font-size: 16px;
      margin-top: 8px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .section .itemeconomie .pro-economie {
      padding-top: 24px; }
      .section .itemeconomie .pro-economie a {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        margin-top: 16px; }
        .section .itemeconomie .pro-economie a .vid-thumb {
          min-width: 160px;
          max-width: 160px;
          height: 104px;
          overflow: hidden;
          background: #fff; }
          @media (max-width: 767px) {
            .section .itemeconomie .pro-economie a .vid-thumb {
              min-width: 138px;
              max-width: 138px; } }
          .section .itemeconomie .pro-economie a .vid-thumb img {
            width: 100%;
            min-height: 100%;
            object-fit: cover;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
        .section .itemeconomie .pro-economie a .contantvideos {
          padding-right: 16px;
          min-width: calc(100% - 176px); }
          .section .itemeconomie .pro-economie a .contantvideos .flexbox {
            margin: 0px; }
          .section .itemeconomie .pro-economie a .contantvideos .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-size: 14px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            margin-top: 8px; }
          .section .itemeconomie .pro-economie a .contantvideos .date {
            opacity: 0.5 !important; }
        .section .itemeconomie .pro-economie a:hover .contantvideos .title {
          color: #a6844f; }
  .section .it-inner {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .section .it-inner {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .section .it-inner {
        max-width: 100%;
        flex: 100%; } }
    .section .it-inner .contant {
      text-align: center; }
    .section .it-inner .photo {
      display: block;
      position: relative;
      width: 100%;
      background: #f7f7f7;
      height: 304px;
      overflow: hidden; }
      .section .it-inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .section .it-inner .photo .title {
        font-size: 20px;
        text-align: center; }
      .section .it-inner .photo .bottom {
        width: 100%;
        color: #a6844f;
        padding: 4px;
        border: 1px solid #a6844f;
        background: none;
        margin-top: 8px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .section .it-inner .photo .tag {
        position: relative;
        color: #a6844f;
        line-height: 19px;
        font-weight: 700;
        font-size: 12px;
        padding-right: 12px; }
        .section .it-inner .photo .tag::before {
          content: "";
          position: absolute;
          right: 32px;
          top: 6px;
          width: 4px;
          height: 4px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background: #a6844f; }
      .section .it-inner .photo:hover .bottom {
        background: #a6844f;
        color: #fff; }
      .section .it-inner .photo:hover .title {
        color: #a6844f !important; }
  @media (max-width: 991px) {
    .section .incorpor {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .section .incorpor:last-child {
        margin: 0px; } }
  .section .incorpor .head {
    background: #f9f9f9;
    height: 56px;
    padding: 0px 12px; }
    .section .incorpor .head .title {
      font-size: 16px; }
      .section .incorpor .head .title img {
        max-width: 14px; }
  .section .incorpor .table-responsive table {
    margin: 0px;
    background: #f7f7f7; }
    .section .incorpor .table-responsive table th,
    .section .incorpor .table-responsive table td {
      border: 0px;
      height: 56px;
      color: #000;
      vertical-align: middle;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .section .incorpor .table-responsive table td {
      color: #000;
      line-height: 18px; }
  .section .incorpor .table-responsive .table-striped tbody tr:nth-of-type(odd) {
    background: #fff; }
  .section .incorpor .table-responsive img {
    width: 14px;
    height: 8px;
    margin-right: 12px; }
  .section .incorpor:nth-child(2) .table-responsive table {
    background: #fff; }
    .section .incorpor:nth-child(2) .table-responsive table th {
      background: #a6844f;
      color: #fff; }
  .section .incorpor:nth-child(2) .table-striped tbody tr:nth-of-type(odd) {
    background: #f7f7f7; }
  .section .incorpor:nth-child(3) img {
    width: 14px;
    height: 14px;
    margin: 0px;
    margin-left: 12px; }

.sweeteners {
  position: relative; }
  @media (max-width: 991px) {
    .sweeteners .itemswet {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .sweeteners .itemswet:last-child {
        margin: 0px; } }
  .sweeteners .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 539px;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 991px) {
      .sweeteners .photo {
        height: 420px; } }
    .sweeteners .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .sweeteners .photo .contant .title {
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .sweeteners .photo .contant .text {
      color: #fff;
      opacity: 0.8;
      margin-top: 16px; }
    .sweeteners .photo:hover .contant .title {
      color: #a6844f !important; }
  .sweeteners .pro-sport {
    padding: 0px; }
    .sweeteners .pro-sport a {
      margin: 0px;
      margin-bottom: 20px; }
      .sweeteners .pro-sport a:last-child {
        margin: 0px; }

@media (max-width: 991px) {
  .news-item {
    max-width: 100%;
    flex: 100%; } }
.news-item .head .search {
  position: relative;
  display: flex;
  align-items: center;
  width: 285px;
  z-index: 100; }
  @media (max-width: 1290px) {
    .news-item .head .search {
      width: 170px; } }
.news-item .head .form-control {
  height: 46px;
  width: 100%;
  -webkit-border-radius: 56px;
  border-radius: 56px;
  background-clip: padding-box;
  border: 0px;
  box-shadow: none;
  outline: none;
  background: #f7f7f7;
  text-transform: none;
  padding-left: 70px;
  font-size: 14px;
  color: #000; }
.news-item .head .bottom {
  position: absolute;
  left: 8px;
  padding: 0px;
  outline: none;
  outline-style: none;
  border: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #000;
  -webkit-border-radius: 56px;
  border-radius: 56px;
  background-clip: padding-box;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .news-item .head .bottom:hover {
    background: #a6844f; }
  .news-item .head .bottom svg {
    width: 16px;
    height: 16px;
    fill: #fff; }
.news-item .head .dateinput {
  position: relative;
  width: 122px; }
  .news-item .head .dateinput .form-control {
    border-radius: 8px;
    padding-left: 16px; }
  .news-item .head .dateinput img,
  .news-item .head .dateinput svg {
    max-width: 16px;
    position: absolute;
    left: 12px;
    bottom: 17px; }
.news-item .innerbox {
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 24px; }
  .news-item .innerbox .photo {
    display: flex;
    width: 100%;
    height: 398px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .news-item .innerbox .photo {
        height: 298px; } }
    .news-item .innerbox .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-item .innerbox .articletitle {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -88px auto 0px auto;
    max-width: 90%;
    height: 176px;
    background: #fff;
    padding: 0px 150px; }
    @media (max-width: 1199px) {
      .news-item .innerbox .articletitle {
        padding: 0px 80px; } }
    @media (max-width: 991px) {
      .news-item .innerbox .articletitle {
        height: auto;
        padding: 24px; } }
    .news-item .innerbox .articletitle .title {
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .news-item .innerbox.towinner {
    padding: 0px;
    background: none; }
    .news-item .innerbox.towinner .title {
      font-size: 40px;
      margin-bottom: 24px;
      line-height: 144%; }
      @media (max-width: 991px) {
        .news-item .innerbox.towinner .title {
          font-size: 24px; } }
.news-item .sh-de {
  display: flex;
  justify-content: space-between; }
  .news-item .sh-de .flexbox .tag {
    margin-left: 24px; }
  .news-item .sh-de .iconshare {
    display: flex;
    align-items: center;
    margin-top: 16px; }
    .news-item .sh-de .iconshare .share {
      display: block;
      cursor: pointer; }
      .news-item .sh-de .iconshare .share svg {
        max-width: 16px;
        height: 16px;
        fill: #000; }
    .news-item .sh-de .iconshare .social {
      display: flex;
      direction: ltr; }
      .news-item .sh-de .iconshare .social a {
        margin: 0px;
        margin-right: 16px; }
        .news-item .sh-de .iconshare .social a svg {
          width: 20px;
          height: 20px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .news-item .sh-de .iconshare .social a.icon-facebook svg {
          fill: #3b5998; }
        .news-item .sh-de .iconshare .social a.icon-facebook:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-twitter svg {
          fill: #00acee; }
        .news-item .sh-de .iconshare .social a.icon-twitter:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-instagram svg {
          fill: #8d5b46; }
        .news-item .sh-de .iconshare .social a.icon-instagram:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-youtube svg {
          fill: #c4302b; }
        .news-item .sh-de .iconshare .social a.icon-youtube:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-rss svg {
          fill: #ee802f; }
        .news-item .sh-de .iconshare .social a.icon-rss:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-linkedin svg {
          fill: #007fb1; }
        .news-item .sh-de .iconshare .social a.icon-linkedin:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-gplus svg {
          fill: #dd4b39; }
        .news-item .sh-de .iconshare .social a.icon-gplus:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-whatsapp svg {
          fill: #189d0e; }
        .news-item .sh-de .iconshare .social a.icon-whatsapp:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-snapchat svg {
          fill: #e2df01; }
        .news-item .sh-de .iconshare .social a.icon-snapchat:hover svg {
          opacity: 0.5; }
        .news-item .sh-de .iconshare .social a.icon-telegram svg {
          fill: #32afed; }
        .news-item .sh-de .iconshare .social a.icon-telegram:hover svg {
          opacity: 0.5; }
.news-item .text {
  font-size: 20px;
  color: #000;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .news-item .text {
      font-size: 18px;
      line-height: 170%; } }
.news-item .itemsearch {
  margin-top: 24px; }
  @media (max-width: 1199px) {
    .news-item .itemsearch {
      max-width: 100%;
      flex: 100%; } }
  .news-item .itemsearch .inner {
    display: flex;
    position: relative;
    background: #f7f7f7;
    padding: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 420px) {
      .news-item .itemsearch .inner {
        display: block; } }
    .news-item .itemsearch .inner .photo {
      min-width: 162px;
      max-width: 162px;
      height: 190px;
      background: #fff;
      overflow: hidden; }
      @media (max-width: 420px) {
        .news-item .itemsearch .inner .photo {
          min-width: 100%;
          max-width: 100%;
          height: auto; } }
      .news-item .itemsearch .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .news-item .itemsearch .inner .text-d {
      position: relative;
      padding: 0px 16px;
      min-width: calc(100% - 146px); }
      @media (max-width: 420px) {
        .news-item .itemsearch .inner .text-d {
          padding: 0px;
          margin-top: 16px; } }
      .news-item .itemsearch .inner .text-d .title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .news-item .itemsearch .inner .text-d a.title:hover {
        color: #a6844f; }
      .news-item .itemsearch .inner .text-d .download {
        display: block;
        font-size: 18px;
        font-family: 'GretaArabic-Medium';
        color: #a6844f;
        margin-top: 16px; }
        .news-item .itemsearch .inner .text-d .download:hover {
          text-decoration: underline; }
      .news-item .itemsearch .inner .text-d .flexbox {
        position: absolute;
        bottom: 0px;
        width: calc(100% - 32px); }
        @media (max-width: 420px) {
          .news-item .itemsearch .inner .text-d .flexbox {
            position: relative;
            bottom: auto;
            width: 100%; } }
        .news-item .itemsearch .inner .text-d .flexbox .tag {
          padding: 0px;
          font-size: 14px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #000; }
          .news-item .itemsearch .inner .text-d .flexbox .tag::before {
            display: none; }
          .news-item .itemsearch .inner .text-d .flexbox .tag svg {
            fill: #a6844f !important;
            margin-left: 4px; }
        .news-item .itemsearch .inner .text-d .flexbox .date {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }

.addbox {
  padding-bottom: 24px; }
  .addbox .it-inner {
    margin: 0px; }
    .addbox .it-inner .photo {
      margin-top: 24px; }
    .addbox .it-inner .contant .title {
      font-size: 24px !important; }
      @media (max-width: 1199px) {
        .addbox .it-inner .contant .title {
          font-size: 20px !important; } }
    .addbox .it-inner:nth-child(1) {
      max-width: 40%;
      flex: 40%; }
      @media (max-width: 991px) {
        .addbox .it-inner:nth-child(1) {
          max-width: 100%;
          flex: 100%; } }
      .addbox .it-inner:nth-child(1) .photo {
        height: 552px; }
        @media (max-width: 991px) {
          .addbox .it-inner:nth-child(1) .photo {
            height: 352px; } }
    .addbox .it-inner:nth-child(2), .addbox .it-inner:nth-child(3) {
      max-width: 30%;
      flex: 30%; }
      @media (max-width: 991px) {
        .addbox .it-inner:nth-child(2), .addbox .it-inner:nth-child(3) {
          max-width: 50%;
          flex: 50%; } }
      @media (max-width: 550px) {
        .addbox .it-inner:nth-child(2), .addbox .it-inner:nth-child(3) {
          max-width: 100%;
          flex: 100%; } }
      .addbox .it-inner:nth-child(2) .photo, .addbox .it-inner:nth-child(3) .photo {
        height: 264px; }
      .addbox .it-inner:nth-child(2) .contant .title, .addbox .it-inner:nth-child(3) .contant .title {
        font-size: 22px !important; }
        @media (max-width: 1199px) {
          .addbox .it-inner:nth-child(2) .contant .title, .addbox .it-inner:nth-child(3) .contant .title {
            font-size: 20px !important; } }

@media (max-width: 991px) {
  .sidebar {
    max-width: 100%;
    flex: 100%;
    margin-top: 24px; } }
.sidebar .w-inner {
  width: 100%;
  margin-bottom: 24px; }
  .sidebar .w-inner:last-child {
    margin: 0px; }
  .sidebar .w-inner .boxadv {
    margin: 0px auto;
    width: 300px; }
    .sidebar .w-inner .boxadv img {
      width: 300px; }
  .sidebar .w-inner .itemlarg .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #fff; }
    .sidebar .w-inner .itemlarg .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .sidebar .w-inner .itemlarg .title {
    font-size: 16px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .sidebar .w-inner .bgst {
    background: #f7f7f7;
    padding: 16px; }
    .sidebar .w-inner .bgst .flexbox {
      margin: 0px; }
    .sidebar .w-inner .bgst .title {
      -webkit-line-clamp: 2; }
  .sidebar .w-inner .pro-sport {
    padding: 0px; }
    .sidebar .w-inner .pro-sport a {
      margin: 0px;
      border: 0px;
      padding: 0px;
      margin-bottom: 16px; }
      .sidebar .w-inner .pro-sport a:last-child {
        margin: 0px; }
.sidebar .dwn-app {
  width: 100%;
  background: #EBF9FF;
  padding: 39px 24px;
  margin-top: 24px; }
  @media (max-width: 767px) {
    .sidebar .dwn-app {
      padding: 16px; } }
  .sidebar .dwn-app .logo {
    width: 100%;
    text-align: center; }
    .sidebar .dwn-app .logo img {
      max-width: 146px; }
  .sidebar .dwn-app .title {
    text-align: center;
    margin-top: 32px;
    line-height: 150%; }
  .sidebar .dwn-app .text {
    text-align: center;
    color: #000;
    margin-top: 32px;
    font-size: 14px;
    line-height: 150%; }
  .sidebar .dwn-app .icons {
    text-align: center;
    margin-top: 32px; }
    .sidebar .dwn-app .icons a {
      display: block;
      width: 164px;
      margin: 12px auto 0px auto;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .sidebar .dwn-app .icons a:hover {
        opacity: 0.7; }
      .sidebar .dwn-app .icons a img {
        width: 100%; }

.article {
  background: #f7f7f7;
  padding-bottom: 24px;
  overflow: hidden; }
  .article .sliderarticle {
    position: relative;
    direction: ltr;
    background: #f7f7f7;
    height: 372px;
    overflow: hidden; }
    .article .sliderarticle .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .article .sliderarticle .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .article .sliderarticle .slick-list .slick-track:after, .article .sliderarticle .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .article .sliderarticle .slick-prev,
    .article .sliderarticle .slick-next {
      position: absolute;
      left: 48px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      display: none !important;
      width: 56px;
      height: 56px;
      background: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .article .sliderarticle .slick-prev,
        .article .sliderarticle .slick-next {
          width: 36px;
          height: 36px;
          left: 16px; } }
      .article .sliderarticle .slick-prev svg,
      .article .sliderarticle .slick-next svg {
        width: 22px;
        height: 22px;
        fill: #000;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .article .sliderarticle .slick-prev svg,
          .article .sliderarticle .slick-next svg {
            width: 16px;
            height: 16px; } }
      .article .sliderarticle .slick-prev:hover,
      .article .sliderarticle .slick-next:hover {
        background: #a6844f; }
        .article .sliderarticle .slick-prev:hover svg,
        .article .sliderarticle .slick-next:hover svg {
          fill: #fff; }
    .article .sliderarticle .slick-next {
      bottom: 144px; }
      @media (max-width: 991px) {
        .article .sliderarticle .slick-next {
          bottom: 64px; } }
    .article .sliderarticle .slick-prev {
      bottom: 72px; }
      @media (max-width: 991px) {
        .article .sliderarticle .slick-prev {
          bottom: 16px; } }
    .article .sliderarticle .slick-dots {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: -34px; }
      @media (max-width: 991px) {
        .article .sliderarticle .slick-dots {
          display: none !important; } }
      .article .sliderarticle .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 4px;
        padding: 0px;
        cursor: pointer;
        width: 12px;
        height: 12px; }
        .article .sliderarticle .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 12px;
          height: 12px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: #a6844f;
          opacity: 0.2;
          padding: 0px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          @media (max-width: 450px) {
            .article .sliderarticle .slick-dots li button {
              width: 12px;
              height: 12px; } }
      .article .sliderarticle .slick-dots li.slick-active button {
        opacity: 1; }
    @media (max-width: 991px) {
      .article .sliderarticle {
        padding-bottom: 24px;
        height: auto; } }
    .article .sliderarticle .slick-list {
      margin: 0px -24px; }
    .article .sliderarticle .itemarticle {
      display: inline-flex;
      position: relative;
      direction: rtl;
      margin: 24px 24px 0px 24px; }
      @media (max-width: 767px) {
        .article .sliderarticle .itemarticle {
          display: inline-block; } }
      .article .sliderarticle .itemarticle .photo {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        min-width: 236px;
        max-width: 236px;
        height: 236px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .article .sliderarticle .itemarticle .photo {
            min-width: 200px;
            max-width: 200px;
            height: 200px; } }
        @media (max-width: 767px) {
          .article .sliderarticle .itemarticle .photo {
            position: relative;
            right: auto;
            top: auto;
            min-width: 100%;
            max-width: 100%;
            height: 236px; } }
        .article .sliderarticle .itemarticle .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .article .sliderarticle .itemarticle .textslide {
        position: relative;
        z-index: 10;
        min-width: 95%;
        max-width: 95%;
        min-height: 280px;
        margin: 5% 5% 0px 0px;
        background: #fff;
        padding: 24px 200px 24px 90px; }
        @media (max-width: 991px) {
          .article .sliderarticle .itemarticle .textslide {
            padding-left: 24px; } }
        @media (max-width: 767px) {
          .article .sliderarticle .itemarticle .textslide {
            min-width: 100%;
            max-width: 100%;
            padding: 24px;
            margin: 0px; } }
        .article .sliderarticle .itemarticle .textslide .title {
          display: block; }
          @media (max-width: 1199px) {
            .article .sliderarticle .itemarticle .textslide .title {
              line-height: 170%; } }
        .article .sliderarticle .itemarticle .textslide .text {
          margin-top: 12px;
          color: #000; }
          .article .sliderarticle .itemarticle .textslide .text a {
            text-decoration: underline;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            color: #000; }
            .article .sliderarticle .itemarticle .textslide .text a:hover {
              text-decoration: none;
              color: #a6844f; }
        .article .sliderarticle .itemarticle .textslide span {
          display: block;
          margin-top: 12px;
          font-weight: 700;
          color: #a6844f; }
    .article .sliderarticle .slick-dots {
      display: none !important; }
    .article .sliderarticle .slick-prev,
    .article .sliderarticle .slick-next {
      display: block !important;
      width: auto;
      height: auto;
      bottom: 24px; }
      .article .sliderarticle .slick-prev:hover,
      .article .sliderarticle .slick-next:hover {
        background: none; }
        .article .sliderarticle .slick-prev:hover svg,
        .article .sliderarticle .slick-next:hover svg {
          fill: #a6844f; }
      @media (max-width: 991px) {
        .article .sliderarticle .slick-prev,
        .article .sliderarticle .slick-next {
          bottom: 48px; } }
      @media (max-width: 767px) {
        .article .sliderarticle .slick-prev,
        .article .sliderarticle .slick-next {
          display: none !important; } }
    .article .sliderarticle .slick-prev {
      left: 24px; }
    .article .sliderarticle .slick-next {
      left: 64px; }

.allarticle {
  padding: 18px 0px 48px 0px;
  background: #f7f7f7; }
  .allarticle .itembook {
    margin-top: 94px; }
    @media (max-width: 991px) {
      .allarticle .itembook {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .allarticle .itembook {
        max-width: 100%;
        flex: 100%;
        margin-top: 84px; } }
    .allarticle .itembook .inner {
      position: relative;
      width: 100%;
      background: #fff;
      padding: 16px;
      min-height: 380px;
      max-height: 380px; }
      @media (max-width: 550px) {
        .allarticle .itembook .inner {
          min-height: inherit;
          max-height: inherit; } }
      .allarticle .itembook .inner .photo {
        width: 112px;
        height: 112px;
        overflow: hidden;
        border: 8px solid #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-top: -76px; }
        .allarticle .itembook .inner .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .allarticle .itembook .inner .name {
        display: block;
        color: #a6844f;
        margin-top: 16px;
        font-family: 'GretaArabic-Medium'; }
      .allarticle .itembook .inner .title {
        font-size: 18px;
        margin-top: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .allarticle .itembook .inner .text {
        margin-top: 8px;
        color: rgba(0, 0, 0, 0.5);
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        .allarticle .itembook .inner .text a {
          color: #a6844f; }
          .allarticle .itembook .inner .text a:hover {
            text-decoration: underline; }

.st-art {
  padding-top: 32px;
  padding-bottom: 24px; }
  @media (max-width: 420px) {
    .st-art .head {
      display: block; } }
  .st-art .head .search {
    position: relative;
    display: flex;
    align-items: center;
    width: 162px;
    z-index: 100;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    background: #fff;
    padding-left: 12px; }
    @media (max-width: 1290px) {
      .st-art .head .search {
        width: 170px; } }
    @media (max-width: 420px) {
      .st-art .head .search {
        width: 100%;
        margin-top: 16px; } }
  .st-art .head .form-control {
    height: 46px;
    width: 100%;
    border: 0px;
    box-shadow: none;
    outline: none;
    text-transform: none;
    font-size: 14px;
    color: #000; }
  .st-art .itembook .inner {
    min-height: 188px;
    max-height: 188px; }

.innerart {
  padding-bottom: 24px; }
  @media (max-width: 420px) {
    .innerart .head {
      display: block; } }
  .innerart .head .search {
    position: relative;
    display: flex;
    align-items: center;
    width: 162px;
    z-index: 100;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    background: #fff;
    padding-left: 12px; }
    @media (max-width: 1290px) {
      .innerart .head .search {
        width: 170px; } }
    @media (max-width: 420px) {
      .innerart .head .search {
        width: 100%;
        margin-top: 16px; } }
  .innerart .head .form-control {
    height: 46px;
    width: 100%;
    border: 0px;
    box-shadow: none;
    outline: none;
    text-transform: none;
    font-size: 14px;
    color: #000; }
  .innerart .itembook {
    margin-top: 70px; }
    @media (max-width: 991px) {
      .innerart .itembook {
        max-width: 100%;
        flex: 100%; } }
    .innerart .itembook .inner {
      min-height: 488px;
      max-height: 488px; }
      @media (max-width: 991px) {
        .innerart .itembook .inner {
          min-height: inherit;
          max-height: inherit; } }
      .innerart .itembook .inner .name {
        color: #000; }
  .innerart .num-view {
    color: #000;
    font-weight: 700;
    margin-top: 8px; }
    .innerart .num-view span {
      color: #a6844f; }
  .innerart .social {
    display: flex;
    direction: rtl;
    margin-top: 24px; }
    .innerart .social a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .innerart .social a svg {
        width: 24px;
        height: 24px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .innerart .social a.icon-facebook svg {
        fill: #3b5998; }
      .innerart .social a.icon-facebook:hover svg {
        fill: #fff; }
      .innerart .social a.icon-twitter svg {
        fill: #00acee; }
      .innerart .social a.icon-twitter:hover svg {
        fill: #fff; }
      .innerart .social a.icon-instagram svg {
        fill: #8d5b46; }
      .innerart .social a.icon-instagram:hover svg {
        fill: #fff; }
      .innerart .social a.icon-youtube svg {
        fill: #c4302b; }
      .innerart .social a.icon-youtube:hover svg {
        fill: #fff; }
      .innerart .social a.icon-rss svg {
        fill: #ee802f; }
      .innerart .social a.icon-rss:hover svg {
        fill: #fff; }
      .innerart .social a.icon-linkedin svg {
        fill: #007fb1; }
      .innerart .social a.icon-linkedin:hover svg {
        fill: #fff; }
      .innerart .social a.icon-gplus svg {
        fill: #dd4b39; }
      .innerart .social a.icon-gplus:hover svg {
        fill: #fff; }
      .innerart .social a.icon-whatsapp svg {
        fill: #189d0e; }
      .innerart .social a.icon-whatsapp:hover svg {
        fill: #fff; }
      .innerart .social a.icon-snapchat svg {
        fill: #e2df01; }
      .innerart .social a.icon-snapchat:hover svg {
        fill: #fff; }
      .innerart .social a.icon-telegram svg {
        fill: #32afed; }
      .innerart .social a.icon-telegram:hover svg {
        fill: #fff; }
    .innerart .social a {
      margin: 0px;
      margin-left: 16px; }
  @media (max-width: 991px) {
    .innerart .infobox {
      max-width: 100%;
      flex: 100%;
      margin-top: 24px; } }
  .innerart .infobox .itembook {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .innerart .infobox .itembook {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 420px) {
      .innerart .infobox .itembook {
        max-width: 100%;
        flex: 100%; } }
    .innerart .infobox .itembook .inner {
      min-height: 232px;
      max-height: 232px; }
      @media (max-width: 420px) {
        .innerart .infobox .itembook .inner {
          min-height: inherit;
          max-height: inherit; } }
      .innerart .infobox .itembook .inner .text {
        -webkit-line-clamp: 3; }
    .innerart .infobox .itembook .social {
      margin: 0px; }

.indetels {
  background: #fff; }
  .indetels .col-sm-3.itembook {
    max-width: 300px;
    flex: 300px; }
    @media (max-width: 991px) {
      .indetels .col-sm-3.itembook {
        max-width: 100%;
        flex: 100%; } }
    .indetels .col-sm-3.itembook .inner {
      background: #f7f7f7;
      min-height: inherit;
      max-height: inherit; }
    .indetels .col-sm-3.itembook .advleft {
      margin-top: 24px;
      width: 100%; }
      @media (max-width: 991px) {
        .indetels .col-sm-3.itembook .advleft {
          display: none; } }
      .indetels .col-sm-3.itembook .advleft img {
        width: 100%;
        min-height: 636px; }
    .indetels .col-sm-3.itembook .w-inner {
      width: 100%;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .indetels .col-sm-3.itembook .w-inner {
          display: none; } }
      .indetels .col-sm-3.itembook .w-inner .boxadv {
        margin: 0px auto;
        width: 300px; }
        .indetels .col-sm-3.itembook .w-inner .boxadv img {
          width: 300px; }
      .indetels .col-sm-3.itembook .w-inner .itemlarg {
        background: #f7f7f7;
        padding: 16px; }
        .indetels .col-sm-3.itembook .w-inner .itemlarg .photo {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          width: 100%;
          height: 240px;
          overflow: hidden;
          background: #fff; }
          .indetels .col-sm-3.itembook .w-inner .itemlarg .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
        .indetels .col-sm-3.itembook .w-inner .itemlarg .title {
          font-size: 16px;
          margin-top: 8px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .indetels .col-sm-3.itembook .w-inner .itemlarg .flexbox {
          margin: 0px; }
  .indetels .infobox {
    flex: calc(100% - 300px);
    max-width: calc(100% - 300px); }
    @media (max-width: 991px) {
      .indetels .infobox {
        max-width: 100%;
        flex: 100%; } }
    .indetels .infobox .itembook .inner {
      background: #f7f7f7; }
    .indetels .infobox .detelstext {
      margin-top: 24px; }
      .indetels .infobox .detelstext .small {
        font-size: 18px; }
      .indetels .infobox .detelstext .text {
        color: #000;
        margin-top: 16px; }
    .indetels .infobox .ch-box {
      margin-top: 24px; }
    .indetels .infobox .head .search {
      background: #f7f7f7; }

.en-style {
  padding: 0px; }
  .en-style .it-inner {
    margin: 0px; }
    .en-style .it-inner .photo {
      margin-top: 24px;
      height: 252px; }
    @media (max-width: 991px) {
      .en-style .it-inner:nth-child(1) {
        max-width: 100%;
        flex: 100%; } }
    .en-style .it-inner:nth-child(2) .photo, .en-style .it-inner:nth-child(3) .photo {
      height: 528px; }
      @media (max-width: 767px) {
        .en-style .it-inner:nth-child(2) .photo, .en-style .it-inner:nth-child(3) .photo {
          height: 252px; } }
    .en-style .it-inner .contant .title {
      font-size: 24px; }
      @media (max-width: 767px) {
        .en-style .it-inner .contant .title {
          font-size: 20px;
          line-height: 170%; } }
  .en-style.bg-blak {
    background: #363636;
    padding: 24px 0px;
    margin-top: 24px; }
    .en-style.bg-blak .head .title a {
      color: #fff; }

.so-style {
  padding: 0px; }
  .so-style .it-inner {
    margin: 0px; }
    @media (max-width: 991px) {
      .so-style .it-inner {
        max-width: 100%;
        flex: 100%; } }
    .so-style .it-inner .photo {
      margin-top: 24px;
      height: 252px; }
    .so-style .it-inner .title {
      font-size: 20px !important; }
      @media (max-width: 767px) {
        .so-style .it-inner .title {
          line-height: 170% !important; } }
    .so-style .it-inner .itemeconomie {
      margin: 0px; }
      @media (max-width: 991px) {
        .so-style .it-inner .itemeconomie {
          max-width: 50%;
          flex: 50%; } }
      .so-style .it-inner .itemeconomie .photo {
        height: 200px; }
        @media (max-width: 440px) {
          .so-style .it-inner .itemeconomie .photo {
            height: 124px; } }
      .so-style .it-inner .itemeconomie .itemlarg .title {
        -webkit-line-clamp: 2;
        font-size: 14px !important; }
    .so-style .it-inner:nth-child(2) .photo {
      height: 584px; }
      @media (max-width: 991px) {
        .so-style .it-inner:nth-child(2) .photo {
          height: 252px; } }
    .so-style .it-inner:nth-child(2) .title {
      font-size: 24px !important; }
      @media (max-width: 991px) {
        .so-style .it-inner:nth-child(2) .title {
          font-size: 20px !important; } }

.ptb {
  padding: 24px 0px; }

.as-box {
  width: 100%;
  background: #131313;
  height: 211px;
  padding: 16px; }
  .as-box .head {
    margin-bottom: 8px; }
    .as-box .head .title {
      font-size: 16px;
      margin: 0px; }
  .as-box .title {
    color: #fff;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-family: 'GretaArabic-Medium'; }
  .as-box .che-box {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    margin: 0px;
    padding-right: 36px;
    width: 100%;
    padding-right: 22px; }
    .as-box .che-box input[type="checkbox"],
    .as-box .che-box input[type="radio"] {
      position: absolute;
      left: 9000px; }
    .as-box .che-box input[type="checkbox"] + .label-text:before,
    .as-box .che-box input[type="radio"] + .label-text:before {
      content: "";
      position: absolute;
      right: 0px;
      top: 2px;
      background: none;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      border: 1px solid #fff;
      font-style: initial; }
    .as-box .che-box input[type="checkbox"]:checked + .label-text:before,
    .as-box .che-box input[type="radio"]:checked + .label-text:before {
      content: "";
      background: #a6844f url(../images/tick.svg) no-repeat center center;
      background-size: 84% 74%;
      background-size: cover;
      border: 1px solid #a6844f;
      animation: effect 250ms ease-in; }
    .as-box .che-box span.label-text {
      color: #fff;
      font-family: 'GretaArabic-Medium'; }
    .as-box .che-box span.label-text {
      display: flex;
      font-family: 'GretaArabic-Regular';
      line-height: 1; }
    .as-box .che-box input[type="checkbox"] + .label-text:before,
    .as-box .che-box input[type="radio"] + .label-text:before {
      width: 14px;
      height: 14px; }

.arabfiles {
  width: 100%;
  height: 304px;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .arabfiles {
      height: auto; } }
  .arabfiles img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 991px) {
      .arabfiles img {
        height: auto;
        object-fit: inherit; } }

.mimvideos,
.mimgaller {
  position: relative;
  width: 100%;
  padding: 24px 0px;
  background: #363636;
  margin-top: 24px; }
  .mimvideos .boxadv,
  .mimgaller .boxadv {
    margin-top: 24px;
    margin-bottom: -24px;
    background: #f7f7f7;
    padding: 24px; }
    @media (max-width: 991px) {
      .mimvideos .boxadv,
      .mimgaller .boxadv {
        padding: 12px; } }
  .mimvideos .head .title a,
  .mimgaller .head .title a {
    color: #fff; }
  .mimvideos .gallery,
  .mimgaller .gallery {
    display: flex;
    width: 100%; }
    @media (max-width: 991px) {
      .mimvideos .gallery,
      .mimgaller .gallery {
        display: block; } }
  @media (max-width: 991px) {
    .mimvideos .item,
    .mimgaller .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .mimvideos .item:last-child,
      .mimgaller .item:last-child {
        margin-bottom: 0px; } }
  .mimvideos .item .iframe,
  .mimgaller .item .iframe {
    width: 100%;
    height: 480px;
    background: #000;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .mimvideos .item .iframe,
      .mimgaller .item .iframe {
        height: 300px; } }
  .mimvideos .item iframe,
  .mimvideos .item video,
  .mimgaller .item iframe,
  .mimgaller .item video {
    display: block;
    border: 0px;
    width: 100%;
    height: 480px; }
    @media (max-width: 991px) {
      .mimvideos .item iframe,
      .mimvideos .item video,
      .mimgaller .item iframe,
      .mimgaller .item video {
        height: 300px; } }
  .mimvideos .gallery-items .inner,
  .mimgaller .gallery-items .inner {
    margin-top: 24px; }
    @media (max-width: 575px) {
      .mimvideos .gallery-items .inner,
      .mimgaller .gallery-items .inner {
        max-width: 50%;
        flex: 50%; } }
    .mimvideos .gallery-items .inner a,
    .mimgaller .gallery-items .inner a {
      display: block;
      position: relative;
      width: 100%; }
      .mimvideos .gallery-items .inner a .vid-thumb,
      .mimgaller .gallery-items .inner a .vid-thumb {
        position: relative;
        min-width: 100%;
        max-width: 100%;
        height: 126px;
        overflow: hidden;
        background: #f7f7f7; }
        .mimvideos .gallery-items .inner a .vid-thumb img,
        .mimgaller .gallery-items .inner a .vid-thumb img {
          width: 100%;
          min-height: 100%;
          object-fit: cover; }
        .mimvideos .gallery-items .inner a .vid-thumb i.icon-play,
        .mimgaller .gallery-items .inner a .vid-thumb i.icon-play {
          position: absolute;
          top: 50%;
          right: 0px;
          left: 0px;
          width: 54px;
          height: 54px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0px auto;
          z-index: 1;
          background: #fff;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          margin-top: -28px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 767px) {
            .mimvideos .gallery-items .inner a .vid-thumb i.icon-play,
            .mimgaller .gallery-items .inner a .vid-thumb i.icon-play {
              width: 34px;
              height: 34px;
              margin-top: -14px; } }
          .mimvideos .gallery-items .inner a .vid-thumb i.icon-play svg,
          .mimgaller .gallery-items .inner a .vid-thumb i.icon-play svg {
            width: 19px;
            height: 23px;
            fill: #a6844f;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            @media (max-width: 767px) {
              .mimvideos .gallery-items .inner a .vid-thumb i.icon-play svg,
              .mimgaller .gallery-items .inner a .vid-thumb i.icon-play svg {
                width: 10px;
                height: 13px; } }
      .mimvideos .gallery-items .inner a .title,
      .mimgaller .gallery-items .inner a .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        margin-top: 8px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .mimvideos .gallery-items .inner a:hover i.icon-play,
      .mimgaller .gallery-items .inner a:hover i.icon-play {
        background: #a6844f; }
        .mimvideos .gallery-items .inner a:hover i.icon-play svg,
        .mimgaller .gallery-items .inner a:hover i.icon-play svg {
          fill: #fff; }
      .mimvideos .gallery-items .inner a:hover .title,
      .mimgaller .gallery-items .inner a:hover .title {
        color: #a6844f; }
      .mimvideos .gallery-items .inner a.active,
      .mimgaller .gallery-items .inner a.active {
        opacity: 0.5; }
        .mimvideos .gallery-items .inner a.active .title,
        .mimgaller .gallery-items .inner a.active .title {
          color: #a6844f; }
        .mimvideos .gallery-items .inner a.active i.icon-play,
        .mimgaller .gallery-items .inner a.active i.icon-play {
          background: #a6844f; }
          .mimvideos .gallery-items .inner a.active i.icon-play svg,
          .mimgaller .gallery-items .inner a.active i.icon-play svg {
            fill: #fff; }
  .mimvideos .pro-videos a,
  .mimgaller .pro-videos a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 24px;
    border-bottom: 1px solid #ffffff0f;
    padding-bottom: 24px; }
    .mimvideos .pro-videos a:last-child,
    .mimgaller .pro-videos a:last-child {
      border-bottom: 0px;
      padding-bottom: 0px; }
    .mimvideos .pro-videos a .vid-thumb,
    .mimgaller .pro-videos a .vid-thumb {
      min-width: 160px;
      max-width: 160px;
      height: 104px;
      overflow: hidden;
      background: #f7f7f7; }
      @media (max-width: 767px) {
        .mimvideos .pro-videos a .vid-thumb,
        .mimgaller .pro-videos a .vid-thumb {
          min-width: 138px;
          max-width: 138px; } }
      .mimvideos .pro-videos a .vid-thumb img,
      .mimgaller .pro-videos a .vid-thumb img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    .mimvideos .pro-videos a .contantvideos,
    .mimgaller .pro-videos a .contantvideos {
      padding-right: 16px;
      min-width: calc(100% - 176px); }
      .mimvideos .pro-videos a .contantvideos .flexbox,
      .mimgaller .pro-videos a .contantvideos .flexbox {
        margin: 0px; }
      .mimvideos .pro-videos a .contantvideos .title,
      .mimgaller .pro-videos a .contantvideos .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin-top: 8px; }
      .mimvideos .pro-videos a .contantvideos .date,
      .mimgaller .pro-videos a .contantvideos .date {
        color: #fff !important;
        opacity: 0.5 !important; }
    .mimvideos .pro-videos a:hover .contantvideos .title,
    .mimgaller .pro-videos a:hover .contantvideos .title {
      color: #a6844f;
      text-decoration: underline; }

.pag-video,
.pag-gallery {
  padding-top: 0px; }
  .pag-video .item .photo,
  .pag-gallery .item .photo {
    min-width: 56%;
    max-width: 56%;
    height: 400px; }
    @media (max-width: 991px) {
      .pag-video .item .photo,
      .pag-gallery .item .photo {
        min-width: 100%;
        max-width: 100%; } }
  .pag-video .item .contantnews,
  .pag-gallery .item .contantnews {
    position: relative;
    min-width: 44%;
    max-width: 44%; }
    @media (max-width: 991px) {
      .pag-video .item .contantnews,
      .pag-gallery .item .contantnews {
        min-width: 100%;
        max-width: 100%; } }
    .pag-video .item .contantnews .title,
    .pag-video .item .contantnews .text,
    .pag-gallery .item .contantnews .title,
    .pag-gallery .item .contantnews .text {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 991px) {
        .pag-video .item .contantnews .title,
        .pag-video .item .contantnews .text,
        .pag-gallery .item .contantnews .title,
        .pag-gallery .item .contantnews .text {
          -webkit-line-clamp: inherit; } }
    .pag-video .item .contantnews .text,
    .pag-gallery .item .contantnews .text {
      -webkit-line-clamp: 4; }
      @media (max-width: 991px) {
        .pag-video .item .contantnews .text,
        .pag-gallery .item .contantnews .text {
          -webkit-line-clamp: inherit; } }
  .pag-video .photo:hover i.icon-play,
  .pag-gallery .photo:hover i.icon-play {
    background: #a6844f; }
    .pag-video .photo:hover i.icon-play svg,
    .pag-gallery .photo:hover i.icon-play svg {
      fill: #fff; }
  .pag-video i.icon-play,
  .pag-gallery i.icon-play {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    z-index: 1;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin-top: -48px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 767px) {
      .pag-video i.icon-play,
      .pag-gallery i.icon-play {
        width: 42px;
        height: 42px;
        margin-top: -21px; } }
    .pag-video i.icon-play svg,
    .pag-gallery i.icon-play svg {
      width: 32px;
      height: 32px;
      fill: #a6844f;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 767px) {
        .pag-video i.icon-play svg,
        .pag-gallery i.icon-play svg {
          width: 10px;
          height: 13px; } }
  .pag-video .flexbox,
  .pag-gallery .flexbox {
    margin-top: 92px !important; }
    .pag-video .flexbox .tag,
    .pag-gallery .flexbox .tag {
      padding: 0px;
      color: #000; }
      .pag-video .flexbox .tag::before,
      .pag-gallery .flexbox .tag::before {
        display: none; }
      .pag-video .flexbox .tag svg,
      .pag-gallery .flexbox .tag svg {
        fill: #a6844f !important;
        margin-left: 4px; }
  .pag-video .boxnews i.icon-play,
  .pag-gallery .boxnews i.icon-play {
    width: 48px;
    height: 48px;
    margin-top: -24px; }
    @media (max-width: 767px) {
      .pag-video .boxnews i.icon-play,
      .pag-gallery .boxnews i.icon-play {
        width: 34px;
        height: 34px;
        margin-top: -14px; } }
    .pag-video .boxnews i.icon-play svg,
    .pag-gallery .boxnews i.icon-play svg {
      width: 17px;
      height: 20px; }
      @media (max-width: 767px) {
        .pag-video .boxnews i.icon-play svg,
        .pag-gallery .boxnews i.icon-play svg {
          width: 10px;
          height: 13px; } }
  .pag-video .boxnews .flexbox,
  .pag-gallery .boxnews .flexbox {
    margin-top: 16px !important; }

.iconphoto {
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  background-clip: padding-box;
  font-style: normal;
  font-weight: 700;
  background: #fff; }
  .iconphoto svg {
    width: 15px;
    height: 13px;
    margin-top: -1px;
    margin-left: 4px; }

.slider-video,
.slider-gallery {
  position: relative;
  direction: ltr;
  background: #fff;
  margin-bottom: 24px;
  height: 498px;
  overflow: hidden; }
  .slider-video .slick-list,
  .slider-gallery .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none; }
    .slider-video .slick-list .slick-track,
    .slider-gallery .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .slider-video .slick-list .slick-track:after, .slider-video .slick-list .slick-track:before,
      .slider-gallery .slick-list .slick-track:after,
      .slider-gallery .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .slider-video .slick-prev,
  .slider-video .slick-next,
  .slider-gallery .slick-prev,
  .slider-gallery .slick-next {
    position: absolute;
    left: 48px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    display: none !important;
    width: 56px;
    height: 56px;
    background: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider-video .slick-prev,
      .slider-video .slick-next,
      .slider-gallery .slick-prev,
      .slider-gallery .slick-next {
        width: 36px;
        height: 36px;
        left: 16px; } }
    .slider-video .slick-prev svg,
    .slider-video .slick-next svg,
    .slider-gallery .slick-prev svg,
    .slider-gallery .slick-next svg {
      width: 22px;
      height: 22px;
      fill: #000;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .slider-video .slick-prev svg,
        .slider-video .slick-next svg,
        .slider-gallery .slick-prev svg,
        .slider-gallery .slick-next svg {
          width: 16px;
          height: 16px; } }
    .slider-video .slick-prev:hover,
    .slider-video .slick-next:hover,
    .slider-gallery .slick-prev:hover,
    .slider-gallery .slick-next:hover {
      background: #a6844f; }
      .slider-video .slick-prev:hover svg,
      .slider-video .slick-next:hover svg,
      .slider-gallery .slick-prev:hover svg,
      .slider-gallery .slick-next:hover svg {
        fill: #fff; }
  .slider-video .slick-next,
  .slider-gallery .slick-next {
    bottom: 144px; }
    @media (max-width: 991px) {
      .slider-video .slick-next,
      .slider-gallery .slick-next {
        bottom: 64px; } }
  .slider-video .slick-prev,
  .slider-gallery .slick-prev {
    bottom: 72px; }
    @media (max-width: 991px) {
      .slider-video .slick-prev,
      .slider-gallery .slick-prev {
        bottom: 16px; } }
  .slider-video .slick-dots,
  .slider-gallery .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -34px; }
    @media (max-width: 991px) {
      .slider-video .slick-dots,
      .slider-gallery .slick-dots {
        display: none !important; } }
    .slider-video .slick-dots li,
    .slider-gallery .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 4px;
      padding: 0px;
      cursor: pointer;
      width: 12px;
      height: 12px; }
      .slider-video .slick-dots li button,
      .slider-gallery .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border: 0px;
        outline: none;
        background: #a6844f;
        opacity: 0.2;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        @media (max-width: 450px) {
          .slider-video .slick-dots li button,
          .slider-gallery .slick-dots li button {
            width: 12px;
            height: 12px; } }
    .slider-video .slick-dots li.slick-active button,
    .slider-gallery .slick-dots li.slick-active button {
      opacity: 1; }
  @media (max-width: 991px) {
    .slider-video,
    .slider-gallery {
      height: auto; } }
  .slider-video .slick-dots,
  .slider-gallery .slick-dots {
    display: none !important; }
  .slider-video .slick-list,
  .slider-gallery .slick-list {
    padding: 0px 200px !important; }
    @media (max-width: 991px) {
      .slider-video .slick-list,
      .slider-gallery .slick-list {
        padding: 0px 150px !important; } }
    @media (max-width: 600px) {
      .slider-video .slick-list,
      .slider-gallery .slick-list {
        padding: 0px 30px !important; } }
  .slider-video .slick-prev,
  .slider-video .slick-next,
  .slider-gallery .slick-prev,
  .slider-gallery .slick-next {
    display: none !important;
    bottom: -40px;
    background: #f7f7f7; }
    @media (max-width: 991px) {
      .slider-video .slick-prev,
      .slider-video .slick-next,
      .slider-gallery .slick-prev,
      .slider-gallery .slick-next {
        bottom: -50px; } }
  .slider-video .slick-next,
  .slider-gallery .slick-next {
    left: auto !important;
    right: 50% !important;
    margin-right: -60px; }
    @media (max-width: 991px) {
      .slider-video .slick-next,
      .slider-gallery .slick-next {
        margin-right: -40px; } }
  .slider-video .slick-prev,
  .slider-gallery .slick-prev {
    left: 50% !important;
    margin-left: -60px; }
    @media (max-width: 991px) {
      .slider-video .slick-prev,
      .slider-gallery .slick-prev {
        margin-left: -40px; } }
  .slider-video .item,
  .slider-gallery .item {
    position: relative;
    display: inline-grid;
    margin: 0px; }
    .slider-video .item .photo,
    .slider-gallery .item .photo {
      position: relative;
      display: block;
      max-width: inherit;
      min-width: inherit;
      width: 100%;
      height: 498px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .slider-video .item .photo,
        .slider-gallery .item .photo {
          height: 298px; } }
      .slider-video .item .photo img,
      .slider-gallery .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .slider-video .item .photo i.icon-play,
      .slider-gallery .item .photo i.icon-play {
        position: absolute;
        top: 50%;
        right: 0px;
        left: 0px;
        width: 96px;
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        z-index: 1;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-top: -48px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 1199px) {
          .slider-video .item .photo i.icon-play,
          .slider-gallery .item .photo i.icon-play {
            width: 62px;
            height: 62px;
            margin-top: -31px; } }
        .slider-video .item .photo i.icon-play svg,
        .slider-gallery .item .photo i.icon-play svg {
          width: 32px;
          height: 32px;
          fill: #a6844f;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 1199px) {
            .slider-video .item .photo i.icon-play svg,
            .slider-gallery .item .photo i.icon-play svg {
              width: 22px;
              height: 22px; } }
    .slider-video .item .contant .title,
    .slider-gallery .item .contant .title {
      border-right: 4px solid #a6844f;
      padding-right: 16px;
      line-height: 48px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 991px) {
        .slider-video .item .contant .title,
        .slider-gallery .item .contant .title {
          line-height: 28px;
          font-size: 18px !important; } }
    .slider-video .item:hover .contant .title,
    .slider-gallery .item:hover .contant .title {
      color: #a6844f !important; }

.innervid,
.innergal {
  padding-top: 0px;
  margin: 0px;
  background: #fff; }
  .innervid .item:nth-child(1),
  .innergal .item:nth-child(1) {
    max-width: 324px;
    flex: 324px; }
    @media (max-width: 991px) {
      .innervid .item:nth-child(1),
      .innergal .item:nth-child(1) {
        max-width: 100%;
        flex: 100%; } }
  .innervid .item:nth-child(2),
  .innergal .item:nth-child(2) {
    max-width: calc(100% - 324px);
    flex: calc(100% - 324px); }
    @media (max-width: 991px) {
      .innervid .item:nth-child(2),
      .innergal .item:nth-child(2) {
        max-width: 100%;
        flex: 100%; } }
  .innervid .textvid,
  .innergal .textvid {
    margin-top: 24px; }
    .innervid .textvid .title,
    .innergal .textvid .title {
      border-right: 4px solid #a6844f;
      padding-right: 16px;
      font-size: 18px !important;
      line-height: 32px;
      overflow: hidden; }
    .innervid .textvid .text,
    .innergal .textvid .text {
      color: #000;
      opacity: 0.5;
      margin-top: 24px; }
    .innervid .textvid .flexbox,
    .innergal .textvid .flexbox {
      margin-top: 48px !important; }
      .innervid .textvid .flexbox .tag,
      .innergal .textvid .flexbox .tag {
        padding: 0px;
        color: #000; }
        .innervid .textvid .flexbox .tag::before,
        .innergal .textvid .flexbox .tag::before {
          display: none; }
        .innervid .textvid .flexbox .tag svg,
        .innergal .textvid .flexbox .tag svg {
          fill: #a6844f !important;
          margin-left: 4px; }
  .innervid .boxadv,
  .innergal .boxadv {
    margin-bottom: auto; }

@media (max-width: 991px) {
  .slider-gallery .slick-list {
    padding: 0px 60px !important; } }
@media (max-width: 500px) {
  .slider-gallery .slick-list {
    padding: 0px 20px !important; } }
.slider-gallery .slick-next,
.slider-gallery .slick-prev {
  display: block !important;
  bottom: 50% !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-bottom: -28px !important; }
  @media (max-width: 500px) {
    .slider-gallery .slick-next,
    .slider-gallery .slick-prev {
      display: none !important; } }
.slider-gallery .slick-next {
  right: 230px !important; }
  @media (max-width: 991px) {
    .slider-gallery .slick-next {
      right: 82px !important; } }
.slider-gallery .slick-prev {
  left: 230px !important; }
  @media (max-width: 991px) {
    .slider-gallery .slick-prev {
      left: 82px !important; } }
.slider-gallery .item {
  margin: 0px 60px;
  opacity: 0.33; }
  @media (max-width: 991px) {
    .slider-gallery .item {
      margin: 0px 24px; } }
  @media (max-width: 500px) {
    .slider-gallery .item {
      margin: 0px 12px; } }
  .slider-gallery .item .iconphoto {
    opacity: 0; }
  .slider-gallery .item .contant {
    opacity: 0; }
    .slider-gallery .item .contant .title {
      border: 0px;
      padding: 0px; }
    .slider-gallery .item .contant .text {
      opacity: 0.7;
      color: #fff;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .slider-gallery .item .contant .text {
          display: none; } }
.slider-gallery .slick-slide.slick-current,
.slider-gallery .slick-slide.slick-center {
  opacity: 1; }
  .slider-gallery .slick-slide.slick-current .contant,
  .slider-gallery .slick-slide.slick-current .iconphoto,
  .slider-gallery .slick-slide.slick-center .contant,
  .slider-gallery .slick-slide.slick-center .iconphoto {
    opacity: 1; }

.pag-gallery {
  padding-top: 24px; }

.bg-gallery {
  background: #363636;
  padding: 24px 0px;
  margin-top: 24px; }
  .bg-gallery .head .title a {
    color: #fff; }
  .bg-gallery .it-inner .contant .title {
    font-size: 20px !important;
    line-height: 40px; }

.sltow-gallery {
  position: relative;
  direction: ltr;
  background: #fff;
  height: 268px;
  overflow: hidden; }
  .sltow-gallery .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none; }
    .sltow-gallery .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .sltow-gallery .slick-list .slick-track:after, .sltow-gallery .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .sltow-gallery .slick-prev,
  .sltow-gallery .slick-next {
    position: absolute;
    left: 48px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    display: none !important;
    width: 56px;
    height: 56px;
    background: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .sltow-gallery .slick-prev,
      .sltow-gallery .slick-next {
        width: 36px;
        height: 36px;
        left: 16px; } }
    .sltow-gallery .slick-prev svg,
    .sltow-gallery .slick-next svg {
      width: 22px;
      height: 22px;
      fill: #000;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .sltow-gallery .slick-prev svg,
        .sltow-gallery .slick-next svg {
          width: 16px;
          height: 16px; } }
    .sltow-gallery .slick-prev:hover,
    .sltow-gallery .slick-next:hover {
      background: #a6844f; }
      .sltow-gallery .slick-prev:hover svg,
      .sltow-gallery .slick-next:hover svg {
        fill: #fff; }
  .sltow-gallery .slick-next {
    bottom: 144px; }
    @media (max-width: 991px) {
      .sltow-gallery .slick-next {
        bottom: 64px; } }
  .sltow-gallery .slick-prev {
    bottom: 72px; }
    @media (max-width: 991px) {
      .sltow-gallery .slick-prev {
        bottom: 16px; } }
  .sltow-gallery .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -34px; }
    @media (max-width: 991px) {
      .sltow-gallery .slick-dots {
        display: none !important; } }
    .sltow-gallery .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 4px;
      padding: 0px;
      cursor: pointer;
      width: 12px;
      height: 12px; }
      .sltow-gallery .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border: 0px;
        outline: none;
        background: #a6844f;
        opacity: 0.2;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        @media (max-width: 450px) {
          .sltow-gallery .slick-dots li button {
            width: 12px;
            height: 12px; } }
    .sltow-gallery .slick-dots li.slick-active button {
      opacity: 1; }
  @media (max-width: 500px) {
    .sltow-gallery {
      height: auto; } }
  .sltow-gallery .slick-dots {
    display: none !important; }
  .sltow-gallery .slick-prev,
  .sltow-gallery .slick-next {
    display: block !important;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
    width: 26px !important;
    height: 26px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin-bottom: -13px !important; }
    .sltow-gallery .slick-prev svg,
    .sltow-gallery .slick-next svg {
      width: 12px;
      height: 9px; }
  .sltow-gallery .slick-next {
    left: auto !important;
    right: 12px !important; }
  .sltow-gallery .slick-prev {
    left: 12px !important; }
  .sltow-gallery .item {
    position: relative;
    display: inline-grid;
    margin: 0px 4px; }
    .sltow-gallery .item .photo {
      position: relative;
      display: block;
      max-width: inherit;
      min-width: inherit;
      width: 100%;
      height: 268px;
      overflow: hidden; }
      @media (max-width: 500px) {
        .sltow-gallery .item .photo {
          height: 200px; } }
      .sltow-gallery .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .sltow-gallery .item .contant .title {
      line-height: 48px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 14px !important;
      line-height: 28px; }
    .sltow-gallery .item:hover .contant .title {
      color: #a6844f !important; }

.innergal {
  padding-bottom: 24px; }
  .innergal .slid-photos {
    position: relative;
    width: 100%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .innergal .slid-photos {
        margin-top: 12px; } }
    .innergal .slid-photos .het-img {
      width: 100%;
      height: 500px;
      overflow: hidden;
      direction: ltr; }
      @media (max-width: 991px) {
        .innergal .slid-photos .het-img {
          height: 300px; } }
      .innergal .slid-photos .het-img .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 500px;
        overflow: hidden;
        background: #f7f7f7; }
        @media (max-width: 991px) {
          .innergal .slid-photos .het-img .slides > li {
            height: 300px; } }
  .innergal .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .innergal .het-img2 {
    position: relative;
    margin-top: 24px;
    direction: ltr; }
    @media (max-width: 991px) {
      .innergal .het-img2 {
        margin-top: 12px; } }
    .innergal .het-img2 li {
      cursor: pointer; }
      .innergal .het-img2 li img {
        width: 100%;
        height: 80px;
        object-fit: cover; }
      .innergal .het-img2 li.flex-active-slide {
        opacity: 0.4; }
  .innergal .flexslider .slides img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -moz-user-select: none; }
  .innergal .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    background: #0000008c url(../images/right-arrow.png) no-repeat center center;
    margin-top: -40px;
    background-size: 27%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -9000px; }
    @media (max-width: 991px) {
      .innergal .flex-direction-nav a {
        margin-top: -64px; } }
  .innergal .flex-direction-nav .flex-prev {
    left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .innergal .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
    text-indent: 9000px; }
  .innergal .het-img2 .flex-direction-nav a {
    margin-top: -18px;
    display: none; }
  .innergal .het-img2:hover .flex-direction-nav a {
    display: block; }
  .innergal .merg-men {
    margin-top: 44px; }
    @media (max-width: 991px) {
      .innergal .merg-men {
        margin-top: 0px; } }
  .innergal .merg-men2 {
    margin-top: 54px; }
    @media (max-width: 991px) {
      .innergal .merg-men2 {
        margin-top: 0px; } }

@media (max-width: 991px) {
  .filesarab {
    max-width: 50%;
    flex: 50%; } }

.sltow-pdf {
  position: relative;
  direction: ltr;
  height: 100%;
  border: 4px solid #a6844f;
  overflow: hidden; }
  .sltow-pdf .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none; }
    .sltow-pdf .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .sltow-pdf .slick-list .slick-track:after, .sltow-pdf .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .sltow-pdf .slick-prev,
  .sltow-pdf .slick-next {
    position: absolute;
    left: 48px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    display: none !important;
    width: 56px;
    height: 56px;
    background: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .sltow-pdf .slick-prev,
      .sltow-pdf .slick-next {
        width: 36px;
        height: 36px;
        left: 16px; } }
    .sltow-pdf .slick-prev svg,
    .sltow-pdf .slick-next svg {
      width: 22px;
      height: 22px;
      fill: #000;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .sltow-pdf .slick-prev svg,
        .sltow-pdf .slick-next svg {
          width: 16px;
          height: 16px; } }
    .sltow-pdf .slick-prev:hover,
    .sltow-pdf .slick-next:hover {
      background: #a6844f; }
      .sltow-pdf .slick-prev:hover svg,
      .sltow-pdf .slick-next:hover svg {
        fill: #fff; }
  .sltow-pdf .slick-next {
    bottom: 144px; }
    @media (max-width: 991px) {
      .sltow-pdf .slick-next {
        bottom: 64px; } }
  .sltow-pdf .slick-prev {
    bottom: 72px; }
    @media (max-width: 991px) {
      .sltow-pdf .slick-prev {
        bottom: 16px; } }
  .sltow-pdf .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -34px; }
    @media (max-width: 991px) {
      .sltow-pdf .slick-dots {
        display: none !important; } }
    .sltow-pdf .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 4px;
      padding: 0px;
      cursor: pointer;
      width: 12px;
      height: 12px; }
      .sltow-pdf .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border: 0px;
        outline: none;
        background: #a6844f;
        opacity: 0.2;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        @media (max-width: 450px) {
          .sltow-pdf .slick-dots li button {
            width: 12px;
            height: 12px; } }
    .sltow-pdf .slick-dots li.slick-active button {
      opacity: 1; }
  .sltow-pdf .slick-dots {
    display: none !important; }
  .sltow-pdf .slick-prev,
  .sltow-pdf .slick-next {
    bottom: 50%;
    background: #a6844f;
    width: 24px !important;
    height: 24px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin-bottom: -18px !important; }
    .sltow-pdf .slick-prev svg,
    .sltow-pdf .slick-next svg {
      width: 13px;
      height: 10px;
      margin-top: -5px;
      fill: #fff; }
  .sltow-pdf .slick-next {
    left: auto !important;
    right: 8px !important; }
  .sltow-pdf .slick-prev {
    left: 8px !important; }
  .sltow-pdf .item {
    position: relative;
    display: inline-grid; }
    .sltow-pdf .item .photo {
      position: relative;
      display: block;
      width: 100%;
      height: 266px;
      overflow: hidden; }
      .sltow-pdf .item .photo img {
        width: 100%;
        min-height: 100%;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  .sltow-pdf:hover .slick-prev,
  .sltow-pdf:hover .slick-next {
    display: block !important; }

.aboutus,
.termsofuse,
.privatepolicy {
  padding: 24px 0px;
  min-height: 800px; }
  .aboutus p,
  .termsofuse p,
  .privatepolicy p {
    color: #000;
    margin-top: 24px; }
  .aboutus ul,
  .aboutus ol,
  .termsofuse ul,
  .termsofuse ol,
  .privatepolicy ul,
  .privatepolicy ol {
    padding-right: 20px; }
    .aboutus ul li,
    .aboutus ol li,
    .termsofuse ul li,
    .termsofuse ol li,
    .privatepolicy ul li,
    .privatepolicy ol li {
      width: 100%;
      color: #000;
      margin-top: 12px;
      list-style: disc; }

.termsofuse .title.size {
  color: #a6844f; }

.error404 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #f7f7f7; }
  .error404 .title {
    font-size: 150px !important;
    text-align: center; }
  .error404 p {
    color: #a6844f;
    font-size: 24px;
    margin-top: 72px; }
  .error404 .bottom {
    float: none;
    display: inline-flex;
    margin-top: 32px;
    border-radius: 60px; }

.map {
  position: relative;
  width: 100%;
  height: 400px;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .map {
      height: 250px; } }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 400px; }
    @media (max-width: 991px) {
      .map iframe {
        height: 250px; } }

.contactus {
  padding: 24px 0px; }
  @media (max-width: 991px) {
    .contactus .item {
      max-width: 100%;
      flex: 100%; } }
  .contactus .item .inner {
    position: relative;
    width: 100%;
    padding: 32px;
    background: #a6844f url(../images/img2.jpg) no-repeat center center/cover;
    padding-left: 200px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    overflow: hidden; }
    @media (max-width: 991px) {
      .contactus .item .inner {
        padding-left: 32px; } }
    .contactus .item .inner::after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #785a1d66; }
    .contactus .item .inner .title {
      color: #000;
      font-family: 'GretaArabic-Bold';
      font-size: 24px;
      position: relative;
      color: #fff;
      z-index: 10; }
      @media (max-width: 991px) {
        .contactus .item .inner .title {
          font-size: 22px; } }
      .contactus .item .inner .title a {
        font-family: 'GretaArabic-Bold';
        font-size: 20px; }
      @media (max-width: 991px) {
        .contactus .item .inner .title {
          font-size: 18px; } }
    .contactus .item .inner form {
      position: relative;
      z-index: 10; }
    .contactus .item .inner .alert {
      margin: 0px;
      margin-top: 24px; }
    .contactus .item .inner .inpusrach {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .contactus .item .inner .inpusrach {
          max-width: 100%;
          flex: 100%; } }
      .contactus .item .inner .inpusrach label {
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: capitalize; }
      .contactus .item .inner .inpusrach .form-control {
        height: 52px;
        text-transform: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #949494;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        font-size: 14px;
        background: none;
        color: #fff;
        border: 1px solid #fff; }
        .contactus .item .inner .inpusrach .form-control:focus, .contactus .item .inner .inpusrach .form-control:hover, .contactus .item .inner .inpusrach .form-control:focus-visible {
          border: 1px solid #a6844f;
          outline: 0;
          outline-style: none; }
      .contactus .item .inner .inpusrach textarea.form-control {
        height: 80px;
        resize: none; }
      .contactus .item .inner .inpusrach ::placeholder {
        color: #fff; }
      .contactus .item .inner .inpusrach :-ms-input-placeholder {
        color: #fff; }
      .contactus .item .inner .inpusrach ::-ms-input-placeholder {
        color: #fff; }
      .contactus .item .inner .inpusrach .bottom {
        width: 100%;
        height: 55px; }
  .contactus .boxitem {
    margin-top: 150px;
    margin-right: -190px; }
    @media (max-width: 991px) {
      .contactus .boxitem {
        margin: 24px 0px;
        max-width: 100%;
        flex: 100%; } }
    .contactus .boxitem .box-inner {
      width: 100%;
      background: #fff;
      padding: 32px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16); }
  .contactus .address {
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    background-clip: padding-box;
    margin-bottom: 32px; }
    .contactus .address .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 12px;
      min-width: 45px;
      max-width: 45px;
      height: 45px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      overflow: hidden;
      border: 1px solid #a6844f;
      position: relative; }
      .contactus .address .icon svg {
        height: 20px;
        fill: #a6844f; }
    .contactus .address a,
    .contactus .address p {
      color: #000; }
    .contactus .address a {
      direction: ltr; }
      .contactus .address a:hover {
        text-decoration: underline; }
  .contactus .followus {
    margin-top: 48px; }
    .contactus .followus .title {
      color: #000;
      font-family: 'GretaArabic-Bold';
      font-size: 24px;
      position: relative;
      line-height: 20px;
      color: #000; }
      @media (max-width: 991px) {
        .contactus .followus .title {
          font-size: 22px; } }
      .contactus .followus .title a {
        font-family: 'GretaArabic-Bold';
        font-size: 20px; }
    .contactus .followus .social {
      display: flex;
      justify-content: end;
      margin-top: 24px; }
      .contactus .followus .social a {
        display: flex;
        align-items: center;
        justify-content: center; }
        .contactus .followus .social a svg {
          width: 24px;
          height: 24px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .contactus .followus .social a.icon-facebook svg {
          fill: #3b5998; }
        .contactus .followus .social a.icon-facebook:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-twitter svg {
          fill: #00acee; }
        .contactus .followus .social a.icon-twitter:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-instagram svg {
          fill: #8d5b46; }
        .contactus .followus .social a.icon-instagram:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-youtube svg {
          fill: #c4302b; }
        .contactus .followus .social a.icon-youtube:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-rss svg {
          fill: #ee802f; }
        .contactus .followus .social a.icon-rss:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-linkedin svg {
          fill: #007fb1; }
        .contactus .followus .social a.icon-linkedin:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-gplus svg {
          fill: #dd4b39; }
        .contactus .followus .social a.icon-gplus:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-whatsapp svg {
          fill: #189d0e; }
        .contactus .followus .social a.icon-whatsapp:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-snapchat svg {
          fill: #e2df01; }
        .contactus .followus .social a.icon-snapchat:hover svg {
          fill: #fff; }
        .contactus .followus .social a.icon-telegram svg {
          fill: #32afed; }
        .contactus .followus .social a.icon-telegram:hover svg {
          fill: #fff; }
      @media (max-width: 991px) {
        .contactus .followus .social {
          justify-content: center; } }
      .contactus .followus .social a {
        margin: 0px;
        margin-left: 16px; }
        @media (max-width: 991px) {
          .contactus .followus .social a {
            margin: 0px 8px; } }
        .contactus .followus .social a:hover svg {
          fill: #000 !important; }

.advertise {
  padding: 32px 0px;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .advertise {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .advertise .itemadvertise {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .advertise .itemadvertise:last-child {
        margin: 0px; } }
  .advertise .itemadvertise .inner {
    width: 100%;
    background: #fff;
    padding: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 40px #0000000d;
    -moz-box-shadow: 0px 0px 40px #0000000d;
    -o-box-shadow: 0px 0px 40px #0000000d;
    -ms-box-shadow: 0px 0px 40px #0000000d;
    box-shadow: 0px 0px 40px #0000000d; }
    .advertise .itemadvertise .inner .inpudata {
      margin-top: 15px;
      position: relative; }
      .advertise .itemadvertise .inner .inpudata .form-control {
        height: 52px;
        text-transform: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #949494;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        font-size: 14px; }
        .advertise .itemadvertise .inner .inpudata .form-control:focus, .advertise .itemadvertise .inner .inpudata .form-control:hover, .advertise .itemadvertise .inner .inpudata .form-control:focus-visible {
          border: 1px solid #a6844f;
          outline: 0;
          outline-style: none; }
      .advertise .itemadvertise .inner .inpudata textarea.form-control {
        height: 160px;
        resize: none; }
      .advertise .itemadvertise .inner .inpudata .bottom {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        text-align: center;
        background: #a6844f;
        font-size: 18px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        padding: 8px 24px;
        margin: 0px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .advertise .itemadvertise .inner .inpudata .bottom:hover {
          background: #000; }
        .advertise .itemadvertise .inner .inpudata .bottom:focus {
          outline: none;
          outline-style: none;
          border: 0px; }
  .advertise .itemadvertise .contactext {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 32px; }
    .advertise .itemadvertise .contactext i {
      min-width: 44px;
      max-width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #a6844f; }
      .advertise .itemadvertise .contactext i svg,
      .advertise .itemadvertise .contactext i img {
        fill: #fff;
        max-width: 28px;
        max-height: 28px; }
    .advertise .itemadvertise .contactext .textcont {
      margin-right: 12px; }
      .advertise .itemadvertise .contactext .textcont .title {
        margin-bottom: 8px;
        font-size: 18px;
        color: #a6844f; }
      .advertise .itemadvertise .contactext .textcont a {
        display: inline-block;
        direction: ltr;
        font-family: 'GretaArabic-Medium';
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin-left: 24px; }
        .advertise .itemadvertise .contactext .textcont a:last-child {
          margin-left: 0px; }
        .advertise .itemadvertise .contactext .textcont a:hover {
          color: #a6844f; }

.scrollToTop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  border: 0px;
  background: #a6844f;
  z-index: 1000;
  text-align: center; }
  @media (max-width: 991px) {
    .scrollToTop {
      display: none !important; } }
  .scrollToTop svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20px;
    height: 20px; }
    .scrollToTop svg path {
      fill: #fff; }

.footer {
  position: relative;
  width: 100%;
  background: #171717;
  padding: 0px !important;
  position: relative;
  z-index: 999; }
  .footer .boxfot {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin-top: 32px; } }
    .footer .boxfot .inner {
      width: 100%;
      padding-left: 100px; }
      @media (max-width: 991px) {
        .footer .boxfot .inner {
          text-align: center;
          padding: 0px; } }
      .footer .boxfot .inner img {
        max-width: 110px; }
      .footer .boxfot .inner p {
        margin-top: 24px;
        font-size: 14px;
        color: #fff; }
        @media (max-width: 991px) {
          .footer .boxfot .inner p {
            text-align: center; } }
      .footer .boxfot .inner .social {
        display: flex;
        justify-content: end;
        margin-top: 24px; }
        .footer .boxfot .inner .social a {
          display: flex;
          align-items: center;
          justify-content: center; }
          .footer .boxfot .inner .social a svg {
            width: 24px;
            height: 24px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
          .footer .boxfot .inner .social a.icon-facebook svg {
            fill: #3b5998; }
          .footer .boxfot .inner .social a.icon-facebook:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-twitter svg {
            fill: #00acee; }
          .footer .boxfot .inner .social a.icon-twitter:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-instagram svg {
            fill: #8d5b46; }
          .footer .boxfot .inner .social a.icon-instagram:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-youtube svg {
            fill: #c4302b; }
          .footer .boxfot .inner .social a.icon-youtube:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-rss svg {
            fill: #ee802f; }
          .footer .boxfot .inner .social a.icon-rss:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-linkedin svg {
            fill: #007fb1; }
          .footer .boxfot .inner .social a.icon-linkedin:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-gplus svg {
            fill: #dd4b39; }
          .footer .boxfot .inner .social a.icon-gplus:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-whatsapp svg {
            fill: #189d0e; }
          .footer .boxfot .inner .social a.icon-whatsapp:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-snapchat svg {
            fill: #e2df01; }
          .footer .boxfot .inner .social a.icon-snapchat:hover svg {
            fill: #fff; }
          .footer .boxfot .inner .social a.icon-telegram svg {
            fill: #32afed; }
          .footer .boxfot .inner .social a.icon-telegram:hover svg {
            fill: #fff; }
        @media (max-width: 991px) {
          .footer .boxfot .inner .social {
            justify-content: center; } }
        .footer .boxfot .inner .social a {
          margin: 0px;
          margin-left: 16px; }
          @media (max-width: 991px) {
            .footer .boxfot .inner .social a {
              margin: 0px 8px; } }
          .footer .boxfot .inner .social a.icon-twitter:hover svg path {
            fill: #fff !important; }
    .footer .boxfot .title {
      font-size: 16px;
      line-height: 150%;
      color: #fff; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center; } }
    .footer .boxfot .navmenu a {
      display: inline-block;
      width: 100%;
      position: relative;
      margin-top: 16px;
      font-weight: 400;
      font-size: 14px;
      line-height: 150%;
      color: #fff;
      opacity: 0.5;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .footer .boxfot .navmenu a:hover {
        color: #a6844f;
        opacity: 1; }
      @media (max-width: 991px) {
        .footer .boxfot .navmenu a {
          text-align: center; }
          .footer .boxfot .navmenu a svg {
            display: none; } }
    .footer .boxfot .navmenu.w-link a {
      width: 100%; }
    .footer .boxfot:nth-child(3) .navmenu a {
      width: 32.333%; }
    .footer .boxfot .app-icons {
      margin-top: 8px; }
      @media (max-width: 991px) {
        .footer .boxfot .app-icons {
          width: 100%; } }
      .footer .boxfot .app-icons a {
        display: block;
        margin-top: 16px; }
        @media (max-width: 991px) {
          .footer .boxfot .app-icons a {
            text-align: center; } }
        .footer .boxfot .app-icons a img {
          max-width: 130px; }
  .footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0px;
    border-top: 1px solid #ffffff2e;
    margin-top: 48px; }
    .footer .copyright p,
    .footer .copyright a {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 150%;
      color: #fff; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block;
        margin-top: 32px; }
        .footer .copyright p {
          text-align: center; }
        .footer .copyright a {
          display: block;
          text-align: center;
          margin-top: 16px; } }
    .footer .copyright img {
      max-width: 92px;
      margin-right: 4px; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  text-align: right;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  font-family: 'GretaArabic-Regular';
  color: #4d4c4c; }

@font-face {
  font-family: 'GretaArabic-Bold';
  src: url("../fonts/GretaArabic-Bold.eot");
  src: url("../fonts/GretaArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GretaArabic-Bold.woff2") format("woff2"), url("../fonts/GretaArabic-Bold.woff") format("woff"), url("../fonts/GretaArabic-Bold.ttf") format("truetype"), url("../fonts/GretaArabic-Bold.svg#GretaArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GretaArabic-Medium';
  src: url("../fonts/GretaArabic-Medium.eot");
  src: url("../fonts/GretaArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GretaArabic-Medium.woff2") format("woff2"), url("../fonts/GretaArabic-Medium.woff") format("woff"), url("../fonts/GretaArabic-Medium.ttf") format("truetype"), url("../fonts/GretaArabic-Medium.svg#GretaArabic-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GretaArabic-Regular';
  src: url("../fonts/GretaArabic-Regular.eot");
  src: url("../fonts/GretaArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GretaArabic-Regular.woff2") format("woff2"), url("../fonts/GretaArabic-Regular.woff") format("woff"), url("../fonts/GretaArabic-Regular.ttf") format("truetype"), url("../fonts/GretaArabic-Regular.svg#GretaArabic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  direction: rtl;
  background: #fff; }
  body.active {
    overflow: hidden; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

::-webkit-scrollbar-track {
  background: #f7f7f7; }

::-webkit-scrollbar-thumb {
  background-color: #a6844f;
  cursor: pointer; }

.mttitle {
  margin-top: 64px; }
  @media (max-width: 991px) {
    .mttitle {
      margin-top: 24px; } }

@media (max-width: 991px) {
  .container.pt-5 {
    padding-top: 0px !important; } }

.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px; }
  .flexbox .tag {
    position: relative;
    color: #a6844f;
    line-height: 19px;
    font-size: 14px;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'GretaArabic-Medium';
    text-overflow: ellipsis; }
    .flexbox .tag::before {
      content: "";
      position: absolute;
      right: 0px;
      top: 6px;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      background: #a6844f; }
  .flexbox .date {
    font-size: 14px;
    opacity: 0.5;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .flexbox .date {
        font-size: 11px; } }

.title {
  color: #000;
  font-family: 'GretaArabic-Bold';
  font-size: 24px;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 22px; } }
  .title a {
    font-family: 'GretaArabic-Bold';
    font-size: 20px; }

a.title {
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  overflow: hidden; }
  a.title:hover {
    color: #a6844f; }

.size {
  font-size: 20px;
  margin-top: 24px; }

.bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  border: 0px;
  text-align: center;
  background: #a6844f;
  font-size: 18px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  padding: 8px 24px; }
  .bottom:hover {
    background: #000; }
  .bottom:focus {
    outline: none;
    outline-style: none;
    border: 0px; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px; }
  .alert strong {
    margin-left: 8px;
    color: #856404; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .text-mass {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    color: #fff;
    margin: 0px !important; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

.contant {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 48px 16px 16px 16px;
  background: linear-gradient(#00000000, #000000); }
  .contant .title {
    color: #fff !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

select.form-control {
  -webkit-appearance: none;
  background: none !important;
  background: url(../images/calendar.svg) left center no-repeat !important; }

.pagination {
  width: 100%;
  margin-top: 24px;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px;
      padding-bottom: 12px;
      overflow-x: scroll;
      justify-content: flex-start; } }
  .pagination li {
    display: inline-block;
    margin: 0px 8px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      background-clip: padding-box;
      min-width: 44px;
      height: 44px;
      border: 0px;
      background: #e6e6e6;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      padding-top: 10px; }
    .pagination li svg {
      width: 12px;
      height: 12px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .pagination li:first-child a, .pagination li:last-child a {
      color: #a6844f;
      font-size: 14px;
      padding-top: 8px; }
      .pagination li:first-child a svg, .pagination li:last-child a svg {
        max-width: 12px;
        height: 12px;
        fill: #a6844f; }
    .pagination li:last-child {
      margin-left: 0px; }
      .pagination li:last-child svg {
        transform: rotate(90deg);
        margin-right: 4px; }
    .pagination li:first-child {
      margin-right: 0px; }
      .pagination li:first-child svg {
        transform: rotate(-90deg);
        margin-left: 4px; }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #a6844f !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.popup_main {
  display: flex;
  align-items: center;
  margin-top: 16px; }
  .popup_main .share {
    display: block;
    cursor: pointer; }
    .popup_main .share svg {
      max-width: 16px;
      height: 16px;
      fill: #000; }
  .popup_main .popup_body {
    display: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    z-index: 100; }
  .popup_main .popup_body_show {
    display: block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms; }
  .popup_main .popup_contain {
    display: flex;
    align-items: center; }
    .popup_main .popup_contain .social {
      display: flex;
      direction: ltr; }
      .popup_main .popup_contain .social a {
        margin: 0px;
        margin-right: 16px; }
        .popup_main .popup_contain .social a svg {
          width: 20px;
          height: 20px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .popup_main .popup_contain .social a.icon-facebook svg {
          fill: #3b5998; }
        .popup_main .popup_contain .social a.icon-facebook:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-twitter svg {
          fill: #00acee; }
        .popup_main .popup_contain .social a.icon-twitter:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-instagram svg {
          fill: #8d5b46; }
        .popup_main .popup_contain .social a.icon-instagram:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-youtube svg {
          fill: #c4302b; }
        .popup_main .popup_contain .social a.icon-youtube:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-rss svg {
          fill: #ee802f; }
        .popup_main .popup_contain .social a.icon-rss:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-linkedin svg {
          fill: #007fb1; }
        .popup_main .popup_contain .social a.icon-linkedin:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-gplus svg {
          fill: #dd4b39; }
        .popup_main .popup_contain .social a.icon-gplus:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-whatsapp svg {
          fill: #189d0e; }
        .popup_main .popup_contain .social a.icon-whatsapp:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-snapchat svg {
          fill: #e2df01; }
        .popup_main .popup_contain .social a.icon-snapchat:hover svg {
          opacity: 0.5; }
        .popup_main .popup_contain .social a.icon-telegram svg {
          fill: #32afed; }
        .popup_main .popup_contain .social a.icon-telegram:hover svg {
          opacity: 0.5; }
  .popup_main .popup_close {
    margin-right: 16px;
    cursor: pointer; }
    .popup_main .popup_close svg {
      max-width: 14px;
      fill: #B32E38; }

.boxadv {
  width: 100%;
  margin-top: 24px;
  text-align: center; }
  .boxadv img {
    max-width: 100%; }
  .boxadv.bgpad {
    background: #f7f7f7;
    padding: 24px; }
    @media (max-width: 991px) {
      .boxadv.bgpad {
        padding: 12px; } }
  .boxadv.pad {
    padding: 0px 12px; }

.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .head .title img {
    margin-left: 8px; }
  .head .title a {
    color: #000;
    font-size: 24px;
    font-weight: 700; }
    .head .title a:hover {
      text-decoration: none; }
  .head a {
    color: #a6844f;
    font-weight: 700; }
    .head a:hover {
      text-decoration: underline; }

.line {
  position: relative;
  width: 100%;
  margin-bottom: 8px; }
  .line::before {
    content: '';
    position: absolute;
    left: 0px;
    width: calc(100% - 84px);
    height: 1px;
    background: #e8e8e8;
    top: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .line p {
    position: relative;
    display: inline-block;
    font-family: 'changa-medium';
    font-size: 12px;
    color: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.social {
  display: flex;
  direction: ltr; }
  .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px; }
    .social a svg {
      fill: #000;
      width: 16px;
      height: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .social a.icon-facebook:hover svg {
      fill: #3b5998; }
    .social a.icon-facebook:hover.icon-twitter:hover svg path {
      fill: #3b5998 !important; }
    .social a.icon-twitter:hover svg {
      fill: #00acee; }
    .social a.icon-twitter:hover.icon-twitter:hover svg path {
      fill: #00acee !important; }
    .social a.icon-instagram:hover svg {
      fill: #8d5b46; }
    .social a.icon-instagram:hover.icon-twitter:hover svg path {
      fill: #8d5b46 !important; }
    .social a.icon-youtube:hover svg {
      fill: #c4302b; }
    .social a.icon-youtube:hover.icon-twitter:hover svg path {
      fill: #c4302b !important; }
    .social a.icon-rss:hover svg {
      fill: #ee802f; }
    .social a.icon-rss:hover.icon-twitter:hover svg path {
      fill: #ee802f !important; }
    .social a.icon-linkedin:hover svg {
      fill: #007fb1; }
    .social a.icon-linkedin:hover.icon-twitter:hover svg path {
      fill: #007fb1 !important; }
    .social a.icon-gplus:hover svg {
      fill: #dd4b39; }
    .social a.icon-gplus:hover.icon-twitter:hover svg path {
      fill: #dd4b39 !important; }
    .social a.icon-whatsapp:hover svg {
      fill: #189d0e; }
    .social a.icon-whatsapp:hover.icon-twitter:hover svg path {
      fill: #189d0e !important; }
    .social a.icon-snapchat:hover svg {
      fill: #e2df01; }
    .social a.icon-snapchat:hover.icon-twitter:hover svg path {
      fill: #e2df01 !important; }
    .social a.icon-telegram:hover svg {
      fill: #32afed; }
    .social a.icon-telegram:hover.icon-twitter:hover svg path {
      fill: #32afed !important; }

.sidebox {
  display: block;
  min-width: 300px;
  max-width: 300px; }
  @media (max-width: 1199px) {
    .sidebox {
      display: none; } }
  .sidebox .advleft {
    margin-top: 24px;
    width: 100%; }
    .sidebox .advleft img {
      width: 100%; }
  .sidebox .w-inner {
    width: 100%;
    margin-top: 24px; }
    .sidebox .w-inner .itemlarg {
      background: #f7f7f7;
      padding: 16px; }
      .sidebox .w-inner .itemlarg .title {
        font-size: 16px;
        margin-top: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .sidebox .w-inner .itemlarg .flexbox {
        margin: 0px; }

.padbo {
  padding-bottom: 24px; }
  @media (max-width: 420px) {
    .padbo .head {
      display: block; }
      .padbo .head .search,
      .padbo .head .dateinput {
        width: 100%;
        margin-top: 16px; } }

.pbnews {
  padding-bottom: 24px; }

.padbot {
  padding: 24px 12px;
  margin: 0px; }

.list-letters {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 24px; }
  @media (max-width: 767px) {
    .list-letters {
      max-width: 100%;
      flex: 100%;
      overflow-x: scroll;
      padding-bottom: 12px; } }
  .list-letters a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    border: 1px solid #DFE3E8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    font-weight: 700;
    font-size: 14px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 767px) {
      .list-letters a {
        margin-left: 4px; }
        .list-letters a:last-child {
          margin: 0px; } }
    .list-letters a:hover, .list-letters a.active {
      border: 1px solid #a6844f;
      color: #a6844f; }

.ptb {
  padding-top: 24px; }

.bot-linenews {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 6px 0px;
  background: #b1010e;
  z-index: 1000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .bot-linenews.active {
    bottom: -100%; }
  .bot-linenews.newbgnews {
    background: #a6844f; }
    .bot-linenews.newbgnews .cancel {
      background: #a6844f; }
    .bot-linenews.newbgnews .bn-breaking-news .title {
      background: #a6844f; }
  .bot-linenews .cancel {
    position: absolute;
    top: -40px;
    right: 12px;
    padding: 8px 12px;
    background: #b1010e;
    height: 34px;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px; }
    .bot-linenews .cancel svg {
      width: 12px;
      height: 12px; }
  .bot-linenews .bn-breaking-news {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .bot-linenews .bn-breaking-news .title {
      position: absolute;
      right: 0px;
      z-index: 1;
      color: #fff;
      font-size: 24px;
      background: #b1010e;
      padding-left: 24px;
      border-left: 1px solid #ffffff52; }
    .bot-linenews .bn-breaking-news .bn-news {
      overflow: hidden;
      height: 28px !important; }
      .bot-linenews .bn-breaking-news .bn-news ul {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex; }
        .bot-linenews .bn-breaking-news .bn-news ul li {
          display: flex;
          white-space: nowrap;
          overflow: hidden !important;
          text-overflow: ellipsis;
          text-decoration: none;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          position: absolute;
          display: none; }
          .bot-linenews .bn-breaking-news .bn-news ul li a {
            position: relative;
            display: flex;
            align-items: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 24px;
            color: #ffffffbd;
            font-size: 18px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            .bot-linenews .bn-breaking-news .bn-news ul li a:hover {
              color: #fff; }
  .bot-linenews .bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative; }
    .bot-linenews .bn-effect-scroll .bn-news ul li {
      display: list-item;
      float: left;
      position: relative;
      width: auto; }

@media (max-width: 991px) {
  .newsitems {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px; }
    .newsitems:last-child {
      margin: 0px; }
    .newsitems:first-child {
      display: none; } }
.newsitems .nav-tabs {
  border: 0px; }
  .newsitems .nav-tabs li {
    margin: 0px;
    min-width: 50%;
    max-width: 50%; }
    .newsitems .nav-tabs li a {
      background: #dee2e6;
      color: #a6844f;
      border: 0px !important;
      border-radius: 0px;
      text-align: center;
      padding: 12px 8px; }
  .newsitems .nav-tabs .nav-item.show .nav-link,
  .newsitems .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #a6844f; }
.newsitems .pro-sport {
  padding-top: 5px; }
  .newsitems .pro-sport a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #0000001f;
    padding-bottom: 20px; }
    .newsitems .pro-sport a:last-child {
      border-bottom: 0px;
      padding-bottom: 0px; }
    .newsitems .pro-sport a .vid-thumb {
      order: 2;
      min-width: 132px;
      max-width: 132px;
      height: 104px;
      overflow: hidden;
      background: #f7f7f7; }
      @media (max-width: 767px) {
        .newsitems .pro-sport a .vid-thumb {
          min-width: 138px;
          max-width: 138px; } }
      .newsitems .pro-sport a .vid-thumb img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .newsitems .pro-sport a .contantvideos {
      padding-left: 16px;
      min-width: calc(100% - 176px); }
      .newsitems .pro-sport a .contantvideos .flexbox {
        margin: 0px; }
      .newsitems .pro-sport a .contantvideos .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin-top: 8px; }
      .newsitems .pro-sport a .contantvideos .date {
        opacity: 0.5 !important; }
    .newsitems .pro-sport a:hover .contantvideos .title {
      color: #a6844f; }
.newsitems .photonews {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 424px; }
  @media (max-width: 991px) {
    .newsitems .photonews {
      height: 260px; } }
  .newsitems .photonews img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.newsitems .carousel-control-next,
.newsitems .carousel-control-prev {
  position: absolute;
  top: 210px;
  bottom: 0px;
  width: 34px;
  height: 34px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .newsitems .carousel-control-next svg,
  .newsitems .carousel-control-prev svg {
    width: 16px;
    height: 16px;
    fill: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .newsitems .carousel-control-next svg,
      .newsitems .carousel-control-prev svg {
        width: 18px;
        height: 18px; } }
  .newsitems .carousel-control-next:hover,
  .newsitems .carousel-control-prev:hover {
    background: #a6844f; }
    .newsitems .carousel-control-next:hover svg,
    .newsitems .carousel-control-prev:hover svg {
      fill: #fff; }
.newsitems .carousel-control-next {
  right: 24px; }
  @media (max-width: 991px) {
    .newsitems .carousel-control-next {
      right: 12px; } }
.newsitems .carousel-control-prev {
  left: 24px; }
  .newsitems .carousel-control-prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
.newsitems .carousel-inner:hover .carousel-control-next,
.newsitems .carousel-inner:hover .carousel-control-prev {
  opacity: 1; }
.newsitems .title {
  margin-bottom: 12px; }
  .newsitems .title img {
    margin-left: 8px; }
  .newsitems .title a {
    color: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .newsitems .title a:hover {
      color: #a6844f; }
.newsitems .text,
.newsitems .arabfiles {
  margin-top: 12px; }
.newsitems .sh-de {
  display: flex;
  justify-content: space-between; }
  .newsitems .sh-de .flexbox .tag {
    margin-left: 24px; }
  .newsitems .sh-de .iconshare {
    display: flex;
    align-items: center;
    margin-top: 16px; }
    .newsitems .sh-de .iconshare .share {
      display: block;
      cursor: pointer; }
      .newsitems .sh-de .iconshare .share svg {
        max-width: 16px;
        height: 16px;
        fill: #000; }
    .newsitems .sh-de .iconshare .social {
      display: flex;
      direction: ltr; }
      .newsitems .sh-de .iconshare .social a {
        margin: 0px;
        margin-right: 16px; }
        .newsitems .sh-de .iconshare .social a svg {
          width: 20px;
          height: 20px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .newsitems .sh-de .iconshare .social a.icon-facebook svg {
          fill: #3b5998; }
        .newsitems .sh-de .iconshare .social a.icon-facebook:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-twitter svg {
          fill: #00acee; }
        .newsitems .sh-de .iconshare .social a.icon-twitter:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-instagram svg {
          fill: #8d5b46; }
        .newsitems .sh-de .iconshare .social a.icon-instagram:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-youtube svg {
          fill: #c4302b; }
        .newsitems .sh-de .iconshare .social a.icon-youtube:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-rss svg {
          fill: #ee802f; }
        .newsitems .sh-de .iconshare .social a.icon-rss:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-linkedin svg {
          fill: #007fb1; }
        .newsitems .sh-de .iconshare .social a.icon-linkedin:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-gplus svg {
          fill: #dd4b39; }
        .newsitems .sh-de .iconshare .social a.icon-gplus:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-whatsapp svg {
          fill: #189d0e; }
        .newsitems .sh-de .iconshare .social a.icon-whatsapp:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-snapchat svg {
          fill: #e2df01; }
        .newsitems .sh-de .iconshare .social a.icon-snapchat:hover svg {
          opacity: 0.5; }
        .newsitems .sh-de .iconshare .social a.icon-telegram svg {
          fill: #32afed; }
        .newsitems .sh-de .iconshare .social a.icon-telegram:hover svg {
          opacity: 0.5; }
@media (max-width: 991px) {
  .newsitems .innews {
    max-width: 50%;
    flex: 50%; } }
.newsitems .innews .art-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #a6844f;
  height: 130px;
  overflow: hidden; }
  .newsitems .innews .art-item a .title {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0px 4px; }
  .newsitems .innews .art-item a img {
    width: 100%;
    min-height: 100%;
    object-fit: cover; }
.newsitems .logoarab,
.newsitems .g-item {
  margin-top: 12px; }
  .newsitems .logoarab a,
  .newsitems .g-item a {
    display: block;
    width: 100%;
    text-align: center;
    background: #c1aa85;
    height: 70px;
    overflow: hidden; }
    .newsitems .logoarab a .title,
    .newsitems .g-item a .title {
      color: #fff;
      text-align: center; }
    .newsitems .logoarab a img,
    .newsitems .g-item a img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover; }
.newsitems .g-item a {
  background: #e4dbcb; }
.newsitems .sliderarticles {
  position: relative;
  width: 100%;
  direction: ltr;
  margin-top: 12px;
  height: 130px;
  overflow: hidden; }
  .newsitems .sliderarticles .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none; }
    .newsitems .sliderarticles .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .newsitems .sliderarticles .slick-list .slick-track:after, .newsitems .sliderarticles .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .newsitems .sliderarticles .slick-prev,
  .newsitems .sliderarticles .slick-next {
    position: absolute;
    left: 48px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    display: none !important;
    width: 56px;
    height: 56px;
    background: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .newsitems .sliderarticles .slick-prev,
      .newsitems .sliderarticles .slick-next {
        width: 36px;
        height: 36px;
        left: 16px; } }
    .newsitems .sliderarticles .slick-prev svg,
    .newsitems .sliderarticles .slick-next svg {
      width: 22px;
      height: 22px;
      fill: #000;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .newsitems .sliderarticles .slick-prev svg,
        .newsitems .sliderarticles .slick-next svg {
          width: 16px;
          height: 16px; } }
    .newsitems .sliderarticles .slick-prev:hover,
    .newsitems .sliderarticles .slick-next:hover {
      background: #a6844f; }
      .newsitems .sliderarticles .slick-prev:hover svg,
      .newsitems .sliderarticles .slick-next:hover svg {
        fill: #fff; }
  .newsitems .sliderarticles .slick-next {
    bottom: 144px; }
    @media (max-width: 991px) {
      .newsitems .sliderarticles .slick-next {
        bottom: 64px; } }
  .newsitems .sliderarticles .slick-prev {
    bottom: 72px; }
    @media (max-width: 991px) {
      .newsitems .sliderarticles .slick-prev {
        bottom: 16px; } }
  .newsitems .sliderarticles .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -34px; }
    @media (max-width: 991px) {
      .newsitems .sliderarticles .slick-dots {
        display: none !important; } }
    .newsitems .sliderarticles .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 4px;
      padding: 0px;
      cursor: pointer;
      width: 12px;
      height: 12px; }
      .newsitems .sliderarticles .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border: 0px;
        outline: none;
        background: #a6844f;
        opacity: 0.2;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        @media (max-width: 450px) {
          .newsitems .sliderarticles .slick-dots li button {
            width: 12px;
            height: 12px; } }
    .newsitems .sliderarticles .slick-dots li.slick-active button {
      opacity: 1; }
  .newsitems .sliderarticles:hover .slick-prev,
  .newsitems .sliderarticles:hover .slick-next {
    opacity: 1; }
  .newsitems .sliderarticles .slick-list {
    margin: 0px -12px; }
  .newsitems .sliderarticles .slick-dots {
    display: none !important; }
  .newsitems .sliderarticles .slick-prev,
  .newsitems .sliderarticles .slick-next {
    display: block !important;
    bottom: 50%;
    background: #a6844f;
    width: 24px !important;
    height: 24px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin-bottom: -18px !important;
    opacity: 0; }
    .newsitems .sliderarticles .slick-prev svg,
    .newsitems .sliderarticles .slick-next svg {
      width: 13px;
      height: 10px;
      margin-top: -5px;
      fill: #fff; }
  .newsitems .sliderarticles .slick-next {
    left: auto !important;
    right: 12px !important; }
  .newsitems .sliderarticles .slick-prev {
    left: 12px !important; }
  .newsitems .sliderarticles .itemslide {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 12px;
    margin: 0px 12px;
    direction: rtl;
    border: 4px solid #a6844f; }
    .newsitems .sliderarticles .itemslide .content {
      padding: 0px 12px;
      text-align: center;
      width: 100%; }
      .newsitems .sliderarticles .itemslide .content .title {
        background: #a6844f;
        width: 100%;
        color: #fff;
        padding: 4px 8px;
        text-align: center; }
      .newsitems .sliderarticles .itemslide .content .name {
        color: #000;
        font-size: 18px;
        font-weight: 700; }
    .newsitems .sliderarticles .itemslide .photo {
      min-width: 120px;
      max-width: 120px;
      max-height: 100%; }
      .newsitems .sliderarticles .itemslide .photo img {
        max-width: 100%;
        max-height: 100%; }
.newsitems .arabfiles {
  height: 274px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .newsitems .arabfiles {
      text-align: center; } }
  .newsitems .arabfiles img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.bg-title {
  position: absolute;
  bottom: 0px;
  left: 12px;
  background: linear-gradient(#00000000, #000000);
  width: calc(100% - 24px);
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 40px 8px 12px 8px; }

.podcast {
  position: relative;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .podcast {
      padding: 24px 0px; } }
  .podcast::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff url(../images/ma-bg.png) no-repeat center center/cover;
    opacity: 0.4; }
  .podcast .container {
    z-index: 10; }
  .podcast .intitle {
    margin: 0 auto;
    max-width: 80%; }
    @media (max-width: 991px) {
      .podcast .intitle {
        max-width: 100%; } }
    .podcast .intitle .head {
      margin-bottom: 24px; }
  .podcast .itempodcast {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .podcast .itempodcast {
        max-width: 100%;
        flex: 100%;
        text-align: center;
        margin-bottom: 24px; }
        .podcast .itempodcast:last-child {
          margin: 0px; } }
    .podcast .itempodcast .playeraudio {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      cursor: pointer;
      padding: 0px 12px;
      margin-top: 12px;
      max-width: 180px;
      height: 46px;
      border: 1px solid #a6844f;
      color: #a6844f;
      border-radius: 60px; }
      @media (max-width: 991px) {
        .podcast .itempodcast .playeraudio {
          margin: 12px auto 0px auto; } }
      .podcast .itempodcast .playeraudio.active .innerplay {
        opacity: 0; }
      .podcast .itempodcast .playeraudio.active .innerpas {
        opacity: 1; }
      .podcast .itempodcast .playeraudio .innerpas,
      .podcast .itempodcast .playeraudio .innerplay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .podcast .itempodcast .playeraudio .innerpas {
        opacity: 0; }
      .podcast .itempodcast .playeraudio .visual-play {
        height: 0.7rem;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
        box-sizing: border-box;
        padding-left: 0.5rem; }
        .podcast .itempodcast .playeraudio .visual-play .visual-play-bar {
          display: inline-block;
          background: #a6844f;
          width: 4px;
          height: 100%;
          animation: bounce 1400ms ease infinite alternate;
          margin-inline-end: 1px; }
          .podcast .itempodcast .playeraudio .visual-play .visual-play-bar.visual-bar1 {
            height: 60%; }
          .podcast .itempodcast .playeraudio .visual-play .visual-play-bar.visual-bar2 {
            height: 30%;
            animation-delay: -2200ms; }
          .podcast .itempodcast .playeraudio .visual-play .visual-play-bar.visual-bar3 {
            height: 75%;
            animation-delay: -3700ms; }
@keyframes bounce {
  10% {
    height: 30%; }
  30% {
    height: 100%; }
  60% {
    height: 50%; }
  80% {
    height: 75%; }
  100% {
    height: 60%; } }
    .podcast .itempodcast .photo {
      display: block;
      width: 100%;
      text-align: center;
      cursor: pointer; }
    .podcast .itempodcast img {
      width: 100%;
      height: auto; }
    .podcast .itempodcast .distinct {
      display: block;
      color: #a6844f;
      margin-bottom: 12px; }
    .podcast .itempodcast .title,
    .podcast .itempodcast p {
      margin-bottom: 12px; }
      @media (max-width: 991px) {
        .podcast .itempodcast .title,
        .podcast .itempodcast p {
          text-align: center; } }
    .podcast .itempodcast .bottom {
      border-radius: 60px;
      min-width: 200px;
      border: 2px solid #a6844f;
      background: none;
      color: #a6844f;
      margin-top: 12px; }
      .podcast .itempodcast .bottom svg {
        order: -1;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        fill: #a6844f;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .podcast .itempodcast .bottom:hover {
        background: #a6844f;
        color: #fff; }
        .podcast .itempodcast .bottom:hover svg {
          fill: #fff; }

.podcastslid {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  padding: 24px 0px; }
  .podcastslid .s-podcast .slick-dots {
    display: none !important; }
  .podcastslid .s-podcast .slick-prev,
  .podcastslid .s-podcast .slick-next {
    display: block !important;
    width: 40px;
    height: 40px;
    bottom: auto;
    top: -26px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    background: none; }
    .podcastslid .s-podcast .slick-prev:hover,
    .podcastslid .s-podcast .slick-next:hover {
      background: #e1e1e1; }
    .podcastslid .s-podcast .slick-prev svg,
    .podcastslid .s-podcast .slick-next svg {
      width: 16px;
      height: 16px; }
    .podcastslid .s-podcast .slick-prev:hover,
    .podcastslid .s-podcast .slick-next:hover {
      background: #a6844f;
      border: 2px solid #a6844f; }
    @media (max-width: 991px) {
      .podcastslid .s-podcast .slick-prev,
      .podcastslid .s-podcast .slick-next {
        bottom: 48px; } }
    @media (max-width: 767px) {
      .podcastslid .s-podcast .slick-prev,
      .podcastslid .s-podcast .slick-next {
        display: none !important; } }
  .podcastslid .s-podcast .slick-prev {
    left: 0px; }
  .podcastslid .s-podcast .slick-next {
    left: 54px; }
  .podcastslid .itpod {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .podcastslid .itpod {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .podcastslid .itpod {
        max-width: 100%;
        flex: 100%; } }
  .podcastslid .subslid {
    position: relative;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 16px; }
    .podcastslid .subslid .photo {
      display: block;
      width: 100%;
      height: 246px;
      overflow: hidden; }
      @media (max-width: 550px) {
        .podcastslid .subslid .photo {
          height: 180px; } }
      @media (max-width: 450px) {
        .podcastslid .subslid .photo {
          height: auto; } }
      .podcastslid .subslid .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .podcastslid .subslid .title {
      margin-top: 12px;
      text-align: center; }
    .podcastslid .subslid .date {
      display: block;
      margin-top: 4px; }
    .podcastslid .subslid .bottom {
      border-radius: 60px;
      min-width: 60%;
      border: 2px solid #a6844f;
      background: none;
      color: #a6844f;
      margin-top: 12px; }
      .podcastslid .subslid .bottom svg {
        order: -1;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        fill: #a6844f;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .podcastslid .subslid .bottom:hover {
        background: #a6844f;
        color: #fff; }
        .podcastslid .subslid .bottom:hover svg {
          fill: #fff; }

.podtow {
  background: #f7f7f7 !important;
  margin: 0px !important; }

.filesarab {
  max-height: 276px;
  margin-top: 12px; }
  .filesarab .slidevideo {
    position: relative;
    direction: ltr;
    height: 192px;
    overflow: hidden; }
    .filesarab .slidevideo .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .filesarab .slidevideo .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .filesarab .slidevideo .slick-list .slick-track:after, .filesarab .slidevideo .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .filesarab .slidevideo .slick-prev,
    .filesarab .slidevideo .slick-next {
      position: absolute;
      left: 48px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      display: none !important;
      width: 56px;
      height: 56px;
      background: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .filesarab .slidevideo .slick-prev,
        .filesarab .slidevideo .slick-next {
          width: 36px;
          height: 36px;
          left: 16px; } }
      .filesarab .slidevideo .slick-prev svg,
      .filesarab .slidevideo .slick-next svg {
        width: 22px;
        height: 22px;
        fill: #000;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .filesarab .slidevideo .slick-prev svg,
          .filesarab .slidevideo .slick-next svg {
            width: 16px;
            height: 16px; } }
      .filesarab .slidevideo .slick-prev:hover,
      .filesarab .slidevideo .slick-next:hover {
        background: #a6844f; }
        .filesarab .slidevideo .slick-prev:hover svg,
        .filesarab .slidevideo .slick-next:hover svg {
          fill: #fff; }
    .filesarab .slidevideo .slick-next {
      bottom: 144px; }
      @media (max-width: 991px) {
        .filesarab .slidevideo .slick-next {
          bottom: 64px; } }
    .filesarab .slidevideo .slick-prev {
      bottom: 72px; }
      @media (max-width: 991px) {
        .filesarab .slidevideo .slick-prev {
          bottom: 16px; } }
    .filesarab .slidevideo .slick-dots {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: -34px; }
      @media (max-width: 991px) {
        .filesarab .slidevideo .slick-dots {
          display: none !important; } }
      .filesarab .slidevideo .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 4px;
        padding: 0px;
        cursor: pointer;
        width: 12px;
        height: 12px; }
        .filesarab .slidevideo .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 12px;
          height: 12px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: #a6844f;
          opacity: 0.2;
          padding: 0px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          @media (max-width: 450px) {
            .filesarab .slidevideo .slick-dots li button {
              width: 12px;
              height: 12px; } }
      .filesarab .slidevideo .slick-dots li.slick-active button {
        opacity: 1; }
    .filesarab .slidevideo .slick-dots {
      display: none !important; }
    .filesarab .slidevideo .item {
      position: relative;
      display: inline-flex; }
      .filesarab .slidevideo .item a {
        display: block;
        position: relative;
        width: 100%; }
        .filesarab .slidevideo .item a .vid-thumb {
          display: block;
          position: relative;
          min-width: 100%;
          max-width: 100%;
          height: 192px;
          overflow: hidden;
          background: #f7f7f7; }
          .filesarab .slidevideo .item a .vid-thumb img {
            width: 100%;
            min-height: 100%;
            object-fit: cover; }
          .filesarab .slidevideo .item a .vid-thumb i.icon-play {
            position: absolute;
            top: 50%;
            right: 0px;
            left: 0px;
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px auto;
            z-index: 1;
            background: #fff;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            margin-top: -17px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            .filesarab .slidevideo .item a .vid-thumb i.icon-play svg {
              width: 14px;
              height: 18px;
              fill: #a6844f;
              -moz-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              transition: all 0.5s ease-in-out 0s; }
              @media (max-width: 767px) {
                .filesarab .slidevideo .item a .vid-thumb i.icon-play svg {
                  width: 10px;
                  height: 13px; } }
        .filesarab .slidevideo .item a .subtitle {
          position: absolute;
          bottom: 0px;
          left: 0px;
          padding: 40px 8px 6px 8px;
          background: linear-gradient(#00000000, #000000); }
        .filesarab .slidevideo .item a .title {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #fff;
          font-size: 14px;
          margin: 0px;
          line-height: 20px;
          text-align: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .filesarab .slidevideo .item a:hover i.icon-play {
          background: #a6844f; }
          .filesarab .slidevideo .item a:hover i.icon-play svg {
            fill: #fff; }
        .filesarab .slidevideo .item a:hover .title {
          color: #a6844f; }

.subaudio {
  position: fixed;
  left: 0px;
  bottom: -100%;
  width: 100%;
  background: #e3e3e3;
  padding: 16px 12px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1004; }
  @media (max-width: 991px) {
    .subaudio {
      padding-top: 56px; } }
  .subaudio.active {
    bottom: 0px; }
  .subaudio .cancel {
    position: absolute;
    top: 16px;
    left: 12px;
    cursor: pointer; }
    .subaudio .cancel svg {
      width: 16px;
      height: 16px; }
  .subaudio .inneraudio {
    display: flex; }

/*# sourceMappingURL=home.css.map */
