.blog {
  /* background-image: url("../img/page-title-area.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center; */
  /* height: 289px; */
  /* padding: 20px 0px; */
  /* display: flex;
    align-items: center;
    justify-content: center;
    
    flex-direction: column; */
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .blog {
    background-image: none !important;
    background-color: #f5f9fa;
  }
}

.home_nav {
  color: #181818;
  font-weight: 500;
}

.nav_page {
  color: #181818;
  font-weight: 600;
}

.blog_heading {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #181818;
  margin-top: 15px;
}

@media screen and (min-width: 650px) and (max-width: 900px) {
  .blog_heading {
    font-size: 32px !important;
    line-height: 50px !important;
  }

  .blog {
    padding: 50px 0px !important;
  }
}

@media screen and (max-width: 649px) {
  .blog_heading {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .blog {
    padding: 40px 0px !important;
  }
}

.blog_arrow {
  color: #2764bf;
  font-weight: bold;
}
.blog_card {
  box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 10px;
  position: relative;
  height: 100%;
  background-color: #fff;
  padding-bottom: 10px;
}

.p-tagline {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #2764bf;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 50px;
  z-index: 3;
  border: 1px solid #fff;
}

.blog_card_img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blog_card_img::before {
  position: absolute;
  content: "";
  background-color: #7c7c7c80;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
}

.blog_card_imgs {
  object-fit: contain;
  width: 100%;
  height: 210px;
  z-index: 3;
  position: relative;
}

.blog_cards {
  padding: 10px;
}

.blog_card_heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
  color: #000000;
  height: 60px;
  /* padding-bottom: 30px; */
}

.blog_card_heading:hover {
  color: #2764bf;
}

.blog_cards p {
  line-height: normal;
  color: #656565;
  font-size: 14px;
  margin: 0;
}

.blog_card_para {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
  color: #656565;
  font-size: 14px;
}

.blog_card_para:hover {
  color: #656565;
}

.blog_cards p strong {
  display: none !important;
}

.blog_read_more {
  font-size: 14px;
  color: #2764bf;
  position: absolute;
  bottom: 0;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  font-weight: 500;
}

.blog_read_more:hover {
  color: #5faee3;
}

.blog_date {
  color: #2764bf !important;
  font-size: 14px !important;
  /* font-weight: 600; */
  /* position: absolute; */
  /* bottom: 0; */
}

.page-link,
.web-page-link {
  color: #2764bf !important;
}

.pagination li.active {
  color: #fff !important;
  background-color: #2764bf !important;
}

.active > .page-link {
  background-color: #2764bf !important;
  border-color: #2764bf !important;
  color: #fff !important;
}

.blog_filter {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #cccbcb;
  width: fit-content;
  text-align: center;
  /* margin: 20px 10px; */
  white-space: nowrap;
  padding: 5px 20px;
  transition: ease-in-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
}

.blog_filter:hover {
  border: 1px solid #5faee3 !important;
}

.blog_filter.active {
  background-color: #2764bf;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .blog_filter {
    /* margin: 20px 15px !important; */
    padding: 5px 20px !important;
  }
}

.search_blog {
  border-radius: 50px;
  background-color: #f5f5f5;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0px;
}

.search_type {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px 0px 0px 30px;
  width: 100%;
}

.blog_scroller {
  display: flex;
  justify-content: center;
  overflow-x: scroll;
  gap: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 1300px) {
  .blog_scroller {
    justify-content: flex-start !important;
  }
}

.blog_scroller::-webkit-scrollbar {
  /* width: 8px; */
  height: 0;
}

.blogview_date {
  background-color: #2764bf;
  color: #fff;
  padding: 5px 15px;
  width: fit-content;
  margin: 10px 0px;
  border-radius: 5px;
}

.recent_post_date {
  background-color: #2764bf;
  color: #fff;
  padding: 5px 10px;
  /* width: 155px; */
  font-size: 12px;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .recent_post_date {
    /* width: 235px !important; */
  }
}

@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

.recent_post_a {
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}

.recent_post_a:hover {
  color: #181818;
}

.tags_card {
  background-color: #2764bf;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 12px;
}

.design_filter {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
  transition: all 0.5s;
  position: relative;
}

.user-wrapper {
  margin-top: 20px;

  .user {
    display: flex;
    flex-direction: column;
    align-items: center;

    &.hide {
      opacity: 0;
      transform: scale(0);
      position: absolute;
    }
  }
}

.pagination_colour {
  background-color: #2764bf;
  /* padding: 10px; */
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_view_content {
  border: 1px solid rgba(0, 0, 0, 0.175);
}

.blog_view_content p {
  font-size: 14px;
}

.tags_section,
.blog_view_recent {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 10px;
  padding: 20px;
}

.blog-recent-image {
  border: 2px solid #ddd;
  border-radius: 5px;
  object-fit: fill;
  margin-right: 10px;
  min-width: 100px;
  height: 70px;
  width: 96px;
  font-size: 14px;
}

.date-time-recent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* color: white !important; */
}
@media screen and (max-width: 600px) {
  .date-time-recent {
    flex-direction: column;
  }
}

.date-time-recent span {
  padding: 4px !important;
  font-size: 10px;
  font-weight: 500;
}

.recent-post {
  padding: 0;
}

.recent-post li {
  margin: 5px 0px;
  display: flex;
  align-items: center;
}

.blog_recent_tilte {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .blog_recent_tilte {
    font-size: 12px !important;
  }
}

.blog_view_description {
  text-align: justify;
  text-indent: 20px;
}

@media screen and (max-width: 600px) {
  .blog_view_description {
    text-align: left !important;
  }
}

.blog_recent_title_btn {
  background-color: transparent;
  border: none;
  /* color: #2764bf; */
}

.recent_blog:hover {
  color: #2764bf !important;
}

.blog_recent_title_btns {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
  font-weight: 500;
  font-size: 14px;
}

.calender_icon {
  margin-right: 5px;
  margin-top: -5px;
  color: #2764bf;
}
.blogview_date_svg {
  margin-right: 5px;
  margin-top: -5px;
}
.blog_detail_content ul li {
  list-style-type: initial !important;
}
.blog_detail_content ol li {
    list-style-type: inherit !important;
  }