/*!
Theme Name: Itbha News
Theme URI: https://www.itbha.com/
Author: Itbha International
Author URI: https://www.itbha.com/
Description: Itbha News - It's modified all latest technology and custom code. The theme is useful for news and Advertisment.
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: dcnepal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Itbha News 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

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Mukta:wght@300;400;500;600;700&family=Noto+Sans+Devanagari:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Nunito:wght@300;400;500;600;700;800&family=Source+Sans+Pro:wght@300;400;500;600;700;900&display=swap");


:root {
  --primary--color: #37549f;
  --secondary--color: #ed1a25;
  --alt--color: #9eb5d9;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border-radius: 3px;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

p {
  font-family: "Mukta", sans-serif;
  line-height: 1.8;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #101010;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

body {
  font-family: "Mukta", sans-serif;
}

.itb-container {
  padding: 0 20px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.itb-container-large {
  max-width: 1250px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-middle {
  align-items: center;
  text-align: -webkit-center;
}

.main-navigation .itb-container-large {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
background-color: var(--primary--color);
}

.site-branding {
padding: 15px 0;
max-width: 300px;
}

.news__title--large {
margin: 0;
font-size: 25px;
margin-bottom: 8px;
line-height: 1.5;
}

.news__title--xlarge {
margin: 8px 0;
font-size: 30px;
margin-bottom: 8px;
line-height: 1.4;
}

.news__title--medium {
font-size: 22px;
margin: 0;
margin: 12px 0 0 0;
line-height: 1.4;
}

.news__title--small {
margin: 0;
font-size: 20px;
line-height: 1.5;
margin-top: 12px;
}

.dc-headerads .gam-each-ad {
display: inline-block;
}

.gam-ad-position-wrap div {
text-align: center;
margin-bottom: 10px;
}

.gam-ad-position-wrap > div {
margin-top: 20px;
}

.gam-ad-position-wrap div:last-child {
margin-bottom: 0;
}

.gam-ad-position-wrap.header-logo-right > div {
margin: 0;
}

.gam-ad-position-wrap img {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}

.gam-ad-position-wrap.header-logo-right img {
/* height: 100px; */
}

.dc-headerads .gam-ad-position-wrap > div {
  margin: 0;
  margin-left: 5px;
  max-width: 800px;
}

.sidebar-ads > div .gam-each-ad:first-child {
  margin-top: 0;
}

.sidebar-ads .gam-ad-position-wrap > div {
  margin-top: 0;
}
.headerdate {
  font-size: 16px;
  display: block;
  color: #5a7297;
  font-weight: 700;
  margin-top: 6px;
  font-family: sans-serif;
}

.main-navigation > div > div > ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}

.main-navigation > div > div {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.main-navigation > div > div > ul {
  display: flex;
  justify-content: space-between;
}

.burger--menu {
  display: none;
}

.burger--menu,
.header--right > a {
  color: #fff;
  font-size: 25px;
  padding: 10px 0;
  line-height: 100%;
  display: inline-block;
}

.header--right > a.recent--menu {
  font-size: 18px;
}

.burger--menu:hover,
.search--menu:hover {
  color: #000;
}

.header--right > a {
  display: inline-block;
}

.main-navigation {
  position: relative;
  background-color: var(--primary--color);
}

.main-navigation > div > div > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s linear;
}

.main-navigation > div > div > ul > li > ul {
  position: absolute;
  top: 130%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffffd6;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 5px 15px #00000038;
}

.main-navigation > div > div > ul > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  transition: 0.3s linear;
  z-index: 12;
}

.main-navigation > div > div > ul > li > ul > li > a {
  display: block;
  padding: 5px 15px;
  color: #111;
  font-size: 16px;
}

.main-navigation > div > div > ul > li > i {
  padding-left: 15px;
  font-size: 24px;
  color: #111;
}

.main-navigation > div > div > ul > li > ul > li > a:hover {
  color: var(--secondary--color);
}

.main-navigation > div > div > ul > li > ul > li:first-child > a {
  padding-top: 0;
}

.main-navigation > div > div > ul > li > ul > li:last-child > a {
  padding-bottom: 0;
}

.main-navigation > div > div > ul > li:not(:first-child) {
  margin: 0 0 0 12px;
}

.main-navigation > div > div > ul > li > a {
  color: #fff;
  font-size: 19px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  display: block;
  padding: 14px 12px;
  line-height: 100%;
}

.main-navigation > div > div > ul > li:hover > a,
.main-navigation > div > div > ul > li:hover > i {
  color: #fff;
}

.main-navigation > div > div > ul > li.current-menu-item > a {
  color: #fff;
}

.offToggle {
  position: absolute;
  left: 310px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  top: 20px;
  z-index: 52;
  cursor: pointer;
  right: 0;
  background: var(--primary--color) !important;
  color: #fff;
  border-radius: 6px;
  display: block !important;
}

.offToggle img {
  width: 26px;
  height: 26px;
  object-fit: cover;
}

#sidebar-nav {
  visibility: hidden;
  left: -300px;
  top: 0;
  position: fixed;
  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 {
  opacity: 0;
  color: #fff;
}

.overlay {
  cursor: url("./assets/img/cross.png"), auto;
}

#sidebar-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 290px;
  background: #fff;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
}

.sidebar-nav-inner {
  color: #434343;
  width: 290px;
  position: absolute;
  cursor: default;
  /* padding-top: 0; */
  background: var(--primary--color);
  height: 100vh;
  top: 0;
  left: 0;
}

#sidebar-nav > div > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-nav > div > div > ul > li > a {
  color: #fff;
  padding: 12px 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;
  display: block;
  font-size: 18px;
}

#sidebar-nav > div > div > ul > li > span {
 display: block;
    height: 48px;
    width: 100%;
    text-align: center;
    line-height: 48px;
    position: absolute;
    right: 40px;
    top: -2px;
    color: #fff;
    font-size: 16px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

#sidebar-nav > div > div > ul {
  position: relative;
}

#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.06);
}

#sidebar-nav > div > div > ul > li > ul > li:last-child {
  border-bottom: none;
}

#sidebar-nav > div > div > ul > li > ul {
  display: none;
  background: #7b95d78f;
  padding: 7px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-nav > div > div > ul > li:hover > a,
#sidebar-nav > div > div > ul > li:hover span,
#sidebar-nav > div > div > ul > li > ul > li:hover > a,
.main-navigation > div > div > ul > li.menu-item-has-children:hover span {
  background: #00000021;
}

#sidebar-nav > div > div > ul > li > a,
#sidebar-nav > div > div > ul > li > ul > li > a {
  color: #fff;
  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;
  display: block;
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

#sidebar-nav > div > div > ul > li > ul > li > a {
  font-size: 16px;
}

.overlay {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  /* z-index: 998; */
  display: none;
}

#sidebar-nav > div > div {
  background: var(--primary--color);
}

.main-navigation > div > div > ul > li.menu-item-has-children span {
  -webkit-transform: rotate(450deg);
  -moz-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  -o-transform: rotate(450deg);
  transform: rotate(450deg);
  font-size: 21px;
  margin-left: -6px;
  color: #3333339e;
}

.main-navigation > div > div > ul > li.menu-item-has-children {
  padding-right: 7px;
}

.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: 999999;
  opacity: 1;
}

.show__side--menu .overlay {
  display: block;
}

#sidebar-nav > div > div.sidebar-header {
  background: #f1f1f1;
  padding: 15px;
  text-align: center;
}

.trending-tags {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.267);
  border-top: 1px solid rgba(0, 0, 0, 0.267);
}

.trending-tags ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  justify-content: center;
}

.trending-tags ul li {
  margin-right: 25px;
  font-size: 15px;
}

.trending-tags ul li a {
  color: #00000085;
  font-size: 15px;
  font-weight: 500;
}

.trending-tags ul li a:hover {
  color: var(--primary--color);
}

.breaking__news {
  text-align: center;
  margin-top: 35px;
}

.breaking__news:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdee8;
}

.breaking__news--title {
  font-size: 56px;
}

.subtitle {
  font-size: 23px;
  color: #858282;
}

.breaking__news--title {
  font-family: 'Georgia Bold', Georgia, serif;
  font-size: 40px;
  
  margin: 0;
  line-height: 1.3;
}


@font-face {
  font-family: 'Georgia Bold';
  src: url('/path-to-fonts/Georgia-Bold.woff2') format('woff2'),
       url('/path-to-fonts/Georgia-Bold.woff') format('woff');
  font-weight: bold; /* or specify weight range if applicable */
  font-style: normal;
  font-display: swap;
}


.subtitle {
  margin: 0;
  margin: 13px 0;
  font-size: 22px;
  color: #000000a3;
  font-weight: 500;
}

.breaking__news--title .title {
  color: #101010;
}

.title {
  color: #242424;
}

.title:hover {
  color: var(--primary--color);
}

.breaking__news p {
  color: #202020;
  font-size: 22px;
  padding: 0 40px;
  line-height: 37px;
  margin-top: 15px;
}

.slug {
  background:#df2e12;
  color: #fff;
  display: inline-block;
  padding: 12px 16px 12px 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 100%;
}

.news--author {
  margin-bottom: 15px;
}

.news--author img {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  border: 2px dashed #e81a3a;
}

.news--author a,
.news--author {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary--color);
}

.news--author {
  color: #333;
  font-size: 15px;
}

.news--author span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #555;
  /* color: #555; */
  font-size: 14px;
}

.section {
  margin-top: 40px;
}

.grid-left {
  flex: 2;
  margin-right: 30px;
}

.grid-right {
  flex: 1;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 25px;
}

.column-7 {
  grid-column: span 7;
}

.column-5 {
  grid-column: span 5;
}

.column-8 {
  grid-column: span 8;
}

.column-4 {
  grid-column: span 4;
}

.column-6 {
  grid-column: span 6;
}

.column-3 {
  grid-column: span 3;
}

.row-2 {
  grid-row: span 2;
}

.column-2 {
  grid-column: span 2;
}

.column-10 {
  grid-column: span 10;
}

.cat-head {
  margin: 0 0 27px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.cat-head::before {
  background: #37549f;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  opacity: .3;
}

.cat-name {
  margin: 0 0 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  font-family: poppins;
  color: #37549f;
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 13px;
}

.cat-name > a {
  color: #37549f;
}
/* 
.cat-head > a {
  display: inline-block;
  font-family: "Mukta", sans-serif;
  background: #fff;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  position: relative;
  line-height: 42px;
  padding: 0 0 0 15px;
  z-index: 2;
}

.cat-head > a::after {
  content: "\f105";
  margin-left: 5px;
  font-family: "Font Awesome 6 Solid";
  font-weight: 900;
  font-size: 15px;
  width: 25px;
  height: 25px;
  background: var(--primary--color);
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
}

.cat-head a:hover,
.cat-head a:hover::after {
  color: var(--secondary--color);
}

.cat-head a:hover::after {
  color: #fff;
  background: var(--secondary--color);
} */

.col--news {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.col--news:first-child {
  padding-top: 0;
  border-top: none;
}

.col--news > a {
  display: block;
  width: 150px;
  height: 100px;
  margin-right: 15px;
}

.col--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col--news .news__title--medium {
  flex: 1;
  margin: 0;
}

.overlay--news {
  position: relative;
}

.overlay--text {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.79), #00000069, transparent);
  width: 100%;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.overlay--text .news__title--medium {
  font-size: 27px;
  margin: 0;
}

.overlay--text .news__title--medium a {
  color: #fff;
}

.overlay--news > a {
  display: block;
  width: 100%;
  height: 500px;
}

.political__news .overlay--news > a {
  height: 400px;
}

.overlay--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__news {
  margin-top: 25px;
}

.row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row--news > a {
  display: block;
  height: 170px;
  width: 100%;
}

.main__news--grid {
  margin-top: 25px;
}

.samachar-col {
  grid-column: span 4;
}

.samachar-col:first-child {
  grid-column: span 12;
  display: flex;
  align-items: center;
}

.samachar-col:first-child > a {
  display: block;
  width: 475px;
  height: 320px;
  margin-right: 15px;
}

.samachar-col:first-child > div > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.samachar-col:first-child .news--wrapper {
  flex: 1;
}

.samachar-col:first-child .news__title--medium {
  font-size: 35px;
}

.samachar-col > a {
  display: block;
  width: 100%;
  height: 200px;
}
.samachar-col > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news--wrapper p {
  font-size: 19px;
  line-height: 1.7;
  color: #000000ba;
  margin-top: 8px;
}

.most--readed .col--news {
  align-items: center;
}

.most--readed .col--news > a {
  width: 100px;
  height: 80px;
}

.most--readed .news__title--small {
  font-size: 18px;
  flex: 1;
  margin: 0;
}

.most--readed > .col--news > div {
  flex: 1;
}

.most--readed {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: rgba(34, 96, 191, .14) 0 0 24px;
}

.col--news > a {
  width: 100px;
  height: 80px;
}

.main--news .news__title--medium {
  font-size: 18px;
  flex: 1;
}

.col--news span {
  color: var(--primary--color);
  font-size: 14px;
}

.most--readed .col--news {
  border-color: #d5d5d5;
}
.main__news--grid .row--news > a {
  height: 200px;
}

.featured__section {
  background: #111;
  padding: 50px 0;
}

.featured__section .overlay--news > a {
  height: 375px;
}

.featured__section .overlay--news .news__title--medium {
  font-size: 22px;
}

.featured__section .cat-name > a,
.featured__section .cat-name {
  background: #111;
  color: #fff;
}

.swiper-pagination {
  position: static;
  margin-top: 15px;
}

.swiper-pagination-bullet {
  background: #fff;
  margin: 0 2px;
}

.swiper-pagination-bullet-active {
  background: var(--primary--color);
}

.social__section .row--news > a {
  height: auto;
}

.social--section {
  margin-bottom: 25px;
}

.world--news .news__title--small {
  flex: 1;
  margin: 0;
}

.blog__section {
  padding: 50px 0;
  background: #f4f4f4;
}

.blog__section .cat-name {
  background-color: #f4f4f4;
}

.blog-news {
  display: flex;
  align-items: center;
}

.blog-news img {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  border: 2px solid var(--primary--color);
}

.blog-content {
  flex: 1;
  margin-left: 15px;
}
.blog-content > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary--color);
  display: inline-block;
}

.blog-content span {
  font-size: 16px;
  font-weight: 500;
  color: #565656;
}

.blog-content .news__title--small {
  font-size: 18px;
  margin: 0;
}

.blog-grid {
  padding: 15px;
  border: 1px solid #acabab;
  border-radius: 5px;
}

.blog-container:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid #acabab;
}

.country__section .grid {
  grid-row-gap: 0;
}

.country-grid {
  grid-column: span 5;
}

.country-grid:first-child {
  grid-column: span 7;
  grid-row: span 5;
}

.country-grid .col--news {
  padding: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.country__section .grid-left .column-7 .col--news {
  display: block;
  padding: 0;
  border: none;
}

.country-grid .col--news > a {
  width: 150px;
  height: 100px;
}

.country__section .grid-left .column-7 .col--news > a {
  width: 100%;
  height: 500px;
}

.country-grid .col--news .news__title--medium {
  font-size: 20px;
}

.country__section .grid-left .column-7 .col--news .news__title--medium {
  font-size: 25px;
  margin-top: 12px;
}

.country-grid:last-child .col--news {
  padding-bottom: 0;
  border: none;
}

.row--news {
  margin-bottom: 15px;
}

.row--news > a {
  display: block;
  width: 100%;
  height: 175px;
}

.row--news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row--news .news__title--small {
  margin-top: 12px;
}

.country-grid:nth-child(2) .col--news {
  padding-top: 0;
}

.country__section .grid-right {
  padding-left: 30px;
  border-left: 1px solid #eee;
}

.subcat {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  margin-left: auto;
  background: #fff;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: auto;
  float: right;
}

.subcat > li > a {
  display: inline-block;
  padding: 8px 10px 8px 10px;
  border: 1px solid #3336;
  margin-left: 15px;
  font-size: 15px;
  color: #101010;
  line-height: 100%;
  font-weight: 500;
  border-radius: 25px;
}

.subcat > li > a:hover {
  color: var(--primary--color);
}

.col--news .news__title--small {
  flex: 1;
  margin: 0;
}

.country__section .col--news > a {
  width: 150px;
  height: 100px;
}

.sports--container {
  margin-bottom: 25px;
}

.sports--container .news__title--medium {
  font-size: 30px;
}

.sports__section .grid .column-4 .overlay--news > a {
  height: 100%;
}

.prabhas--news .overlay--news > a {
  height: 200px;
}

.prabhas--news .overlay--text .news__title--medium {
  font-size: 22px;
}

.entertainment__section {
  padding: 50px 0;
  background: #4c4279;
}

/* .entertainment__section .cat-head {
  background: var(--secondary--color);
} */

.entertainment__section .cat-name {
  color: #fff;
  background: #4c4279;
}
.entertainment__section .cat-head::before {
  background: #afb5c4;
}
.entertainment__section .cat-name::after{
  border-color: transparent transparent transparent rgb(67 52 53) !important;
}
.entertainment__section .cat-name::before{
  background: #433435 !important;
}


.entertainment__section .cat-name > a {
  color: #fff;
}

.entertainment__section .col--news .news__title--small > a {
  color: #fff;
}

.entertainment__section .overlay--news > a {
  height: 414px;
}

.entertainment__section .col--news {
  border-color: #eeeeee70;
}

.literature--section .title {
  color: #fff;
}

.literature--section > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.literature--section > ul > li {
  border-top: 1px solid #eeeeee70;
  padding-top: 10px;
  margin-top: 10px;
}
.literature--section > ul > li > a {
  color: #fff;
}

.literature--section > ul > li > a {
  font-size: 17px;
  font-weight: 600;
}

.entertainment__section .grid .col--news > a {
  width: 150px;
  height: 100px;
}

.literature--section .col--news .news__title--small {
  margin-right: 15px;
}

.literature--section .col--news > a {
  margin: 0;
}

.lifestyle__section .overlay--news > a {
  height: 434px;
}

.literature--section .col--news {
  padding-top: 15px;
  border-top: 1px solid #eeeeee70;
}

/* .video-wrapper .video--content {
  flex: 1;
  height: 315px;
  background: #eee;
  display: flex;
  align-items: center;
  padding: 25px;
} */

.video__section {
  padding: 50px 0;
  background: #333;
}

.video__section .cat-name {
  background: #333;
}

.video__section .cat-name > a {
  color: #fff;
}

.iframe-wrap iframe {
  height: 500px;
}

.video__section .title {
  color: #fff;
}

.video__section .col--news {
  border-color: #eeeeee54;
}

.video--section {
  height: 515px;
  overflow: auto;
  padding-right: 20px;
}

.video__section .col--news > a {
  width: 150px;
  height: 100px;
  position: relative;
}

.video__section .col--news > a::before {
  content: "\f167";
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--primary--color);
  font-size: 20px;
  padding: 10px;
  background: #fff;
}

.interesting__section .row--news {
  margin: 0;
}

.interesting__section .row--news > a {
  height: 150px;
}

.sifaris-section > .row--news > a {
  height: 175px;
}

.sifaris-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sifaris-section ul li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.sifaris-section ul li a {
  font-size: 18px;
  color: #101010;
  font-weight: 600;
}

.health__section .row--news > a {
  height: 260px;
}

.photo__feature--container {
  position: relative;
}

.photo__feature--content {
  background: #0a2d5e;
  padding: 25px;
  margin-left: -200px;
  position: relative;
}

.photo__feature--content p {
  color: #fff;
  font-size: 18px;
}

.photo__feature--content .title {
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.site-footer {
  background: var(--primary--color);
  padding: 50px 0 0 0;
  margin-top: 30px;
}

.footer--logo img {
  filter: brightness(0%) invert(100%);
}

.footer--logo p {
  color: #fff;
  margin: 15px 0;
}

.quick-links h3 {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-bottom: 12px;
}

.quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-links ul li a {
  font-size: 16px;
  color: #ffff;
  margin-bottom: 8px;
  display: block;
}

.site-footer .grid > div:not(:first-child) {
  padding-left: 25px;
  border-left: 1px solid #eee3;
}

.quick-links p {
  color: #fff;
}

.social--links > a {
  width: 40px;
  height: 40px;
  background: #ffffff24;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  border-radius: 50px;
  color: #fff;
  margin-left: 8px;
}

.social--links > a:hover {
  background: #103973;
}

.footer--links {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #ffffff24;
}

.footer--links > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer--links > div > ul li a {
  font-size: 15px;
  color: #ffff;
  padding: 0 15px;
  border-left: 1px solid #ffffff24;
  display: block;
  line-height: 100%;
}

.footer--links > div > ul li:first-child a {
  border: none;
}

.footer--links span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}

.photo__feature--container {
  position: relative;
}

.photo__feature--container > a {
  display: block;
  height: 500px;
  width: 100%;
}

.photo__feature--container > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-nav {
  text-align: center;
  margin-top: 15px;
}

.owl-nav button::before {
  content: "\f053";
  font-family: "Font Awesome 6 Solid";
  font-weight: 900;
  color: #000;
  margin: 0 5px;
}

.owl-nav button.owl-next::before {
  content: "\f054";
}

.owl-nav button span {
  display: none;
}

.singlePost-content {
  margin-top: 20px;
}

.news-content-area p,
.news-content-area {
  font-size: 16px;
    line-height: 28px;
   color: #000000d6;
   margin-bottom: 20px;
   font-family: 'Verdana', sans-serif;
   text-align: justify;
   transition: font-size 0.3s linear;
}


@font-face {
  font-family: 'Verdana';
  src: url('/path-to-fonts/Verdana.woff2') format('woff2'),
       url('/path-to-fonts/Verdana.woff') format('woff');
  font-weight: 300 700; /* Specify the range if applicable */
  font-style: normal;
  font-display: swap;
}


/* .news-content-area img {
  text-align: center;
  margin: 20px auto 20px 0;
} */

.news-content-area ul,
.news-content-area ol {
  margin: 0;
  padding: 12px 0px 0 19px;
}

.news-content-area ul li {
  margin-top: 11px;
  line-height: 1.6;
}

.news-content-area h1,
.news-content-area h2,
.news-content-area h3,
.news-content-area h4,
.news-content-area h5,
.news-content-area h6 {
  font-weight: 600;
  color: #000;
}

.news-content-area blockquote {
  font-weight: 600;
  font-size: 22px;
  background: #f1f1f1;
  margin-top: 20px;
  padding: 35px;
  line-height: 1.7;
  margin-bottom: 20px;
}

blockquote.floatleft {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: left;
  width: 250px;
  padding-right: 30px;
  border-right: 2px solid var(--primary--color);
  margin-right: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatright {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: right;
  width: 250px;
  padding-left: 30px;
  border-left: 2px solid var(--primary--color);
  margin-left: 40px;
  text-align: inherit;
  position: relative;
}

blockquote.floatleft::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-size: 41px;
  position: absolute;
  left: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}

blockquote.floatright::before {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-size: 41px;
  position: absolute;
  right: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}

.alignleft {
  padding-right: 30px;
  float: left;
}

.alignright {
  padding-left: 30px;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.social-share {
  margin-left: 34px;
}

.comment-area {
  margin-top: 20px;
  padding: 30px;
  background: #eee;
}

.comment-area > span {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: "Noto Sans Devanagari", sans-serif;
  padding-top: 0;
  font-size: 35px;
  font-weight: bold;
  color: var(--primary--color);
  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;
}

#respond p label {
  width: 100%;
  color: #000000bf;
  font-weight: 600;
  font-size: 16px;
}

#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;
  font-family: poppins, sans-serif;
  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(--primary--color);
  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;
}

.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(--primary--color);
  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;
}

.singlePost .breaking__news--title,
.singlePost .subtitle,
.singlePost .slugcontainer {
}

.featured--img {
  text-align: center;
}

.featured--img img {
  width: 100%;
}

.news-content-area iframe {
  width: 100%;
}

.singlePost-content .news--author {
  text-align: center;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 16px;
}

.singlePost-content .news--author img {
  display: block;
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 8px;
}

.post__time {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.sharethis-inline-share-buttons > div {
  display: block !important;
  width: 40px;
  margin-bottom: 6px;
  margin: 0 auto !important;
  margin-bottom: 6px !important;
}

.sticky {
  position: sticky;
  top: 70px;
}

.singlePost-content hr {
  border-color: #eeeeee4a;
}

.related--news .row--news > a {
  height: 150px;
}

.category__container .overlay--news > a {
  height: 325px;
}

.pagination-wrap {
  margin-top: 40px;
}

.pagination-wrap .page-numbers {
  border: 1px solid #00000036;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.page-numbers:hover,
.page-numbers.current {
  border: 1px solid var(--primary--color);
  color: #fff;
  background: var(--primary--color);
}

.page-numbers.next,
.page-numbers.prev {
  padding-left: 20px;
  width: auto;
  padding-right: 13px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-right: 20px;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: var(--primary--color);
  background: none;
}

.error-404 {
  text-align: center;
}

.btn {
  background: var(--primary--color);
  color: #fff;
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  outline: none;
  border: none;
  cursor: pointer;
}

.error-404 .btn {
  margin-top: 10px;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--primary--color);
  z-index: 111111;
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  box-shadow: 0 0 10px #0000002e;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}

.modal-content {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - 0.01px) !important;
  background: #fff;
  opacity: 0;
  transition-property: opacity, transform;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  padding: 30px;
}

.modal.modal-open {
  opacity: 1;
  z-index: 99999999;
}

.modal-open > .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.close {
  color: var(--primary--color);
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.news-title-med {
  color: var(--primary--color);
  font-size: 35px;
  margin-bottom: 15px;
  font-family: "Noto Sans Devanagari", sans-serif;
}

.modal-content form input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  margin-bottom: 15px;
  color: #666;
  border: 1px solid #b6b6b6;
  transition-property: color, background-color, border;

  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.news-tags ul {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.news-tags ul li {
  margin-right: 15px;
}

.news-tags a {
  position: relative;
  display: block;
  border: 1px solid #0000008f;
  padding: 7px 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 13px;
  line-height: 18px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.news-tags a:hover {
  background: var(--primary--color);
  color: #fff;
  border-color: var(--primary--color);
}

.text-center {
  text-align: center;
}

.recent--news {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 25px;
  z-index: 111111;
  box-shadow: 0px 0px 9px #00000017;
  overflow: auto;
}

.site-header {
  position: relative;
}

.recent--news .itb-container {
  display: block;
}

.category__title {
  font-family: "Hind", sans-serif;
  font-size: 41px;
  color: #9c0e0e;
  font-weight: 600;
}

.entertainment__video.featured__section .overlay--news > a {
  height: 300px;
}

/* 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;
  display: flex;
  justify-content: center;
  place-items: center;
}

.skip-ad {
  margin-bottom: 15px;
  background: var(--primary--color);
  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: #002c3e;
}
.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;
}
.aligncenter {
  text-align: center;
}
.roadblock__ad .container {
  width: 100%;
}

.roadblock__ad .desktop-view a img{
max-width: 650px !important;
}

.alignright {
  text-align: right;
}

.roadblock__ad {
  text-align: center;
}

.margin-bottom {
  margin-bottom: 20px;
}
.ad-container .gam-each-ad {
  padding: 10px 0;
  border-top: 1px solid rgba(238, 238, 238, 0.911);
  border-bottom: 1px solid rgba(238, 238, 238, 0.911);
  /* padding-top: 15px; */
}

.sidebar-ads .ad-container .gam-each-ad,
.singlePost .ad-container .gam-each-ad {
  padding: 0;
  border: none;
}

.blog-container {
  align-self: center;
}

.nav-links {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}

.nav-links > div {
  padding: 5px 10px;
  background: var(--primary--color);
}

.nav-links > div a {
  color: #fff;
}

.nav-links > div:hover {
  color: #fff;
  background: var(--secondary--color);
}

#gam-ad-107 {
  border-top: none;
  margin-top: 0px;
}

#gam-ad-94 img {
  width: 100%;
}

.singlePost-content .grid {
  margin-top: 31px;
}

#gam-ad-26 img {
  width: 100%;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.ourteams > div {
  padding: 20px;
  background: #eee;
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.ourteams {
  font-size: 20px;
  color: #000000d6;
}

.about-content strong {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}

.row--news .news__title--xlarge {
  margin-top: -5px;
  box-shadow: 2px 5px 7px 2px rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
}

.blog-content p {
  font-size: 15px;
  line-height: normal;
}

.gam-ad-position-wrap.home-header-logo-right {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info > a > img {
  max-width: 300px;
  object-fit: cover;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.newsticker {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsticker > li {
  margin-right: 25px;
}

ul#newsTicker {
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul#newsTicker li {
  margin: 0;
  padding: 0;
  margin-right: 30px;
  position: relative;
}

.newsTicker__wrap {
  position: relative;
  z-index: 1;
}

.tickercontainer {
  flex: 1;
  margin-left: 10px;
  /* overflow: hidden; */
}

/* .info.popup1 > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
} */

.info > a > img:hover {
  position: relative;
  z-index: 111;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.roadblock__ad {
  margin-top: 25px;
}

.marquee__section {
  margin: 25px 0;
}

.landing__caption {
  font-weight: bold;
  color: var(--primary--color);
  font-style: italic;
  text-align: right;
  display: block;
  z-index: 111;
  font-size: 13px;
  margin-top: 4px;
  position: relative;
}

.news-content-area figcaption em {
  color: var(--primary--color);
}

/* Election Style */

.election-title {
  text-align: center;
  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--color); */
  position: relative;
  z-index: 2;
  line-height: 100%;
}

.election-title h3 a {
  color: #101010;
  color: var(--primary--color);
}

.election-subtitle {
  text-align: center;
  background: var(--primary--color);
  padding: 8px 15px;
}

.election-subtitle h4 {
  font-size: 22px;
  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--color);
}
.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: 30px;
}

.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);
  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--color);
}

.election-data {
  border: 1px solid #eee;
}

.mobile-view {
  display: none;
}

@media (max-width: 959px) {
  .election__section .grid .column-6 {
    grid-column: span 12;
  }
  .sharethis-inline-share-buttons{
    width: max-content !important;
  }
  .grid-left {
    margin-right: 0px !important;
  }
}

.tajaSamachar {
  margin-top: 20px;
}

.latest__news .news__title--small {
  font-size: 18px;
}
.facebook-comment{
  background-color: #f0f0f0;
  padding: 24px 15px;
  border-top: 3px solid #547bca;
}
.block-head-more{
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 15px;
  margin: 0;
  display: inline-block;
  border: 0;
  background: #fff;
  position: relative;
  z-index: 2;
  float: right;
  line-height: 100%;
  color: var(--primary--color);
  margin-top: 7px;
}
.trend_container {
  height: 55px;
  display: block;
  margin-top: 0px;
  text-align: center;
  background-color: #f3f9ff;
}

.title__label {
  position: relative;
  padding: 0 1.6em;
  line-height: 3em;
  font-weight: 700;
  color: rgba(0,0,0,.6);
  font-size: 13px;
  background-color: rgba(0,0,0,.06);
  float: left;
}
.title__label::after {
  content: '';
  position: absolute;
  top: 12px;
  right: -18px;
  border-color: transparent transparent transparent rgba(0,0,0,.06);
  border-style: solid;
  border-width: 0.7em;
}
.hastag {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.tag-cloud-link {
  padding: 0px 10px;
  font-size: 16px !important;
  color: #656565;
  border: 1px solid #ddd;
  border-radius: 28px;
}

.video-sidebar{
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  margin-top: -10px;
  padding: 20px;
  overflow-y: scroll;
  height: 645px;
}
.video-lgbox{
  margin: 8px 0;
  font-size: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
  box-shadow: 0 4px 20px #4d4b4bd9;
  padding: 18px;
}


.header--right > a.recent--menu {
  font-size: 18px;
  background-color: #1d4480;
  margin-bottom: -1px;
  padding: 15px 15px;
}

.header--right > a.search--menu {
  font-size: 18px;
  background-color: #df2e12;
  margin-bottom: -1px;
  border-left: 1px solid #c5d4eb;
  min-width: 40px;
  padding-top: 22px;
  padding-left: 15px;
  padding-right: 15px;
}
.braking_date{
  display: inline;
  margin-left: 20px;
  font-size: 19px;
}
.trandingnav .hastag i{
  font-size: 13px;
  color: #df2e124a;
  padding-right: 6px;
}
.most-views-counter {
  font-size: 54px;
  font-weight: 500;
  color: rgba(34, 96, 191, .24);
  position: absolute;
  top: 0;
  left: 0;
  line-height: .72;
}
#sidebar-nav > div > div > ul > li > span::after {
   content: '\f078'; /* FontAwesome chevron-down */
    font-family: 'Font Awesome 5 Free'; /* Make sure the font family is correct */
    font-weight: 900; /* For solid style icons */
    font-size: 12px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s linear;
}

#sidebar-nav > div > div > ul > li:hover > span::after {
    transform: rotate(180deg); /* Rotate the arrow on hover */
}





/* new end */

