.page-id-1401 .loader {
  display: none;
  z-index: -99999999999999 !important;
}

.blog {
    background: #fafafa;
}



.blog .box {
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
}

.blog .box .col-sm-6 {
    margin: 0;
    padding: 0;
}

.blog .blog_card_desc {
    padding: 30px 10px;
    overflow: hidden;
    position: relative;
}


.blog .blog_card_desc::after {
    content: '' !important;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0%;
    border-radius: 50rem;
    height: 5px;
    background: #e45050;
    transition: 0.5s;
}

.blog .blog_card_desc:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.blog .box.bg-white {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .blog_list {
  display: flex;
  height: 100%;
  width: 100%;
}


.blog figure.overlay img {
  object-fit: cover;
}

.blog .overlay1 .from-top {
  color: #fff;
}

.blog .label {
  background: #e45050 !important;
}


.page_card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_card > .page-numbers{
    width: 50%;
}

.page_card ul > li {
  font-size: 1.2rem;
}

.page_card ul > li .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_card ul > li .page-numbers:not(.current) {
    background-color: #0000 ;
    color: #707070;
    transition: .5s;
}

.page_card ul>li .page-numbers:hover{
    background: #e45050;
    color: #fff;
}

.page_card ul > li > .page-numbers {
    padding: .1rem 1rem;
    background: #e45050;
    border: 1px solid #e45050;
    margin: 0 2px;
    border-radius: 5px;
    color: #fff;
}


.page_card ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_card ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 768px) {
    .blog .blog_card_desc {
        width: 350px;
    }
}


@media screen and (max-width: 567px) {
    .blog .blog_card_desc {
        width: 250px;
    }
}

@media screen and (max-width: 450px) {
    .blog .blog_list {
        flex-direction: column;
    }
    .blog .blog_card_desc {
        width: 100%;
    }
}