@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400; }
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500; }
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700; }
@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900; }
.align-items-center {
  align-items: center; }

.post_date {
  font-size: 13.5px;
  color: #0C213480;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block; }

.sticky_post {
  margin-top: 1rem;
  box-shadow: 0px 3.2240514755249023px 32.24051284790039px 0px #102D470F;
  border-radius: 5px; }
  @media (min-width: 1199px) {
    .sticky_post .mb-lg-0 {
      margin-bottom: 0px; } }
  .sticky_post .sticky_post_thumbnail {
    position: relative; }
    .sticky_post .sticky_post_thumbnail .blog_article_badge {
      position: absolute;
      padding: 1px 16px;
      left: 10px;
      top: 10px;
      background: #fff;
      color: #6418FF;
      border-radius: 7px;
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.5px;
      z-index: 9; }
  .sticky_post .m-0 {
    margin: 0px; }
  .sticky_post .pr-0 {
    padding-right: 0px; }
  .sticky_post .sticky_post_content {
    width: 64%;
    margin-left: 4rem; }
    @media (max-width: 500px) {
      .sticky_post .sticky_post_content {
        padding-top: 10px;
        width: 75%;
        margin-left: 20px;
        margin-bottom: 15px; }
        .sticky_post .sticky_post_content h3 {
          font-size: 1.5rem; } }
    .sticky_post .sticky_post_content h3 {
      font-weight: 600;
      margin-bottom: 20px; }
    .sticky_post .sticky_post_content a {
      width: 144px;
      display: inline-block;
      border: 2px solid #6418FF;
      border-radius: 50px;
      padding: 6px 14px;
      text-align: center;
      text-decoration: none;
      color: #6418FF;
      font-weight: 600; }
  @media (max-width: 500px) {
    .sticky_post .order_mob_1 {
      order: 1; } }

.blogs_grid {
  padding-top: 3.5rem; }
  @media (max-width: 500px) {
    .blogs_grid {
      padding-top: 1.5rem; } }
  .blogs_grid h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (max-width: 500px) {
      .blogs_grid h3 {
        font-size: 1.5rem; } }
  .blogs_grid img {
    width: 100%; }
  .blogs_grid article {
    background: #fff;
    box-shadow: 0px 3.2240514755249023px 32.24051284790039px 0px #102D470F;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1em; }
    .blogs_grid article:hover img {
      transform: scale(1.1); }
    .blogs_grid article .blog-image {
      position: relative;
      max-height: 216px;
      overflow: hidden; }
      .blogs_grid article .blog-image .blog_article_badge {
        position: absolute;
        padding: 1px 16px;
        left: 10px;
        top: 10px;
        background: #fff;
        color: #6418FF;
        border-radius: 7px;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        z-index: 9; }
      .blogs_grid article .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s transform; }
    .blogs_grid article .blog-body {
      text-align: center;
      padding: 20px 35px;
      min-height: 12rem; }
      @media (max-width: 500px) {
        .blogs_grid article .blog-body {
          min-height: 10rem; } }
      .blogs_grid article .blog-body .blog-details .blog_title {
        text-decoration: none; }
        .blogs_grid article .blog-body .blog-details .blog_title h4 {
          font-size: 1.25em;
          font-weight: 600; }
      .blogs_grid article .blog-body .read_more_btn {
        text-decoration: none;
        margin-top: 13px;
        font-weight: 600;
        font-size: 15px;
        display: inline-block; }
        .blogs_grid article .blog-body .read_more_btn i {
          margin-right: 10px;
          color: #6418FF;
          font-size: 16px; }
  .blogs_grid .custom-btn1 {
    padding: 0.3em 5em;
    border-radius: 8px;
    background-color: #6418FF !important;
    color: #fff !important;
    border-color: #6418FF;
    font-size: 16px;
    margin: 5px auto;
    display: table;
    transition: 0.4s all; }
    .blogs_grid .custom-btn1:focus {
      outline: unset !important; }
    .blogs_grid .custom-btn1:hover {
      background: #FFCC00 !important;
      border-color: #FFCC00;
      color: #000 !important; }
  .blogs_grid .text-center {
    text-align: center; }
  .blogs_grid .no_recent_blogs {
    display: none; }

/*# sourceMappingURL=blogs.css.map */
