.header {
  position: relative;
  width: 100%;
  z-index: 1002; }
  .header ::-webkit-scrollbar {
    width: 4px; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 500px) {
    .header .container.pt-4.pb-4 {
      justify-content: center;
      padding: 12px !important; } }
  @media (max-width: 500px) {
    .header .social {
      display: none; } }
  @media (max-width: 500px) {
    .header .date {
      display: none; } }
  .header .logo img {
    max-width: 100px; }
  .header .menu {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    -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.sticky {
      position: fixed;
      top: 0px;
      left: 0;
      display: flex;
      background: #fff;
      border: 0px;
      -webkit-box-shadow: 4px 4px 60px #00000012;
      -moz-box-shadow: 4px 4px 60px #00000012;
      -o-box-shadow: 4px 4px 60px #00000012;
      -ms-box-shadow: 4px 4px 60px #00000012;
      box-shadow: 4px 4px 60px #00000012; }
      .header .menu.sticky .logo {
        display: block;
        margin-left: 24px; }
    .header .menu .logo {
      display: none; }
      .header .menu .logo img {
        max-width: 86px; }
    .header .menu #cssmenu {
      position: relative;
      z-index: 10; }
      .header .menu #cssmenu #menu-button {
        display: none; }
      .header .menu #cssmenu ul {
        float: right; }
        .header .menu #cssmenu ul li {
          float: right;
          display: flex;
          align-items: center;
          position: relative;
          margin-left: 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; }
          @media (max-width: 1199px) {
            .header .menu #cssmenu ul li {
              margin-left: 8px; } }
          .header .menu #cssmenu ul li:last-child {
            margin: 0px; }
          .header .menu #cssmenu ul li:hover > ul {
            right: auto;
            z-index: 800; }
          .header .menu #cssmenu ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px 12px;
            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;
            outline: none;
            height: 60px; }
            .header .menu #cssmenu ul li a .arrow {
              max-width: 12px;
              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;
              margin-right: 4px; }
              @media (max-width: 991px) {
                .header .menu #cssmenu ul li a .arrow {
                  display: none; } }
            .header .menu #cssmenu ul li a:hover, .header .menu #cssmenu ul li a.active {
              background: #202020;
              color: #fff; }
              .header .menu #cssmenu ul li a:hover .arrow, .header .menu #cssmenu ul li a.active .arrow {
                -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 {
            background: #202020;
            color: #fff; }
            .header .menu #cssmenu ul li:hover a .arrow {
              -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 ul {
          position: absolute;
          top: 100%;
          right: -9999px;
          background: #fff;
          padding: 8px 0px;
          -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 #cssmenu ul ul li {
            padding: 0px 12px !important;
            margin: 0px !important;
            height: auto; }
            .header .menu #cssmenu ul ul li:last-child {
              width: auto; }
            .header .menu #cssmenu ul ul li.has-sub > a:after {
              content: '';
              position: absolute;
              top: 21px;
              right: auto;
              left: 0px;
              width: 8px;
              height: 2px;
              display: block;
              background: #000; }
            .header .menu #cssmenu ul ul li.has-sub > a:before {
              content: '';
              position: absolute;
              top: 18px;
              left: 3px;
              display: block;
              width: 2px;
              height: 8px;
              background: #000; }
            .header .menu #cssmenu ul ul li.has-sub:hover > a:before {
              top: 17px;
              height: 0px; }
            .header .menu #cssmenu ul ul li.has-sub:hover > a::after {
              background: #b51f76; }
            .header .menu #cssmenu ul ul li a {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 8px 0px !important;
              min-width: 176px !important;
              height: auto !important;
              color: #000 !important;
              background: none !important; }
              .header .menu #cssmenu ul ul li a:after {
                display: none; }
              .header .menu #cssmenu ul ul li a:hover {
                color: #be8c42 !important; }
            .header .menu #cssmenu ul ul li ul {
              margin-right: 188px;
              top: 0px !important;
              z-index: 830;
              margin-top: -12px; }
              .header .menu #cssmenu ul ul li ul:after {
                display: none; }
            .header .menu #cssmenu ul ul li:last-child a {
              padding-bottom: 0px; }
    .header .menu .showboxsearch {
      width: 248px;
      z-index: 100; }
      @media (max-width: 1290px) {
        .header .menu .showboxsearch {
          width: 198px; } }
      @media (max-width: 550px) {
        .header .menu .showboxsearch {
          width: 156px; } }
      .header .menu .showboxsearch .formsearch {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%; }
      .header .menu .showboxsearch .form-control {
        height: 46px;
        width: 100%;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #EBEBEB;
        text-transform: none;
        padding-right: 40px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box; }
      .header .menu .showboxsearch .bottom {
        position: absolute;
        right: 12px;
        padding: 0px;
        background: none;
        outline: none;
        outline-style: none;
        border: 0px;
        cursor: pointer; }
        .header .menu .showboxsearch .bottom svg {
          width: 20px;
          height: 20px;
          fill: #202020; }
      .header .menu .showboxsearch nav.list-search {
        position: absolute;
        top: 100%;
        left: 12px;
        width: calc(100% - 24px);
        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;
          -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: #be8c42;
            background: #f5f5f5; }
      .header .menu .showboxsearch:hover nav.list-search {
        display: block; }

@media (max-width: 991px) {
  .header .menu {
    height: 55px; }
    .header .menu.sticky #cssmenu {
      position: absolute;
      margin-right: 98px; }
    .header .menu #cssmenu #menu-button {
      display: block; }
    .header .menu #cssmenu ul {
      position: absolute;
      top: 36px;
      width: 190px;
      display: none;
      background: #000;
      z-index: 120;
      -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 #cssmenu ul li {
        display: block;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        height: auto !important;
        position: relative; }
        .header .menu #cssmenu ul li a {
          width: 100%;
          height: auto;
          margin: 0px;
          padding: 8px 12px;
          border-bottom: 1px solid rgba(120, 120, 120, 0.2);
          color: #fff;
          justify-content: flex-start; }
        .header .menu #cssmenu ul li:last-child a {
          border-bottom: 0px; }
    .header .menu #cssmenu #menu-button {
      display: block !important;
      cursor: pointer;
      float: right;
      height: 20px;
      width: 20px;
      position: relative; }
      .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: #e3171a;
        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: #e3171a;
        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: 44px;
      width: 44px;
      cursor: pointer;
      z-index: 10; }
      .header .menu #cssmenu .submenu-button.submenu-button.submenu-opened {
        background: #be8c42; }
    .header .menu #cssmenu ul ul li a {
      min-width: 100%; }
    .header .menu #cssmenu ul ul ul li a {
      padding-left: 35px; }
    .header .menu #cssmenu ul ul li a {
      min-width: 100% !important;
      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 {
      position: relative !important;
      padding: 0px !important;
      margin: 0px !important;
      right: 0px !important; }
    .header .menu #cssmenu ul ul {
      height: auto; }
    .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: 39px;
      width: 39px; }
    .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: 21px;
      right: 19px; }
    .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: 18px;
      right: 22px; }
    .header .menu #cssmenu .submenu-button.submenu-opened:before {
      display: none; }
    .header .menu #cssmenu ul ul li ul {
      padding: 0px !important;
      width: 100%;
      height: auto;
      overflow: inherit;
      overflow-y: inherit; } }
.slider {
  width: 100%;
  position: relative;
  background: #f5f5f5;
  padding: 24px 0px; }
  .slider .listrownews {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .slider .listrownews {
        display: none; } }
    .slider .listrownews a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 108px;
      height: 48px;
      background: #EBEBEB;
      -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: 0px 0px 4px 12px; }
      .slider .listrownews a:last-child {
        margin: 0px; }
      .slider .listrownews a:hover {
        background: #be8c42;
        color: #fff; }
  .slider .inner {
    margin-top: 32px; }
    @media (max-width: 767px) {
      .slider .inner {
        margin: 0px; } }
  .slider .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .slider .item {
        max-width: 100%;
        flex: 100%; } }
    .slider .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 488px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 991px) {
        .slider .item .photo {
          height: 300px; } }
      .slider .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 .item .photo:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .slider .item:last-child {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .slider .item .innertext .title {
      border: 0px;
      padding: 0px;
      color: #000;
      font-size: 40px;
      -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 .item .innertext .title {
          font-size: 20px; } }
      .slider .item .innertext .title:hover {
        color: #be8c42; }
    .slider .item .innertext p {
      font-size: 16px;
      color: #000;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .item .innertext p {
          margin-top: 12px; } }

.section {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .section {
      padding: 24px 0px; } }
  .section .tag {
    display: flex;
    align-items: center;
    position: relative;
    color: #be8c42;
    padding-right: 12px; }
    .section .tag::before {
      content: "";
      position: absolute;
      right: 0px;
      background: #be8c42;
      border-radius: 50%;
      width: 4px;
      height: 4px; }

.it-news {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .it-news {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .it-news {
      max-width: 100%;
      flex: 100%; } }
  .it-news .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 991px) {
      .it-news .photo {
        height: 220px; } }
    .it-news .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; }
    .it-news .photo:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .it-news .title {
    border: 0px;
    padding: 0px;
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    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;
    margin-top: 16px; }
    .it-news .title:hover {
      color: #be8c42; }
  .it-news p {
    font-size: 12px;
    color: #000;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .it-news .innernews {
    background: #fff;
    height: 100%;
    padding: 16px; }
    .it-news .innernews .photo {
      margin-top: 16px; }
    .it-news .innernews .title {
      border-right: 4px solid #be8c42;
      padding-right: 20px;
      margin: 0px; }
      .it-news .innernews .title a {
        font-size: 14px;
        font-weight: 400; }
    .it-news .innernews .minshaer {
      justify-content: center; }

.sub-bg {
  background: #be8c42; }
  .sub-bg .title {
    border-right: 4px solid #fff; }
    .sub-bg .title a {
      color: #fff; }
  .sub-bg .slider-archive {
    position: relative;
    direction: ltr;
    margin-top: 24px; }
    .sub-bg .slider-archive .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .sub-bg .slider-archive .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .sub-bg .slider-archive .slick-list .slick-track:after, .sub-bg .slider-archive .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .sub-bg .slider-archive .slick-prev,
    .sub-bg .slider-archive .slick-next {
      position: absolute;
      top: -50px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      display: none !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; }
      .sub-bg .slider-archive .slick-prev svg,
      .sub-bg .slider-archive .slick-next svg {
        width: 22px;
        height: 22px;
        fill: #adadad;
        -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; }
      .sub-bg .slider-archive .slick-prev:hover svg,
      .sub-bg .slider-archive .slick-next:hover svg {
        fill: #be8c42; }
    .sub-bg .slider-archive .slick-next {
      left: 30px; }
    .sub-bg .slider-archive .slick-prev {
      left: 0px; }
    .sub-bg .slider-archive .slick-dots {
      position: absolute;
      top: -60px;
      left: 0px; }
      @media (max-width: 991px) {
        .sub-bg .slider-archive .slick-dots {
          display: none !important; } }
      .sub-bg .slider-archive .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 4px;
        padding: 0px;
        cursor: pointer;
        width: 16px;
        height: 16px; }
        @media (max-width: 450px) {
          .sub-bg .slider-archive .slick-dots li {
            width: 12px;
            height: 12px; } }
        .sub-bg .slider-archive .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 16px;
          height: 16px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: #fff;
          padding: 0px; }
          @media (max-width: 450px) {
            .sub-bg .slider-archive .slick-dots li button {
              width: 12px;
              height: 12px; } }
      .sub-bg .slider-archive .slick-dots li.slick-active {
        background: #000; }
        .sub-bg .slider-archive .slick-dots li.slick-active button {
          background: none; }
  .sub-bg .itemarchive {
    display: inline-block;
    margin: 0px 12px; }
    .sub-bg .itemarchive .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 440px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 991px) {
        .sub-bg .itemarchive .photo {
          height: 280px; } }
      .sub-bg .itemarchive .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
      .sub-bg .itemarchive .photo:hover .minshaer {
        background: #000; }
    .sub-bg .itemarchive .minshaer {
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #000000ba;
      width: 100%;
      padding: 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; }
      @media (max-width: 991px) {
        .sub-bg .itemarchive .minshaer {
          padding: 12px; } }
      .sub-bg .itemarchive .minshaer .date {
        color: #fff;
        border-right: 4px solid #fff; }
      .sub-bg .itemarchive .minshaer .number {
        color: #fff; }

@media (max-width: 991px) {
  .itemphoto,
  .itemcarica,
  .itembooks {
    max-width: 100%;
    flex: 100%; }
    .itemphoto:last-child,
    .itemcarica:last-child,
    .itembooks:last-child {
      display: none; } }
.itemphoto .item,
.itemcarica .item,
.itembooks .item {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .itemphoto .item,
    .itemcarica .item,
    .itembooks .item {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .itemphoto .item,
    .itemcarica .item,
    .itembooks .item {
      max-width: 100%;
      flex: 100%; } }
.itemphoto .inner,
.itemcarica .inner,
.itembooks .inner {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 16px; }
  .itemphoto .inner .photo,
  .itemcarica .inner .photo,
  .itembooks .inner .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f5f5f5;
    cursor: pointer; }
    @media (max-width: 991px) {
      .itemphoto .inner .photo,
      .itemcarica .inner .photo,
      .itembooks .inner .photo {
        height: 220px; } }
    .itemphoto .inner .photo img,
    .itemcarica .inner .photo img,
    .itembooks .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; }
    .itemphoto .inner .photo:hover img,
    .itemcarica .inner .photo:hover img,
    .itembooks .inner .photo:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .itemphoto .inner .number,
  .itemcarica .inner .number,
  .itembooks .inner .number {
    display: flex;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 12px; }
    .itemphoto .inner .number svg,
    .itemcarica .inner .number svg,
    .itembooks .inner .number svg {
      width: 24px;
      margin-left: 8px; }
  .itemphoto .inner .title,
  .itemcarica .inner .title,
  .itembooks .inner .title {
    margin-top: 12px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    border: 0px;
    padding: 0px;
    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; }
    .itemphoto .inner .title:hover,
    .itemcarica .inner .title:hover,
    .itembooks .inner .title:hover {
      color: #be8c42; }

.itembooks .item {
  margin-top: 24px; }
  @media (min-width: 1600px) {
    .itembooks .item {
      max-width: 25%;
      flex: 25%; } }

.subinner {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 16px;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .subinner {
      margin: 0px auto;
      max-width: 300px; } }
  .subinner .img {
    display: block;
    margin-top: 11px;
    width: 100%;
    height: 738px; }
    @media (max-width: 991px) {
      .subinner .img {
        height: auto; } }
    .subinner .img img {
      width: 100%;
      height: 100%; }
      @media (max-width: 991px) {
        .subinner .img img {
          height: auto; } }
  .subinner .title {
    border-right: 4px solid #be8c42;
    padding-right: 20px;
    margin: 0px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #be8c42; }

.iteminner {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .iteminner {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .iteminner {
      max-width: 100%;
      flex: 100%; } }
  .iteminner .item {
    position: relative;
    width: 100%; }
    .iteminner .item:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .iteminner .item:hover .title {
      color: #be8c42; }
    .iteminner .item .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden;
      background: #fff;
      cursor: pointer; }
      .iteminner .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; }
    .iteminner .item .minshaer .date {
      border: 0px;
      padding: 0px;
      color: #cacaca; }
    .iteminner .item .title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      border: 0px;
      padding: 0px;
      color: #000;
      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; }

.listnews {
  margin-top: 32px; }
  .listnews a {
    display: flex;
    margin-top: 12px; }
    .listnews a:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .listnews a:hover .title {
      color: #be8c42; }
    .listnews a .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      min-width: 104px;
      height: 104px;
      overflow: hidden;
      background: #fff;
      cursor: pointer;
      margin-left: 12px; }
      @media (min-width: 1600px) {
        .listnews a .photo {
          min-width: 160px; } }
      .listnews a .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; }
    .listnews a .minshaer .date {
      border: 0px;
      padding: 0px;
      color: #cacaca; }
    .listnews a .title {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      border: 0px;
      padding: 0px;
      color: #000;
      font-size: 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; }

@media (max-width: 991px) {
  .newsinner {
    max-width: 100%;
    flex: 100%; } }
.newsinner .title {
  border: 0px;
  padding: 0px;
  color: #000;
  font-size: 40px;
  -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) {
    .newsinner .title {
      font-size: 20px; } }
.newsinner .photo {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 24px; }
  .newsinner .photo img {
    width: 100%; }
.newsinner p {
  font-size: 16px;
  color: #000;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .newsinner p {
      margin-top: 12px; } }

@media (max-width: 991px) {
  .sidebar {
    max-width: 100%;
    flex: 100%;
    margin-top: 24px; } }
.sidebar .innernews {
  background: #fff;
  padding: 16px; }
  .sidebar .innernews .title a {
    font-size: 14px;
    font-weight: 400; }
  .sidebar .innernews .photo {
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-top: 16px; }
    @media (max-width: 991px) {
      .sidebar .innernews .photo {
        height: 220px; } }
    .sidebar .innernews .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 .innernews .photo:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .sidebar .innernews .minshaer {
    justify-content: center; }
  .sidebar .innernews a.title.mt-3.p-0.border-0.text-center {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    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; }
    .sidebar .innernews a.title.mt-3.p-0.border-0.text-center:hover {
      color: #be8c42; }
.sidebar .innerphoto {
  position: sticky;
  top: 86px;
  width: 100%;
  background: #fff;
  padding: 16px;
  margin-top: 24px; }
  .sidebar .innerphoto .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f5f5f5;
    cursor: pointer;
    margin-top: 16px; }
    @media (max-width: 991px) {
      .sidebar .innerphoto .photo {
        height: 220px; } }
    .sidebar .innerphoto .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 .innerphoto .photo:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .sidebar .innerphoto .number {
    display: flex;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 12px; }
    .sidebar .innerphoto .number svg {
      width: 24px;
      margin-left: 8px; }
  .sidebar .innerphoto .title {
    margin-top: 12px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    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; }
    .sidebar .innerphoto .title:hover {
      color: #be8c42; }
  .sidebar .innerphoto .t-sub {
    margin: 0px; }
    .sidebar .innerphoto .t-sub a {
      font-size: 14px;
      font-weight: 400; }
@media (max-width: 991px) {
  .sidebar .iteminner {
    max-width: 100%;
    flex: 100%; } }

.n-pad {
  padding-top: 24px; }
  @media (max-width: 991px) {
    .n-pad {
      padding-top: 0px; } }

.to-pad {
  padding-top: 24px !important; }

.slid-photos {
  direction: ltr;
  position: relative;
  width: 100%;
  margin-top: 24px; }
  .slid-photos .het-img {
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
    height: 76vh; }
    @media (min-width: 1600px) {
      .slid-photos .het-img {
        height: 56vh; } }
    @media (max-width: 991px) {
      .slid-photos .het-img {
        height: 50vh; } }
    .slid-photos .het-img .slides > li {
      display: none;
      -webkit-backface-visibility: hidden;
      display: flex !important;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 76vh;
      overflow: hidden; }
      @media (min-width: 1600px) {
        .slid-photos .het-img .slides > li {
          height: 56vh; } }
      @media (max-width: 991px) {
        .slid-photos .het-img .slides > li {
          height: 50vh; } }
      .slid-photos .het-img .slides > li img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .slid-photos .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .slid-photos .het-img2 {
    position: relative;
    margin-top: 24px; }
    .slid-photos .het-img2 li {
      cursor: pointer; }
      .slid-photos .het-img2 li img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border: 2px solid #CBCBCB; }
        @media (max-width: 991px) {
          .slid-photos .het-img2 li img {
            height: 80px; } }
      .slid-photos .het-img2 li.flex-active-slide img {
        border: 2px solid #be8c42; }
    .slid-photos .het-img2 .flex-viewport {
      max-width: 84%;
      margin: 0 auto;
      padding-right: 104px; }
  .slid-photos .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    background: #000 url(../images/right-arrow.png) no-repeat center center;
    margin-top: -102px;
    background-size: 27%;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9000px;
    -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) {
      .slid-photos .flex-direction-nav a {
        margin-top: -64px; } }
    .slid-photos .flex-direction-nav a:hover {
      background: #be8c42 url(../images/right-arrow.png) no-repeat center center;
      background-size: 27%; }
  .slid-photos .flex-direction-nav .flex-prev {
    left: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slid-photos .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1; }
  .slid-photos .flex-direction-nav .flex-next {
    right: 20px;
    text-align: right;
    text-indent: 9000px; }
  .slid-photos .het-img2 .flex-direction-nav a {
    margin-top: -18px;
    display: none; }
  .slid-photos .het-img2:hover .flex-direction-nav a {
    display: block; }
  .slid-photos .het-img2 li {
    margin: 0px 8px; }

.request {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .request {
      padding: 24px 0px; } }
  .request .title {
    padding: 0px;
    border: 0px;
    color: #000;
    font-weight: 800;
    font-size: 42px; }
    @media (max-width: 991px) {
      .request .title {
        font-size: 28px; } }
    .request .title span {
      color: #be8c42; }
  @media (max-width: 991px) {
    .request .item {
      max-width: 100%;
      flex: 100%; } }
  .request .item:last-child {
    display: flex;
    align-items: center; }
  .request .item .bottom {
    margin-top: 24px; }
  .request .item p {
    margin-top: 12px; }
  .request .item .innerbg {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 760px; }
    @media (max-width: 767px) {
      .request .item .innerbg {
        height: 326px; } }
    .request .item .innerbg::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 110px;
      z-index: 10;
      background: linear-gradient(180deg, #F3F0FA 2.92%, rgba(243, 240, 250, 0.03) 96.15%); }
    .request .item .innerbg::after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 110px;
      z-index: 10;
      background: linear-gradient(180deg, #F3F0FA 2.92%, rgba(243, 240, 250, 0.03) 96.15%);
      transform: rotate(180deg); }
    .request .item .innerbg .itphoto {
      margin-top: 24px;
      max-width: 33.333%;
      flex: 33.333%; }
      .request .item .innerbg .itphoto .photo {
        width: 100%;
        height: 280px;
        background: #F3F0FA;
        overflow: hidden; }
        @media (max-width: 767px) {
          .request .item .innerbg .itphoto .photo {
            height: 108px; } }
        .request .item .innerbg .itphoto .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .request .item .innerbg .itphoto:nth-child(2), .request .item .innerbg .itphoto:nth-child(5), .request .item .innerbg .itphoto:nth-child(8), .request .item .innerbg .itphoto:nth-child(11) {
        margin-top: -60px; }
      .request .item .innerbg .itphoto:nth-child(3), .request .item .innerbg .itphoto:nth-child(6), .request .item .innerbg .itphoto:nth-child(9), .request .item .innerbg .itphoto:nth-child(12) {
        margin-top: -40px; }
  .request .inputform {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .request .inputform {
        max-width: 100%;
        flex: 100%; } }
    .request .inputform .subtext {
      display: flex;
      align-items: 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;
      font-weight: 700;
      margin-bottom: 8px; }
      .request .inputform .subtext small {
        visibility: hidden;
        width: 132px;
        background-color: #fff;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-clip: padding-box;
        padding: 8px !important;
        position: absolute;
        bottom: 100%;
        line-height: 20px;
        font-size: 14px;
        left: 50%;
        margin-left: -66px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 20;
        -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;
        transform: translateY(10px);
        -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08); }
        .request .inputform .subtext small::after {
          content: "";
          position: absolute;
          top: 99%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: #fff transparent transparent transparent; }
      .request .inputform .subtext span {
        position: relative;
        margin-right: 4px;
        cursor: pointer; }
        .request .inputform .subtext span svg {
          width: 14px; }
          .request .inputform .subtext span svg path {
            fill: #be8c42; }
        .request .inputform .subtext span:hover small {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
    .request .inputform .bottom {
      height: 64px; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff;
  padding-bottom: 0px !important; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .sendemail {
    margin: 0px auto;
    max-width: 640px; }
    .footer .sendemail .title {
      border: 0px;
      padding: 0px;
      text-align: center;
      color: #000;
      font-size: 24px; }
    .footer .sendemail .email {
      position: relative;
      width: 100%;
      text-align: center; }
      .footer .sendemail .email .form-control {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        height: 72px;
        background: #EBEBEB;
        margin-top: 16px;
        border: none;
        padding: 0px 46px 0px 158px; }
        @media (max-width: 991px) {
          .footer .sendemail .email .form-control {
            padding-left: 116px;
            height: 62px; } }
      .footer .sendemail .email svg {
        position: absolute;
        right: 12px;
        top: 24px;
        min-width: 24px;
        max-width: 24px; }
        @media (max-width: 991px) {
          .footer .sendemail .email svg {
            top: 19px; } }
      .footer .sendemail .email .bottom {
        position: absolute;
        left: 12px;
        top: 12px;
        width: 136px;
        height: 48px; }
        @media (max-width: 991px) {
          .footer .sendemail .email .bottom {
            width: 62px;
            height: 38px; } }
  .footer .innerfo {
    margin-top: 24px;
    border-top: 1px solid #D2D2D2; }
  .footer .boxfot {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin-top: 32px; } }
    .footer .boxfot:nth-child(1) {
      margin-left: 8%; }
      @media (max-width: 991px) {
        .footer .boxfot:nth-child(1) {
          margin-left: 0px; } }
    .footer .boxfot .inner {
      width: 100%; }
      @media (max-width: 991px) {
        .footer .boxfot .inner {
          text-align: center; } }
      .footer .boxfot .inner img {
        max-width: 144px; }
      .footer .boxfot .inner p {
        margin-top: 12px;
        color: #9A9EA6; }
        @media (max-width: 991px) {
          .footer .boxfot .inner p {
            text-align: center; } }
      .footer .boxfot .inner .social {
        justify-content: flex-end;
        margin-top: 12px; }
        @media (max-width: 991px) {
          .footer .boxfot .inner .social {
            justify-content: center; } }
        .footer .boxfot .inner .social a {
          width: 44px;
          height: 44px;
          border-radius: 50%;
          background: #EBEBEB;
          margin-right: 4px; }
          .footer .boxfot .inner .social a:last-child {
            margin: 0px; }
          @media (max-width: 991px) {
            .footer .boxfot .inner .social a {
              margin: 0px 2px; } }
    .footer .boxfot .title {
      font-size: 18px;
      border: 0px;
      padding: 0px;
      color: #000; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center; } }
    .footer .boxfot .navmenu a {
      display: inline-block;
      width: 100%;
      position: relative;
      margin-top: 8px;
      color: #9A9EA6;
      -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: #be8c42; }
      @media (max-width: 991px) {
        .footer .boxfot .navmenu a {
          text-align: center; } }
  .footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0px;
    border-top: 1px solid #D2D2D2;
    margin-top: 48px; }
    .footer .copyright p,
    .footer .copyright a {
      display: flex;
      align-items: center;
      font-size: 12px; }
      .footer .copyright p span,
      .footer .copyright a span {
        font-weight: 600;
        color: #000;
        margin-right: 4px;
        -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 .copyright p span:hover,
        .footer .copyright a span:hover {
          color: #be8c42; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block;
        margin-top: 32px; }
        .footer .copyright p {
          justify-content: center; }
        .footer .copyright a {
          display: block;
          text-align: center;
          margin-top: 16px; } }

.scrollToTop {
  position: fixed;
  right: 12px;
  bottom: 60px;
  display: none;
  width: 44px;
  height: 44px;
  padding-top: 10px;
  border: 0px;
  background: #be8c42;
  z-index: 998;
  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: 16px;
    height: 16px; }
    .scrollToTop svg path {
      fill: #fff; }

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 {
  direction: rtl;
  text-align: right;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Almarai', sans-serif;
  color: #202020; }

body {
  background: #f5f5f5; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

::-webkit-scrollbar-track {
  background: #f5f5f5; }

::-webkit-scrollbar-thumb {
  background-color: #be8c42;
  cursor: pointer; }

.title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #be8c42;
  border-right: 4px solid #be8c42;
  overflow: hidden;
  line-height: 200%;
  padding-right: 20px; }
  .title a {
    font-size: 20px;
    font-weight: 700;
    color: #be8c42; }

.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: #be8c42;
  font-weight: 700;
  -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; }

.minshaer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px; }
  .minshaer .date {
    color: #be8c42;
    border-right: 4px solid #be8c42;
    padding-right: 8px; }

.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%); }

.form-control {
  height: 64px;
  text-transform: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid transparent;
  -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; }
  .form-control:focus, .form-control:hover, .form-control:focus-visible {
    border: 1px solid #be8c42;
    outline: 0;
    outline-style: none; }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 12px 24px; }

.pagination {
  width: 100%;
  margin-top: 24px;
  justify-content: center;
  overflow: hidden; }
  .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 {
      font-size: 12px;
      padding-top: 8px; }
      .pagination li:first-child a svg, .pagination li:last-child a svg {
        max-width: 12px;
        height: 12px;
        fill: #000; }
    .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: #be8c42 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.social {
  display: flex;
  direction: ltr; }
  .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px; }
    .social a:last-child {
      margin: 0px; }
    .social a svg {
      fill: #202020;
      width: 14px;
      height: 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; }
    .social a.icon-facebook:hover svg {
      fill: #3b5998; }
    .social a.icon-twitter:hover svg {
      fill: #00acee; }
    .social a.icon-instagram:hover svg {
      fill: #8d5b46; }
    .social a.icon-youtube:hover svg {
      fill: #c4302b; }
    .social a.icon-rss:hover svg {
      fill: #ee802f; }
    .social a.icon-linkedin:hover svg {
      fill: #007fb1; }
    .social a.icon-gplus:hover svg {
      fill: #dd4b39; }
    .social a.icon-whatsapp:hover svg {
      fill: #189d0e; }
    .social a.icon-snapchat:hover svg {
      fill: #e2df01; }
    .social a.icon-telegram:hover svg {
      fill: #32afed; }

/*# sourceMappingURL=home.css.map */
