.module__hash_tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hash_tag {
    margin: 5px 0 60px 0;
}

.module__hash_tag li a {
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    color: #BFCCCD;
}

.module__hash_tag li a:hover {
    opacity: .7;
}

.module__hash_tag li a span {
    color: #BFCCCD;
}

.module__hash_tag li {
    margin-right: 30px;
}

.module__hash_tag li:last-child {
    margin-right: 0;
}

.search_blog {
    position: relative;
    top: -35px;
}

.subscribe__form_blog {
    max-width: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.subscribe__form_blog .subscribe__btn {
    width: 157px;
}

.subscribe__form_blog .subscribe__input {
    width: calc(100% - 157px);
}

.module__post .content {
    background: #F9F9F9;
    box-shadow: 0px 103px 80px rgba(0, 0, 0, 0.04), 0px 43.0309px 33.4221px rgba(0, 0, 0, 0.0287542), 0px 23.0064px 17.869px rgba(0, 0, 0, 0.0238443), 0px 12.8972px 10.0172px rgba(0, 0, 0, 0.02), 0px 6.84961px 5.32008px rgba(0, 0, 0, 0.0161557), 0px 2.85027px 2.21381px rgba(0, 0, 0, 0.0112458);
}

.module__post {
    margin-bottom: 60px;
}

.module__post .body_post {
    padding: 20px;
}

.module__post .body_post .date {
    font-size: 18px;
    line-height: 160%;
    color: #595959;
    margin-bottom: 15px;
}

.module__post .body_post .title a {
    font-size: 21px;
    line-height: 31px;
    color: #595959;
    font-family: Gurmukhi MN;
}

.module__post .images {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
}

.module__post .images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module__post .body_post .title a:hover {
    opacity: .7;
}

.module__post .footer_post {
    padding: 20px;
    border-top: 1px solid #E7E7E7;
}

.module__hash_post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.module__hash_post a {
    font-size: 18px;
    line-height: 160%;
    color: #4B8388;
}

.module__hash_post li {
    margin-right: 10px;
}

.module__hash_post li:last-child {
    margin-right: 0;
}

.module__hash_post a span {
    color: #BFCCCD;
}

.module__hash_post a:hover {
    opacity: .7;
}


.module__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.module__pagination li a.page,
.module__pagination li a.ellipsis {
    font-size: 18px;
    color: #595959;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module__pagination li a.ellipsis {
    pointer-events: none;
}

.module__pagination li a.page.active,
.module__pagination li a.page:hover,
.module__pagination .pagination-arrow:hover {
    color: #fff;
    background: #4B8388;
}

.module__pagination .pagination-arrow:hover svg path {
    fill: #fff;
}

.module__pagination li:nth-last-of-type(2) a.page {
    margin-right: 0;
}

.module__pagination .prev {
    margin-right: 30px;
}

.module__pagination .next {
    margin-left: 30px;
}

.module__pagination .pagination-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module__pagination .pagination-arrow.disabled {
    pointer-events: none;
    opacity: .5;
}

.posts {
    padding-bottom: 60px;
}

.header_static {
    position: static;
    border-bottom: 1px solid #E7E7E7;
}

.single_content {
    padding: 40px 0 70px 0;
    border-bottom: 1px solid #E7E7E7;
}

.single_content .date {
    font-weight: 300;
    font-size: 18px;
    color: #595959;
    margin-bottom: 10px;
}

.single_content .title {
    font-family: Gurmukhi MN;
    font-size: 36px;
    line-height: 120%;
    color: #595959;
    margin-bottom: 50px;
}

.module_social {
    display: flex;
    align-items: center;
}

.module_social li {
    margin-right: 20px;
}

.module_social li a {
    display: block;
}

.module_social li a:hover {
    opacity: .7;
}

.module_social li:last-child {
    margin-right: 0;
}

.module_social li.title_social {
    font-size: 18px;
    color: #595959;
}

.single_content .module_social {
    justify-content: flex-end;
}

.single_content .content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    color: #595959;
    margin: 0 auto 30px auto;
    max-width: 995px;
}

.single_content .content h2 {
    font-family: Gurmukhi MN;
    font-size: 36px;
    line-height: 120%;
    color: #595959;
    margin: 100px auto 25px auto;
    max-width: 995px;
}

.single_content .content img {
    margin: 70px 0;
    width: 100%;
}

.single_content .big_image {
    margin: 30px auto 70px auto;
}

.single_content .big_image img {
    width: 100%;
}

.h2_title {
    font-family: Gurmukhi MN;
    font-size: 21px;
    color: #595959;
}

.like_articles .h2_title {
    margin-bottom: 30px;
}

.like_articles {
    margin: 70px 0 30px 0;
}

.subscribe, .cover {
    background-attachment: fixed;
}

/*
     FILE ARCHIVED ON 10:05:29 Apr 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:21:32 Jan 29, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.106
  exclusion.robots.policy: 0.095
  cdx.remote: 0.09
  esindex: 0.009
  LoadShardBlock: 410.089 (6)
  PetaboxLoader3.datanode: 340.884 (7)
  load_resource: 184.855
  PetaboxLoader3.resolve: 123.422
*/