@charset "UTF-8";
.header {
  width: 100%;
  position: relative;
  background: #1E1E1E;
  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; }
  .header ::-webkit-scrollbar {
    width: 1px; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 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; }
    .header.sticky .menu-item {
      padding: 20px 0px; }
      @media (max-width: 991px) {
        .header.sticky .menu-item {
          padding: 0px; } }
    .header.sticky .logo img {
      width: 76px; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1280px) {
      .header .container {
        max-width: 100%; } }
  .header .logo img {
    width: 96px;
    -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 .logo img {
        width: 76px; } }
  .header .navbar {
    padding: 0px; }
    .header .navbar .cancel {
      display: none;
      position: absolute;
      top: 12px;
      left: 12px;
      cursor: pointer; }
      .header .navbar .cancel svg {
        width: 18px;
        height: 18px; }
    @media screen and (max-width: 991px) {
      .header .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 260px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #1E1E1E;
        transition: all 0.5s ease; }
        .header .navbar.active {
          right: 0rem;
          opacity: 1;
          visibility: visible; }
        .header .navbar .cancel {
          display: block; } }
  .header .menu-item {
    position: relative;
    display: inline-block;
    margin: 0px 16px;
    color: #000;
    padding: 26px 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: 1280px) {
      .header .menu-item {
        margin: 0px 2px; } }
    .header .menu-item:hover .menu-link {
      color: #FEC532; }
      .header .menu-item:hover .menu-link svg {
        fill: #FEC532;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media only screen and (max-width: 991px) {
          .header .menu-item:hover .menu-link svg {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); } }
  .header .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    line-height: inherit;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease-in-out; }
    .header .menu-link svg {
      transition: all 0.3s ease-in-out; }
    @media (max-width: 1280px) {
      .header .menu-link {
        font-size: 12px; } }
    @media (max-width: 991px) {
      .header .menu-link {
        font-size: 14px; } }
  @media only screen and (min-width: 991px) {
    .header .menu-dropdown:hover > .submenu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0); } }
  @media only screen and (max-width: 991px) {
    .header .menu {
      width: 100%;
      height: auto;
      padding: 0 1rem; }
      .header .menu-item {
        display: block;
        padding: 0px; }
      .header .menu-link {
        justify-content: space-between;
        padding: 0.5rem 0px; } }
  .header .menu .activelink .menu-link {
    color: #FEC532; }
  .header .menu .menu-link:hover {
    outline: none;
    color: #FEC532; }
  .header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 238px;
    height: auto;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0px 10px 40px 0px #06163a1a;
    background-color: #fff;
    transition: all 0.3s ease-in-out; }
    .header .submenu .submenu-item {
      display: block; }
    .header .submenu .submenu-link {
      position: relative;
      display: block;
      cursor: pointer;
      padding: 8px 0px;
      line-height: 28px;
      transition: all 0.35s ease;
      color: #000; }
      .header .submenu .submenu-link:hover {
        outline: none;
        color: #FEC532; }
    @media only screen and (max-width: 991px) {
      .header .submenu {
        position: relative;
        top: -0.5rem;
        right: 0px;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
        padding: 0px 20px; } }
  .header .burger {
    position: absolute;
    left: 146px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent; }
    .header .burger-line {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      opacity: 1;
      border: none;
      outline: none;
      background: #FEC532; }
      .header .burger-line:nth-child(1) {
        top: 0px; }
      .header .burger-line:nth-child(2) {
        top: 0.5rem; }
      .header .burger-line:nth-child(3) {
        top: 1rem; }
    @media only screen and (max-width: 991px) {
      .header .burger {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65); }
    @media only screen and (max-width: 991px) {
      .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .iconsitem {
    display: flex;
    align-items: center; }
    .header .iconsitem a {
      display: flex;
      align-items: center;
      color: #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; }
      .header .iconsitem a:hover {
        color: #FEC532; }
    .header .iconsitem .winner-cup img {
      max-width: 24px;
      margin-left: 4px; }
    .header .iconsitem .loginlink {
      margin-right: 12px; }

.slider {
  overflow: hidden; }
  .slider .carousel-item {
    height: calc(100vh - 96px); }
    @media (max-width: 991px) {
      .slider .carousel-item {
        height: 64vh; } }
    .slider .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slider:hover .carousel-control-next {
    right: 24px; }
  .slider:hover .carousel-control-prev {
    left: 24px; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 1;
    -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 .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 42px;
      height: 42px;
      fill: #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; }
    .slider .carousel-control-next:hover svg,
    .slider .carousel-control-prev:hover svg {
      fill: #FEC532; }
  .slider .carousel-control-next {
    right: -90px; }
  .slider .carousel-control-prev {
    left: -90px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .cen-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%; }
    @media (max-width: 991px) {
      .slider .cen-text {
        text-align: center; } }
    .slider .cen-text .title {
      color: #fff;
      font-size: 56px;
      width: 50%; }
      .slider .cen-text .title span {
        color: #FEC532; }
      @media (max-width: 1280px) {
        .slider .cen-text .title {
          font-size: 46px;
          width: 80%; } }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          width: 100%;
          font-size: 32px;
          line-height: 50px; }
          .slider .cen-text .title br {
            display: none; } }
  .slider .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: #fff;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #fff; }
      .slider .carousel-indicators li.active {
        background: none; }
  .slider iframe,
  .slider video {
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.minabout {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .minabout .container {
    max-width: 100%;
    padding: 0px; }
  .minabout .row {
    margin: 0px; }
    @media (max-width: 991px) {
      .minabout .row:first-child .item {
        display: none; } }
    .minabout .row:first-child .item:last-child {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .minabout .row:first-child .item:last-child {
          margin-top: 24px; } }
    .minabout .row:last-child {
      height: 100%; }
      .minabout .row:last-child .item:first-child {
        display: flex;
        align-items: center; }
      .minabout .row:last-child .item .col {
        display: flex;
        align-items: center;
        height: 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: 550px) {
          .minabout .row:last-child .item .col {
            flex-basis: initial;
            height: auto; } }
        .minabout .row:last-child .item .col:last-child {
          background: #FEC532; }
          .minabout .row:last-child .item .col:last-child p {
            color: #000; }
          .minabout .row:last-child .item .col:last-child .more {
            color: #000; }
            .minabout .row:last-child .item .col:last-child .more svg {
              fill: #000; }
        .minabout .row:last-child .item .col p {
          height: 140px;
          -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; }
          @media (max-width: 991px) {
            .minabout .row:last-child .item .col p {
              height: auto; } }
        .minabout .row:last-child .item .col .more {
          display: block;
          color: #1E1E1E;
          margin-top: 12px; }
          .minabout .row:last-child .item .col .more svg {
            width: 20px;
            margin-right: 4px;
            fill: #1E1E1E; }
  .minabout .item {
    padding: 0px; }
    @media (max-width: 991px) {
      .minabout .item {
        max-width: 100%;
        flex: 100%; }
        .minabout .item .w-75.pr-5 {
          width: 100% !important;
          padding: 0px 24px !important; } }
    .minabout .item .photo {
      width: 100%;
      height: 432px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .minabout .item .photo {
          height: 232px; } }
      .minabout .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.products {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .products {
      padding: 24px 0px; } }
  .products.nohide {
    overflow: inherit; }
  .products .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .products .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .products .item {
        max-width: 100%;
        flex: 100%; } }
    .products .item .inner {
      display: block;
      position: relative;
      width: 100%;
      padding: 8px;
      background: #f9fafd;
      -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; }
      .products .item .inner:hover {
        background: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 24px 0px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 24px 0px; }
        .products .item .inner:hover .photo::after {
          -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
        .products .item .inner:hover .photo img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
      .products .item .inner .photo {
        position: relative;
        width: 100%;
        height: 280px;
        overflow: hidden;
        background: #fff; }
        @media (max-width: 1199px) {
          .products .item .inner .photo {
            height: 200px; } }
        .products .item .inner .photo:after {
          content: '';
          position: absolute;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.5);
          z-index: 1;
          transition: transform .6s;
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
        .products .item .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; }
      .products .item .inner .title {
        font-size: 16px !important;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: 500;
        margin-top: 16px; }
      .products .item .inner p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 12px; }
  .products .web-slider {
    direction: ltr;
    position: relative;
    z-index: 1;
    margin-top: 24px; }
    .products .web-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -16px; }
      .products .web-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .products .web-slider .slick-list .slick-track:after, .products .web-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .products .web-slider .slick-next,
    .products .web-slider .slick-prev {
      position: absolute;
      top: -71px;
      right: 0px;
      background: none;
      color: #000;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      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; }
      @media (max-width: 991px) {
        .products .web-slider .slick-next,
        .products .web-slider .slick-prev {
          top: 104%;
          left: auto;
          right: 50%;
          margin-right: -34px; } }
      .products .web-slider .slick-next svg,
      .products .web-slider .slick-prev svg {
        min-width: 30px; }
    .products .web-slider .slick-prev {
      right: 30px; }
      @media (max-width: 991px) {
        .products .web-slider .slick-prev {
          right: auto;
          left: 50%;
          margin-left: -34px; } }
    .products .web-slider .slick-dots {
      position: absolute;
      top: -12px;
      display: inline-flex !important;
      justify-content: flex-end;
      width: 100%;
      padding: 0px;
      list-style: none; }
      @media (max-width: 991px) {
        .products .web-slider .slick-dots {
          justify-content: center;
          top: -4px; } }
      .products .web-slider .slick-dots li {
        position: relative;
        margin: 0px 3px;
        width: 15px;
        height: 15px;
        padding: 0px;
        cursor: pointer;
        background: #ed1c2414;
        border-bottom-left-radius: 10px; }
        .products .web-slider .slick-dots li button {
          width: 15px;
          height: 15px;
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: transparent; }
      .products .web-slider .slick-dots li.slick-active {
        background: #960230; }
    .products .web-slider .inner {
      display: inline-block;
      margin: 0px 8px; }
      .products .web-slider .inner .photo {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
        background: #fff;
        border: 4px 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; }
        @media (max-width: 550px) {
          .products .web-slider .inner .photo {
            height: 200px; } }
        .products .web-slider .inner .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .products .web-slider .inner .photo:hover {
          border: 4px solid #FEC532; }
          .products .web-slider .inner .photo:hover .bottom {
            -webkit-transform: scale(1);
            transform: scale(1); }
        .products .web-slider .inner .photo .bottom {
          background: #FEC532;
          width: 70px;
          height: 70px;
          position: absolute;
          top: 20px;
          right: 20px;
          -webkit-transform: scale(0);
          transform: scale(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;
          overflow: hidden;
          border-radius: 50%; }
          .products .web-slider .inner .photo .bottom::before, .products .web-slider .inner .photo .bottom::after {
            position: absolute;
            content: '';
            width: 2px;
            height: 35%;
            background-color: #fff;
            top: 22px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .products .web-slider .inner .photo .bottom:after {
            height: 2px;
            width: 35%;
            top: 50%;
            left: 23px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .products .itemvashwel {
    background: #f9fafd;
    padding: 48px 24px; }
    @media (max-width: 991px) {
      .products .itemvashwel {
        max-width: 100%;
        flex: 100%;
        padding: 24px; } }
    .products .itemvashwel:nth-of-type(even) {
      background: #FEC532; }
      .products .itemvashwel:nth-of-type(even) p,
      .products .itemvashwel:nth-of-type(even) .title {
        color: #000; }
      .products .itemvashwel:nth-of-type(even) .more {
        color: #000; }
        .products .itemvashwel:nth-of-type(even) .more svg {
          fill: #000; }
    .products .itemvashwel .photo {
      position: relative;
      width: 126px;
      height: 166px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 991px) {
        .products .itemvashwel .photo {
          height: 126px; } }
      .products .itemvashwel .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .products .itemvashwel .title {
      font-size: 20px;
      font-weight: 500;
      margin-top: 12px; }
      @media (max-width: 991px) {
        .products .itemvashwel .title {
          font-size: 18px; } }
    .products .itemvashwel p {
      margin-top: 12px; }
    .products .itemvashwel .more {
      display: block;
      color: #1E1E1E;
      margin-top: 12px; }
      .products .itemvashwel .more svg {
        width: 20px;
        margin-right: 4px;
        fill: #1E1E1E; }
  .products ol.row .features {
    margin-top: 24px;
    counter-increment: list-number; }
    @media (max-width: 991px) {
      .products ol.row .features {
        max-width: 100%;
        flex: 100%; } }
    .products ol.row .features:before {
      display: flex;
      align-items: center;
      justify-content: center;
      content: counter(list-number);
      position: absolute;
      right: 24px;
      top: 20px;
      background: #FEC532;
      border-radius: 50%;
      font-weight: 900;
      color: #000;
      width: 44px;
      height: 44px;
      z-index: 1; }
    .products ol.row .features .itemicon {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 72px 12px 12px 12px;
      background: #f9fafd;
      overflow: hidden;
      font-size: 18px;
      font-weight: 500; }
  .products .it-win {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .products .it-win {
        max-width: 100%;
        flex: 100%; } }
    @media (max-width: 450px) {
      .products .it-win .minheader {
        display: block; }
        .products .it-win .minheader .more {
          display: block;
          margin-top: 12px; } }
    .products .it-win .photo {
      position: relative;
      width: 100%;
      height: 380px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 1199px) {
        .products .it-win .photo {
          height: 200px; } }
      .products .it-win .photo:after {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000069;
        z-index: 1; }
      .products .it-win .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .products .it-win .content {
      position: absolute;
      bottom: 0px;
      right: 0px;
      z-index: 2;
      width: 100%;
      padding: 24px 32px; }
    .products .it-win .title {
      font-size: 16px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-weight: 600;
      color: #fff; }
    .products .it-win p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #fff;
      margin-top: 12px; }
      @media (max-width: 991px) {
        .products .it-win p {
          display: none; } }
  @media (max-width: 991px) {
    .products .creitem {
      max-width: 100%;
      flex: 100%; } }
  .products .creitem .scroll {
    position: sticky;
    top: 100px; }
    @media (max-width: 991px) {
      .products .creitem .scroll .crebox {
        max-width: 100%;
        flex: 100%; } }
    .products .creitem .scroll .photo {
      width: 100%; }
      .products .creitem .scroll .photo img {
        width: 100%; }
  .products .creitem .crebox {
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .products .creitem .crebox {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 450px) {
      .products .creitem .crebox {
        max-width: 100%;
        flex: 100%; } }
    .products .creitem .crebox .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 380px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 1199px) {
        .products .creitem .crebox .photo {
          height: 260px; } }
      .products .creitem .crebox .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; }
    .products .creitem .crebox a.photo:after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      z-index: 1;
      transition: transform .6s;
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
    .products .creitem .crebox a.photo:hover::after {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
    .products .creitem .crebox a.photo:hover img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .products .creitem .crebox .title {
      font-size: 16px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-weight: 600;
      margin-top: 12px; }
    .products .creitem .crebox p {
      margin-top: 12px; }

.map-bneer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .map-bneer {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .map-bneer .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .map-bneer .item:last-child {
        margin: 0px; } }
  .map-bneer .item:last-child .photo {
    margin: 0px;
    height: 480px; }
    @media (max-width: 991px) {
      .map-bneer .item:last-child .photo {
        height: 200px; } }
  .map-bneer .photo {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: #fff;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .map-bneer .photo {
        height: 200px; } }
    .map-bneer .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; }
  .map-bneer .title {
    font-size: 50px; }
    @media (max-width: 991px) {
      .map-bneer .title {
        font-size: 18px; } }
  .map-bneer p {
    margin-top: 12px; }
  .map-bneer .col:first-child .bottom {
    background: 0px;
    border: 1px solid #FEC532;
    color: #FEC532; }
    .map-bneer .col:first-child .bottom svg {
      fill: #FEC532; }
  .map-bneer .bottom {
    width: 100%;
    height: 50px;
    border-radius: 0px; }
  .map-bneer.newbanner {
    padding: 0px;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .map-bneer.newbanner {
        margin-top: 24px; } }
    .map-bneer.newbanner .container {
      display: flex;
      align-items: center;
      padding: 144px 12px; }
      @media (max-width: 1199px) {
        .map-bneer.newbanner .container {
          padding: 48px 12px; } }
    .map-bneer.newbanner .item {
      z-index: 1;
      padding: 0px 48px;
      max-width: 50%; }
      @media (max-width: 1199px) {
        .map-bneer.newbanner .item {
          max-width: 100%;
          padding: 0px 24px; } }
      .map-bneer.newbanner .item .title {
        color: #fff; }
      .map-bneer.newbanner .item p {
        color: #fff; }
    .map-bneer.newbanner .col {
      max-width: 210px;
      flex: 210px; }
    .map-bneer.newbanner .photo {
      position: absolute;
      margin: 0px;
      width: calc(100% - 24px);
      height: 100% !important; }
      .map-bneer.newbanner .photo::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000a8; }
  .map-bneer.des-prud p {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .map-bneer.des-prud .photo {
    height: 481px; }
    @media (max-width: 991px) {
      .map-bneer.des-prud .photo {
        height: 280px; } }
  .map-bneer.des-prud .img {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .map-bneer.des-prud .img {
        max-width: 50%;
        flex: 50%; } }
    .map-bneer.des-prud .img .photo {
      height: 316px; }
      @media (max-width: 991px) {
        .map-bneer.des-prud .img .photo {
          height: 116px; } }
  .map-bneer.gra-des .item {
    display: flex;
    align-items: center; }
    .map-bneer.gra-des .item .photo {
      text-align: center; }
      .map-bneer.gra-des .item .photo img {
        object-fit: inherit;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%; }

.error404 {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #fff; }
  @media (max-width: 991px) {
    .error404 {
      padding: 24px 0px; } }
  .error404 .title {
    font-size: 150px !important;
    line-height: 1; }
  .error404 p {
    font-size: 24px; }
  .error404 .bottom {
    margin-top: 24px; }

.blog {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  padding-top: 12px; }
  @media (max-width: 991px) {
    .blog {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .blog {
      padding-top: 0px; } }
  .blog .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .blog .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px; } }
    @media (max-width: 550px) {
      .blog .item {
        max-width: 100%;
        flex: 100%; } }
    .blog .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 380px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 1199px) {
        .blog .item .photo {
          height: 200px; } }
      .blog .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; }
      .blog .item .photo:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
    .blog .item .content {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      background: #ffffffad;
      padding: 12px 16px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .blog .item .content p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000; }
      .blog .item .content span {
        font-weight: 500;
        color: #000; }
    .blog .item .title {
      font-size: 16px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-weight: 500;
      margin-top: 16px; }
    .blog .item .more {
      display: block;
      color: #1E1E1E;
      margin-top: 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; }
      .blog .item .more:hover {
        color: #FEC532; }
        .blog .item .more:hover svg {
          fill: #FEC532; }
      .blog .item .more svg {
        width: 20px;
        margin-right: 4px;
        fill: #1E1E1E;
        -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; }

.bloginner {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .bloginner {
      padding: 24px 0px; } }
  .bloginner .title {
    font-size: 40px; }
    @media (max-width: 991px) {
      .bloginner .title {
        font-size: 20px; } }
  .bloginner .photo {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #F7F7F7;
    margin-top: 24px; }
    .bloginner .photo img {
      width: 100%; }
  .bloginner .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .bloginner .flexbox {
        display: block;
        text-align: center; } }
    .bloginner .flexbox .social {
      width: auto; }
      @media (max-width: 991px) {
        .bloginner .flexbox .social {
          width: 100%;
          justify-content: center;
          flex-wrap: wrap;
          margin-top: 20px; } }
      .bloginner .flexbox .social a {
        margin: 0px;
        margin-right: 12px;
        border: 1px solid #ccc;
        padding: 6px 10px; }
        @media (max-width: 991px) {
          .bloginner .flexbox .social a {
            margin: 4px 4px 0px 4px; } }
      .bloginner .flexbox .social .icon-copy {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        padding: 6px 10px;
        -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;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .bloginner .flexbox .social .icon-copy:hover {
          border: 1px solid #FEC532;
          background: #FEC532;
          color: #000; }
        .bloginner .flexbox .social .icon-copy svg {
          min-width: 20px;
          max-width: 20px;
          max-height: 20px;
          margin-right: 4px; }
  .bloginner p {
    margin-top: 24px; }
  .bloginner .bord {
    border-right: 4px solid #FEC532;
    padding-right: 24px; }

.winners {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .winners {
      padding: 24px 0px; } }
  .winners .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .winners .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .winners .item {
        max-width: 100%;
        flex: 100%; } }
    .winners .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 380px;
      overflow: hidden;
      background: #fff; }
      @media (max-width: 1199px) {
        .winners .item .photo {
          height: 200px; } }
      .winners .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; }
      .winners .item .photo:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
    .winners .item .content {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      background: #ffffffad;
      padding: 12px 16px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .winners .item .content p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000; }
      .winners .item .content span {
        font-weight: 500;
        color: #000; }
    .winners .item .title {
      font-size: 16px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-weight: 500;
      margin-top: 16px; }

.winnersinner {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  overflow: inherit; }
  @media (max-width: 991px) {
    .winnersinner {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .winnersinner .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .winnersinner .item:last-child {
        order: 2; } }
  .winnersinner .item .scroll {
    position: sticky;
    top: 100px; }
    .winnersinner .item .scroll .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 380px;
      overflow: hidden;
      background: #fff;
      margin: 0px; }
      @media (max-width: 1199px) {
        .winnersinner .item .scroll .photo {
          height: 200px; } }
      .winnersinner .item .scroll .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; }
      .winnersinner .item .scroll .photo:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
    .winnersinner .item .scroll .content {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      background: #ffffffad;
      padding: 12px 16px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .winnersinner .item .scroll .content p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000; }
    .winnersinner .item .scroll .title {
      font-size: 16px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-weight: 500;
      margin-top: 16px; }
    .winnersinner .item .scroll p {
      margin: 0px !important; }
  .winnersinner .title {
    font-size: 40px; }
    @media (max-width: 991px) {
      .winnersinner .title {
        font-size: 20px; } }
  .winnersinner .photo {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #F7F7F7;
    margin-top: 24px; }
    .winnersinner .photo img {
      width: 100%; }
  .winnersinner .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media (max-width: 991px) {
      .winnersinner .flexbox {
        display: block;
        text-align: center; } }
    .winnersinner .flexbox .social {
      width: auto; }
      @media (max-width: 991px) {
        .winnersinner .flexbox .social {
          width: 100%;
          justify-content: center;
          flex-wrap: wrap;
          margin-top: 20px; } }
      .winnersinner .flexbox .social a {
        margin: 0px;
        margin-right: 12px;
        border: 1px solid #ccc;
        padding: 6px 10px; }
        @media (max-width: 991px) {
          .winnersinner .flexbox .social a {
            margin: 4px 4px 0px 4px; } }
      .winnersinner .flexbox .social .icon-copy {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        padding: 6px 10px;
        -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;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .winnersinner .flexbox .social .icon-copy:hover {
          border: 1px solid #FEC532;
          background: #FEC532;
          color: #000; }
        .winnersinner .flexbox .social .icon-copy svg {
          min-width: 20px;
          max-width: 20px;
          max-height: 20px;
          margin-right: 4px; }
  .winnersinner p {
    margin-top: 24px; }
  .winnersinner .bord {
    border-right: 4px solid #FEC532;
    padding-right: 24px; }

.competition,
.policy,
.contact,
.registration,
.login,
.forget,
.profile {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  min-height: 90vh; }
  @media (max-width: 991px) {
    .competition,
    .policy,
    .contact,
    .registration,
    .login,
    .forget,
    .profile {
      padding: 24px 0px; } }
  .competition .photo,
  .policy .photo,
  .contact .photo,
  .registration .photo,
  .login .photo,
  .forget .photo,
  .profile .photo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 46%;
    height: 100%; }
    @media (max-width: 991px) {
      .competition .photo,
      .policy .photo,
      .contact .photo,
      .registration .photo,
      .login .photo,
      .forget .photo,
      .profile .photo {
        display: none; } }
    .competition .photo img,
    .policy .photo img,
    .contact .photo img,
    .registration .photo img,
    .login .photo img,
    .forget .photo img,
    .profile .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .competition .item,
  .policy .item,
  .contact .item,
  .registration .item,
  .login .item,
  .forget .item,
  .profile .item {
    margin-right: 50%; }
    @media (max-width: 991px) {
      .competition .item,
      .policy .item,
      .contact .item,
      .registration .item,
      .login .item,
      .forget .item,
      .profile .item {
        margin: 0px;
        max-width: 100%;
        flex: 100%; } }
    .competition .item .inpusrach,
    .policy .item .inpusrach,
    .contact .item .inpusrach,
    .registration .item .inpusrach,
    .login .item .inpusrach,
    .forget .item .inpusrach,
    .profile .item .inpusrach {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .competition .item .inpusrach,
        .policy .item .inpusrach,
        .contact .item .inpusrach,
        .registration .item .inpusrach,
        .login .item .inpusrach,
        .forget .item .inpusrach,
        .profile .item .inpusrach {
          max-width: 100%;
          flex: 100%; } }
      .competition .item .inpusrach .form-control,
      .policy .item .inpusrach .form-control,
      .contact .item .inpusrach .form-control,
      .registration .item .inpusrach .form-control,
      .login .item .inpusrach .form-control,
      .forget .item .inpusrach .form-control,
      .profile .item .inpusrach .form-control {
        height: 72px;
        text-transform: none;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box;
        background: #f9fafd;
        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;
        color: #000;
        font-weight: 400;
        line-height: 150%;
        padding-top: 24px; }
        .competition .item .inpusrach .form-control:focus, .competition .item .inpusrach .form-control:hover,
        .policy .item .inpusrach .form-control:focus,
        .policy .item .inpusrach .form-control:hover,
        .contact .item .inpusrach .form-control:focus,
        .contact .item .inpusrach .form-control:hover,
        .registration .item .inpusrach .form-control:focus,
        .registration .item .inpusrach .form-control:hover,
        .login .item .inpusrach .form-control:focus,
        .login .item .inpusrach .form-control:hover,
        .forget .item .inpusrach .form-control:focus,
        .forget .item .inpusrach .form-control:hover,
        .profile .item .inpusrach .form-control:focus,
        .profile .item .inpusrach .form-control:hover {
          border: 1px solid #FEC532; }
        .competition .item .inpusrach .form-control ::placeholder,
        .policy .item .inpusrach .form-control ::placeholder,
        .contact .item .inpusrach .form-control ::placeholder,
        .registration .item .inpusrach .form-control ::placeholder,
        .login .item .inpusrach .form-control ::placeholder,
        .forget .item .inpusrach .form-control ::placeholder,
        .profile .item .inpusrach .form-control ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #000;
          opacity: 0.3; }
        .competition .item .inpusrach .form-control :-ms-input-placeholder,
        .policy .item .inpusrach .form-control :-ms-input-placeholder,
        .contact .item .inpusrach .form-control :-ms-input-placeholder,
        .registration .item .inpusrach .form-control :-ms-input-placeholder,
        .login .item .inpusrach .form-control :-ms-input-placeholder,
        .forget .item .inpusrach .form-control :-ms-input-placeholder,
        .profile .item .inpusrach .form-control :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000;
          opacity: 0.3; }
        .competition .item .inpusrach .form-control ::-ms-input-placeholder,
        .policy .item .inpusrach .form-control ::-ms-input-placeholder,
        .contact .item .inpusrach .form-control ::-ms-input-placeholder,
        .registration .item .inpusrach .form-control ::-ms-input-placeholder,
        .login .item .inpusrach .form-control ::-ms-input-placeholder,
        .forget .item .inpusrach .form-control ::-ms-input-placeholder,
        .profile .item .inpusrach .form-control ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #000;
          opacity: 0.3; }
      .competition .item .inpusrach textarea.form-control,
      .policy .item .inpusrach textarea.form-control,
      .contact .item .inpusrach textarea.form-control,
      .registration .item .inpusrach textarea.form-control,
      .login .item .inpusrach textarea.form-control,
      .forget .item .inpusrach textarea.form-control,
      .profile .item .inpusrach textarea.form-control {
        height: 228px;
        resize: none;
        padding-top: 32px; }
      .competition .item .inpusrach .bottom,
      .policy .item .inpusrach .bottom,
      .contact .item .inpusrach .bottom,
      .registration .item .inpusrach .bottom,
      .login .item .inpusrach .bottom,
      .forget .item .inpusrach .bottom,
      .profile .item .inpusrach .bottom {
        width: 100%;
        height: 72px; }
      .competition .item .inpusrach .text,
      .policy .item .inpusrach .text,
      .contact .item .inpusrach .text,
      .registration .item .inpusrach .text,
      .login .item .inpusrach .text,
      .forget .item .inpusrach .text,
      .profile .item .inpusrach .text {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .competition .item .inpusrach .text a,
        .policy .item .inpusrach .text a,
        .contact .item .inpusrach .text a,
        .registration .item .inpusrach .text a,
        .login .item .inpusrach .text a,
        .forget .item .inpusrach .text a,
        .profile .item .inpusrach .text a {
          color: #FEC532; }
          .competition .item .inpusrach .text a:hover,
          .policy .item .inpusrach .text a:hover,
          .contact .item .inpusrach .text a:hover,
          .registration .item .inpusrach .text a:hover,
          .login .item .inpusrach .text a:hover,
          .forget .item .inpusrach .text a:hover,
          .profile .item .inpusrach .text a:hover {
            text-decoration: underline; }
      .competition .item .inpusrach .floating-label,
      .policy .item .inpusrach .floating-label,
      .contact .item .inpusrach .floating-label,
      .registration .item .inpusrach .floating-label,
      .login .item .inpusrach .floating-label,
      .forget .item .inpusrach .floating-label,
      .profile .item .inpusrach .floating-label {
        position: absolute;
        right: 24px;
        top: 21px;
        color: #000;
        opacity: 0.3;
        margin: 0px;
        font-weight: normal;
        pointer-events: none;
        text-transform: capitalize;
        -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; }
      .competition .item .inpusrach .form-control:focus ~ .floating-label,
      .competition .item .inpusrach .form-control:not(:focus):valid ~ .floating-label,
      .policy .item .inpusrach .form-control:focus ~ .floating-label,
      .policy .item .inpusrach .form-control:not(:focus):valid ~ .floating-label,
      .contact .item .inpusrach .form-control:focus ~ .floating-label,
      .contact .item .inpusrach .form-control:not(:focus):valid ~ .floating-label,
      .registration .item .inpusrach .form-control:focus ~ .floating-label,
      .registration .item .inpusrach .form-control:not(:focus):valid ~ .floating-label,
      .login .item .inpusrach .form-control:focus ~ .floating-label,
      .login .item .inpusrach .form-control:not(:focus):valid ~ .floating-label,
      .forget .item .inpusrach .form-control:focus ~ .floating-label,
      .forget .item .inpusrach .form-control:not(:focus):valid ~ .floating-label,
      .profile .item .inpusrach .form-control:focus ~ .floating-label,
      .profile .item .inpusrach .form-control:not(:focus):valid ~ .floating-label {
        top: 4px;
        font-size: 13px; }
      .competition .item .inpusrach .intl-tel-input input:focus ~ .floating-label,
      .competition .item .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .policy .item .inpusrach .intl-tel-input input:focus ~ .floating-label,
      .policy .item .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .contact .item .inpusrach .intl-tel-input input:focus ~ .floating-label,
      .contact .item .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .registration .item .inpusrach .intl-tel-input input:focus ~ .floating-label,
      .registration .item .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .login .item .inpusrach .intl-tel-input input:focus ~ .floating-label,
      .login .item .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .forget .item .inpusrach .intl-tel-input input:focus ~ .floating-label,
      .forget .item .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .profile .item .inpusrach .intl-tel-input input:focus ~ .floating-label,
      .profile .item .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label {
        top: 9px; }
    .competition .item .custom-file-label,
    .competition .item .custom-file-input,
    .policy .item .custom-file-label,
    .policy .item .custom-file-input,
    .contact .item .custom-file-label,
    .contact .item .custom-file-input,
    .registration .item .custom-file-label,
    .registration .item .custom-file-input,
    .login .item .custom-file-label,
    .login .item .custom-file-input,
    .forget .item .custom-file-label,
    .forget .item .custom-file-input,
    .profile .item .custom-file-label,
    .profile .item .custom-file-input {
      width: 100%;
      outline: 0px !important;
      height: 72px;
      border: 1px solid transparent;
      background: #f9fafd;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      padding: 8px 16px;
      color: #000; }
      .competition .item .custom-file-label:focus,
      .competition .item .custom-file-input:focus,
      .policy .item .custom-file-label:focus,
      .policy .item .custom-file-input:focus,
      .contact .item .custom-file-label:focus,
      .contact .item .custom-file-input:focus,
      .registration .item .custom-file-label:focus,
      .registration .item .custom-file-input:focus,
      .login .item .custom-file-label:focus,
      .login .item .custom-file-input:focus,
      .forget .item .custom-file-label:focus,
      .forget .item .custom-file-input:focus,
      .profile .item .custom-file-label:focus,
      .profile .item .custom-file-input:focus {
        border: 1px solid #FEC532 !important; }
    .competition .item .custom-file-input,
    .policy .item .custom-file-input,
    .contact .item .custom-file-input,
    .registration .item .custom-file-input,
    .login .item .custom-file-input,
    .forget .item .custom-file-input,
    .profile .item .custom-file-input {
      display: none; }
    .competition .item .custom-file-label,
    .policy .item .custom-file-label,
    .contact .item .custom-file-label,
    .registration .item .custom-file-label,
    .login .item .custom-file-label,
    .forget .item .custom-file-label,
    .profile .item .custom-file-label {
      position: relative; }
      .competition .item .custom-file-label:hover,
      .policy .item .custom-file-label:hover,
      .contact .item .custom-file-label:hover,
      .registration .item .custom-file-label:hover,
      .login .item .custom-file-label:hover,
      .forget .item .custom-file-label:hover,
      .profile .item .custom-file-label:hover {
        border: 1px solid #FEC532 !important; }
    .competition .item .custom-file-label,
    .policy .item .custom-file-label,
    .contact .item .custom-file-label,
    .registration .item .custom-file-label,
    .login .item .custom-file-label,
    .forget .item .custom-file-label,
    .profile .item .custom-file-label {
      display: flex;
      align-items: center;
      margin: 0px;
      padding-right: 154px;
      box-shadow: none !important;
      outline: 0 !important;
      outline-style: none !important;
      font-weight: 400;
      color: #000;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .competition .item .custom-file-input:lang(en) ~ .custom-file-label::after,
    .policy .item .custom-file-input:lang(en) ~ .custom-file-label::after,
    .contact .item .custom-file-input:lang(en) ~ .custom-file-label::after,
    .registration .item .custom-file-input:lang(en) ~ .custom-file-label::after,
    .login .item .custom-file-input:lang(en) ~ .custom-file-label::after,
    .forget .item .custom-file-input:lang(en) ~ .custom-file-label::after,
    .profile .item .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "  إرفاق المشروع  ";
      background: none;
      height: 72px;
      background: url(../images/up.svg) no-repeat center right;
      border: 0px;
      padding: 0px;
      display: flex;
      align-items: center;
      right: 16px;
      padding-right: 30px;
      font-weight: 400;
      color: #000; }
  .competition .icons,
  .policy .icons,
  .contact .icons,
  .registration .icons,
  .login .icons,
  .forget .icons,
  .profile .icons {
    display: flex; }
    .competition .icons .media,
    .policy .icons .media,
    .contact .icons .media,
    .registration .icons .media,
    .login .icons .media,
    .forget .icons .media,
    .profile .icons .media {
      display: flex;
      align-items: center;
      margin: 24px 0px 0px 24px; }
      .competition .icons .media:last-child,
      .policy .icons .media:last-child,
      .contact .icons .media:last-child,
      .registration .icons .media:last-child,
      .login .icons .media:last-child,
      .forget .icons .media:last-child,
      .profile .icons .media:last-child {
        margin-left: 0px; }
      .competition .icons .media svg,
      .policy .icons .media svg,
      .contact .icons .media svg,
      .registration .icons .media svg,
      .login .icons .media svg,
      .forget .icons .media svg,
      .profile .icons .media svg {
        margin-left: 4px;
        width: 22px; }
      .competition .icons .media a,
      .policy .icons .media a,
      .contact .icons .media a,
      .registration .icons .media a,
      .login .icons .media a,
      .forget .icons .media a,
      .profile .icons .media a {
        direction: ltr;
        -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; }
        .competition .icons .media a:hover,
        .policy .icons .media a:hover,
        .contact .icons .media a:hover,
        .registration .icons .media a:hover,
        .login .icons .media a:hover,
        .forget .icons .media a:hover,
        .profile .icons .media a:hover {
          color: #FEC532; }
  .competition .icon-pass,
  .policy .icon-pass,
  .contact .icon-pass,
  .registration .icon-pass,
  .login .icon-pass,
  .forget .icon-pass,
  .profile .icon-pass {
    position: absolute;
    top: 24px;
    left: 32px;
    z-index: 10;
    cursor: pointer;
    -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; }
    .competition .icon-pass svg,
    .policy .icon-pass svg,
    .contact .icon-pass svg,
    .registration .icon-pass svg,
    .login .icon-pass svg,
    .forget .icon-pass svg,
    .profile .icon-pass svg {
      width: 24px;
      fill: #000; }
  .competition .icon-pass.eye-slash.icon-pass,
  .policy .icon-pass.eye-slash.icon-pass,
  .contact .icon-pass.eye-slash.icon-pass,
  .registration .icon-pass.eye-slash.icon-pass,
  .login .icon-pass.eye-slash.icon-pass,
  .forget .icon-pass.eye-slash.icon-pass,
  .profile .icon-pass.eye-slash.icon-pass {
    display: none; }
    .competition .icon-pass.eye-slash.icon-pass svg,
    .policy .icon-pass.eye-slash.icon-pass svg,
    .contact .icon-pass.eye-slash.icon-pass svg,
    .registration .icon-pass.eye-slash.icon-pass svg,
    .login .icon-pass.eye-slash.icon-pass svg,
    .forget .icon-pass.eye-slash.icon-pass svg,
    .profile .icon-pass.eye-slash.icon-pass svg {
      stroke: #FEC532;
      fill: none; }

.profile .item {
  margin: 0px; }
  .profile .item .imgcent {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 24px; }
    @media (max-width: 550px) {
      .profile .item .imgcent {
        display: block; } }
    .profile .item .imgcent .img {
      position: relative;
      width: 96px;
      height: 96px;
      overflow: hidden;
      border-radius: 50%;
      margin-left: 16px;
      background: #FEC532; }
    .profile .item .imgcent .img_prev {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .profile .item .imgcent .bottom {
      margin: 0px;
      margin-left: 16px; }
      @media (max-width: 550px) {
        .profile .item .imgcent .bottom {
          margin-top: 24px; } }
      .profile .item .imgcent .bottom:hover {
        box-shadow: 10px 5px 40px #fec53259; }
      .profile .item .imgcent .bottom svg {
        margin: 0px;
        margin-left: 4px; }
  .profile .item .del-img {
    background: #960230;
    margin: 0px;
    color: #fff; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #1E1E1E;
  padding-bottom: 0px !important; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .navmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
    .footer .navmenu a {
      display: inline-block;
      position: relative;
      color: #fff;
      margin: 0px 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; }
      .footer .navmenu a:hover {
        color: #FEC532; }
  .footer .copyright {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block; } }
    .footer .copyright p {
      color: #fff;
      margin-bottom: 12px; }
      .footer .copyright p:last-child {
        margin: 0px; }
      .footer .copyright p a {
        color: #FEC532;
        margin-right: 4px; }
  .footer .socialitem {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 52px;
    margin-top: 48px; }
    .footer .socialitem::after, .footer .socialitem::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 40%;
      height: 100%;
      background: #FEC532;
      -webkit-border-radius: 0px 60px 0px 0px;
      border-radius: 0px 60px 0px 0px;
      background-clip: padding-box; }
      @media (max-width: 991px) {
        .footer .socialitem::after, .footer .socialitem::before {
          width: 20%; } }
    .footer .socialitem::before {
      left: auto;
      right: 0px;
      -webkit-border-radius: 60px 0px 0px 0px;
      border-radius: 60px 0px 0px 0px;
      background-clip: padding-box; }
  .footer .scrollToTop {
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: none;
    border: 0px;
    padding-top: 8px;
    z-index: 1000;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: 0px; }
      .footer .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 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  color: #545454;
  font-family: 'Readex Pro', sans-serif; }

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

/* Track */
::-webkit-scrollbar-track {
  background: #F7F7F7; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #FEC532;
  cursor: pointer; }

body {
  direction: rtl;
  text-align: right;
  background: #fff; }

.bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 24px;
  background-color: #FEC532;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  border: 0px;
  outline-style: none;
  outline: 0px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  color: #1E1E1E;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  text-transform: capitalize; }
  @media (max-width: 991px) {
    .bottom {
      padding: 2px 8px;
      font-size: 12px; } }
  .bottom svg {
    width: 20px;
    margin-right: 4px;
    fill: #1E1E1E; }
  .bottom:focus {
    outline: 0px !important; }
  .bottom:hover {
    box-shadow: 10px 5px 40px #FEC532; }

.social {
  direction: ltr;
  display: flex;
  justify-content: center;
  width: 100%; }
  .social a {
    display: inline-flex;
    align-items: center;
    justify-content: 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;
    margin: 0px 8px; }
    .social a svg {
      fill: #000;
      max-width: 20px;
      max-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; }
    .social a.icon-facebook svg {
      fill: #777E91; }
    .social a.icon-facebook:hover svg {
      fill: #3b5998; }
    .social a.icon-twitter svg {
      fill: #777E91; }
    .social a.icon-twitter:hover svg {
      fill: #00acee; }
    .social a.icon-instagram svg {
      fill: #777E91; }
    .social a.icon-instagram:hover svg {
      fill: #8d5b46; }
    .social a.icon-youtube svg {
      fill: #777E91; }
    .social a.icon-youtube:hover svg {
      fill: #c4302b; }
    .social a.icon-rss svg {
      fill: #777E91; }
    .social a.icon-rss:hover svg {
      fill: #ee802f; }
    .social a.icon-linkedin svg {
      fill: #777E91; }
    .social a.icon-linkedin:hover svg {
      fill: #007fb1; }
    .social a.icon-gplus svg {
      fill: #777E91; }
    .social a.icon-gplus:hover svg {
      fill: #dd4b39; }
    .social a.icon-whatsapp svg {
      fill: #777E91; }
    .social a.icon-whatsapp:hover svg {
      fill: #189d0e; }
    .social a.icon-email svg {
      fill: #777E91; }
    .social a.icon-email:hover svg {
      fill: #dd4b39; }
    .social a.icon-print svg {
      fill: #777E91; }
    .social a.icon-print:hover svg {
      fill: #8d5b46; }

.link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  height: 16px;
  margin: 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; }
  .link svg {
    fill: #FEC532;
    max-width: 32px; }

.minheader {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .minheader .more {
    display: flex;
    align-items: center;
    color: #FEC532; }
    .minheader .more:hover {
      text-decoration: underline; }
    .minheader .more svg {
      width: 20px;
      margin-right: 4px;
      fill: #FEC532; }

.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #FEC532;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 18px; }
      .title br {
        display: none; } }

.wizard {
  margin-bottom: 16px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #000;
    line-height: 14.4px;
    font-weight: 400; }
    .wizard li a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #000;
      line-height: 14.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; }
      .wizard li a:hover {
        color: #3d6e41; }
      .wizard li a svg {
        margin-right: 16px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

.form-control {
  height: 72px;
  text-transform: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  background: #f9fafd;
  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;
  color: #000;
  font-weight: 400;
  line-height: 150%;
  padding-top: 24px; }
  .form-control:focus, .form-control:hover {
    border: 1px solid #FEC532; }
  .form-control ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 0.3; }
  .form-control :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    opacity: 0.3; }
  .form-control ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    opacity: 0.3; }

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  padding-left: 28px; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    right: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background: #D9D9D9;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    font-style: initial; }
  .che-box input[type="radio"] + .label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .che-box input[type="checkbox"]:checked + .label-text:before,
  .che-box input[type="radio"]:checked + .label-text:before {
    content: "";
    background: #960230;
    animation: effect 250ms ease-in; }
  .che-box input[type="checkbox"]:checked + .label-text {
    color: #960230; }
  .che-box span.label-text {
    font-size: 15px; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .contant {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    margin: 0px !important;
    color: #fff; }
  .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%); }

select.form-control {
  -webkit-appearance: none; }
  select.form-control option {
    padding: 32px; }

.map-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  background: #F7F7F7;
  overflow: hidden; }
  @media (max-width: 991px) {
    .map-back {
      height: 200px; } }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: 2; }
  .map-back img {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .map-back .container {
    z-index: 2; }
  .map-back .title {
    color: #fff;
    text-align: center;
    font-size: 68px; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 32px; } }

.pagination {
  width: 100%;
  justify-content: center;
  margin-top: 24px; }
  .pagination li {
    display: inline-block;
    margin: 0px 10px; }
    .pagination li a,
    .pagination li span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 5px !important;
      border-radius: 5px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #f9fafd;
      color: #FEC532;
      -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 svg {
      width: 12px;
      height: 12px; }
    .pagination li:last-child svg {
      transform: rotate(90deg); }
    .pagination li:first-child svg {
      transform: rotate(-90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #FEC532 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

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