/*!
Theme Name: Nawalpur Times 2025
Theme URI: https://www.genesiswtech.com/
Author: GenesisWebTechnology
Author URI: https://www.genesiswtech.com/
Description: Online Newsportal, Custom based theme, Totally custom design.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Nepalviews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

1This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nepalviews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css2?family=Eczar:wght@500;600&family=Mukta:wght@300;400;600&display=swap");
:root {
  /* --primary: #d35868;
  --secondary: #20bdbe; */
  --primary: #20409a;
  --secondary: #25aae1;
  --news-titl: #010101b3;
  --hover: #0e5dae;
}

::selection {
  background-color: var(--secondary);
  color: #fff;
}

.site-footer ::-moz-selection {
  background: var(--primary);
  color: #fff;
}
.site-footer ::selection {
  background: var(--primary);
  color: #fff;
}

html {
  font-size: calc(10px / (16 * 100%));
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

body {
  font-family: "Mukta", sans-serif;
  color: #000;
  font-size: 1rem;
}
a:hover,
a:focus,
a:visited {
  outline: 0;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;

  font-family: "Mukta", sans-serif;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:hover {
  color: var(--primary);
}

.uk-responsive-menu,
.search a {
  color: #000;
}

/* liScroll styles */

.tickercontainer .mask {
  position: relative;
  left: 10px;
  top: 0px;
  width: 100%;
  overflow: hidden;
}
ul#newsTicker {
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul#newsTicker li {
  margin: 0;
  padding: 0;
}
ul#newsTicker a {
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  color: #333;
  /* font: bold 10px Verdana; */
  margin: 0 23px 0 0;
  padding-left: 13px;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  position: relative;
}
ul#newsTicker a::before {
  width: 6px;
  height: 6px;
  content: "";
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 1000%;
}

body.single ul#newsTicker a::before {
  width: 0;
  height: 0;
  content: "#";
  top: 1px;
  left: 4px;
}
ul#newsTicker a:hover {
  color: var(--primary);
}
ul#newsTicker span {
  margin: 0 10px 0 0;
}

.newsTicker__wrap {
  border-bottom: 4px solid var(--primary);
  position: relative;
  z-index: 1;
  background: #f1f1f1;
}
.newsTicker__wrap .marquee-sibling {
  position: relative;
  padding: 11px 16px;
  /* line-height: 2.7em; */
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0;
  font-size: 16px;
  display: inline-block;
  /* background-color: rgba(0,0,0,.06); */
  border-right: 1px solid #ccc;
}
.newsTicker__wrap .marquee-sibling::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -20px;
  border-color: transparent transparent transparent #ccc;
  border-style: solid;
  border-width: 10px;
}
.newsTicker__wrap .marquee-sibling::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -18px;
  border-color: transparent transparent transparent #f1f1f1;
  border-style: solid;
  border-width: 10px;
}
.tickercontainer {
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
}

.site-header {
  position: relative;
  padding: 12px 0 0 0;
}

.english-site {
  text-align: right;
  margin-left: 14px;
}
.english-site a {
  background: #c92b32;
  display: inline-block;
  color: #fff;
  display: inline-block;
  padding: 9px 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-nav {
  margin-top: 30px;
  border-top: #1212121a 1px solid;
  z-index: 3;
  line-height: 50px;
  background: #fff;
  border-bottom: 1px solid #00000012;
}
body.sticky .site-nav {
  position: fixed;
  width: 100%;
  top: 0;
  margin-top: 0;
}
.site-nav > div > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-nav > div > div > ul > li.menu-item-has-children {
  margin-right: 18px;
}

.site-nav > div > div > ul > li {
  display: flex;
  flex-wrap: wrap;
  padding: 0 28px 0 0;
  position: relative;
}

.site-nav > div > div > ul > li > a {
  transition: all 0.3s ease;
  font-size: 17px;
  display: block;
  font-weight: 500;
  color: #000000d4;
  font-family: "Eczar", serif;
}
.site-nav > div > div > ul > li > ul > li:first-child a {
  border-top: none;
}
.site-nav > div > div > ul > li > ul > li > a {
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
  display: block;
  border-bottom: 1px solid #ffffff14;
  border-top: 1px solid #0000001a;
}
.margin-small-top {
  margin: 0 0 40px 0;
}
.site-nav > div > div > ul > li > ul {
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 21;
  width: 200px;
  background: var(--primary);
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.site-nav > div > div > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.breaking__news .post__info > div a {
  color: #0000007a;
}
a {
  transition: all 0.3s ease;
}

.site-nav > div > div > ul > li > ul > li {
  line-height: 40px;
  padding: 0;
}
.site-nav > div > div > ul > li > a {
  transition: all 0.3s ease;
  font-size: 17px;
  display: block;
  font-weight: 500;
  color: #000000d4;
  font-family: "Eczar", serif;
}
.site-nav > div > div > ul > li > ul > li > a:hover {
  background: #00000038;
}
.site-nav > div > div > ul > li > ul > li:last-child > a {
  padding-bottom: 0;
}
.site-nav > div > div > ul > li.menu-item-has-children span {
  position: absolute;
  right: 7px;
  top: 16px;
  color: var(--primary);
}
#modal-close-outside form .uk-input {
  height: 50px;
  border: 1px solid #00000042;
  font-size: 17px;
  padding-left: 25px;
}
.site-nav > div > div > ul > li:hover > span {
  color: var(--primary);
}

.site-nav > div > div > ul > li:hover > a,
.site-nav > div > div > ul > li.current-menu-item > a {
  color: var(--primary);
}

.last-footer {
  margin-left: 13px;
}
.thumb--news .news--title {
  line-height: 30px;
  margin: 0;
  font-size: 20px;
}
.title__large {
  font-size: 55px;
  font-weight: 600;
  color: #000000d6;
}
.highlighter {
  margin-top: 0;
  color: var(--secondary);
  font-weight: 700;
  display: block;
}
.breaking__news .highlighter {
  margin-bottom: 0;
}

.highlighter.uk-container {
  padding-bottom: 0;
}

.highlighter a {
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 121%;
}
.post__info {
  margin-bottom: 23px;
  flex-wrap: wrap;
  font-size: 16px;
}
.post__info > div {
  margin-right: 15px;
  color: #1d1c1cab;
}

.author-wrap img,
.news--post img,
.author__details img {
  margin-right: 9px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}
.also-read {
  border-top: 1px solid #000;
  display: block;
  position: relative;
  padding: 20px;
  margin-top: 35px;
  border: 1px solid #0000004f;
  padding-left: 30px;
  border-radius: 5px;
}
.also-read a {
  font-size: 19px;
  font-weight: 600;
  padding-top: 8px;
  display: block;
  color: #000000a3;
  line-height: 30px;
  border-bottom: 1px solid #0000004f;
  padding-bottom: 8px;
  text-align: left;
}
.also-read a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.also-read a:hover {
  color: var(--primary);
}
.also-read::before {
  content: "यो पनि पढनुहोस्";

  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -19px;
  left: 31px;
  background: #fff;
  padding: 0px 10px 0 10px;
  font-weight: 600;
  height: 30px;
  /* letter-spacing: -1px; */
  color: var(--secondary);
}
.post__info > div span {
  display: inline-block;
  vertical-align: middle;
}
.post__info > div i {
  margin-right: 9px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.breaking__news p {
  font-size: 22px;
  line-height: 35px;
  color: #000000c4;
  padding: 0 60px;
}
.breaking__news .tagg {
  margin-bottom: 15px;
}
.breaking__news > .uk-container {
  border-top: 2px solid #3333332b;
  padding-top: 40px;
  padding-bottom: 40px;
}
.breaking__news:first-child .uk-container {
  padding-top: 0;
  border-top: none;
}
.tagg {
  background: var(--secondary);
  display: inline-block;
  padding: 10px 17px 6px 17px;
  margin-right: 11px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
  font-size: 16px;
  /* border-radius: 4px; */
}

a.tagg {
  background: var(--secondary);
  display: inline-block;
  padding: 5px 14px 5px 14px;
  margin-right: 11px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
  font-size: 16px;
  border-radius: 4px;
  border-radius: 4px;
}

a.tagg:hover {
  color: #fff;
}
.landing__header a.tagg {
  margin: 0 0px 7px 0;
  display: inline-block;
}

.landing__header .tagg:nth-child(2n) {
  background: var(--primary);
}
.burger--menu {
  cursor: pointer;
}
.headline__news {
  margin-top: 40px;
}

.main__news {
  margin-top: 40px;
  border-top: 1px solid #3333332b;
}
.page-content {
  margin: 0 auto;
}

.breaking__news:last-child .uk-container {
  padding-bottom: 0;
}

.page-content__row {
  position: relative;
  z-index: 2;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(180, 180, 180, 0.35);
  border-right: 1px solid rgba(180, 180, 180, 0.35);
}

.layout--fixed-fluid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout--fixed-fluid > .container__column:nth-child(1) {
  width: 20.5rem;
}

.layout--fixed-fluid > .container__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  border-left: 1px solid rgba(180, 180, 180, 0.35);
  flex: 1;
}

.container__slot--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
}

.content-heading {
  border-bottom: 1px solid rgba(180, 180, 180, 0.35);
  padding: 14px 27px 10px 30px;
  flex-wrap: wrap;
}

.content-heading a {
  text-transform: uppercase;
  /* font-weight: 700; */
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: var(--primary);
  position: relative;
}
.content-heading a:hover {
  color: var(--secondary);
}

.heading {
  text-transform: uppercase;
  /* font-weight: 700; */
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: var(--primary);
  position: relative;
}

.content-heading i {
  display: inline-block;
  padding-right: 11px;
  color: #dc0228;
}

.sub-cat i {
  display: inline-block;
  padding-right: 11px;
  color: inherit;
  font-size: 12px;
}

.content-heading .heading {
  display: inline-block;
}
.container__slot {
  width: 100%;
  padding: 30px;
}

.container__slot--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container__slot--list ul li time {
  font-size: 14px;
  color: #333333d1;
  padding-top: 6px;
  font-weight: 300;
}
.container__slot--list ul li:last-child {
  padding-bottom: 0;
}
.title a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.title a:hover {
  color: var(--primary);
  opacity: 1;
}
.container__slot--list ul li {
  border-top: 1px solid #0a0a0a3b;
  padding: 20px 0;
}
.container__slot--list ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.container__slot--list ul li h4 {
  margin: 0;
  font-weight: 600;
  line-height: 30px;
}

.container__slot--list ul li h4 a {
  font-size: 20px;
}

.container__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
}
.container__row:last-child {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 0 0 auto;
}
.layout--fluid-fixed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.layout--fluid-fixed > .container__column + .container__column {
  border: 0;
  border-left: 1px solid rgba(180, 180, 180, 0.35);
}
.layout--fluid-fixed > .container__column:nth-child(2) {
  max-width: 361px;
}

.headline {
  font-size: 40px;
}
.news--summary {
  margin-bottom: 24px;
}
.news--summary .sub-headline {
  margin: 0;
}
.news--summary .headline {
  margin-bottom: 0;
}

.news--summary p {
  font-size: 19px;
  margin-top: 7px;
  color: #000000f0;
  margin-bottom: 0;
  line-height: 1.6;
  opacity: 0.8;
  font-weight: 300;
}
.desktop-view .gam-each-nvad {
  margin-top: 28px;
}
.mobile-view {
  display: none;
}

.gam-each-nvad:last-child {
  margin-bottom: 0;
}
.three-column--news {
  margin-top: 30px;
}
.news--title {
  font-size: 20px;
}

.column--news .news--summary {
  margin-bottom: 0;
  margin-top: 14px;
}

.post__time {
  font-size: 14px;
  color: #333333d1;
  padding-top: 5px;
  font-weight: 300;
}
.post__time i {
  margin-right: 6px;
}

.post-image {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.post-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.container__row + .container__row {
  border-top: 1px solid rgba(180, 180, 180, 0.35);
}

.title--medium {
  font-size: 30px;
  line-height: 1.3;
}
.think--block .thumb-img img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.think--block .thumb-img {
  height: 63px;
  flex: 2;
  width: 63px;
}

.think--block .thumb-title {
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7;
  margin-left: 20px;
}
.think--block i {
  margin-right: 4px;
}

.each--think--block {
  padding: 19px 0;
  border-top: 1px solid #ccc;
}

.uk-background-white {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.each--think--block .author__wrap {
  color: #000000a6;
}
.each--think--block:first-child {
  padding-top: 0;
  border-top: none;
}
.page-content__row.is-border-bottom {
  border-bottom: 1px solid rgba(180, 180, 180, 0.35);
}

.page-content__row.is-full-width .container {
  border: None;
}

/*.post-image--featured {
	height: 350px;
}*/
.post-image--featured .news--title {
  font-size: 22px;
}
.featured__news--wrap .title a:hover {
  color: #000;
  opacity: 0.7;
}
.facebook--box {
  margin-bottom: 20px;
}

.is-bordered {
  border-top: 1px solid rgba(180, 180, 180, 0.35);
  border-bottom: 1px solid rgba(180, 180, 180, 0.35);
}
.quote__news-section .container,
.quote__news-section .container .content-heading {
  border: none;
}

.is-bordered-bottom {
  border-bottom: 1px solid rgba(180, 180, 180, 0.35);
}
.political--block .news--summary-img {
  margin-bottom: 20px;
}

.thumb--news .post-img {
  flex: 1;
  height: 110px;
  width: 60px;
  margin-right: 25px;
}
.desh-rajniti .political--block .thumb--news .post-img,
.related-politics .thumb--news .post-img {
  height: 85px;
}
.samachar-block .thumb--news .post-img {
  flex: 1;
}

/*.samachar-block .thumb--news,
.ent-news .thumb--news {
	padding-bottom: 25px;
}*/
.post-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.facebook--box iframe {
  width: 100%;
}

.post-img a {
  height: 100%;
  display: block;
}
.thumb--news .thumb--title {
  flex: 2;
}

.thumb--news .post-img a {
  display: block;
}

.trending--new {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trending--new li {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 20px 0px;
  position: relative;
  display: flex;
}
.trending--new li:first-child {
  padding-top: 0;
  padding-top: 0;
  border-top: none;
}
.trending--new li:last-child {
  padding-bottom: 0;
}

.trending--new li span {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.trending--new li .thumb--news .post-img {
  flex: 2;
  width: auto;
}

.trending--new li .thumb--news {
  padding-bottom: 0px;
  width: 100%;
}
.interview__news--sections {
  padding: 45px;
  text-align: left;
}

.interview__news--sections .title a {
  color: #fff;
  font-weight: 600;
}
.interview__news--sections p {
  color: #fff;
  text-align: left;
}

.interview__news--sections .news--summary {
  margin-bottom: 0;
}

.interview__news .news--title {
  font-size: 22px;
  text-align: left;
}

.world--news .column--news {
  margin-bottom: 30px;
}

.prabas--news .news--summary-img {
  margin-bottom: 30px;
}
.interview__news .flexslider {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left !important;
}

.site-footer .social-links {
  margin: 4px 0 0 0px;
  padding: 0;
  list-style: none;
  border: none;
  display: flex;
}

.site-footer .social-links a {
  margin: 0;
  padding: 0;
  color: #fff;
}
.site-footer {
  background: var(--secondary);
  padding: 0 0 0px 0;
  margin-top: 35px;
}
.footer-contact a {
  display: inline-block;
  background: #f1f1f1;
  padding: 14px;
}

.footer-logo {
  padding-bottom: 25px;
}
.contact-infos {
  font-size: 17px;
  color: #fff;
  line-height: 1.72;
  font-weight: 300;
}
.contact-infos b {
  font-weight: 700;
  font-size: 17px;
}
.site-footer .bold {
  font-weight: 600;
  color: #ffffff8c;
  font-size: 15px;
  margin-top: 0;
  display: block;
  margin-bottom: 5px;
}
.footer-col p {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.48;
  padding-bottom: 15px;
}
.contact-infos strong {
  font-size: 20px;
  margin-bottom: 0;
  display: block;
}
.site-footer h3 {
  padding-bottom: 4px;
  font-size: 20px;
}
.footer-link p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 16px 0;
  padding-top: 0;
  line-height: 1.7;
}
.social-links {
  margin-top: 12px;
}

.site-footer ul li a {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 9px;
  opacity: 1;
}
.site-footer ul li a:hover {
  color: #fff;
  opacity: 1;
}
.footer-heading {
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 22px;
}
.footer-link {
  padding-top: 30px;
}
.footer-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link ul li a {
  color: #fff;
  display: block;
  padding: 4px 0;
  font-size: 17px;
}

.social a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-right: 17px;
}

.site-footer p {
  margin: 0;
}
.last-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.last-footer p {
  color: #fff;
  font-size: 15px;
}
.last-footer p a {
  color: #fff;
}

.content-heading .all-news {
  font-size: 19px;
  font-family: "Mukta", sans-serif;
  color: #000000a3;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
}
.content-heading .all-news i {
  color: #5c5c5c;
  /* display: inline-block; */
  margin-left: 4px;
  padding-right: 0;
  font-size: 15px;
  vertical-align: middle;
  /* opacity: .5; */
  position: absolute;
  top: 5px;
  right: 0;
}
.content-heading .all-news:hover,
.content-heading .all-news:hover i {
  color: var(--primary);
}

.social-links {
  display: inline-block;
}
.social-links a {
  display: inline-block;
  margin-left: 10px;
  opacity: 0.8;
}
.social-links a:hover {
  color: var(--primary);
}

/* .video-frame iframe {
  width: 100%;
  height: auto;
  min-height: 540px;
  background: #111;
  max-height: 100%;
} */

.eng {
  background: var(--primary);
  margin-left: auto;
}
.eng a {
  text-transform: uppercase;
}

.video-block {
  background-image: linear-gradient(to bottom right, #239d9f, #36b1b4, #20bdbe);
  max-width: 100%;
  padding: 50px 0;
}

.video-block .content-heading h2 a {
  display: inline-block;
  margin-right: 0;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 27px;
  background: var(--primary);
  padding: 10px 17px 6px 17px;
  margin-right: 11px;
  font-weight: bold;
  color: #fff;
}

.video-block .content-heading h2 a:hover {
  background: var(--secondary);
  color: #fff;
}
.video-block .content-heading {
  border: none;
  padding: 0;
}
.video-block .content-heading.fixedheading h2 {
  background: none;
  padding: 0;
  width: 100%;
}
.video-content {
  margin-top: 30px;
}
.video-block .flexslider {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.video-block .title--medium {
  font-size: 40px;
}

.video-block .title a {
  color: #fff;
}

.video-block .video-slides-thumb li > a {
  height: 150px;
  display: block;
  cursor: pointer;
}

.video-slides-thumb li {
  overflow: hidden;
  float: none !important;
  position: relative;
  display: block !important;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f13d;
  padding: 15px 0px 15px 25px;
  margin-right: 0 !important;
}

.video-slides-thumb li > a {
  flex: 1;
  margin-right: 21px;
  width: 100px;
  height: 90px;
}
.video-slides-thumb li > a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.thumb-news > a {
  flex: 1;
  margin-right: 21px;
  width: 100px;
  height: 90px;
}
.thumb-news > a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.thumb-news-wrap {
  flex: 2;
  text-align: left;
}

.flex-direction-nav {
  display: none !important;
}
.video-block .flex-control-nav li a {
  height: 10px;
  width: 10px;
}
.video-block .video-slides-thumb li img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.video-block .flex-control-nav li a.flex-active,
.photo__story .flex-control-paging li a.flex-active {
  background: var(--primary);
}
.photo__story .flexslider {
  margin: 0;
  border: none;
  padding: 0;
}
.video-block .video-slides-thumb li .news--title {
  font-size: 18px;
  line-height: 22px;
  padding: 11px;
}
.video-block .video-slides-thumb {
  height: 100%;
}

.interview__news #carousel .slider li {
  width: 100% !important;
  float: none !important;
}
.news--summary-img p {
  font-size: 20px;
  margin-top: 16px;
  color: #000000f0;
  margin-bottom: 0;
  line-height: 1.6;
  opacity: 0.8;
  font-weight: 300;
}

.featured__news,
.quote__news-section {
  padding-top: 20px;
}

.featured__news--wrap h2,
.quote__news-section h2 {
  margin-bottom: 20px;
  font-size: 35px;
  text-align: center;
  display: block;
  width: 100%;
}
.featured__news {
  padding: 25px 0;
  background: #20bdbe2e;
  margin: 40px 0 0 0;
}
.featured__news .featured__news--wrap h2,
.featured__news .featured__news--wrap h2 a {
  color: #000000a8;
}
.featured__news .featured__news--wrap h2 a:hover {
  color: var(--primary);
  opacity: 1;
}
.related-politics {
  margin-top: 30px;
}

.author-name a {
  color: inherit;
}
.author-name a:hover {
  color: var(--primary);
}
.samachar-block .news--summary-img {
  margin-bottom: 20px;
  height: 390px;
}
.samachar-block .news--summary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  .gam-ad-position-wrap, 
  .gam-nvad-position-wrap {
	padding-top: 30px;
}*/

.img-vertical {
  height: 500px;
}

.political--block .img-vertical {
  height: 240px;
}

.political--block .deshimg-vertical {
  height: 440px;
}

.trending--new li span {
  color: var(--primary);
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: auto;
  top: 10px;
  left: 0;
}

.interview-news-slider {
  background: var(--primary);
}
.trending--new li.trending--new-column h3 {
  padding-left: 50px;
}
.trending--new li.trending--new-column:first-child span {
  top: -10px;
}
.trending--new li {
  position: relative;
}
.img-vertical > a,
.img-vertical > a img {
  object-fit: cover;
  height: 100%;
  display: block;
  width: 100%;
}
.img-vertical > a {
  position: relative;
}

.img-vertical > a::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    #000,
    rgba(0, 0, 0, 0.49),
    #0000,
    #0000
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.overlay-content {
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 5;
  padding: 20px 30px;
}

.overlay-content h3.title {
  font-weight: 600;
  color: #fff;
  padding-right: 17px;
  font-size: 24px;
  margin: 0;
  line-height: 1.43;
}
.overlay-content h3.title a {
  color: #fff;
}

.interview__news .uk-slider-nav {
  position: absolute;
  top: 89%;
  left: 50px;
}

.interview__news .uk-dotnav > .uk-active > * {
  background-color: #fff;
  border-color: transparent;
}
.interview__news .uk-dotnav > * > * {
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
}

.quote_posts {
  background: #fff;
  position: relative;
  padding: 35px;
}

.quote_posts h3 {
  font-size: 22px;
  padding-right: 30px;
}
.quote__news-section {
  background: #f1f1f1;
  padding-bottom: 40px;
  margin-top: 20px;
}
.interview__news--block {
  margin-top: 40px;
}
.quote_posts p {
  font-size: 19px;
  margin-top: 7px;
  color: #000000f0;
  margin-bottom: 0;
  line-height: 1.6;
  opacity: 0.8;
  font-weight: 300;
}
.author-name {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.7;
  padding-bottom: 15px;
  font-style: italic;
  color: #000;
}
.quote-icon {
  color: #333;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  font-size: 5px;
  opacity: 0.9;
  right: 0;
  background: var(--secondary);
  top: 0;
  text-align: center;
  line-height: 50px;
  border-radius: 0 3px 0 0;
}
.author-image {
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  position: absolute;
  bottom: 20px;
  right: -30px;
}
.interview-news-slider {
  position: relative;
}
.sidebar-slot .gam-each-nvad {
  margin-bottom: 15px;
}

.breaking__news .post__info > div {
  margin-right: 20px;
  color: #0000007a;
  margin-top: 0;
  padding-top: 0;
}
.breaking__news .post__info > div i {
  font-size: 20px;
  margin-right: 4px;
}
.interview-news-slider .news--summary-img {
  max-height: 550px;
  padding: 20px;
}

.interview-news-slider .news--summary-img a {
  display: block;
  height: 100%;
  width: 100%;
}

.site-footer h3 {
  padding-bottom: 8px;
  color: #fff;
  margin: 0;
  font-size: 22px;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-branding .search {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.site-branding .search .social-links {
  display: inline-block;
  margin-top: 0;
}

.social-links li {
  margin-right: 16px;
}

.contact-us-panel p {
  font-size: 15px;
}

.contact-us {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.breadcrumb__menu {
  padding: 20px 0 12px 0;
}
.breadcrumb__menu--wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb__menu li,
.breadcrumb__menu li a {
  color: #333;
  margin: 0;
  transition: linear 0.2s;
  font-size: 15px;
  letter-spacing: 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: 600;
}

.breadcrumb__menu li a {
  color: #000;
}
.breadcrumb__menu li a:hover {
  color: var(--primary);
}
.sep {
  margin: 0 10px;
  color: var(--primary);
  font-size: 16px;
}

.landing__header .tagg {
  margin: 0 0 15px 0;
}
.the-content figure {
  width: auto !important;
  margin-top: 0;
  margin-bottom: 0;
}

.news-title {
  margin: 15px 0 0 0;
  font-size: 60px;
  line-height: 65px;
  padding: 0;
  font-weight: 700;
}
.uk-dotnav > .uk-active > * {
  background-color: var(--primary);
  border-color: none;
}
.the-content figcaption {
  text-align: center;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
  line-height: 30px;
  display: block;
}
.also-read br {
  display: none;
}
.sub-title {
  margin-top: 0;
  color: #000;
  opacity: 0.8;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0;
  margin-top: 6px;
}

.news__details--time h4 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
}

.landing-footer .news__details--time h4 {
  border-right: 1px solid #e46525;
  padding-right: 15px;
  margin-right: 15px;
}
.related-tags ul li a::before {
  content: "#";
  position: absolute;
  left: 3px;
  top: 3px;
}
.news__details--info {
  margin-top: 0;
  margin-bottom: 15px;
}

.landing-footer .news__details--info {
  border-top: 1px solid #0000003b;
  border-bottom: 1px solid #0000003b;
  padding: 14px 0;
  margin-top: 15px;
}
.reaction .uk-card {
  margin-top: 30px;
}

.news__details--time span {
  display: inline-block;
  margin-right: 12px;
  color: #000;
  opacity: 0.7;
  font-size: 16px;
  /* font-weight: 600; */
}

.news__details--author #st-3 {
  z-index: 0 !important;
}

.news__details--info #st-1 {
  position: relative;
  z-index: 1;
}
.news__details--time i {
  display: inline-block;
  margin-right: 4px;
  vertical-align: revert;
  font-size: 15px;
}

.news__banner--image iframe {
  width: 100%;
  height: 500px;
}
.the-content {
  margin-top: 20px;
}
.img-caption {
  font-weight: 600;
  color: #00000096;
  font-size: 18px;
  margin-top: 11px;
}
/*.news__banner {
	margin-bottom: 25px;
}*/
.the-content::after {
  clear: both;
  display: block;
  content: "";
}
.news__banner h4 {
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 15px 30px 0 10px;
  color: #fff;
  font-size: 17px;
  text-shadow: 1px 1px 1px #000;
}
.the-content,
.the-content p {
  font-size: 23px;
  padding: 0;
  line-height: 180%;
  /* font-family: eczar,serif; */
  color: #000c;
}
.the-content em,
.the-content p em {
  color: inherit;
}
.the-content iframe {
  width: 100%;
  height: 550px;
  margin: 20px 0;
}
.the-content blockquote {
  border-bottom: 3px solid var(--secondary);
  font-size: 22px;
  line-height: 210%;
  position: relative;
}

.the-content blockquote.floatleft,
.the-content blockquote.floatright {
  position: relative;
}

.the-content blockquote.floatleft::before,
.the-content blockquote.floatright:before,
.the-content blockquote::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border: 5px solid var(--secondary);
  border-top: none;
  border-left: none;
  width: 41px;
  height: 41px;
  /* transform: rotate(270deg); */
  z-index: -1;
  transform: rotate(270deg);
}
.the-content blockquote.floatright {
  margin-left: 0;
  float: right;
}
.the-content blockquote.floatleft::after,
.the-content blockquote.floatright:after,
.the-content blockquote::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border: 5px solid var(--secondary);
  border-top: none;
  border-left: none;
  width: 41px;
  height: 41px;
  /* transform: rotate(270deg); */
  z-index: -1;
  transform: rotate(-270deg);
}

.the-content blockquote {
  position: relative;
  padding: 0px 30px 0 0px;
  border-bottom: none;
  padding: 30.9px;
  text-align: left;
  font-style: normal;
  margin: 0;
}
.the-content .highlighter,
.the-content .highlighter p {
  font-size: 22px;
  line-height: 210%;
  color: #000000f2;
  font-weight: 500;
}
.the-content blockquote {
  padding: 35.9px;
  /* box-shadow: 0 5px 14px #00000047; */
}

.the-content .highlighter {
  background: #f1f1f1;
  padding: 35px;
}
.the-content blockquote.floatleft p,
.the-content blockquote.floatleft,
.the-content blockquote.floatright p,
.the-content blockquote.floatright {
  color: var(--secondary);
}
.the-content blockquote.floatleft,
.the-content blockquote.floatright {
  max-width: 400px;
  margin: 0 30px 30px 0;
  padding-right: 40px;
  background: none;
  box-shadow: none;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.the-content blockquote {
  color: #fff;
  padding: 35px;
  display: block;
  width: 100%;
}

.the-content blockquote,
.the-content blockquote p {
  color: var(--secondary);
}
.the-content blockquote.floatleft {
  float: left;
  margin-right: 30px;
}

.the-content blockquote.floatright {
  margin-left: 30px;
  margin-right: 0;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.the-content h2 {
  font-size: 25px;
}

.the-content h3 {
  font-size: 20px;
}

.the-content ul,
.the-content ol {
  padding-left: 20px;
}

.the-content ul li,
.the-content ol li {
  font-size: 20px;
  margin-bottom: 6px;
}

.the-content h4 {
  font-size: 19px;
}

.the-content h5 {
  font-size: 17px;
}

.the-content h6 {
  font-size: 14px;
}

.the-content img {
  margin-bottom: 15px;
  width: 100%;
  margin-top: 14px;
}
.related-tags ul li {
  display: inline-block;
}

.related-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-tags ul li a {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333b5;
  font-weight: 500;
  position: relative;
  padding: 0 0px 0 14px;
  margin-left: 14px;
}
.related-tags ul li:last-child a {
  padding-right: 0;
}
.related-tags ul li a::before {
  content: "#";
  position: absolute;
  left: 4px;
  top: 3px;
}
.related-tags ul li a:hover {
  color: var(--primary);
}

.landing-footer,
.comment-area,
.related-story {
  margin-bottom: 30px;
}

.news__landing {
  margin-top: 15px;
  margin-bottom: 40px;
}

.related-story-wrap {
  padding-top: 15px;
}

.comment-area > span {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-top: 0;
  font-size: 35px;
  font-weight: bold;
  color: var(--secondary);
  background: #fff;
  z-index: 1;
  position: relative;
  padding-right: 16px;
}

.comment-reply-title {
  font-size: 22px;
  display: none;
  font-weight: 600;
  color: #000;
}
#commentform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.comment-notes {
  font-size: 15px;
  display: none;
  color: #000;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
  margin-top: 21px;
  margin-bottom: 0;
}
#respond p label {
  width: 100%;
  color: #000000bf;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: v;
  display: block;
  margin-bottom: 5px;
}
#respond textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: none;
  height: 150px;
  font-family: mukta, sans-serif;
  background: #fff;
  resize: none;
  color: #000;
  font-size: 17px;
  border: 1px solid #00000026;
  line-height: 1.8;
}

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  background: #fff;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: none;
  color: #000;
  font-size: 15px;
  border: 1px solid #00000026;
  border-radius: 4px;
}

.comment-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 3;
  margin-top: 0;
}

#respond #submit {
  border: none;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--secondary);
  font-weight: 600;
}
#respond #submit:hover {
  opacity: 0.8;
}

.comment-form-cookies-consent {
  display: none;
}

.comments-title {
  font-size: 18px;
  display: none;
  background: #036;
  padding: 14px 23px;
  color: #fff;
  margin: 0;
}

.comment-list {
  margin: 30px 0 30px 0;
  list-style: none;
  background-color: #f1f1f1;
  padding: 20px;
}
.comment-list > li {
  padding-top: 30px;
  border-top: 1px solid #00000021;
  margin-top: 30px;
}
.comment-list > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.comment-list > li > article {
  position: relative;
}
.form-submit {
  margin-top: 30px;

  margin-bottom: 0;
}
.comment-list > li article footer .comment-author,
.comment-metadata {
  position: relative;
  padding-left: 69px;
  color: #000;
}

.fn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
}

.comment-list > li article footer .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.comment-list > li article footer time {
  font-size: 14px;
}
.comment-list > li article footer .comment-author a,
.comment-list > li article footer time {
  color: #000;
}
.comment-list > li article .comment-content {
  margin: 0px 0 0 58px;
  padding: 14px 0 0;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  /* border-top: 1px solid #15151517; */
}
.comment-list > li article .comment-content p {
  color: #000;
}
.comment-list > li > article .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.reply a {
  font-weight: 700;

  background: var(--secondary);
  padding: 5px 9px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

.comment-list > li ol {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}
.comment-list > li ol li em {
  display: inline-block;
  margin-top: 20px;
}
.comment-awaiting-moderation {
  display: none;
}

.button {
  border: none;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: var(--secondary);
  color: #fff;
}

.button-items {
  background: var(--secondary);
  padding: 4px;
  text-align: center;
}
.error-text {
  margin-bottom: 20px;
}

.news__landing .container__slot {
  padding: 0;
  width: 100%;
}
.news__landing .content-heading {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.news__landing .content-heading.mobile-border {
  padding-bottom: 8px;
}

.featured__news--wrap .content-heading {
  border-bottom: none;
}

.page-content__row.is-full-width.related-news.featured__news {
  border-top: none;
  padding-top: 0;
  padding-bottom: 40px;
}

.featured-image {
  padding: 30px 0;
}

.news__details--info.news--special-detail {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
  position: sticky;
  top: 80px;
}
.news__details--info.news--special-detail .news__details--time h4 {
  margin: 0;
  border-right: none;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.site-title,
.site-description {
  display: none;
}
.social-mediaPost {
  padding-top: 12px;
  width: 100%;
}

.news__details--info.news--special-detail
  .news__details--time
  .news--post
  span {
  opacity: 0.8;
  font-size: 16px;
  margin-top: 10px;
}
.related-news .content-heading {
  padding-left: 0;
  margin-bottom: 30px;
}

.related-news .thumb--news .post-img {
  flex: 2;
}
.related-news {
  margin-bottom: 40px;
  padding-top: 35px;
}

.landing__header .container__slot {
  padding: 0;
  margin-top: 30px;
}
.landing__header .container__column .content-heading {
  padding-left: 0;
}

.category-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #0000001c;
  margin-bottom: 30px;
}
.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
  position: relative;
}
/*
.page-numbers:hover, .page-numbers.current {
	background: var(--secondary);
	color: #fff;
}*/

.next.page-numbers {
  border-radius: 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  border: none;
  width: auto;
  height: auto;
}
.next.page-numbers:hover {
  color: var(--secondary);
  padding: 0 8px;

  background: none;
}

.cover-news .title--medium {
  font-size: 50px;
  line-height: 57px;
}
.cover-news p {
  font-size: 22px;
  line-height: 35px;
  color: #000000c4;
}
.cover-news-img {
  display: block;
  height: 510px;
  overflow: hidden;
}
.cover-news-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pagination-wrap {
  position: relative;
}

.cat-search {
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  padding: 0 25px 25px 0;
  margin: 0;
  display: inline-block;
  border: 0;
  position: relative;
  top: 4px;
  z-index: 2;
  letter-spacing: -1px;
}
.search-modal form input[type="text"] {
  border-radius: 4px;
  height: 50px;
  padding: 0 145px 0 20px;
  font-size: 15px;
  font-weight: 400;
}
.search-modal form {
}
.search-modal form input[type="submit"] {
  height: 43px;
  width: 100px;
  background: var(--primary);
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  margin-top: 15px;
  font-family: "Mukta", sans-serif;
  border-radius: 4px;
  font-weight: 600;
}

.is-full-width.featured__news .post-image--featured {
  height: 300px;
}

/* #carousel ul.slides .flex-active-slide {
  background: #f1f1f1;
  padding-bottom: 14px;
} */

#carousel ul.slides li {
  cursor: pointer;
}

.news--post a {
  color: #3333336e;
  /* font-weight: 300; */
}

.uk-background-muted.featured__news {
  margin-top: 40px;
  margin-bottom: 40px;
}

.isBorder-bottom {
  border-bottom: 1px solid rgba(180, 180, 180, 0.35);
}

.the-content img.alignleft,
.the-content figure.alignleft {
  float: left;
  width: auto;
  margin-right: 30px;
}
.the-content figure.alignleft img,
.the-content figure.alignright img,
.the-content figure.aligncenter img {
  width: auto;
}
.the-content table {
  width: 100%;
  border-collapse: collapse;
}
.the-content table tr th {
  font-size: 17px;
  opacity: 0.8;
  border-bottom: 1px solid #0000001a;
  background: #f1f1f1;
  padding: 5px 17px;
}

.the-content table tr {
  border-bottom: 1px solid #0e0d0d2e;
}
.the-content table tr td {
  font-size: 17px;
  padding: 6px 12px;
}

.the-content img.alignright,
.the-content figure.alignright {
  float: right;
  width: auto;
  margin-left: 30px;
}
.the-content img.aligncenter,
.the-content img.alignright,
.the-content figure.aligncenter {
  width: auto;
}

.desh-rajniti {
  margin-top: 40px;
}

.quote__news-section--wrap .content-heading {
  border-bottom: none;
}
.quote__news-section--wrap .content-heading .heading {
  margin-bottom: 15px;
}

.quote_posts:hover .quote-icon {
  color: #fff;
  transition: 0.3s linear;
  background: var(--primary);
}

.site-nav > div > div {
  flex: 1;
}
.site-nav > div > div.menu-right > a i {
  font-size: 24px;
  opacity: 0.9;
}
.site-nav > div > div.menu-right {
  flex: inherit;
  font-size: 16px;
}
.site-nav > div > div.menu-right > a {
  /* margin-left: 12px; */
  color: #000;
  opacity: 0.7;
  display: inline-block;
  vertical-align: middle;
}
.site-nav > div > div.menu-right > a:first-child {
  margin-left: 0;
}
.site-nav > div > div.menu-right a:hover {
  color: var(--secondary);
  opacity: 1;
}

.site-nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left-col {
  /* margin-top: 40px; */
  padding: 40px 0;
}
.related-tags {
  margin-bottom: 20px;
}
.footer-right-col {
  /*background: url(./assets/img/transgrad-black.png) repeat-y 0 0;*/
  position: relative;
  padding: 40px 0;
  height: 100%;
  padding-left: 31px;
}
.footer-right-col::before {
  height: 100%;
  width: 2px;
  background: #ffffff57;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.text-small {
  font-size: 14px;
  color: #100f0fc2;
  padding: 15px 0 15px 0;
  /* margin: 0; */
}
.text-small a {
  font-family: "Yantramanav", sans-serif;
  color: var(--secondary);
  font-weight: 600;
  font-size: 16px;
}
.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* SIDEBAR FLOAATING MENU */
#sidebar-nav {
  visibility: hidden;
  left: -300px;
  top: 0;
  opacity: 0;
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  overflow: auto;
}
#sidebar-nav > div > div.sidebar-header {
  background: #f1f1f1;
  padding: 6px;
  text-align: center;
}
.sidebar-header .custom-logo-link {
  padding-left: 0;
}
.sidebar-header .custom-logo-link img {
  padding: 22px;
}
#sidebar-nav > div > div > ul > li.menu-item-has-children span {
  transform: rotate(270deg);
}
.show__side--menu #sidebar-nav {
  left: 0;
  -webkit-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  visibility: visible;
  z-index: 112;
  opacity: 1;
}

#sidebar-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  background: #fff;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
}

.overlay {
  position: fixed;
  top: 0px;
  width: 100vw;
  cursor: url("./assets/img/cross.png"), auto;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  /* z-index: 998; */
  display: none;
}
.show__side--menu .overlay {
  display: block;
}
.sidebar-nav-inner {
  color: #434343;
  width: 320px;
  position: absolute;
  cursor: default;
  /* padding-top: 0; */
  background: #fff;
  height: 100vh;
  top: 0;
  left: 0;
}
#sidebar-nav > div > div > ul > li:hover > a {
  background: #0000000a;
}
.offToggle {
  position: absolute;
  left: 340px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  top: 20px;
  z-index: 52;
  /* background: #090; */
  cursor: pointer;
  right: 0;
  background: var(--secondary) !important;
  color: #fff;
  border-radius: 46px;
  display: block !important;
}
#sidebar-nav > div > div > ul > li span {
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#sidebar-nav > div > div.sidebar-header {
  background: #f1f1f1;
  padding: 6px;
  text-align: center;
}
#sidebar-nav > div > div {
  background: #fff;
}
#sidebar-nav > div > div > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-nav > div > div > ul > li,
#sidebar-nav > div > div > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#sidebar-nav > div > div > ul > li > a,
#sidebar-nav > div > div > ul > li > ul > li > a {
  color: #000;
  padding: 10px 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid #ffffff0a;
  font-weight: 600;
  display: block;
  font-size: 18px;
}
#sidebar-nav > div > div > ul > li > ul > li > a:hover {
  color: var(--secondary);
}
#sidebar-nav > div > div > ul > li > ul {
  top: 0;
  position: absolute;
  left: 70%;
  background: #fff;
  padding: 7px 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200px;
  z-index: 512;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#sidebar-nav > div > div > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#sidebar-nav > div > div > ul > li:hover > a,
#sidebar-nav > div > div > ul > li:hover span {
  color: var(--secondary);
}
.offToggle img {
  padding: 14px;
}
/* SIDEBAR FLOAATING MENU */

/* RoadBLock */

.roadblock {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 0;
  background: #fff;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.roadblock-wrap {
  height: 100%;
  overflow: scroll;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.skip-ad {
  margin-bottom: 15px;
  background: var(--secondary);
  text-align: center;
  padding: 6px 19px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 20px 6px 20px;
  border-radius: 22px;
  vertical-align: middle;
  display: inline-block;
}
.skip-ad:hover {
  color: #fff;
}

.roadblock-news-wrap .primary {
  color: #fff;
  background-color: var(--secondary);
}
.roadblock-news-wrap h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.roadblock-news-wrap h3 a:hover {
  color: #fff;
  opacity: 0.9;
}
.roadblock-news-wrap p {
  font-size: 20px;
  line-height: 32px;
}

.roadblock-news-wrap {
  margin-bottom: 30px;
}

.roadblock-ad {
  overflow: hidden;
}

.roadblock-remove .roadblock {
  opacity: 0;

  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
}

.team__section-wrap {
  margin-top: 40px;
}
.team-member img {
  border: 1px solid var(--primary);
  height: 150px;
  width: 140px;
  margin: auto;
  padding: 7px;
  object-fit: cover;
  object-position: center;
}

.roadblock__ad,
.road__block--singlenews {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  height: 100%;
}
.aligncenter {
  text-align: center;
}
.roadblock__ad .uk-container {
  width: 100%;
}

.singlenews--detail {
  color: #fff;
  background-color: var(--secondary);
}

.singlenews--detail .heading {
  color: #fff;
  padding: 27px;
}

.singlenews--detail .heading a {
  color: #fff;
}

.breaking__news .sub-title {
  font-size: 20px;
  margin-bottom: 13px;
  margin-top: 36px;
  padding-top: 10px !important;
}

.news__banner--image img {
  width: 100%;
}

.landing__header p {
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  opacity: 0.7;
  font-weight: 500;
  line-height: 35px;
}

.news__details--info #st-1 .st-btn {
  margin: 0 0 0 7px !important;
}

.container__slot--list p {
  font-size: 17px;
  color: #333333d1;
  padding-top: 12px;
  font-weight: 300;
  margin: 0;
  line-height: 29px;
}

.health-news-wrap .news--summary-img {
  /* height: 400px; */
}
.health-news-wrap .news--summary-img a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.health-news-wrap .news--summary-img a img {
  height: 100%;
  object-fit: cover;
}

.sub-cat {
  margin: 0 10px 0 auto;
  padding: 0;
  list-style: none;
  background: #fff;
  position: relative;
  z-index: 1;
}

.sub-cat li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  border: 1px solid transparent;
  padding: 0 7px 0px 0px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.sub-cat li a {
  position: relative;
  padding: 0;
  top: 0;
  font-size: 16px;
  color: #0b0b0b99;
  font-weight: 600;
  border: 1px solid #0000003b;
  border-radius: 14px;
  padding: 1px 16px;
  background: #00000008;
}
.sub-cat li a:hover {
  background: var(--primary);
  color: #fff;
}

.container__slot--list ul li .post-image {
  margin-bottom: 13px;
}
.ad-border-top {
  border-top: 1px solid #e5e5e5;
}

.header-date {
  font-size: 16px;
  color: #0000008a;
  font-weight: 600;
}
span.designation {
  font-weight: 700;
  color: #333333bd;
  font-style: italic;
  font-size: 15px;
}
.np-btn {
  color: #fff;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  background: #00000012;
  text-transform: uppercase;
  padding: 10px 28px;
  border-radius: 22px;
  vertical-align: middle;
  margin-top: 22px;
  display: inline-block;
}

.np-btn:hover {
  color: var(--secondary) !important;
  background: #fff !important;
}

.team-description .title {
  font-size: 20px;
  padding-top: 15px;
}

.team__section-wrap {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}

.team-col:first-child {
  grid-column: span 12;
}

/* 
.team-col:nth-child(2) {
	grid-column: span 12;
} */

.team-col {
  grid-column: span 3;
}

.team__section-wrap .team-col:first-child .team-member img {
  height: 250px;
  width: 220px;
}

.video-block .video-slides-thumb {
  height: 100%;
  /* margin-top: 50px; */
}

.banner .flexslider .slides > li {
  height: 100%;
}

.breadcrumb__menu li:nth-child(2n + 1) {
  background: var(--primary);
  color: #fff;
  padding: 8px 0px 6px 15px;
}
.breadcrumb__menu li:nth-child(2n) {
  background: var(--secondary);
  color: #fff;
  padding: 8px 15px 8px 15px;
}
.breadcrumb__menu li:nth-child(2n) a,
.breadcrumb__menu li:nth-child(2n) a span {
  color: #fff;
}

.breadcrumb__menu li:nth-child(2n + 1) {
  background: var(--primary);
  color: #fff;
  padding: 8px 15px 8px 15px;
}
.breadcrumb__menu li:nth-child(odd) a,
.breadcrumb__menu li:nth-child(odd) a span {
  color: #fff;
}
.breadcrumb__menu li:first-child {
  background: none;
  padding-left: 0;
}
.breadcrumb__menu li:first-child a {
  color: #000;
}

.breadcrumb__menu li:first-child a span {
  color: var(--primary);
}

/*.breadcrumb__menu li:last-child {
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 8px;
}*/

.landing__header .context {
  font-size: 23px;
  opacity: 0.7;
  font-weight: 700;
}
.site-nav > div.header-date2 {
  display: none;
}
.breadcrumb__menu li:first-child a span {
  margin-right: 0;
}
.breadcrumb__menu li {
  margin-bottom: 7px;
}

.sidebar-ad .gam-each-nvad {
  margin-bottom: 15px;
}
.site-header strong {
  color: var(--primary);
  text-align: center;
  /* display: block; */
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 40px;
}
body.sticky .header-date2 {
  position: absolute;
  top: 100%;
  display: block;
  right: 0;
  color: #fff;
  background: var(--primary);
  padding: 7px 16px 7px 16px;
  font-size: 14px;
  line-height: 1.2;
}
body.sticky .site-header {
  position: relative;
}
.quote_posts img {
  width: 43px;
  height: 43px;
  object-fit: cover;
}

.layout--fluid-fixed.bg-primary {
  border: 1px solid var(--secondary);
}

.news__details--author img,
.author__details img {
  border-radius: 7px;
  margin-bottom: 13px;
}

.news__details--author img {
  width: 60px;
  height: 55px;
}

.author__details img {
  margin-bottom: 0;
}

.container__slot--list.container__slot.bg-gradient {
  margin-bottom: 40px;
  background: #000;
  background-image: linear-gradient(90deg, #fff, #f1f1f1);
}
.author-wrap.sp__author {
  margin-top: 12px;
  margin-bottom: 8px;
}

.author-wrap.sp__author a {
  font-weight: 600;
  color: #333;
  display: inline-block;
}

.custom-logo-link {
  padding-left: 130px;
  display: inline-block;
  margin-top: -22px;
}
.share-btn {
  margin-top: 14px;
}
.converter {
  font-size: 15px;
  color: #0009;
}
.converter i {
  margin-right: 5px;
  display: inline-block;
}

.the-content blockquote h1,
.the-content blockquote h3,
.the-content blockquote h2,
.the-content blockquote h5,
.the-content blockquote h6,
.the-content blockquote h4,
.the-content blockquote h2 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a.context.context-link {
  background: var(--secondary);
  color: #fff;
  padding: 10px 17px;
  display: inline-block;
  margin-bottom: 11px;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
}

.the-content .text-Xl {
  font-size: 20px;
}
.bahas--section-news {
  margin-top: 25px;
}

.bahas-intro {
  background: var(--secondary);
  padding: 16px;
  color: #fff;
  height: 100%;
}

.bahas-intro h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 6px;
}
.bahas-intro p {
  font-size: 19px;
  margin: 0;
  line-height: 1.7;
}
.bahas-news .post-image {
  height: auto;
}
.bahas-news .post-image img {
  height: auto;
  width: auto;
}

.search-modal {
  background: #f1f1f1;
}
.cat-search {
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  padding: 0 25px 25px 0;
  margin: 0;
  display: inline-block;
  border: 0;
  position: relative;
  top: 4px;
  z-index: 2;
  letter-spacing: -1px;
}
.search-modal form {
  position: relative;
}
.search-modal form input[type="text"] {
  border-radius: 4px;
  height: 50px;
  padding: 0 145px 0 20px;
  font-size: 15px;
  font-weight: 400;
}
.search-modal form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 120px;
  background: #c4161c;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  border-radius: 0 4px 4px 0;
  font-weight: 500;
  margin-top: 0;
}

.debate-category.bahas-intro {
  height: auto;
  padding: 25px;
  margin-bottom: 25px;
}
/* .fb-video-frame {
  height: 560px;
} */

.debate-category.bahas-intro p {
  font-size: 19px;
  margin: 0;
  line-height: 1.7;
}

/* .fb-video-frame iframe {
  height: 100%;
} */

/* .frame-video {
  width: 100%;
} */

.youtube-video iframe {
  width: 100%;
  height: 500px;
}

.fb-video-frame {
  text-align: center;
  background: #000;
}

.converter-box textarea {
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 19px;
  background: #0000000a;
  margin-top: 15px;
  resize: none;
}
.converter-box textarea:focus {
  background: #fff;
}

.converter-box {
  background: #fff;
  padding: 30px;
  box-shadow: -4px 1px 15px #0000002e;
  border-radius: 6px;
}
.converter-box:not(:first-child) {
  margin-top: 35px;
}

.single-in-between-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
}

.single-in-between-content div img {
  width: auto;
}

.contentads img {
  width: auto;
}

.sticky__banner {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 1;
}
.sticky__banner .gam-each-nvad {
  display: block;
  position: relative;
  background: #fff;
  padding: 2px;
  box-shadow: 0 5px 14px #00000042;
  border-radius: 100%;
}
.sticky__banner .sticky-close {
  color: var(--primary);
  text-align: right;
  display: block;
  cursor: pointer;
  display: inline-block;
  background: var(--primary);
  color: #fff;
}

/*
@keyframes rotation {
	from {
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
	}
	to {

		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
	}
}*/

#st-1 .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
  display: inline-block !important;
}

.photo__story {
  margin-top: 40px;
  margin-bottom: 40px;
}
.photo__story .flex-control-nav {
  bottom: -50px;
}

.photo-story-content h3.title {
  font-size: 35px;
  text-align: center;
}
.photo-story-content.uk-text-center {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  /* background: #000; */
  background-image: linear-gradient(
    to top,
    #00000075,
    rgba(0, 0, 0, 0.49),
    #0000,
    #0000
  );
}

.photo__story .flex-direction-nav a {
  opacity: 1;
  height: auto;
  width: auto;
  font-size: 0;
}
.photo__story .flex-direction-nav a::before {
  color: var(--secondary);
  font-size: 60px;
  text-shadow: none;
  font-family: "Material-Design-Iconic-Font";
}
.photo__story .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  z-index: 1;
  cursor: inherit;
}
.photo__story .flex-direction-nav a.flex-prev::before {
  content: "\f2fa";
}
.photo__story .flex-direction-nav a.flex-next::before {
  content: "\f2fb";
}
.photo-story-content h3.title a {
  color: #fff;
}

.section-heading span {
  position: absolute;
  left: 70px;
  top: 20px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  background: var(--primary);
  display: inline-block;
  padding: 7px 15px 3px 15px;
  border-radius: 3px;
}

.photo__story .flexslider .slides img {
  height: 600px;
  -moz-user-select: none;
  object-fit: cover;
}

.photo__news img {
  width: 100%;
  object-fit: cover;
  height: 750px;
}

.photo-news-holder {
  position: absolute;
  width: 100%;
  padding-bottom: 40px;
  bottom: 0;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  z-index: 1;
  color: #fff;
}
.banner__news--title {
  font-size: 60px;
  line-height: 1.22;
  letter-spacing: -1px;
}

.photo-news-holder {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.62),
    rgba(0, 0, 0, 0.31),
    transparent,
    transparent
  );
  top: 0;
  left: 0;
}

.posted-by {
  border-bottom: 1px solid #00000038;
  padding-bottom: 20px;
}

.podcast-player {
  margin-top: 20px;
  border: 1px solid #d35868;
  display: inline-block;
  padding: 8px 20px 8px 25px;
}
.podcast-player audio {
  border-radius: 41px;
  margin-right: 8px;
}
.podcast-player a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}

.positionDurationBox {
  text-align: center;
  white-space: nowrap;
  font: message-box;
  font-size: 15px;
  font-size-adjust: 0.55;
  font-variant-numeric: tabular-nums;
  font-family: "Mukta", sans-serif;
}

.podcast-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.related__special {
  background: #fff;
  padding: 23px;
  box-shadow: 0 5px 15px #00000012;
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.related__special .thumb--news .post-img {
  flex: 1;
  height: 80px;
  width: 50px;
  margin-right: 19px;
}

.prinding-new .thumb--news .post-img {
  flex: 1 !important;
  height: 80px !important;
  width: 80px !important;
  margin-right: 10px;
}

.related__special .thumb--news .news--title {
  text-align: left;
  font-size: 17px;
  line-height: 1.6;
}

.womensday-slot {
  position: relative;
  background: #4d267b;
  color: #fff;
  padding: 25px;
}
.womensday-slot::before {
  /* content: url(./assets/img/womens.png); */
  content: url(./assets/img/npl-logo-icon.png);
  position: absolute;
  right: 10px;
  bottom: 0;
  opacity: 0.13;
  filter: brightness(0) invert(1);
}
.womensday-slot h3.section-title {
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.womensday-slot .title a {
  color: #fff;
}
.womensday-slot .title a:hover {
  color: #fff;
  opacity: 0.8;
}
.womensday-slot .thumb--news {
  position: relative;
  margin-bottom: 19px;
}
.womensday-slot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.womensday-slot ul li h4 {
  padding: 0;
  margin: 0;
}
.womensday-slot ul li {
  padding: 15px 0;
  border-top: 1px solid #ffffff12;
}
.womensday-slot ul li:first-child {
  padding-top: 0;
  border-top: none;
}

.womensday-slot ul li:last-child {
  padding-bottom: 0;
}

.womensday-slot .img-vertical {
  height: auto;
}
.womensday-slot .img-vertical > a::before {
  background-image: none;
}

.womensday-slot .overlay-content {
  color: #fff;
  position: static;
  bottom: 0;
  z-index: 5;
  padding: 15px 0 0 0;
}

.womensday-slot .thumb--news .news--title,
.bahas__special .thumb--news .news--title {
  line-height: 25px;
  margin: 0;
  font-size: 18px;
}
.womensday-slot .thumb--news .post-img,
.bahas__special .thumb--news .post-img {
  flex: 1;
  height: 80px;
  width: 60px;
  margin-right: 22px;
}

.election-ht {
  background: #20bdbe;
  padding: 0 10px;
  color: #fff;
}

/* Election Block */
/* 	
.election-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
.card-header {
	padding: 10px 18px;
	margin-bottom: 0;
	background-color: #20bdbe;
	border-bottom: 1px solid rgba(0,0,0,.125);
	color: #fff;
	justify-content: space-around;
}
.card-title {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}

.card-body {
	background:#fff;
}

.card-label-wrap {
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header-label {
	font-weight: 600;
	padding: 10px 16px !important;
	font-size: 20px;
}
.card-header-label:last-child {
	margin-right: 0;
	border-right: 	none;
}

.parties .card {
	background-color: #fff;
	background-clip: border-box;
	border-bottom:none;
	border: 1px solid rgba(0,0,0,.125);
}

.parties-row {
	padding: 0px 0 0 16px;
}
.parties-row .col  {
	border-right: 1px solid #00000021;
}
.parties-row:nth-child(2n+1) {
	background: #20bdbe0d;
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.parties-row .col:last-child  {
	border-right: 1px solid transparent;
}
.parties-row:hover {
	background: #20bdbe0f;
}
.card-body table {
	width: 100%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	padding: 0 10px;
}
.party-icon img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border: 1px solid #dadada;
padding: 3px;
border-radius: 4px;
	width:40px;
}
.party-name {
	height: 100%;
}
.party-name a {
	color: #000;
	font-size: 15px;
	display: block;
	margin-bottom: 0;
	font-weight: 600;
	height: 100%;
	display: flex;
	align-items: center;
}
.col {
	flex: 1 0 0%;
}
.progress {
	display: flex;
	height: 5px;
	overflow: hidden;
	background-color: #e9ecef;
	border-radius: 42px;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease;
}

.parties-row .card-header-label table tr td {
	vertical-align: top;
	padding: 0 15px;
	font-size: 17px;
	width: 150px;
}
.parties-row .card-header-label table tr th {
	padding: 0 15px;
	color: #d35868;
	font-size: 17px;
	font-weight: 900;
	width: 100px;
}

.parties-row:last-child {
	border-bottom: none;
}
.card-body table {
	width: 100%;
	text-align: center;
}

.section-election-block .heading {
	margin-bottom: 20px;
	text-align: center;
	margin-right: 0;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 27px;
	margin-right: 11px;
	font-weight: bold;
	color: #fff;
}
.section-election-block .heading span {
	background: #d35868;
	padding: 10px 17px 6px 17px;
	display: inline-block;
	border-bottom: 3px solid #0000006e;
}
.card-body .card-label-wrap {
	background: #20bdbe;
	color: #fff;
	border-bottom: 3px solid #78323b38;
}
.party-name img {
	margin-right: 15px;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	border: 1px solid #dadada;
	padding: 3px;
	border-radius: 4px;
	width: 35px;
}
.section-election-block.section-top {
	margin-top: 25px;
}

.card-header-label table th {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
} */

/* Election Block */

.container__column.column--samaj {
  width: 26.3rem !important;
}
.container__column.column--bishow {
  width: 26.26rem !important;
}
.sticky {
  top: 100px;
  position: sticky;
}
.desktop-view,
.mobile-view {
  text-align: center;
}
.news__landing .sidebar-slot {
  position: static;
}

.section-entertainment .container__column:last-child {
  border-left: 1px solid rgba(180, 180, 180, 0.35);
}
.section-sports .thumb--news .uk-flex .post-img,
.section-entertainment .thumb--news .uk-flex .post-img {
  height: 80px;
  width: 60px;
  flex: 1;
}
.political--block .img-vertical {
  height: 320px;
}

.sidebar-slot {
  position: sticky;
  top: 100px;
}

/* Election Style */

.election-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.election-title h3 {
  font-size: 40px;
  font-weight: 600;
  padding: 0 20px;
  margin: 0;
  display: block;
  border: 0;
  background: #fff;
  /* color: var(--primary); */
  position: relative;
  z-index: 2;
  line-height: 100%;
}

.election-title h3 a {
  color: #101010;
  color: var(--primary);
}

.election-subtitle {
  text-align: center;
  background: var(--secondary);
  padding: 8px 15px;
}

.election-subtitle h4 {
  font-size: 22px;
  margin: 0;
  color: #fff;
}

.card-header {
  padding: 8px 18px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-title {
  font-size: 20px;
  margin: 0;
  color: #010101;
}
.card-body {
  background: #fff;
}
.card-label-wrap {
  padding: 10px 16px;
  margin-bottom: 0;
  background-color: #fff;
}
.card-header-label,
.card-header-top {
  color: #010101;
  font-weight: 600;
  font-size: 16px;
}

.card-header-top {
  color: var(--primary);
}
.card-header-label:last-child {
  margin-right: 0;
}

.election-data .card {
  background-color: #fff;
  background-clip: border-box;
  border-bottom: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.parties-row {
  padding: 10px 16px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body table {
  width: 100%;
}
.parties-row:nth-child(even) {
  background: af0f0f08;
}
.col-auto {
  flex: 1 0 auto;
  width: auto;
  padding: 0 10px;
}
.party-icon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 1px solid #dadada;
  padding: 3px;
  border-radius: 4px;
  width: 40px;
}

.party-name a {
  color: #111;
  font-size: 16px;
  display: block;
  font-weight: 600;
}

.col {
  flex: 17 0 0%;
  padding: 0 10px;
}

.party-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.party-name img {
  width: 26px;
}

.parties-row .card-header-label {
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  width: 40px;
}

.election-tabs {
  justify-content: center;
  margin-left: 0;
}

.election-tabs a {
  padding: 5px 15px;
  display: block;
  background: var(--primary);
  color: #fff !important;
  font-weight: bold;
  font-size: 15px !important;
  margin-bottom: 5px;
}

.election-tabs.uk-subnav > * {
  padding-left: 15px;
}

.election-tabs .uk-active a {
  background: var(--secondary);
}

.election-data {
  border: 1px solid #eee;
}
.section-entertainment .sub-cat li a {
  font-size: 13px;
  border-radius: 14px;
  padding: 1px 12px;
  font-weight: 700;
}

.np-view-section {
  /* background-color: #20bdbe; */
  padding: 40px 0 0 0;
  color: #fff;
  margin-top: 25px;
  background-image: linear-gradient(to bottom right, #1f92c4, #1d9fd6, #25aae1);
}

.np-view-section .heading a {
  color: #fff;
  font-size: 35px;
}
.np-view-section .news--title {
  font-size: 22px;
  line-height: 1.45;
}
.np-view-section .container__slot {
  padding-left: 0;
  padding-right: 0;
}

.np-view-section .news--title a {
  opacity: 0.92;
  color: #fff;
}
.np-view-section .news--title:hover > a {
  opacity: 1;
}
.np-view-section .post-image {
  position: relative;
}
.np-view-section .post-image > a {
  position: relative;
  display: block;
}
.np-view-section .post-image > a span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #d35868ab;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  width: 45px;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 27px;
  transition: 0.3s linear;
}
.np-view-section .post-image > a:hover > span {
  background: var(--primary);
  transition: 0.3s linear;
}
.np-view-section .post-image > a span:before {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;

  content: "\f3aa";
}

.np-view-section .post-image img {
  height: 245px !important;
}
.np-view-section .uk-slider-nav {
  margin-top: 30px;
  justify-content: center;
}

.np-view-section .uk-dotnav > .uk-active > * {
  border-color: transparent;
  background-color: var(--primary);
}

.np-view-section .post-image,
.np-view-section .post-image img {
  height: auto;
  width: auto;
}
.np-view-section .heading a img {
  margin-right: 8px;
  opacity: 0.75;
}

.bichar__bislesan--row .content-heading {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.bichar__bislesan--row .container__slot {
  padding-left: 0;
  padding-right: 0;
}
.bichar__bislesan--row .quote_posts {
  border: 1px solid #00000017;
  border-radius: 6px;
  padding-bottom: 25px;
}

.bichar__bislesan--row .post-author {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-a.bichar__bislesan--row {
  overflow: hidden;
}

/* .bichar__bislesan--row .uk-slider-container {
	overflow: inherit;
} */
.bichar__bislesan--row .post-author .author-img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid var(--primary);
  padding: 3px;
}
.bichar__bislesan--row .post-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.bichar__bislesan--row .quote-icon {
  color: #3333333b;
  width: 100px;
  height: 50px;
  display: block;
  position: absolute;
  right: inherit;
  font-size: 5px;
  opacity: 0.3;
  left: 15px;
  background: none !important;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  border-radius: 0 3px 0 0;
  top: 45px;
  transform: rotate(180deg);
}
.bichar__bislesan--row .quote_posts:hover .quote-icon {
  color: #3333333b;
}

.bichar__bislesan--row .quote_posts {
  transition: 0.3s linear;
}
/* .bichar__bislesan--row .quote_posts:hover {
	background: #fff;
	transition: 0.3s linear;
	box-shadow: 0 5px 23px #00000038;
	transform: scale(1.05);
} */
.bichar__bislesan--row .quote_posts p {
  font-size: 17px;
  margin-top: 8px;
  color: #00000075;
  opacity: 0.8;
  font-weight: 500;
}
.bichar__bislesan--row .post-author h4 {
  font-size: 16px;
  margin: 0;
  font-style: italic;
  opacity: 0.75;
}
.bichar__bislesan--row .post-author h4 a {
  color: inherit;
}

.bichar__bislesan--row .post-author h4 a:hover {
  color: var(--primary);
}
.page-content__row.section-sports {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 959px) {
  .election__section .grid .column-6 {
    grid-column: span 12;
  }
}
.view-all-election {
  font-size: 16px;
  color: #0b0b0b99;
  font-weight: 600;
  border: 1px solid #0000003b;
  border-radius: 14px;
  padding: 1px 16px;
  background: #00000008;
}

.np-english {
  background: var(--primary);
  color: #fff !important;
  padding: 1px 10px 1px 10px;
  font-weight: 800;
  opacity: 1 !important;
  margin-right: 12px;
}

.np-english.np-nada-show {
  background: var(--secondary);
  margin-right: 0;
}

.site-nav > div > div.menu-right {
  display: flex;
  align-items: center;
}

.sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 0;
}
.sidebar-footer .np-english {
  font-weight: 800;
  /* width: 100%; */
  display: block;
  text-align: center;
  padding: 15px 20px;
  text-transform: uppercase;
  margin: 15px 25px;
  font-size: 14px;
  border-radius: 4px;
}

.quote_posts--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bichar__bislesan--row .quote_posts .quote_posts--image {
  height: 200px;
  margin-bottom: 15px;
}
.bichar__bislesan--row .quote_posts {
  background: #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.bichar__bislesan--row .quote_posts h3 {
  padding: 0 30px;
}
.bichar__bislesan--row .quote_posts p {
  padding: 0 30px;
}

.bichar__bislesan--row .quote_posts img {
  border-radius: 6px 6px 0 0;
}

.samachar-block {
  border-top: 1px solid #00000014;
}

/* .video__section .flexslider {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.video__section iframe {
  width: 100%;
  height: 510px;
}

.video__section .flex-direction-nav {
  display: none;
}

.video-title-list {
  color: #fff;
  height: 100%;
}
.video-title-list .slides {
  width: 100% !important;
  transition-duration: 0.6s;
  transform: inherit !important;
  height: 510px;
  overflow: auto;
}
.video-title-list li.flex-active-slide {
  background: #0000005c;
}
.video-title-list li:last-child {
  border-bottom: none;
}

.video-title-list h3 {
  cursor: pointer;
  color: #fff;
  display: block;
  padding-right: 30px;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.video-title-list h3 a {
  color: #fff;
}
.video-title-list h3 a:hover {
  opacity: 0.9;
  color: #fff;
}
.video-title-list li {
  overflow: hidden;
  float: none !important;
  position: relative;
  display: block !important;
  cursor: pointer;
  width: 100% !important;
  border-bottom: 1px solid #f1f1f13d;
  padding: 15px 0px 15px 25px;
  margin-right: 0 !important;
}

.video-title-list span {
  cursor: pointer;
  color: #fff;
  display: block;
  padding-right: 30px;
  font-size: 13px;
  margin: 10px 0 0 0;
  font-weight: 600;
}

.video__section {
  background-image: linear-gradient(to bottom right, #239d9f, #36b1b4, #20bdbe);
  padding: 40px 0;
}
 */

.news__details--info .three-column--news {
  margin-top: 15px;
}

.authorPage {
  text-align: center;
}

.authorPage p {
  margin: 0;

  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #000000c4;
}

.author__more--details > a {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: var(--secondary);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  font-size: 18px;
}

.author__more--details > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  display: block;
  background: var(--secondary);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.author__more--details > a:hover::before {
  transition: 0.3s linear;
  width: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.author__more--details {
  margin-bottom: 25px;
}

.news__details--info .three-column--news {
  margin-top: 15px;
  padding: 30px;
  box-shadow: 0px 0px 7px #00000014;
  border-radius: 5px;
}

.fb-video-frame iframe {
  height: 600px !important;
  width: 100%;
}

/* Dashain Tihar Chhat Banner */
/* .custom-logo-link {
  width: 150px;
  height: 50px;
}

.custom-logo-link img {
  display: none;
}

.site-header {
  background: #def0f2 url("./assets/img/dashain-logo-latest.jpg") top center no-repeat;
  padding-top: 98px;
  background-size: contain;
}

.site-nav {
  margin-top: 48px;
} */

/* Dashain Tihar Chhat Banner */

.t20-fixtures .btn {
  background: #fff;
  color: #10044a;
}

.t20-fixtures .btn:hover {
  opacity: 0.9;
}

/* .t20-fixtures {
  background: var(--primary) url("./assets/img/site-pattern-02.svg");
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin: 40px 0;
  background-attachment: fixed;
} */

.t20-fixtures {
  padding: 20px 0 25px 0;
  /* background: #10044a; */
  /* background: linear-gradient(
    251deg,
    rgb(243, 249, 255) 1.69%,
    #ee3b3528 99.37%
  ); */

  background: linear-gradient(-251deg, #20409a61 1.69%, #25aae166 99.37%);
  color: #fff;
  position: relative;
  margin: 40px 0;
}

.t20-fixtures::before {
  content: "";
  /* background: url("./assets/img/site-pattern-02.svg") no-repeat left bottom; */
  background-size: auto;
  background-position: 59% 100%;
  background-size: cover;
  opacity: 0.05;
  background-repeat: no-repeat;
  position: absolute;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.t20-logo {
  margin-bottom: 12px;
}
.t20-news {
  position: relative;
}
.fixtures-container {
  /* 
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; */
  text-align: center;
  padding-bottom: 10px;
}

.fixtures-container .btn {
  border-radius: 6px;
  border: none;
  z-index: 1;
  /* color: #fff; */
  font-size: 17px;
  background: var(--primary);
  display: inline-block;
  padding: 10px 15px 8px 15px;
  border-radius: 3px;
}

/* .t20-fixtures::after {
	content: "";
	background: url('./assets/img/icclogo.svg') no-repeat left bottom;
	position: absolute;
	left: 20px;
	background-size: contain;
	bottom: 20px;
	width: 250px;
	height: 250px;
	opacity: .12;
	z-index: 0;
	pointer-events: none;
} */

.t20-news .title-small {
  font-size: 20px;
}

.t20-news .title-small a {
  color: rgba(0, 0, 0, 0.8);
}

.t20-news .img-vertical > a::before {
  z-index: 1;
}
.t20-news .overlay-content {
  z-index: 2;
}

.t20-news .img-vertical {
  height: 540px;
}

.t20-fixtures h2.heading a {
  color: #333;
}

.t20-fixtures .title a {
  color: rgba(0, 0, 0, 0.8);
}

.t20-fixtures .title a:hover {
  color: var(--primary);
}

.t20-news .overlay-content h3.title {
  font-size: 32px;
}

.t20-logo img {
  width: 250px;
}

.t20-fixtures .news--summary-img {
  margin-bottom: 15px;
}

.t20-fixtures .news--summary p {
  color: #000000f0;
  opacity: 0.9;
}

.t20-fixtures .news--summary-img img {
  width: 100%;
}

.t20-fixtures .news--summary-img > a {
  display: block;
  height: auto;
  max-height: 500px;
  width: 100%;
}

.links .all-news {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #000000a3;
  font-weight: 600;
  position: relative;
}

.t20-news .post-image {
  height: 140px;
}

.links .all-news i {
  color: #000000a3;
  margin-left: 8px;
  padding-right: 0;
  font-size: 15px;
  vertical-align: middle;
  /* opacity: .5; */
}

.links .all-news:hover,
.links .all-news:hover i {
  color: var(--primary);
}

@media (max-width: 768px) {
  .fixtures-container {
    justify-content: center;
  }

  .fixtures-container .btn {
    margin-top: 12px;
  }
}

.fixtures-container .links img {
  width: 280px;
}

#st-1 .st-total {
  display: none !important;
}

#st-1 .st-total.inlineblock {
  display: inline-block !important;
}

.bannerSticky {
  padding: 10px;
  background: #fff;
  position: sticky;
  bottom: 0;
  text-align: center;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 5px 14px #0000004a;
}
.footer-banner {
  text-align: center;
}
.footerbanner a {
  display: block;
}

.bannerSticky .closebtn {
  position: absolute;
  cursor: pointer;
  top: -18px;
  color: #fff;
  background: #c4161c;
  height: 30px;
  width: 30px;
  right: 18px;
  line-height: 30px;
  border-radius: 100%;
  display: inline-block;
  z-index: 1000;
}

.bannerSticky-mobile-view .gam-each-npad {
  margin-bottom: 0;
}

.npl__updates {
  background: #130760;
  /* background: #e90a35; */
}

/* .npl__updates.t20-fixtures .title a {
  color: #fff;
} */

.npl__updates.t20-fixtures .news--summary p {
  color: #fff;
}

.npl__updates .fixtures-container {
  padding-bottom: 20px;
}

.npl__updates .links .all-news,
.npl__updates .links .all-news i {
  color: #fff;
}

.npl__updates .t20-news .overlay-content h3.title {
  font-size: 29px;
  line-height: 1.2;
}

.npl__updates .t20-news .img-vertical {
  height: auto;
}

.npl__updates.womensday-slot::before {
  /* content: url(./assets/img/womens.png); */
  content: url(./assets/img/npl-logo-icon.png);
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.11;
  filter: brightness(0) invert(1);
  width: 277px;
  height: 273px;
  left: auto;
  top: auto;
}

.new__npl-cricket {
  background: linear-gradient(#8fd9d93d 0%, #00a7a8a3 100%) !important;
  margin-bottom: 0;
}
.new__npl-cricket .t20-news .img-vertical {
  height: auto;
}
.new__npl-cricket .t20-news .img-vertical > a {
  height: 250px;
}
.new__npl-cricket .t20-news {
  margin-top: 10px;
}
.new__npl-cricket.npl__updates .links .all-news,
.new__npl-cricket.npl__updates .links .all-news i {
  color: #000000a3;
}

.new__npl-cricket .overlay-content h3.title a {
  color: rgba(0, 0, 0, 0.8) !important;
}

.bahas-special .news--summary-img {
  margin-bottom: 12px;
}

.bahas-special .news--summary-img img {
  width: 100%;
  height: 400px;
}

.featured__news--wrap .bahas__special h2 {
  font-size: 25px;
  line-height: 1.1;
  text-align: left;
}

.bahas__special {
  background: linear-gradient(to bottom, #fffae6, #d358681f);
  margin-top: 0;
}

.bahas-news.bahas__special.t20-fixtures h2.heading a {
  color: var(--primary);
  font-size: 37px;
  font-family: "Eczar", sans-serif;
  font-weight: 500;
}

.bahas-news.bahas__special.t20-fixtures .fixtures-container {
  padding-bottom: 0;
}

.bahas-news.bahas__special.t20-fixtures .content-heading {
  padding: 0;
  border: none;
}

@media (max-width: 768px) {
  .featured__news--wrap .bahas__special h2 {
    font-size: 25px;
    line-height: 1.1;
  }
  .content-heading .heading {
    display: inline-block;
    line-height: 1;
  }
}

/* Bahas Single */
.articles__col .thumb--news .post-img {
  min-width: 134px;
  max-width: 134px;
  height: 89px;
}

.articles__col .thumb--news {
  margin-bottom: 25px;
  background-color: #d3586814;
  border: solid 1px #d3586814;
  margin-bottom: 30px;
  border-radius: 4px;
}

.articles__col .thumb--news .author-name {
  padding-bottom: 0;
  margin-top: 5px;
}
/* Bahas Single */

/* New Teams Design */
.team__table table {
  border: none;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f1f1;
  width: 100%;
}

.team__table table tr th {
  font-weight: 600;
  text-align: left;
  background-color: var(--secondary);
  color: #fff;
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px 19px;
  text-transform: uppercase;
}

.team__table table tr td {
  padding: 10px 19px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.team__table table tr td img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 1px solid var(--secondary);
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin-right: 15px;
}

.team__img {
  overflow: hidden;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 1px solid var(--secondary);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.team__table table tr td .team__img img {
  width: 135px;
  height: 135px;
  object-position: top;
  border: none;
}
.team__table table {
  margin-bottom: 25px;
}
.team__table table tr td p {
  margin: 0;
  font-size: 16px;
}
.team__table table tr:nth-child(2n) {
  background: #fffc;
}
.team__table table tr:hover {
  background: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.team__table table tr {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.team__cat {
  font-size: 20px;
  text-transform: uppercase;
  background-color: var(--secondary);
  color: #fff;
}

.team-social-medias > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
  margin-right: 5px;
  color: #222;
  background: #00000020;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.team__table {
  overflow-x: auto;
}

.news--summary .author-name > a:first-child {
  width: 35px;
  display: inline-block;
  height: 35px;
  vertical-align: middle;
  margin-right: 5px;
}

.news--summary .author-name > a:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.news--summary .author-name > a {
  font-style: normal;
  font-size: 16px;
}

@media (max-width: 768px) {
  .team__table table tr td {
    width: 50%;
    font-size: 14px;
    padding: 8px;
  }

  .team__table table tr th {
    font-size: 15px;
  }

  .team__img {
    margin-left: 0;
    margin-bottom: 2px;
  }

  .team__data {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .team__table table tr td img {
    margin: auto;
    margin-bottom: 2px;
  }

  .team-social-medias > a {
    margin-bottom: 6px;
  }
}

/* New Teams Design */
