/* body */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Noto Sans Bengali', sans-serif;
  unicode-range: U+0981-09CD;
}

#sp-main-body {
  padding: 50px 0;
}

/* menu */
.sp-menu-item {
  text-transform: uppercase;
}

.sp-megamenu-parent>li a {
  font-size: 16px;
}

/* articles */
.article-details .article-full-image {
  margin-bottom: 2rem;
  text-align: center;
}

.article-details .article-header {
  text-align: center;
}

.article-details .article-info {
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
}

.sppb-article-info-wrap {
  margin-top: 20px;
}


.article-list.related-article-list .article-header {
  padding-top: 20px;
}

/* footer  */
#sp-footer .container-inner {
  padding: 0px;
}

#sp-footer #sp-footer2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}

/* page navigation */
.pagenavigation .pagination,
.pager .pagination {
  justify-content: space-between;
  margin: 3em 0;
  margin-left: 0px;
  padding: 0;
}

.pagenavigation a,
.pager a {
  background-color: transparent;
  color: #252525;
  display: inline-block;
  font-size: 1rem;
  padding: .75rem 2.5rem;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pagenavigation a:hover,
.pager a:hover {
  background-color: transparent;
  color: #252525;
}

.article-info-block .article-info>span {
  font-size: 1.5rem;
}