/*!
Theme Name: Banking Sansar
Theme URI: https://eservicesnepal.com
Author: Eservices Nepal Pvt. Ltd. (Sukarat Luitel)
Author URI: https://eservicesnepal.com
Description: A custom developed theme for Banking Sansar News portal by Eservices Nepal Pvt. Ltd.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bankingsansar
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.

Banking Sansar 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #151515;
  text-decoration: none;
  transition: 0.5s;
}

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

a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/* .post,
.page {
  margin: 0 0 10px;
} */

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: flex;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/** 
 * Custom Css
 */

@media (min-width: 1440px) {
  body {
    zoom: 1.1;
  }
}

@media (min-width: 1660px) {
  body {
    zoom: 1.2;
  }
}

@media (min-width: 1920px) {
  body {
    zoom: 1.3;
  }
}

/* devanagari */
@font-face {
  font-family: ek mukta;
  font-style: normal;
  font-weight: 400;
  src: local("Ek Mukta Regular"), local("EkMukta-Regular"),
    url(https://fonts.gstatic.com/s/ekmukta/v13/mem9YaCmzCuv3KJUDIYTcrgmVA.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: ek mukta;
  font-style: normal;
  font-weight: 400;
  src: local("Ek Mukta Regular"), local("EkMukta-Regular"),
    url(https://fonts.gstatic.com/s/ekmukta/v13/mem9YaCmzCuv3KJUDIYccrgmVA.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: ek mukta;
  font-style: normal;
  font-weight: 400;
  src: local("Ek Mukta Regular"), local("EkMukta-Regular"),
    url(https://fonts.gstatic.com/s/ekmukta/v13/mem9YaCmzCuv3KJUDIYScrg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

:root {
  --pcolor: #267163;
  --scolor: #c22026;
  --tcolor: #ffde03;
}

html, body {
  font-family: "ek mukta";
  font-size: 17px;
  word-break: break-word;
}

* {
  margin: 0;
  padding: 0;
}

.body-wrapper {
  width: 1280px;
  margin: 0 auto;
}

.widget {
  margin: 0 auto 10px auto;
  margin-top: 0;
  width: 100%;
}

.widget-title {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  margin-bottom: 5px;
  position: relative;
  border-bottom: solid 2px var(--pcolor);
  font-family: "Khand", "ek mukta";
}

.widget-title a {
  color: var(--pcolor);
  padding: 0;
  cursor: pointer;
  position: relative;
  font-size: 25px;
  line-height: 1.5;
  padding-left: 35px;
  font-weight: 600;
}

.widget-title .view-all {
  position: absolute;
  right: 0;
  font-size: 18px;
  top: 10px;
  bottom: 0;
}

.widget-title .cat-link::before {
  content: "";
  font-weight: 700;
  margin-right: 5px;
  color: var(--scolor);
  background: url(https://bankingsansar.com/wp-content/themes/bankingsansar/assets/img/banking-sansar-icon.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: round;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.widget-title .cat-link::after {
  content: "";
  height: 5px;
  width: 110%;
  background: var(--pcolor);
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 0 10px 10px 0;
}

.widget-title .cat-link:hover:after {
  background: var(--scolor);
}

.widget-title .view-all::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
  margin-right: 2px;
}

h2.widget-title.red {
  padding: 0 15px;
  text-align: center;
  background: var(--pcolor);
}

h2.widget-title a:hover:after {
  border-color: transparent transparent transparent var(--scolor);
  transition: 0.3s;
}

.title-icon {
  height: 35px;
  position: absolute;
  left: 5px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.widget_esn_ad img {
  width: 100%;
}

.widget_esn_ad a {
  display: flex;
}

.site-branding {
  margin: 10px auto;
}

.grid-3-1 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.grid-1-3 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.grid-2-1 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.grid-1-1 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-1-2 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.grid-3 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.author-wrapper {
  display: flex;
}

img.author-icon {
  width: 35px;
}

p.author-text {
  padding-left: 7px;
  color: var(--pcolor);
  font-size: 15px;
  font-weight: 700;
}

a.blue.red {
  background: var(--scolor);
}

.site {
  position: relative;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: var(--scolor);
  color: white;
  cursor: pointer;
  padding: 5px 9px;
  border-radius: 50%;
  transition: 0.8s;
}

.img-wrap {
  position: relative;
}

.small-label {
  text-transform: UPPERCASE;
  position: absolute;
  left: 5px;
  background: var(--scolor);
  color: #ffffff;
  padding: 2px 4px;
  bottom: 5px;
  font-size: 10px;
  border-radius: 2px;
  font-weight: 600;
}

.small-label:hover {
  background: var(--pcolor);
}

.small-label.relative a {
  font-size: 10px !important;
}

.small-label.relative {
  left: 10px;
  top: -18px;
  font-size: 10px;
  border-radius: 2px;
  bottom: unset;
}

.video-big-title-wrap {
  position: relative;
}

.small-label.relative.big {
  font-size: 15px;
  top: -35px;
}

.small-label.relative.center {
  right: unset;
  left: unset;
  font-size: 12px;
  top: -30px;
}

.small-label a {
  color: #fff;
}

/******************************
SITE CSS STARTS
CSS FOR TOP BAR
*******************************/
.top-header-section .wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
}

.top-header-section {
  background: #f5f5f5;
  color: #003893;
  border-bottom: solid 1px var(--pcolor);
}

.socials {
  text-align: left;
  margin-top: 10px;
}

.socials br {
  display: none;
}

.socials a {
  color: var(--pcolor);
  transition: 0.1s;
}

.socials a span {
  background: #fff;
  padding: 0;
  height: 40px;
  width: 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border-radius: 50%;
  font-size: 20px;
}

.socials a:hover span {
  color: var(--scolor);
}

.socials a:hover {
  color: var(--pcolor);
}

.top-header-section .wrapper .right-header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 5px;
  align-items: center;
  justify-items: right;
}

.below-logo-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.header-latest-posts {
  display: flex;
  align-items: center;
  justify-self: right;
  flex-direction: column;
  color: #636363;
  font-weight: 500;
}

.dtn_widget {
  margin: 0;
  padding-left: 5px;
}

.below-logo-section {
  text-align: center;
}

/*****************************
CSS FOR SITE BRANDING SECTION
******************************/
.logo-ad-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 450px;
}

.header-right-ad a {
  display: flex;
  justify-content: flex-end;
}

.header-right-ad {
  text-align: right;
}

/*****************************
CSS FOR MENU SECTION
******************************/

#nav-toggle {
  position: absolute;
  right: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 12px;
  display: none;
}

#nav-toggle-close {
  position: absolute;
  right: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 12px;
  display: none;
}

.main-navigation {
  background: var(--pcolor);
}

.main-navigation ul {
  padding: 0;
}

ul#primary-menu {
  position: relative;
  margin-bottom: 10px;
}

.main-navigation li {
  display: inline-block;
  padding: 10px 12px;
  transition: 0.8s;
  margin-left: -2px;
}

.main-navigation li:hover {
  background: rgba(0, 0, 0, 0.14);
}

.main-navigation li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#search-icon {
  position: absolute;
  right: 0;
}

/* li#search-icon a {
  cursor: pointer;
}

li.search-box {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  background: var(--pcolor);
  z-index: 5;
  list-style: none;
  right: 0;
  text-align: center;
  max-width: 345px;
} */

.search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

input.search-field {
  width: 100%;
  padding: 4px;
  border-radius: 50px !important;
}

#search-icon .fa-search.fa-times {
  padding: 0 2.8px;
}

button.search-submit {
  background: var(--pcolor);
  padding: 10px;
  text-wrap: nowrap;
  color: #fff;
  border-radius: 50px;
}

button.search-submit:hover {
  background: var(--scolor);
}

.search-form {
  width: 50%;
  margin: 0 auto;
}

li#home-icon,
li#search-icon {
  background: var(--scolor);
  z-index: 2;
}

li#home-icon {
  margin-right: 2px;
}

li#home-icon a,
li#search-icon a {
  color: #ffffff;
}

li#search-icon {
  border-left: solid 1px #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: var(--pcolor);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
  padding: 10px 10px 8px 10px;
}

input[type="search"] {
  border: none;
  border-radius: 0;
}

.radio-program {
  border-bottom: solid 1px var(--scolor);
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  right: 83px;
  background: var(--scolor);
  padding: 6px 20px !important;
}

img.radio_icon {
  width: 24px;
  position: relative;
  bottom: -6px;
  left: -7px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/*CSS FOR SUBMENU*/
ul.sub-menu {
  position: absolute;
  top: 45px;
  z-index: 5;
  left: 1px;
  margin: 0;
  display: none;
}

ul.sub-menu li {
  display: block;
  background: var(--pcolor);
  min-width: 200px;
  padding: 6px 12px;
}

ul.sub-menu li:hover {
  background: var(--scolor);
}
/* 
.menu-item-has-children::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

.menu-item-has-children:hover::after {
  content: "\f068";
}

.menu-item-has-children > a {
  padding-right: 15px;
}
 */
.menu-item-has-children {
  position: relative;
}

ul.sub-menu li a {
  display: block;
}
/************************************************
CSS ESN: Trending Posts Widget
*************************************************/

li.date-display {
  align-items: center;
  background: var(--scolor);
  color: #fff;
  position: absolute;
  right: 40px;
  transition: unset;
}

li#trend-display {
  right: 42px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid 1px #fff;
}

.trending-wrapper,
#drop-recent-wrapper {
  margin-bottom: 10px;
  display: none;
}

.trending-wrapper ul,
.recent_post_wrapper ul {
  margin-bottom: 0px;
  position: relative;
}

.trending-wrapper ul::before {
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--scolor);
  font-size: 20px;
  position: absolute;
  padding: 10px 0;
  left: 10px;
}

.recent_post_wrapper ul::before {
  content: "\f1da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--scolor);
  font-size: 20px;
  position: absolute;
  padding: 10px 0;
  left: 10px;
}

li.trend-text {
  display: block;
  font-weight: 700;
  color: var(--scolor);
  padding: 10px 0;
  padding-left: 35px;
  font-size: 20px;
  background: #d2d2d2;
  margin: 5px 0;
}

li.trending-tags:hover {
  color: var(--pcolor);
}

li.trending-tags {
  display: inline-block;
  padding: 0 10px;
}

#drop-trend-wrapper .recent-posts-wrapper {
  display: block;
}

#drop-trend-wrapper .widgettitle,
#drop-recent-wrapper .widgettitle {
  display: none;
}

#drop-trend-wrapper .hover_side_recent_post {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 5px;
}

#drop-trend-wrapper
  .hover_side_recent_post
  .recent_post_wrapper
  .title_wrapper {
  height: 75px;
}

#drop-trend-wrapper .hover_side_recent_post .recent_post_wrapper .img-wrap {
  height: 230px;
}

#trend-display:hover,
#recent-display:hover {
  color: #fff;
  cursor: pointer;
}

.recent_post_wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}

#drop-trend-wrapper .hover_side_recent_post .recent_post_wrapper {
  margin: 5px;
  margin-left: 0;
}

#drop-trend-wrapper
  .hover_side_recent_post
  .recent_post_wrapper
  .number_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

#drop-trend-wrapper
  .hover_side_recent_post
  .recent_post_wrapper
  .number_wrapper
  p {
  background: var(--scolor);
}

.number_wrapper {
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.title_wrapper {
  max-height: 75px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/************************************************
CSS FOR BREAKER NEWS SECTION
*************************************************/


.home_breaker_news {
  box-shadow: 1px 2px 5px #ccc;
  border-bottom: solid 2px rgb(154 154 154 / 97%);
  position: relative;
}
.news-section {
  position: relative;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}

.news-highlight {
  text-align: center;
  display: block;
}

.news-highlight span {
  display: inline-block;
  padding: 5px 30px;
  background: var(--pcolor);
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
}

.title-big {
  font-size: 55px;
  line-height: 1.5em;
  text-align: center;
  max-width: 90%;
  margin-top: 10px;
  margin: 0 auto;
  padding: 0 0 0 5px;

}

.title-big a {
  font-weight: 700;
}

.home_breaker_news .title-content-wrap{
  max-width: 90%;
  margin: 0 auto;
}

.home_breaker_news .img-wrap {
  padding: 10px;
  max-width: 90%;
  margin: 0 auto;
}

.home_breaker_news .time-diff-wrapper {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.home_breaker_news .time-diff-wrapper p {
  padding-left: 5px;
}

.breaker-news-summary a p {
  color: #000000;
  text-align: center;
}

.breaker-news-summary {
  padding: 5px 10px;
  font-size: 22px;
  color: #6c6c6c;
}

.home_breaker_news .news-title {
  border-left: solid 6px var(--pcolor);
}
.title-big a {
  color: var(--pcolor);
}

.title-big a:hover {
  color: #151515;
}

.news-highlight span:hover:before {
  border-color: transparent var(--pcolor) transparent transparent;
}

.news-highlight span:hover:after {
  border-color: transparent transparent transparent var(--pcolor);
}

.news-highlight span:hover {
  background: var(--pcolor);
}

/************************************************
CSS FOR ESN: ESN: Big Thumb Small List with Side News Widget
*************************************************/
.two_big_thumb_list .body-wrapper {
  box-shadow: 1px 1px 4px #ccccccba;
  padding: 5px;
}

.big-thumb-title-wrap {
  margin-top: 5px;
}

.big-thumb-title-wrap .title {
  height: 75px;
  overflow: hidden;
  line-height: 1.6;
  align-items: center;
  display: grid;
}

.big-thumb-title-wrap .title a {
  font-size: 22px;
  line-height: 1.7;
}

.big-thumb-img-wrap {
  height: 250px;
}

.big-thumb-img-wrap img {
  object-fit: fill;
  height: 100%;
}

.list-news-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-news-section-wrapper .list-news-rest {
  margin-bottom: 5px;
}

.list-news-img-wrap {
  display: flex;
  align-items: center;
}

.list-news-img-wrap a {
  display: inline-flex;
}

.list-news-img-wrap img {
  width: 100%;
  object-fit: fill;
  height: 70px;
}

.big-thumb-title-wrap .extra-info {
  display: none;
  font-size: 15px;
  margin: 10px 0;
}

.time-diff-wrapper {
  display: flex;
  align-items: center;
}

p.human-time-diff-text {
  margin-left: 5px;
}

.big-thumb-title-wrap p.author-text {
  font-size: 15px;
}

.list-news-title-content-wrap {
  display: flex;
  align-items: center;
}

.list-news-title-content-wrap .title {
  max-height: 70px;
  overflow: hidden;
}

/************************************************
CSS FOR ESN: ESN: Side Middle Side News Full Width
*************************************************/
.esn_side_middle_side_news .body-wrapper {
  box-shadow: 1px 1px 4px #ccccccba;
  padding: 5px;
}

.side-middle-side-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 5px;
  padding-top: 5px;
}

.side-news {
  position: relative;
}

.side-news .title {
  background: var(--pcolor);
  height: 70px;
  padding: 5px 10px;
  overflow: hidden;
  line-height: 1.6;
}

.side-news .title a {
  color: #ffffff;
  max-height: 60px;
  overflow: hidden;
}

.side-news .title:hover > a {
  text-shadow: none;
}

.side-news .img-wrap {
  height: 160px;
  position: relative;
}

.side-news .img-wrap img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}

span.thumbnail_text {
  position: absolute;
  background: var(--scolor);
  padding: 0 5px;
  font-size: 14px;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-weight: 600;
  z-index: 99;
}

span.thumbnail_text::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 21px 3px 0px 8px;
  border-color: transparent transparent transparent var(--scolor);
  position: absolute;
  right: -11px;
  top: 0;
  z-index: 0;
}

.middle-news-wrapper .title {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: auto;
  width: 100%;
  padding: 100px 10px 30px 10px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.middle-news-wrapper {
  position: relative;
}

.side-news-wrapper {
  display: grid;
  grid-gap: 5px;
}

.middle-news-wrapper .img-wrap {
  height: 450px;
  position: relative;
}

.middle-news-wrapper .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.middle-news-wrapper .title a {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.5;
  max-height: 80px;
  overflow: hidden;
  display: block;
}

/* three column widget */
.news_content {
  height: 75px;
  overflow: hidden;
}

.news_list_small_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.news_content_small {
  display: grid;
  grid-template-columns: 2fr 5fr;
  grid-column-gap: 10px;
  height: 85px;
  overflow: hidden !important;
  border-bottom: dotted 1px #d2cfcf;
  align-items: center;
  padding: 5px;
  position: relative;
  background-color: #f9f9f9bf;
}

.news_content_small img {
  width: 100%;
  height: 70px;
  object-fit: unset;
}

.three-col-news-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 5px;
}

.three-col-news-wrapper .widget-title {
  margin-bottom: 5px;
}

.esn_new_display_three .news_content {
  display: none;
}

.esn_new_display_three .three_news_big .title {
  position: absolute;
  padding: 10px;
  background: var(--pcolor);
}

.esn_new_display_three .three_news_big {
  position: relative;
  height: 215px;
  overflow: hidden;
}

.three_news_big .title {
  height: 65px;
  overflow: hidden;
  padding-top: 5px;
}

.three_news_big img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.news_content_small .title {
  margin: 0;
  padding: 0;
}

.three_news_big:hover > .title-big-thumb a:after {
  width: 0;
}

.three_news_big:hover > .title-big-thumb a:before {
  width: 80%;
}

/************************************************
CSS FOR ESN: Pradesh News Section
*************************************************/
.one-thumb-whole-wrapper {
  position: relative;
  margin-top: 20px;
}

.pradesh-news-wrapper .widget-title:nth-child(2) {
  border-bottom: solid 2px var(--scolor);
  background: var(--pcolor);
  font-size: 15px;
  padding: 5px 0;
  margin: 0;
  position: relative;
  text-align: right;
}

.pradesh-news-wrapper .widget-title:nth-child(1) a::after,
.pradesh-news-wrapper .widget-title:nth-child(2) a::after {
  content: none;
}

.pradesh-news-wrapper .widget-title:nth-child(1) {
  margin: 10px 0 0 0;
  padding: 2px 0 0 0;
  /* border-bottom: solid 2px var(--scolor); */
  position: absolute;
  z-index: 99;
  margin: 0;
  top: -5px;
  left: 0;
}

.pradesh-news-wrapper .widget-title:nth-child(1) a {
  padding: 5px 20px;
  border-radius: 0 5px 0 0;
  background: var(--scolor);
  color: #fff;
  font-size: 25px;
}

.widget-title .tablinks::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  margin-right: 5px;
  color: #fff;
}

.widget-title .tablinks {
  color: #fff;
  font-size: 20px;
  padding: 4px 15px;
}

/* Create an active/current tablink class */
a.activetab {
  background-color: var(--scolor);
}

/* Style the tab content */
.tabcontent {
  display: none;
  margin-top: 5px;
  background: #fafafa;
}

.tabcontent .list-news-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabcontent .list-news-section-wrapper .list-news-img-wrap {
  display: flex;
  align-items: center;
}

.tabcontent .list-news-section-wrapper .list-news-title-content-wrap {
  display: flex;
  align-items: center;
}

.tabcontent .big-thumb-section {
  position: relative;
}

.tabcontent .big-thumb-img-wrap {
  height: 425px;
  width: 100%;
}

.tabcontent .big-thumb-img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.tabcontent .big-thumb-title-wrap {
  margin-top: 5px;
  left: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: auto;
  width: 100%;
  padding: 100px 20px 10px 20px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.tabcontent .big-thumb-title-wrap .title {
  max-height: 110px;
  overflow: hidden;
  line-height: 1.6;
  height: auto;
}

.tabcontent .big-thumb-title-wrap .title a {
  font-size: 30px;
  color: #fff;
}

/******************************************
CSS FOR ESN: Four Big Thumb and Side News Widget
*******************************************/
h2.widget-title.red .cat-link::before {
  content: none;
}
h2.widget-title.red .cat-link::after {
  content: none;
}
h2.widget-title.red .cat-link {
  color: #fff;
}

.esn_four_thumb_side_news {
  box-shadow: 1px 1px 4px #ccccccba;
  padding: 5px;
}

.esn_four_thumb_side_news .news-thumb-section {
  position: relative;
}

.esn_four_thumb_side_news .news-thumb-section .img-wrap {
  height: 265px;
  overflow: hidden;
}

.esn_four_thumb_side_news .title-big-thumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: var(--scolor) e0;
  padding: 5px 10px;
  height: 70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.esn_four_thumb_side_news .title-big-thumb:hover > a {
  text-shadow: none;
}

.esn_four_thumb_side_news .news-thumb-section .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.esn_four_thumb_side_news .title-big-thumb a {
  line-height: 1.5;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  max-height: 50px;
  overflow: hidden;
}

h4.title.title-big-thumb:hover > a {
  text-shadow: none;
}

/*Side Blog Section*/
.side_news_list_wrapper {
  display: grid;
  grid-gap: 11px;
  background: var(--scolor) 21;
  padding: 10px;
  margin-top: -5px;
}

.side-section-news {
  padding-left: 25px;
  height: 81px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 1.6;
  border-bottom: solid 3px var(--pcolor);
  box-shadow: 2px 3px 4px #ccc;
}

.blog-news-img-wrap img {
  border-radius: 50%;
  width: 115px;
  height: 90px;
  object-fit: cover;
}

.blog-section-news-title-content-wrap {
  text-align: center;
}

.blog-section-news-title-content-wrap .title {
  font-size: 15px;
  height: 50px;
  line-height: 1.7;
  overflow: hidden;
}

.blog-section-news-title-content-wrap .author-wrapper img {
  width: 30px;
}

.side-middle-side-wrapper .side-news .title {
  height: 72px;
  padding: 5px 10px;
  overflow: unset;
  line-height: 1.6;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}

.img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.side-news .img-wrap {
  width: 100%;
  height: 150px;
}

.side-blog-news .news-title {
  display: grid;
  align-items: center;
}

.blog-news-img-wrap a {
  display: grid;
  align-items: center;
}

.blog-section-news-img-author-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
}

.side-blog-news .news-title .title {
  height: 80px;
  overflow: hidden;
  display: grid;
  align-items: center;
}

.side-blog-news .news-title .title a {
  max-height: 75px;
  overflow: hidden;
}

.side-blog-news {
  border-bottom: solid 1px var(--scolor);
}

/**************************************************
CSS FOR ESN:One Big Two Small News Section Widget
***************************************************/
.obts-big-thumb-section {
  position: relative;
}

.obts-big-thumb-img-wrap {
  height: 100%;
  width: 100%;
  max-height: 463px;
}

.four_thumb_with_recent .obts-big-thumb-img-wrap {
  max-height: 535px;
}

.obts-big-thumb-img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.obts-big-thumb-title-wrap {
  margin-top: 5px;
  left: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: auto;
  width: 100%;
  padding: 100px 20px 10px 20px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.obts-big-thumb-title-wrap .title {
  max-height: 110px;
  overflow: hidden;
  line-height: 1.6;
  height: auto;
}

.obts-big-thumb-title-wrap .title a {
  font-size: 28px;
  color: #fff;
}

.obts-list-news-title {
  margin-top: 5px;
  left: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: auto;
  width: 100%;
  padding: 100px 20px 10px 20px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.obts-list-news-rest {
  position: relative;
}

.obts-list-news-img-wrap {
  height: 220px;
}

.obts-list-news-img-wrap a {
  height: 100%;
  display: block;
}

.obts-list-news-img-wrap a img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.obts-list-news-title .title {
  max-height: 50px;
  overflow: hidden;
  line-height: 1.6;
  height: auto;
}

.obts-list-news-title .title a {
  font-size: 18px;
  color: #fff;
}

.onbts-news-wrapper {
  display: grid;
  grid-gap: 10px;
}

/**************************************************
CSS FOR ESN: Audio Section
***************************************************/
.audio_section_widget .body-wrapper {
  box-shadow: 1px 1px 4px #ccccccba;
  padding: 5px;
}

.three-vid-horizontal-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.three-vid-hr-news .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  transition: 0.9s;
}

.three-vid-hr-news .img-wrap {
  height: 175px;
  overflow: hidden;
  position: relative;
}

.three-vid-hr-news .title {
  text-align: center;
  box-shadow: -1px 2px 5px 0px #cacaca;
  padding: 5px;
  font-size: 18px;
  line-height: 1.7;
  background: #ececec21;
}

.three-vid-hr-news .title a {
  height: 60px;
  overflow: hidden;
  display: block;
}

.three-vid-hr-news .title:hover > a {
  text-shadow: none;
}

.three-vid-hr-news .img-tag {
  padding: 2px 8px;
  font-size: 25px;
  left: 0;
  border-radius: 0 5px 0 0;
  right: unset;
  transition: 0.9s;
  position: absolute;
  color: #ffffff;
  background: var(--pcolor);
  bottom: 0;
}

.three-vid-hr-news .img-wrap:hover .img-tag {
  background: var(--scolor);
}

/******************************************
CSS FOR ESN: One Big Four Small News
*******************************************/
.one_big_four_small_news .body-wrapper {
  box-shadow: 1px 1px 4px #ccccccba;
  padding: 5px;
}

.obfs-side-news-wrapper .img-wrap {
  height: 167px;
  position: relative;
}

.obfs-one-big-wrapper .img-wrap {
  height: 380px;
  position: relative;
}

.obfs-side-news .title {
  background: var(--pcolor);
  padding: 5px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

.obfs-side-news .title a {
  max-height: 55px;
  overflow: hidden;
  color: #fff;
}

.obfs-one-big-wrapper .title {
  font-size: 23px;
  padding: 5px;
  overflow: hidden;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.obfs-one-big-wrapper .title a {
  max-height: 74px;
  line-height: 1.5;
  color: #fff;
}
/******************************************
CSS FOR ESN: Four Thumb with Recent News Widget
*******************************************/
.four_thumb_with_recent, .four_thumb_with_popular {
  box-shadow: 1px 1px 4px #ccccccba;
  padding: 5px;
}

.four-news-recent-posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 10px;
}

.four-news-popular-posts-wrapper {
  grid-template-columns: 2fr 1fr;
}

.fnwr-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  /* grid-gap: 10px; */
}

.fnwr-recent-post-wrapper .img-wrap {
  height: 173px;
  overflow: hidden;
  width: 100%;
}

.fnwr-popular-post-wrapper .img-wrap {
  height: 225px;
}

.fnwr-recent-post-wrapper .img-wrap a {
  display: flex;
  width: 100%;
  height: 100%;
}

.fnwr-recent-post-wrapper .small-label {
  right: 5px;
  left: unset;
}

.fnwr-recent-num-title-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
}

.fnwr-recent-num-title-wrapper .number_wrapper {
  font-size: 2.5rem;
}

.fnwr-recent-num-title-wrapper p.fn-numbering {
  border-radius: 0;
  height: 100%;
  width: 60px;
}

.fnwr-recent-num-title-wrapper .title_wrapper {
  font-size: 18px;
  padding: 5px;
  padding-left: 20px;
  background: #f8f8f8;
  min-height: 60px;
}

/* .fnwr-recent-num-title-wrapper .title_wrapper .title {
  height: 50px;
}
 */
.fnwr-one-big-wrapper .title {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  padding: 5px;
  /*     position: absolute;
    bottom: 0;*/
  width: 100%;
  background: #f8f8f8;
}

.fnwr-one-big-wrapper .title a {
  max-height: 80px;
}

.fnwr-side-news {
  position: relative;
}

.fnwr-side-news .img-wrap a {
  display: flex;
  height: 100%;
}

.fnwr-side-news .img-wrap {
  height: 190px;
  overflow: hidden;
  position: relative;
}

.fnwr-one-big-wrapper .fnwr-side-news .img-wrap {
  height: 445px;
  overflow: hidden;
}

.fnwr-side-news-wrapper .title {
  font-size: 18px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  height: 67px;
  overflow: hidden;
  line-height: 1.7;
  background: #f8f8f8;
  padding: 5px;
}

.fnwr-side-news-wrapper .title a {
  max-height: 55px;
}

/* .fnwr-recent-num-title-wrapper .title_wrapper .title {
  max-height: 50px;
}
 */
.fnwr-recent-post-wrapper {
  margin-bottom: 15px;
}

.fnwr-popular-post-wrapper {
  margin-bottom: 15px !important;
}

.fnwr-recent-post-wrapper:last-of-type,.fnwr-popular-post-wrapper:last-of-type {
  margin: 0 !important;
}

/******************************************
CSS FOR ESN: Video News Widget
*******************************************/
/* .video-news .title {
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 7;
} */

/* .video-middle-news-wrapper .title {
  background: none;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 105px;
  overflow: unset;
  display: flex;
  align-items: center;
  justify-content: left;
}
 */

.video-middle-news-wrapper .title.d {
  position: unset;
  padding: 10px;
  background: var(--pcolor);
}

/* .video-news .img-wrap {
  height: 100%;
} */

.video-news-wrapper {
  grid-gap: 5px;
}

.video-wrapper {
  grid-gap: 5px;
}

.video-middle-news-wrapper .img-wrap {
  height: 350px;
}

/* .video-middle-news-wrapper .img-wrap a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.85))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
} */

/* .video-news .img-wrap a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.85))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
 */
.video-play-icon {
  height: auto !important;
  width: 40px !important;
  position: absolute;
  z-index: 6;
  top: 10px;
  right: 10px;
  display: inline-block;
}

.big-video-play-icon {
  width: 80px !important;
}

.video-news .img-wrap > a:hover:before {
  background: #00000038;
}

.video-middle-news-wrapper .img-wrap > a:hover:before {
  background: #00000038;
}

.side-news .small-label {
  top: -25px;
}

/******************************************
CSS FOR FOOTER SECTION
*******************************************/

h2.footer-widget-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d2d2d4;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

h2.footer-widget-title {
  font-size: 20px;
  display: inline-block;
}

footer#colophon {
  background: var(--pcolor);
  color: #fff;
  box-shadow: 0 0 5px #ccc;
  margin-top: 10px;
}

.site-footer-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  text-align: left;
}

section#text-6 {
  grid-column: span 4;
  text-align: center;
  margin-top: 20px;
}

section#text-8 {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

section#text-9 p {
  margin-top: 0;
}

footer img {
  width: 50%;
}

.links-widget {
  display: grid;
  grid-template-columns: 1fr;
}

.links-widget a {
  color: #ffffff;
}

.links-widget a:hover {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.textwidget p {
  margin-top: 7px;
}

footer .socials {
  text-align: center;
  display: inline-flex;
}

footer .socials a {
  margin: 0 5px;
}

.owner {
  margin-bottom: 10px;
}

.owner {
  display: flex;
  flex-direction: column;
}

.owner p {
  margin: 0;
}

.site-info {
  background: var(--scolor);
  border-top: solid #d2d2d4 1px;
}

.site-info .body-wrapper {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  color: #fff;
}

.site-info a {
  color: #fff;
  text-align: right;
}

p.reg-info {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

p.dev-info {
  text-align: right;
}

footer .menu li a {
  color: #fff;
}

footer .menu {
  margin: 0;
}

footer .menu li {
  list-style: none;
}

footer .menu li a:hover {
  color: #cbcbcb;
}

/******************************************
CSS FOR POST PAGES 
*******************************************/
.single-post .entry-header {
  margin-bottom: 5px;
}

p.news-subtitle {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #0000008a;
  font-style: italic;
}

.author-published-main-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.author-img-wrapper {
  display: flex;
  align-items: center;
}

.author-img-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  /* border-radius: 50%; */
}

.author-pub-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  margin-left: 10px;
  align-items: center;
}

.author-pub-wrapper .author-section {
  font-weight: 700;
}

.author-pub-wrapper .posted-on,
.author-pub-wrapper .posted-on a {
  color: #828282;
  font-weight: 100;
  font-size: 14px;
}

.single-post .entry-meta {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
}

#primary,
#secondary {
  padding: 10px;
  box-shadow: 1px 1px 7px #ccc;
}
/* 
.single-post .widget_esn_ad .body-wrapper {
    width: 100%;
} */

.single-post .site-content, #page .site-content {
  box-shadow: none;
  padding: 0;
  /* max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 10px; */
}

h1.entry-title {
  color: #151515;
  font-size: 50px;
  margin: 0;
  font-weight: 700;
}

.entry-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: solid 2px var(--pcolor);
}

.post-thumbnail {
  text-align: center;
}

.single-post .entry-content {
  text-align: justify;
  margin: 0;
}

.single-post .entry-content {
  font-size: 22px;
}

.single-post .entry-content br {
  line-height: 35px;
}

.single-post .entry-content p {
  margin: 15px 0;
}

footer.entry-footer {
  background: none;
}

ul.related-post-news-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

ul.related-post-news-list .widget-image {
  width: 100%;
  height: 165px;
  overflow: hidden;
  margin: 0;
}

ul.related-post-news-list .widget-image img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.related_post_wrapper {
  margin-bottom: 10px;
}

li.esn-related-post {
  text-align: center;
}

li.esn-related-post .featured-desc {
  padding: 5px;
  height: 70px;
  overflow: hidden;
  background: #b3b3b31f;
}

li.esn-related-post .featured-desc .title {
  max-height: 50px;
  overflow: hidden;
  text-align: left;
}

/* li.esn-related-post .featured-desc .title a {
  color: #fff;
}
 */
.esn-related-post .author-img-wrapper {
  display: inline-flex;
}

.entry-meta-social-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  align-items: center;
  padding: 5px;
  margin-bottom: 10px;
  color: var(--pcolor);
  border-bottom: solid var(--scolor) 2px;
  border-top: solid #0c1e89 2px;
}

.social-share-wrapper {
  text-align: right;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
}

.entry-meta-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 7px;
}

.author-icon-below-post {
  display: grid;
  align-items: center;
}

.post-meta-below {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
}

span.author-name-below {
  color: #0c1e89;
  font-weight: 700;
}

span.posted-on {
  font-size: 16px;
  margin-top: 10px;
  color: var(--pcolor);
}

.post_author_published_wrapepr {
  display: grid;
}

p.post_author {
  font-weight: 700;
  color: var(--pcolor);
  margin-bottom: 5px;
}

.author-icon-below-post img {
  width: 65px;
}

#primary .post-page-ad-widget .body-wrapper {
  width: 100%;
}

.post-page-ad-widget {
  margin-bottom: 10px;
}

#secondary .body-wrapper {
  width: 100%;
}

/*FOR SIDEBAR SECTION RECENT & TRENDING WIDGET*/
.trending-posts-wrapper,
.recent-posts-wrapper {
  display: none;
}

.trending-recent-posts-wrapper {
  position: relative;
}

.active {
  display: block;
}

h2.widget-title .blue {
  border: none;
  padding: 0;
  padding-top: 5px;
}

.esn_recent_trending_post_widget .widget-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

h2.widget-title .blue {
  border: none;
}

h2.widget-title .red {
  background: var(--pcolor);
  border-left: solid 2px var(--scolor);
  color: #fff;
}

.recent_post_wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.title_wrapper .title {
  max-height: 75px;
}

/*FOR 3 INNER ADS in NEWS POSTS*/
.inner-news-ads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  border-top: solid 1px #ccc;
  padding-top: 5px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
}

.inner-news-ads section {
  margin: 0;
}

/***********************************
CSS FOR SEARCH PAGE
************************************/
.search .site-content {
  width: 1200px;
  margin: 0 auto;
  box-shadow: none;
  padding: 0;
}

.search .page-header {
  margin: 0 0 10px 0;
  grid-column: span 3;
}

.search article {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 0;
}

.search article .entry-title {
  font-size: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: auto;
  width: 100%;
  padding: 100px 10px 10px 10px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.search article .view-news {
  text-align: right;
}

.search article .view-news a {
  background: var(--pcolor);
  color: #ffffff;
  padding: 2px 5px;
}
.search article .view-news a:hover {
  background: var(--scolor);
}

.search .site-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.search .site-main article .post-thumbnail {
  height: 250px;
}

.search .site-main article .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.search .site-main article {
  box-shadow: 1px 1px 7px #ccc;
  padding: 10px;
  position: relative;
}

nav.navigation.posts-navigation {
  grid-column: span 3;
}

.search .site-main article .entry-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #101010d6;
}

.search article .entry-title a {
  color: #fff;
}

/***********************************
CSS FOR CATEGORY/ARCHIVE PAGE
************************************/
.category .site-content {
  width: 1200px;
  margin: 0 auto;
  box-shadow: none;
  padding: 0;
}

.archive .page-header {
  margin: 0 0 10px 0;
  grid-column: span 3;
}

.archive article {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 0;
}

.archive article .entry-title {
  font-size: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: auto;
  width: 100%;
  padding: 100px 10px 10px 10px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.archive article .view-news {
  text-align: right;
}

.archive article .view-news a {
  background: #030058;
  color: #ffffff;
  padding: 2px 5px;
}
.archive article .view-news a:hover {
  background: #e60201;
}

.archive .site-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.archive .site-main article .post-thumbnail {
  height: 230px;
}

.archive .site-main article .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.archive .site-main article {
  box-shadow: 1px 1px 7px #ccc;
  padding: 10px;
  position: relative;
}

.archive .site-main article .entry-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #101010d6;
}

.archive article .entry-title a {
  color: #fff;
}

.archive article .wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

/*************************************************************
CUSTOMIZING PAGE NAVIGATION SEARCH AND CATEGORY PAGE
**************************************************************/
.wp-pagenavi {
  grid-column: span 3;
  text-align: center;
  padding: 20px 0;
  color: var(--scolor);
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: var(--pcolor);
  border: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #fff;
  background-color: var(--scolor);
  padding: 4px 15px;
  display: inline-block;
}

/*************************************************************
HIDE UNNESSACARY ITEMS
**************************************************************/
nav.navigation.post-navigation {
  display: none;
}

footer.entry-footer {
  display: none;
}

/* Enhancements for bankingsansar */
.entry-content p,
.entry-content div,
.entry-content a,
.entry-content span {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-word;
  line-height: 1.6;
}

.entry-content div,
.entry-content p,
.entry-content ul,
.entry-content blockquote {
  margin-bottom: 10px;
}

.red-bg {
  background: var(--scolor);
}

.with-icon i {
  margin-right: 5px;
}

/*FOR SIDEBAR SECTION RECENT & TRENDING WIDGET*/

#secondary .trending-posts-wrapper .number_wrapper,
#secondary .recent-posts-wrapper .number_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.trending-posts-wrapper,
.recent-posts-wrapper {
  display: none;
}

.trending-recent-posts-wrapper {
  position: relative;
}

.active {
  display: block;
}

h2.widget-title .blue:after {
  content: none;
}

.esn_recent_trending_post_widget .widget-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

h2.widget-title .blue {
  border: none;
}

h2.widget-title .red {
  background: var(--pcolor);
  border-left: solid 2px var(--scolor);
  color: #fff;
}

.recent_post_wrapper {
  display: block;
}
.recent_post_wrapper .img-wrap {
  position: relative;
}

.number_wrapper p {
  background: var(--pcolor);
  height: 45px;
  width: 45px;
  text-align: center;
  color: #ffffff;
}

.title_wrapper .title {
  max-height: 55px;
  overflow: hidden;
}

.recent_post_wrapper .img-wrap img {
  vertical-align: bottom;
}

.recent_post_wrapper .title a {
  width: 100%;
  display: block;
  color: #fff;
}

.recent_post_wrapper .title_wrapper {
  background: var(--pcolor);
  padding: 10px;
  display: block;
}

.obts-list-news-img-wrap.six-grid {
  height: 250px;
}

.ad-image-inside-widget a {
  display: flex;
  margin-top: 5px;
}

.auth_more_news_wrap {
  display: flex;
  background: #cccccc21;
  margin-bottom: 20px;
}

.auth_info_wrap img {
  width: 100px;
  border-radius: 15px;
}

.auth_info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: solid 1px #ccc;
  padding: 15px;
}

span.news-author-info {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.auth_more_news_wrap ul {
  margin: 0;
  list-style: none;
  width: 100%;
}

.auth_more_news_wrap ul li {
  font-size: 17px;
  padding: 8px;
  font-weight: 600;
  padding-left: 20px;
  border-bottom: solid 1px #ccc;
}

.auth_more_news_wrap ul li a {
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.auth_more_news_wrap ul li a::before {
  content: "";
  font-weight: 700;
  font-size: 25px;
  margin-right: 5px;
  color: var(--scolor);
  background: url(https://bankingsansar.com/wp-content/themes/bankingsansar/assets/img/banking-sansar-icon.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: round;
  position: absolute;
  left: 0;
  top: 4px;
}

/* .auth_more_news_wrap ul li i {
    font-size: 12px;
    color: var(--scolor)
} */

.auth_more_news_wrap ul li.li-first-auth {
  display: block;
  border-bottom: solid 1px #ccc;
  color: var(--pcolor);
  font-size: 20px;
  font-weight: 600;
  font-family: "Khand", "ek mukta";
}

.auth_more_news_wrap ul li a:hover {
  color: var(--pcolor);
}

.auth_more_news_wrap ul li:last-of-type {
  border: none;
}

.news-author-img-wrap {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.auth_info_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  max-width: 100%;
  vertical-align: top;
}

header .trending-posts-wrapper,
header .recent-posts-wrapper,
.esn_trending_posts_widget .recent-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
}

header .recent_post_wrapper .title_wrapper,
.esn_trending_posts_widget .recent-posts-wrapper .title_wrapper {
  height: 75px;
}

header .recent_post_wrapper .img-wrap img,
.esn_trending_posts_widget .recent_post_wrapper .img-wrap img {
  height: 230px;
}

header .recent_post_wrapper .number_wrapper,
.esn_trending_posts_widget .recent_post_wrapper .number_wrapper {
  display: none;
}

.recent_post_wrapper.six-news .title_wrapper {
  height: 75px;
}

.recent_post_wrapper.six-news .img-wrap {
  height: 230px;
}

li#recent-display {
  right: 83px;
  border-right: solid 2px #fff;
}

.search-box {
  display: none;
  padding: 5px;
  background: #e5e4e4;
  margin-top: -10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

.news-highlight {
  background: 0 0;
  max-width: 320px;
  position: relative;
  line-height: 1.6;
  font-weight: 800;
  float: right;
  padding-left: 20px;
  margin: 20px 0 20px 20px;
  color: var(--pcolor);
  border-left: solid 2px var(--pcolor);
}

/* .news-highlight::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 20px;
  left: 26px;
  font-size: 100px;
  opacity: 0.2;
  line-height: 0;
  color: var(--scolor);
} */

/* .news-highlight::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 25px;
    font-size: 100px;
    opacity: 0.1;
    line-height: 0;
    color: var(--scolor);
    background: url(https://bankingsansar.com/wp-content/themes/bankingsansar/assets/img/banking-sansar-icon.png);
    height: 120px;
    width: 120px;
    background-repeat: round;
} */
/* Hot banks */

.hot-topics-top {
  padding: 4px 0;
  border-bottom: solid 1px rgba(34, 96, 191, 0.14);
  margin-top: -10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.hot-topics-top .hot-topic-tag-wrapper {
  display: flex;
}

.hot-topics-top .hot-topic-tag-wrapper > a {
  display: inline-block;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  padding: 6px 15px 2px 42px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  margin: 0 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hot-topics-top a .topic-round-thumb {
  position: absolute;
  top: 3px;
  left: 4px;
  height: 29px;
  width: 29px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2260bf;
}

.hot-topics-top a .topic-round-thumb > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  max-width: 100%;
  vertical-align: top;
}

span.small-label.highlight {
  right: 0;
  left: unset;
  top: -35px;
  bottom: unset;
  padding: 2px 5px;
  font-size: 10px;
  /* background: var(--scolor); */
}

span.small-label.highlight:hover {
  background: var(--pcolor);
}

span.video-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  background: var(--pcolor);
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding-left: 15px;
  transition: ease-in-out;
  transition: 0.3s;
}

.recent_post_wrapper.six-news .img-wrap:hover .video-icon {
  background: var(--scolor);
  transition: ease-in-out;
  transition: 0.3s;
}

p.social-info a {
    color: #fff;
    background: #ffffff6b;
    padding: 0;
    border-radius: 100%;
}

p.social-info i {
  padding: 5px 6px;
}

p.social-info a:hover {
    background: var(--pcolor);
}

i.fab.fa-facebook-f {
  padding: 5px 9px;
}

i.fab.fa-youtube {
  padding: 5px;
}

p.social-info {
  display: flex;
  gap: 5px;
}

.site-logo-footer-info img {width: 200px;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}

.site-logo-footer-info {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 10px;
    position: relative;
}

.site-logo-footer-info .custom-logo-link::before {
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    background: #ffffff80;
    top: 8px;
    right: -7px;
}

.site-logo-footer-info .custom-logo-link {
    position: relative;
}
.jetpack-video-wrapper {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.jetpack-video-wrapper iframe {
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    position: absolute;
}

.single-post .entry-content a:hover {
    color: var(--scolor);
}

.single-post .entry-content a {
    color: var(--pcolor);
}

/* Disable text selection */
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.responsive-vid {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-vid iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.four_thumb_with_popular .fnwr-wrapper .card {
  border-bottom: dotted 1px #5d5d5d;
  padding: 15px 0;
}

.four_thumb_with_popular .fnwr-wrapper .card:last-of-type {
  border: none;
  padding-bottom: 0;
}

.pub-date a {
    color: #4b5563;
    font-size: 14px;
}

/* Video play button style with pulse effect */
.video-play-button {
	position: relative;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	box-shadow: 0 0px 30px var(--pcolor);
}
.video-play-button-small {
	position: relative;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	border-radius: 50%;
	padding: 11px 15px;
	box-shadow: 0 0px 30px var(--pcolor);
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button-small:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: var(--pcolor);
	border-radius: 50%;
	transition: all 200ms;
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-play-button-small:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 45px;
	height: 45px;
	background: var(--pcolor);
	border-radius: 50%;
	transition: all 200ms;
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-play-button:hover:after {
	background: var(--scolor);
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* .video-play-button:hover span {
	border-left: 32px solid #fff;
} */
.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	transform: scale(0.8);
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-play-button-small span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	transform: scale(0.8);
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 4px;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
