/** Shopify CDN: Minification failed

Line 13:0 Unexpected ".0ur_bl0g_main"

**/
.heding_t0p_c0ntent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
  flex-wrap: wrap;
}
.0ur_bl0g_main .commen_title{
  color: #211751;
}
.t0p_c0ntent {
    width: 80%;
}
.t0p_c0ntent .commen_title{
  margin: 0 0 16px;
}
.t0p_c0ntent p {
    font-family: var(--roboto);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    color: #211751;
    margin: 0;
}
.t0p_c0ntent .t0p_desc {
    width: 590px;
}
.blog_items {
    position: relative;
    background: #F5F5F7;
    border-radius: 20px;
    overflow: hidden;
}
.bl0ge_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.bl0g_image img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
}
.bl0g_image {
    border-radius: 20px;
    overflow: hidden;
}
.bl0ge_c0ntent {
    padding: 20px;
    /* position: absolute; */
    /* top: 40px;
    bottom: auto;
    height: fit-content;
    left: 40px;
    right: 120px; */
}

.blog_title_date_wrp{
  padding-bottom:20px;
}

.bl0ge_c0ntent .bl0g_tag {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    width: fit-content;
    padding: 7px 19px;
    border-radius: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.bl0ge_c0ntent .bl0g_title{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #020c3a;
    font-family: var(--roboto);
    max-width: 320px;
}
.bl0ge_c0ntent .bl0g_desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    width: 100%;
    font-family: var(--roboto);
    opacity: 0;
    transition: .4s;
}
.arr0w_bl0ge{
    /* position: absolute; */
    /* top: auto;
    bottom: 4%;
    left: auto;
    right: 5%; */
    /* width: 36px;
    height: 35px; */
    /* border: 1px solid #fff; */
    display: flex;
    align-items: center;
    transition: all .5s ease;
    font-family: var(--roboto);
    font-weight: 500;
    color: #0033FF;
    gap: 10px;
    line-height: normal;
}


.arr0w_bl0ge svg{
    display: flex;
    width: 8px;
    height: 13px;
    margin-top: -2px;
}


/* .blog_items:hover .arr0w_bl0ge{
    background-color: #fff;
     right: 6%;
} */


.blog_items .arr0w_bl0ge svg path{
  transition: all .5s ease;
  stroke: #0033FF;
}
.blog_items:hover .arr0w_bl0ge svg path{
    stroke: #000 !important;
  }
.blog_items:hover .bl0g_desc {
  opacity: 1;
}
  .bl0ge_c0ntent .bl0ge_date ul {
  list-style: none;
    padding: 0;
    margin: 0 0 0px;
  }
.bl0ge_c0ntent .bl0ge_date ul li {
    color: #fff;
    font-size: 14px;
    font-weight:400;
    font-family: var(--roboto);
  }
  .bl0ge_c0ntent .bl0ge_date ul li .circle-divider{
    font-size: 14px;
    color: #020C3A;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0;
  }
  .bl0g_image {
    position: relative;
}
/* .bl0g_image::
after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(33, 23, 81, 0) 11.09%, #020C3A 80.68%);
    height: 0;
    transition: .4s;
    background: linear-gradient(0deg, rgba(33,23,81,0) 0%, rgba(25,17,59,1) 100%);
} */
  /* .blog_items:hover .bl0g_image::after {
    height: 100%;
} */

.blog_items:hover .bl0g_image{
  overflow: hidden;
}

.blog_items .bl0g_image img{
  transition: 3.2s;
}

 .blog_items:hover .bl0g_image img {
  transform: scale(1.5);
}


.smiler_post .commen_title {
    text-align: center;
    margin-bottom: 40px;
}
.blog_items a {
    text-decoration: none;
}
.bl0g_btn {
    margin-top: 16px;
}
.bl0g_btn {
    display: none;
}

@media(max-width:1599px) {
  .bl0ge_c0ntent {
    right: 50px;
}
}  

  @media screen and (max-width: 1399px) {
   .bl0ge_c0ntent {
    right: 100px;
}
}
  @media screen and (max-width: 1199px) {
.bl0ge_c0ntent {
    right: 40px;
}
}
  @media screen and (max-width: 991px) {
.bl0ge_c0ntent {
    right: 20px;
    left: 20px;
    top: 20px;
}

.bl0ge_c0ntent .bl0g_desc {
    font-size: 14px;
}

.bl0ge_c0ntent .bl0g_tag {
    font-size: 12px;
    padding: 5px 13px;
    margin: 0 0 5px;
}
.bl0ge_main {
    gap: 20px;
}
.t0p_c0ntent .t0p_desc {
    width: 80%;
}
}

@media screen and (max-width: 767px) {

  .heding_t0p_c0ntent{
    margin-bottom: 20px;
  }
  
  
  .bl0ge_main {
      grid-template-columns: repeat(1, 1fr);
  }
.bl0ge_c0ntent {
    /* width: 100%; */
    /* position: unset;
    text-decoration: none;
    background: #fff;
    padding: 40px 0px 15px;
    padding-top: 40px;
    margin-top: -20px;
    max-width: 100%;
    border-radius: 0 0 15px 15px; */
}
 
  /* .bl0g_image img {
    max-height: 260px;
} */
  /* .bl0ge_c0ntent > * {
    padding: 0 15px;
} */
  .bl0g_image {
      z-index: 1;
  }
  .blog_items a {
      position: relative;
  }
  .bl0ge_c0ntent .bl0g_tag {
      position: absolute;
      top: 15px;
      z-index: 1;
      left: 15px;
  }
  .t0p_c0ntent {
      width: 100%;
      margin: 0 0 15px;
  }
  .t0p_c0ntent .commen_title {
      margin: 0 0 14px;
  }
  .t0p_c0ntent p {
      font-size: 16px;
      line-height: 1.4;
  }
  .bl0ge_c0ntent .bl0g_desc {
    display: none;
}
  .bl0ge_c0ntent .bl0g_title {
    color: #020C3A;
}
  .bl0ge_c0ntent .bl0ge_date * {
    color: #020C3A;
}
  .blog_items.swiper-slide {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
  .bl0g_btn {
    display: block;
}
}
  
  @media screen and (max-width: 575px) {
  .t0p_c0ntent .t0p_desc {
      width: 90%;
  }
  .t0p_c0ntent .commen_title {
      margin: 0 0 10px;
  }
    /* .bl0g_image img {
    max-height: 200px;
} */
}
@media screen and (max-width: 480px) {
  .bl0ge_c0ntent .bl0g_title {
      font-size: 20px;
      margin: 0 0 5px;
  }
  
  .t0p_c0ntent .t0p_desc {
      width: 100%;
  }
  /* .bl0g_image img {
    max-height: 160px;
} */
}
@media screen and (max-width: 400px) {
  .bl0ge_c0ntent .bl0g_title {
      font-size: 18px;
      margin: 0 0 5px;
  }
  .bl0ge_c0ntent .bl0g_desc {
      font-size: 12px;
      width: 100%;
  }
  .bl0ge_c0ntent .bl0ge_date ul li .circle-divider {
      font-size: 12px;
  }
}