body{
  font-family: 'Noto Sans', 'Noto Sans Bengali', 'Noto Sans Gujarati', 'Noto Sans Gurmukhi', 'Noto Sans Kannada', 'Noto Sans Malayalam', 'Noto Sans Oriya', 'Noto Sans Tamil', 'Noto Sans Telugu', sans-serif;
}
a {
  text-decoration:none;
}
/*--------------------------------------------------------------
# Top Fix Bar
--------------------------------------------------------------*/
.topbar {
  overflow: hidden;
  background-color: #050A14;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
}

.top-links {
  height: 50px !important;
  padding: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.top-links::-webkit-scrollbar { 
  width: 0 !important 
}
.top-links { 
  overflow: -moz-scrollbars-none; 
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.top-links::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.top-links::-webkit-scrollbar-track {
  background-color: transparent;
}


@media (max-width: 767px) {
  .top-links {
    height: 40px !important;
    padding: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin; /* For Firefox */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* For IE and Edge */
  
    /* Webkit (Chrome, Safari) */
    scrollbar-color: transparent transparent; /* For Firefox */
  }
  
  /* Webkit (Chrome, Safari) */
  .top-links::-webkit-scrollbar {
    width: 12px;
  }
  
  .top-links::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  
  .top-links::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.ptr{
  cursor:pointer;
}

.dn {
  display:none;
}

.trans-btn {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# YouTube
--------------------------------------------------------------*/
.yt-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.yt-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*--------------------------------------------------------------
# TimeAgo
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
/*--------------------------------------------------------------
# NEWS THUMB
--------------------------------------------------------------*/
.news-thumb .news-thumb-blog-entry li {
  margin-left: -30px;
  margin-bottom: 0px;
  display: block;
}

.news-thumb .news-thumb-blog-entry li a .post-meta {
  font-weight: 700;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# JQuery Text Shorten
--------------------------------------------------------------*/

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
 display: none;
}

.addReadMore.showmorecontent .readMore {
 display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
 font-weight: bold;
 margin-left: 2px;
 color: #4084fd;
 cursor: pointer;
}

.addReadMore .readMore:hover {
 color: #ff0000;
}

.addReadMore .readLess:hover {
 color: #ff0000;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
 display: block;
}

/* Meta Entry.............. */
.entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.entry-meta ul li+li {
  padding-left: 20px;
}

.entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}


/*---------------------------
Top Image Slider
---------------------------*/
.image-row {
  position: relative;
  height: 320px !important;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.image-row::-webkit-scrollbar {
  width: 0 !important;
}

.image-row {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.image-col {
  width: 170px;
  height: 300px !important;
  display: inline-block;
  margin-right: 10px;
  border-radius: 16px;
  background-color: #012970;
  position: relative;
}

.image-col .story-img {
  max-width: 170px;
  max-height: 300px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 16px;
}

.image-col h3 {
  position: absolute;
  bottom: 0;
  left: 0px;
  margin: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px 0px 16px 16px;
  color: white;
}

.image-col .img-over {
  position: absolute;
  width:60px;
  top: 120px;
  left: 55px;
  margin: 0;
  border: 0px solid #0295ff;
}

.scroll-button {
  position: absolute;
  top: 50%;
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-decoration: none;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  z-index: 1;
}

.scroll-button-left {
  left: 0;
}

.scroll-button-right {
  right: 0;
}

@media (max-width: 767px) {
  .image-row {
    height: 210px !important;
  }

  .image-col {
    width: 113px;
    height: 200px !important;
  }

  .image-col .story-img {
    max-width: 113px;
    max-height: 200px;
  }

  .image-col .img-over {
	/* width:40px;
    border: 4px solid #0295ff; */
    width:38px;
    top: 82px;
    left: 36px;
    margin: 0;
  
  }
  .scroll-button {
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

/*---------------------------
Friend Suggestion
---------------------------*/
.frnd-image-row {
  position: relative;
  height: 320px !important;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.frnd-image-row::-webkit-scrollbar {
  width: 0 !important;
}

.frnd-image-row {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.frnd-image-col {
  /* width: 192px !important;
  height: 312px !important; */
  width: 170px;
  height: 300px !important;

  display: inline-block;
  margin-right: 10px;
  border: 1px solid #cccccc;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.frnd-image-col .frnd-img {
  /* max-width: 190px;
  max-height: 190px; */
  max-width: 170px;
  max-height: 170px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 16px 16px 0 0;
  top: 0;
}

.scroll-button-frnd {
  position: absolute;
  top: 50%;
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  z-index: 1;
}

.scroll-button-lft {
  left: 0;
}

.scroll-button-rght {
  right: 0;
}

@media (max-width: 767px) {
  .frnd-image-row {
    /* height: 218px !important; */
    height: 210px !important;
  }

  .frnd-image-col {
    /* width: 112px !important; */
    width: 113px !important;
    height: 200px !important;
  }

  .frnd-image-col .frnd-img {
	max-width: 110px;
	max-height: 110px;
  }
  
  .scroll-button-frnd {
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .playbtn {
    width: 36px;
  }
  .btn-view-details {
	font-size: 12px;
	padding: 2px 6px;
	margin: 2px;
  }
}
