/*CQ20-693*/
.blog-items {
  font-family: 'KLD Maraam'; }
  .blog-items.container {
    max-width: 1373px; }
    @media (max-width: 767px) {
      .blog-items.container .col-md-8 {
        order: -1; } }
  .blog-items .blog_excerpt p, .blog-items .blog_excerpt a {
    color: #17233D; }
  .blog-items .rm-link:hover {
    text-decoration: none; }
  .blog-items .blog-card {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 30px 90px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden; }
    .blog-items .blog-card .img-wrapper {
      height: 270px;
      width: 100%; }
      .blog-items .blog-card .img-wrapper .blog-img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .blog-items .blog-card-inner {
    font-family: 'KLD Maraam';
    text-align: right;
    padding: 1rem;
    max-height: 300px;
    min-height: 280px; }
    .blog-items .blog-card-inner h3 {
      font-family: 'KLD Maraam';
      text-align: right;
      color: #17233D;
      font-style: normal;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 30px;
      margin: 10px 0 15px 0; }
    .blog-items .blog-card-inner p {
      font-family: 'KLD Maraam';
      font-style: normal;
      font-weight: 300;
      font-size: 1rem;
      line-height: 24px;
      height: 96px;
      color: #17233D;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    .blog-items .blog-card-inner span {
      font-family: 'KLD Maraam';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #787878; }
    .blog-items .blog-card-inner .blog_excerpt {
      font-family: 'KLD Maraam';
      text-align: right;
      color: #17233D;
      margin-bottom: 28px; }
  .blog-items .trending-blogs {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    text-align: right;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .blog-items .trending-blogs {
        padding-left: 0; } }
    .blog-items .trending-blogs h3 {
      font-size: 1rem;
      margin-bottom: 1rem;
      font-weight: 500; }
    .blog-items .trending-blogs ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .blog-items .trending-blogs ul li {
        margin-bottom: 2rem; }
        .blog-items .trending-blogs ul li.item .img-wrapper {
          border-radius: 5px;
          height: 205px;
          width: 100%;
          position: relative;
          overflow: hidden; }
          .blog-items .trending-blogs ul li.item .img-wrapper img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
          .blog-items .trending-blogs ul li.item .img-wrapper .info-wrapper {
            display: flex;
            gap: 18px;
            width: 100%; }
          .blog-items .trending-blogs ul li.item .img-wrapper .overlay {
            background-color: rgba(23, 35, 61, 0.7);
            color: #fff;
            position: absolute;
            padding: 1.25rem;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            display: flex;
            flex-wrap: wrap;
            align-content: end; }
            .blog-items .trending-blogs ul li.item .img-wrapper .overlay .blog-title {
              font-size: 1rem;
              line-height: 22px;
              width: 100%;
              font-family: 'KLD Maraam'; }
            .blog-items .trending-blogs ul li.item .img-wrapper .overlay .date-stamp {
              color: rgba(255, 255, 255, 0.75);
              font-size: 1rem;
              line-height: 22px;
              width: 100%; }
            .blog-items .trending-blogs ul li.item .img-wrapper .overlay .circle-icon {
              border: 2px solid #FFF;
              border-radius: 50%;
              width: 38px;
              height: 38px;
              flex-shrink: 0; }
  .blog-items .recent-blogs {
    text-align: right; }
    .blog-items .recent-blogs h3 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
    .blog-items .recent-blogs ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .blog-items .recent-blogs ul li {
        margin-bottom: 2rem; }
        .blog-items .recent-blogs ul li.item {
          display: flex;
          flex-wrap: wrap; }
          .blog-items .recent-blogs ul li.item a:focus {
            background: none !important; }
          .blog-items .recent-blogs ul li.item .info-wrapper {
            display: flex;
            gap: 12px;
            width: 100%; }
            .blog-items .recent-blogs ul li.item .info-wrapper .img-wrapper {
              border-radius: 5px;
              height: 65px;
              width: 65px;
              overflow: hidden; }
              .blog-items .recent-blogs ul li.item .info-wrapper .img-wrapper img {
                height: 100%;
                width: 100%;
                object-fit: cover; }
            .blog-items .recent-blogs ul li.item .info-wrapper .blog-info .blog-title {
              color: #000;
              font-size: 1rem;
              line-height: 22px;
              width: 100%;
              font-family: 'KLD Maraam'; }
            .blog-items .recent-blogs ul li.item .info-wrapper .blog-info .date-stamp {
              color: 333;
              font-size: 1rem;
              font-weight: 400;
              line-height: 22px;
              width: 100%; }

.author-info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px; }
  .author-info .author {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 18px; }
  .author-info .time-stamp {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 18px; }
  .author-info .author-avatar {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    overflow: hidden; }
    .author-info .author-avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.blog-detail-wrapper {
  font-family: 'KLD Maraam';
  padding-top: 4.5rem;
  margin-top: 0; }
  .blog-detail-wrapper:last-of-type {
    padding-top: 0; }
  .blog-detail-wrapper.container {
    max-width: 1373px; }
  .blog-detail-wrapper .blog-title {
    font-family: 'KLD Maraam';
    color: #0A0A0A;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .blog-detail-wrapper .blog-title {
        font-size: 2rem;
        line-height: 2rem;
        width: 90%; } }
  .blog-detail-wrapper .excerpt {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #0A0A0A;
    margin-top: 0.875rem;
    text-align: center;
    display: block;
    width: 100%; }
  .blog-detail-wrapper .featured-img {
    border-radius: 5px;
    height: 606px;
    width: 100%;
    overflow: hidden;
    margin: 5rem 0; }
    @media (max-width: 767px) {
      .blog-detail-wrapper .featured-img {
        margin: 2rem 0;
        height: 240px; } }
    .blog-detail-wrapper .featured-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.blog-nav .navigation {
  margin: 3rem 0;
  max-width: 100%;
  width: 100%; }
  .blog-nav .navigation .nav-links {
    display: flex;
    width: 100%; }
    .blog-nav .navigation .nav-links .nav-previous {
      flex: 0 0 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .blog-nav .navigation .nav-links .nav-previous {
          margin: 0; } }
    .blog-nav .navigation .nav-links .nav-next {
      flex: 0 0 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .blog-nav .navigation .nav-links .nav-next {
          margin: 0; } }
  .blog-nav .navigation .post-nav-wrapper {
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .blog-nav .navigation .post-nav-wrapper img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .blog-nav .navigation .post-nav-wrapper .nav-overlay {
      font-family: 'KLD Maraam';
      background-color: rgba(13, 13, 13, 0.35);
      display: inline-flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      position: absolute;
      padding: 2rem 4rem;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
        .blog-nav .navigation .post-nav-wrapper .nav-overlay {
          padding: 2rem; } }
      .blog-nav .navigation .post-nav-wrapper .nav-overlay p {
        font-family: 'KLD Maraam';
        color: #fff;
        font-size: 1rem;
        text-align: right;
        width: 100%; }
        .blog-nav .navigation .post-nav-wrapper .nav-overlay p.post-title {
          margin: 0;
          font-size: 1.625rem;
          font-family: 'KLD Maraam'; }
  .blog-nav .navigation .nav-next .nav-overlay p {
    text-align: left; }

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