@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
.news-section {
  padding: 127px 0px 130px; }
  @media screen and (max-width: 1700px) {
    .news-section {
      padding: 100px 0px 105px; } }
  @media screen and (max-width: 1199px) {
    .news-section {
      padding: 70px 0px 75px; } }
  @media screen and (max-width: 991px) {
    .news-section {
      padding: 50px 0px 55px; } }
  @media screen and (max-width: 767px) {
    .news-section {
      padding: 30px 0px 35px; } }
  .news-section .news-title span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30px;
    line-height: 120%;
    padding-bottom: 54px;
    letter-spacing: 2.7px;
    color: #ff0000;
    text-transform: uppercase;
    opacity: 1; }
    @media screen and (max-width: 1199px) {
      .news-section .news-title span {
        font-size: 25px; } }
    @media screen and (max-width: 991px) {
      .news-section .news-title span {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .news-section .news-title span {
        padding-bottom: 15px;
        font-size: 15px; } }
  .news-section .latest-news {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .news-section .latest-news {
        flex-direction: column;
        gap: 34px; } }
    .news-section .latest-news .latest-row {
      width: 49%;
      /* Service page css starts here*/
      /* Service page css ends here*/ }
      @media screen and (max-width: 767px) {
        .news-section .latest-news .latest-row {
          width: 100%; } }
      .news-section .latest-news .latest-row .latest-img {
        width: 100%;
        font-size: 0px;
        margin-bottom: 30px;
        margin-bottom: 30px;
        overflow: hidden; }
        .news-section .latest-news .latest-row .latest-img:hover img {
          transform: scale(1.05); }
        @media screen and (max-width: 991px) {
          .news-section .latest-news .latest-row .latest-img {
            margin-bottom: 25px; } }
        .news-section .latest-news .latest-row .latest-img img {
          width: 100%;
          transform: scale(1);
          transition: all 0.5s ease-in-out; }
      .news-section .latest-news .latest-row .post-time {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 2.7px;
        color: #000000;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .news-section .latest-news .latest-row .post-time {
            font-size: 15px; } }
      .news-section .latest-news .latest-row .news-post-title a span {
        padding-top: 30px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 58px;
        line-height: 120%;
        letter-spacing: 0px;
        color: #ff0000;
        text-transform: uppercase;
        opacity: 1;
        transition: all 0.5s ease-in-out; }
        .news-section .latest-news .latest-row .news-post-title a span:hover {
          color: #000000; }
        @media screen and (max-width: 1700px) {
          .news-section .latest-news .latest-row .news-post-title a span {
            font-size: 48px; } }
        @media screen and (max-width: 991px) {
          .news-section .latest-news .latest-row .news-post-title a span {
            font-size: 35px; } }
      .news-section .latest-news .latest-row .post-content span {
        padding-top: 45px;
        display: flex;
        flex-direction: column;
        gap: 25px; }
        @media screen and (max-width: 767px) {
          .news-section .latest-news .latest-row .post-content span {
            padding-top: 25px;
            gap: 20px; } }
        .news-section .latest-news .latest-row .post-content span p {
          font-family: "Roboto", sans-serif;
          font-size: 23px;
          line-height: 150%;
          font-weight: 400;
          letter-spacing: 0px;
          color: #000000;
          opacity: 1; }
          @media screen and (max-width: 1450px) {
            .news-section .latest-news .latest-row .post-content span p {
              font-size: 20px; } }
          @media screen and (max-width: 1199px) {
            .news-section .latest-news .latest-row .post-content span p {
              font-size: 18px; } }
          @media screen and (max-width: 991px) {
            .news-section .latest-news .latest-row .post-content span p {
              font-size: 16px; } }
          @media screen and (max-width: 767px) {
            .news-section .latest-news .latest-row .post-content span p {
              font-size: 14px;
              line-height: 170%; } }
        .news-section .latest-news .latest-row .post-content span figure {
          display: none; }
      .news-section .latest-news .latest-row .post-content figure {
        display: none; }
      .news-section .latest-news .latest-row .read-more a {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 23px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0px;
        color: #ff0000;
        text-decoration: underline;
        text-decoration-thickness: 1px; }
        .news-section .latest-news .latest-row .read-more a:hover {
          color: #000000; }
        @media screen and (max-width: 1450px) {
          .news-section .latest-news .latest-row .read-more a {
            font-size: 20px; } }
        @media screen and (max-width: 1199px) {
          .news-section .latest-news .latest-row .read-more a {
            font-size: 18px; } }
        @media screen and (max-width: 991px) {
          .news-section .latest-news .latest-row .read-more a {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .news-section .latest-news .latest-row .read-more a {
            font-size: 14px;
            line-height: 170%; } }
  .news-section .pagination {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .news-section .pagination .page-numbers {
      padding: 9px 20px;
      font-family: "Roboto", sans-serif;
      font-size: 23px;
      line-height: 150%;
      font-weight: 400;
      letter-spacing: 0px;
      color: #000000;
      background-color: #fff;
      border: 1px solid #000000; }
      @media screen and (max-width: 1450px) {
        .news-section .pagination .page-numbers {
          padding: 9px 18px;
          font-size: 20px; } }
      @media screen and (max-width: 1199px) {
        .news-section .pagination .page-numbers {
          font-size: 18px; } }
      @media screen and (max-width: 991px) {
        .news-section .pagination .page-numbers {
          font-size: 16px;
          padding: 9px 17px; } }
      @media screen and (max-width: 767px) {
        .news-section .pagination .page-numbers {
          font-size: 14px;
          line-height: 170%;
          padding: 9px 16px; } }
      .news-section .pagination .page-numbers:hover, .news-section .pagination .page-numbers.current {
        background-color: #ff0000;
        color: #fff;
        border: 1px solid #ff0000; }

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