a.title-btn:hover {
  color: #fff;
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

.recent-news-mobile .title-btn {
  margin: 20px 0;
}

.recent-news-mobile .blog-header {
  background-color: #757575;
  padding: 0;
}

.recent-news-mobile .recent-news-mobile-content-link {
  text-decoration: none;
  display: block;
}

.recent-news-mobile .blog-header h2 {
  color: #fffffffa;
  /*border-bottom: 1px solid #ffffff;*/
  /*margin: 10px 15px;*/
  /*padding: 8px 8px 8px 8px;*/
  font-family: 'SolaimanLipi', serif;
}


.recent-news-mobile .blog-header p {
  color: #ffffff;
  padding: 0px 16px 0px 0px;
  /*font-size: 14px;*/
  /*margin: 15px 15px;*/
}



.recent-news-mobile .blog-header div {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  margin: 0px 6px;
}

.recent-news-mobile-slider {
  margin-top: 25px;
  padding: 20px 0;
  background: #e7e4e0;
}

.recent-news-mobile-slider .slick-list {
  margin: 0 40px;
}

.recent-news-mobile-slider .slick-arrow {
  top: calc(50% - 15px) !important;
  background: #fff !important;
  height: 35px !important;
  width: 35px !important;
  border-radius: 50% !important;
  padding: 0 !important;
}
.recent-news-mobile-slider .slick-arrow.slick-disabled {
  opacity: 0.5 !important;
}

.recent-news-mobile-slider .slick-next {
  right: 5px !important;
}

.recent-news-mobile-slider .slick-prev {
  right: 5px !important;
}

.recent-news-mobile-slider .card,
.recent-news-mobile-slider .card-body {
  background: transparent;
  border: none;
}

.recent-news-mobile-slider .card {
  overflow: hidden;
}

.recent-news-mobile-slider .card-body {
  position: relative;
  padding: 6px;
}

.recent-news-mobile-slider .card-body .content {
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.recent-news-mobile-slider .card-body .content img {
  opacity: 0.5;
}

.recent-news-mobile-slider .card-body .content .text {
  position: absolute;
  display: block;
  top: 8px;
  left: 0px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4em;
  line-height: 1.5em;
}

/* .recent-news-mobile-slider button.slick-prev.pull-left.slick-arrow {
  position: absolute;
  left: -10px;
  border: none;
  font-size: 1rem;
  top: calc(40% - 15px);
  padding: 10px;
  background-color: transparent;
  z-index: 1;
} */

/* inner page  */

.news-details {
  /*margin: 30px;*/
  /*font-size: 15px;*/
  /*text-align: justify;*/
}
/*.news-details p {*/
/*  font-size: 17px;*/
/*}*/

.news-info .news-category {
  font-size: 19px;
  text-decoration: none;
  color: #707070;
  margin-bottom: 15px;
  display: block;
}
.news-info .news-date {
  font-size: 17px;
  color: #7e6e6e;
}

.
.news-info .news-author {
  display: flex;
  font-size: 14px;
  font-family: kalpurush;
  align-items: flex-end;
}
.news-info .news-author span {
  font-size: 18px;
  line-height: 20px;
}
.news-info .news-title{
  color:#333333;
  font-size: 28px;
  font-family: 'SolaimanLipi', serif;
  font-weight: 400;
  word-spacing: 0px;
  /*line-height: 161%;*/
  /*font-family: kalpurush;*/
}

/* .inner-news-content .feature-image {
  height: 400px;
  width: 100%;
} */
/* 
.inner-news-content .feature-image img {
  height: auto;
  max-width: 100%;
} */

.news-info span {
  padding: 3px 5px;
  border-left: 1px solid red;
  margin-top: 10px;
  display: block;
}
.photo-credit {
  font-size: 13px;
  color: #7b7a7a;
  font-family: kalpurush;
}
.photo-credit .photographer a {
  color: #292929 !important;
  text-decoration: none;
  border-right: 1.7px solid #ff0505;
  margin-right: 4px;
}

.vertical-line-sub-heading a {
  text-decoration: none;
  border-right: 1.7px solid #ff0505;

}
.pc-credit .border-left {
    padding: 3px 5px;
    border-left: 1px solid white;
    margin-left: 5px;
}

.border-bottom {
  padding: 5px 3px;
  border-bottom: 1px solid white;
}

.feature-news-image {
  height: 100%;
  width: auto;
  object-fit: cover;
}

/* inner page  */

.news-details{
  margin: 30px 0;
  /*font-size: 15px;*/
}
.news-details p{
  font-family: 'SolaimanLipi', serif;
  color:#494949;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.5px;
  /*white-space: normal;*/
  /*word-spacing: -2px;*/
}
.news-details span{
  font-family: 'SolaimanLipi', serif;
  /*color:#565655;*/
  font-size: 18px;
  /*letter-spacing: 1px;*/
  /*white-space: normal;*/
  /*word-spacing: 5px;*/
}
.news-video {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-video .video {
  padding: 0;
  position: relative;
  width: 100%;
  object-fit: fill;
  --bs-aspect-ratio: 56.25%;
  background: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-video .video-desc {
  padding: 15px;
  background-color: #808083;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
.news-video .video-title {
  font-size: 30px;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.image-block {
  margin: 20px 0;
}

.news-audio {
  background-color: #808083;
  margin: 20px 0;
}

.news-audio .audio-content {
  padding: 25px 0;
  background-color: #808083;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
.news-audio .audio-content .audio-title {
  font-size: 25px;
  color: #fff;
}

.news-audio .audio audio {
  width: 82%;
  padding: 10px;
  display: flex;
  margin: 0 auto;
}
.news-audio .audio .info {
  padding: 15px;
}

.news-audio .audio .info .wave {
  width: 50%;
  margin: 0 auto;
  padding: 15px 0;
}

.news-audio .audio .info .rounded {
  border-radius: 50% !important;
  width: 150px;
  height: 150px;
  padding: 25px;
  overflow: hidden;
  background: #fff;
}

.news-audio .audio .info img.author {
  width: 100px;
  height: 100px;
}

.news-details .most-read .title {
  color: #000;
  font-size: 15px;
  border-bottom: 2px solid #808083;
  margin-bottom: 10px;
}

.news-details .most-read .news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #e5e5e5;
  padding: 10px 0;
  margin-bottom: 15px;
}

.news-details .most-read .number {
  font-size: 40px;
  color: #a71e25;
  padding: 5px;
  width: 29px;
}
.news-details .most-read .content {
  display: flex;
  font-size: 20px;
  color: #808083;
  padding: 5px 5px 5px 10px;
  border-left: 3px solid #808083;
  background: transparent;
}

.news-author-name{
  margin-top: 3px;
  font-size: 17px;
  margin-right: 1px;
  color:#484747;             ;
}
.news-author-des{
  font-size: 15px;
  color:#484747;
  margin-left: 3px;
  letter-spacing: normal;
}

/*.news-post-description{*/
/*  font-size: 17px;*/
/*  color:#565655;*/
/*  letter-spacing: 1px;*/
/*  white-space: normal;*/
/*}*/

.two-line-ellipsis {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 75px;
  line-height: normal;
}

cultural-mobile-slider *{
  color: #fce0c6;
  background-color:  #fce0c6;
}
.slider-content-text.title.ty-subtitle-1.a{

}

.slider-content-text.title.ty-caption.a{
  font-size: 14px;
}

