/*
	 Template Name:-Sagarmatha Today
	 Author: Jhapa Technical
	 Author URI: https://jhapatechnical.network
	 Description: JHAPA TECHNICAL is Nepali IT & Media company offering state of the art software, mobile & web applications, all kinds of websites. We work on world’s finest platform and latest technologies to ensure robust and seamless solutions for your business. Our objective is to achieve 100% client satisfaction by offering reliable and adaptable IT solutions with end-to-end customization. ---------------------------- Complete Media solutions. Website Development Services. Ecommerce Website Development. Software Development Solutions. Digital Marketing SMO & SEO Service
	 Version: 3.1
*/
/* Table of Content
==================================================
1.    Typography
2.    Global Styles
3.    Top Bar
4.    Header area
5.    Slider
6.    Features
7.    Services
8.   Content area
9.   Testimonial
10.   Subscribe area
10.   News section
12.   Footer
13.   Sub Pages
14.   Contact Us
15.   News Listing
16.   News Single
17.   Sidebar
18.   Error page

*/
/* =========================
// Fonts
============================ */
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
/* ==========================================
// Typography
============================================= */

:root {
  --clr-body: #ffffff;
  --clr-light: #fdffc4;
  --clr-dark: #00332a;
  --clr-black: #000000;
  --clr-primary: #2260bf;
  --clr-header: #043F71;
  --clr-header-link: #ffffff;
  --clr-header-link-active: #FBE400;
  --clr-bluish: #2260bf;
  --clr-secondary: #c3fcf2;
  --clr-accent: #ff7750;
  --clr-green: #043F71;
  --clr-link: #102c57;
  --clr-link2: #2260bf;
  --clr-link-hover: #0b4a8b;
  --clr-nav-link: #102c57;
  --clr-nav-link-hover: #ffffff;
  --clr-link-dark: #42414a;
  --clr-wash: #f2f4f9;
  --clr-gray: #fafafa;
  --clr-gray-wash: rgba(34,96,191,.24);
  --clr-border: rgba(0,0,0,.14);
  --clr-desc: rgba(0,0,0,.6);
  --clr-overlay: #f4f6f8;
  --clr-input-field: rgba(0,0,0,.04);
  --clr-btn-active: rgba(34,96,191,.1);
  --clr-body-lite: #f4f6f8;
  --clr-black-white: #ffffff;
  --clr-social-bg: rgba(0,0,0,.06);
  --clr-social-color: #2260bf;
  --clr-shadow: rgb(0 0 0 / 14%) 0 0 24px;
  --clr-post-bg: #f4f6f8;
  --clr-post-bg-blue: #2260bf;
  --clr-more: #2260bf;
	
  --btn-active-bg: #2260bf;
  --btn-active-clr: #ffffff;
  --btn-inactive-bg: rgba(34,96,191,.1);
  --btn-inactive-clr: rgba(0,0,0,.68);
  --foreground: var(--clr-dark);
  --background: var(--clr-light);
  --footer: #D4D4D4;
  --footer-info: #e0e9f6;
  --ff-title: "Playfair Display", serif;
  --ff-body: "Assistant", sans-serif;
}

.darkmode {
  --clr-body: #2b2b2b;
  --clr-light: #fdffc4;
  --clr-dark: #2b2b2b;
  --clr-black: #ffffff;
  --clr-primary: #294774;
  --clr-header: #121212;
  --clr-header-link: #ffffff;
  --clr-header-link-active: #70c9ff;
  --clr-bluish: #2260bf;
  --clr-secondary: #00100d;
  --clr-accent: #ff7750;
  --clr-green: #222617;
  --clr-link: #d9d9d9;
  --clr-link2: #d9d9d9;
  --clr-link-hover: #3d81ab;
  --clr-nav-link: #ffffff;
  --clr-nav-link-hover: #ffffff;
  --clr-link-dark: #d9d9d9;
  --clr-wash: #121212;
  --clr-gray: rgb(168 180 197);
  --clr-gray-wash: rgb(90 99 104);
  --clr-border: #6b6b6b;
  --clr-desc: #787777;
  --clr-overlay: #6c757d;
  --clr-input-field: rgb(18 18 18);
  --clr-body-lite: #1c1b1b;  
  --clr-black-white: #1c1b1b;
  --clr-social-bg: rgb(168 180 197);
  --clr-social-color: #2260bf;
  --clr-shadow: #2b2b2b;
  --clr-post-bg: #121212;
  --clr-post-bg-blue: #0a172c;
  --clr-more: #3d81ab;
	
  --btn-active-bg: #1c3864;
  --btn-active-clr: #ffffff;
  --btn-inactive-bg: #646464;
  --btn-inactive-clr: #121212;
  --foreground: var(--clr-light);
  --background: var(--clr-dark);
  --footer: #151414;
  --footer-info: #202020;
}
.dark-mode-toggle {
  color: var(--background);
  padding: 10px;;
  background: var(--foreground) !important;
  cursor: pointer;
  border: 0;
  outline: 0;
}
body {
  background: #fff;
  color: #000;
  transition: margin-left .5s;
}
body.darkmode {
	background: var(--background) !important;
}
body.blur {
	filter: blur(0.8px);
}
html.fadeLayerz, body.fadeLayerz {
	overflow: hidden;
}
body.fadeLayerz:before {
	content: '';
    height: 100%;
    width: 100%;
	z-index: 1;
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
}
body.fadeLayer:before {
	content: '';
    height: 100%;
    width: 100%;
	z-index: 1;
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
}
.blur {
	filter: blur(0.8px);
}
body, p {
  font-family: "EK Mukta";
  line-height: 24px;
  font-size: 14px;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c1c1c;
  font-weight: 700;
  font-family: "EK Mukta";
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* ==================================================
// Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "EK Mukta";
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link, a:visited {
  text-decoration: none;
}

a {
  color: #0e5dae;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #0e5dae;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 50px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.p-top-0 {
  padding-top: 0;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-bottom-0 {
  margin-bottom: 0;
}

.media > .pull-left {
  margin-right: 20px;
}

img.banner {
  display: inline-block;
}
.on__mobile {
  display: none !important;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-70 {
  clear: both;
  height: 70px;
}

.gap-80 {
  clear: both;
  height: 80px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab {
  padding-bottom: 0;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mt-9 {
  margin-top: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mt-11 {
  margin-top: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mt-13 {
  margin-top: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mt-17 {
  margin-top: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mt-18 {
  margin-top: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mt-19 {
  margin-top: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .res-margin {
    margin-bottom: 15px;
  }
  .mb-1 {
    margin-bottom: 0px;
  }
  .mr-1 {
    margin-right: 0px;
  }
  .ml-1 {
    margin-left: 0px;
  }
  .mb-2 {
    margin-bottom: 0px;
  }
  .mr-2 {
    margin-right: 0px;
  }
  .ml-2 {
    margin-left: 0px;
  }
  .mb-3 {
    margin-bottom: 0px;
  }
  .mr-3 {
    margin-right: 0px;
  }
  .ml-3 {
    margin-left: 0px;
  }
  .mb-4 {
    margin-bottom: 0px;
  }
  .mr-4 {
    margin-right: 0px;
  }
  .ml-4 {
    margin-left: 0px;
  }
  .mb-5 {
    margin-bottom: 0px;
  }
  .mr-5 {
    margin-right: 0px;
  }
  .ml-5 {
    margin-left: 0px;
  }
  .mb-6 {
    margin-bottom: 0px;
  }
  .mr-6 {
    margin-right: 0px;
  }
  .ml-6 {
    margin-left: 0px;
  }
  .mb-7 {
    margin-bottom: 0px;
  }
  .mr-7 {
    margin-right: 0px;
  }
  .ml-7 {
    margin-left: 0px;
  }
  .mb-8 {
    margin-bottom: 0px;
  }
  .mr-8 {
    margin-right: 0px;
  }
  .ml-8 {
    margin-left: 0px;
  }
  .mb-9 {
    margin-bottom: 0px;
  }
  .mr-9 {
    margin-right: 0px;
  }
  .ml-9 {
    margin-left: 0px;
  }
  .mb-10 {
    margin-bottom: 0px;
  }
  .mr-10 {
    margin-right: 0px;
  }
  .ml-10 {
    margin-left: 0px;
  }
  .mb-11 {
    margin-bottom: 0px;
  }
  .mr-11 {
    margin-right: 0px;
  }
  .ml-11 {
    margin-left: 0px;
  }
  .mb-12 {
    margin-bottom: 0px;
  }
  .mr-12 {
    margin-right: 0px;
  }
  .ml-12 {
    margin-left: 0px;
  }
  .mb-13 {
    margin-bottom: 0px;
  }
  .mr-13 {
    margin-right: 0px;
  }
  .ml-13 {
    margin-left: 0px;
  }
  .mb-14 {
    margin-bottom: 0px;
  }
  .mr-14 {
    margin-right: 0px;
  }
  .ml-14 {
    margin-left: 0px;
  }
  .mb-15 {
    margin-bottom: 0px;
  }
  .mr-15 {
    margin-right: 0px;
  }
  .ml-15 {
    margin-left: 0px;
  }
  .mb-16 {
    margin-bottom: 0px;
  }
  .mr-16 {
    margin-right: 0px;
  }
  .ml-16 {
    margin-left: 0px;
  }
  .mb-17 {
    margin-bottom: 0px;
  }
  .mr-17 {
    margin-right: 0px;
  }
  .ml-17 {
    margin-left: 0px;
  }
  .mb-18 {
    margin-bottom: 0px;
  }
  .mr-18 {
    margin-right: 0px;
  }
  .ml-18 {
    margin-left: 0px;
  }
  .mb-19 {
    margin-bottom: 0px;
  }
  .mr-19 {
    margin-right: 0px;
  }
  .ml-19 {
    margin-left: 0px;
  }
  .mb-20 {
    margin-bottom: 0px;
  }
  .mr-20 {
    margin-right: 0px;
  }
  .ml-20 {
    margin-left: 0px;
  }
}
.no-bd {
  border: none !important;
}
.ts-gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.ts-gutter-10 > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ts-gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.ts-gutter-20 > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ts-gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.ts-gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ts-gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.ts-gutter-40 > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ts-gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.ts-gutter-50 > div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ts-gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.ts-gutter-60 > div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

ol, ul {
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.bg-dark {
  background: #222;
}

.solid-row {
  background: #f0f0f0;
}

/* Dropcap */
.dropcap {
  font-size: 44px;
  line-height: 50px;
  float: left;
  margin: 0 12px 0 0;
  position: relative;
  text-transform: uppercase;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}
body iframe {
	width: 100% !important;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 40px;
  background: none;
  color: #959595;
  font-size: 12px;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0e5dae;
}

.form-control.input-msg {
  height: 50px;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

blockquote {
  position: relative;
  padding: 45px 20px 30px;
  border: 0;
  margin: 50px 0 0px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}

blockquote p {
  font-size: 18px;
}

blockquote::before {
  position: absolute;
  content: '\f10e';
  font-family: "FontAwesome";
  font-size: 24px;
  padding: 8px 15px;
  top: -10px;
  left: 50%;
  margin-left: -44px;
  color: #000;
}

blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}

cite {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  display: inline-block;
  line-height: 24px;
}

cite::before, cite::after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 1px;
  background: #6c757d;
  content: '';
  bottom: 0;
  margin: 10px 0 13px -40px;
}

cite::after {
  left: auto;
  right: 0;
  margin: 10px -40px 13px 0px;
}

.thumb-fullwidth img {
  width: 100%;
}

/* Button */
.btn {
  background: #0e5dae;
  color: #fff;
  padding: 10px 30px;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0e5dae;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 0;
  padding: 12px 25px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #0e5dae;
}

.btn-primary {
  background: #0e5dae;
}

.btn-dark {
  background: #242427;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover, .btn:foucs {
  background: #272d33;
  color: #fff;
}

.general-btn {
  clear: both;
  margin-top: 50px;
}

/* Ul, Ol */
ul, li {
  list-style: none;
}

.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 10px;
  color: #0e5dae;
  font-size: 12px;
}

ul.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 10px;
  color: #0e5dae;
  font-size: 16px;
}

ul.list-check li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  color: #0e5dae;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
  background: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* ================================================
 // Common styles
 ================================================== */
@media (min-width: 992px) {
  .pad-0 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .pad-r {
    padding-right: 2px;
  }
  .pad-r-small {
    padding-right: 1.5px;
  }
  .pad-r-0 {
    padding-right: 0;
  }
  .pad-l {
    padding-left: 2px;
  }
  .pad-l-small {
    padding-left: 1.5px;
  }
  .pad-l-0 {
    padding-left: 0;
  }
}

/*-- Block title --*/
.block-title {
   background: #f4f8fb;
  letter-spacing: .64px;
  color: #0e5dae;
  line-height: 25px;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}





/*-- Block title --*/
.block-title2 {
  letter-spacing: .64px;
  color: #2260bf;
  line-height: 25px;
  font-family: "EK Mukta";
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 12px 0;
}
.post__tag {  
	display: inline-block; 
	background: red;  
	color: #FFF; 
	font-size: 18px; 
	font-weight: 700; 
	margin: 20px 5px 10px; 
	padding: 1px 18px;
}
.post-subtitle { 
	font-size: 20px;
    font-style: italic;
    line-height: 180%;
    font-weight: 300;
    color: rgba(0,0,0,.5);
    position: relative;
	margin: -15px 0px 0px;
}
.post__divider_line {
	border-bottom: 1px solid var(--clr-border);
}
.block-title .title-angle-shap {
  display: inline-block;
  padding: 0 0 0 5px;
  position: relative;
}

.block-title .title-angle-shap::after, .block-title .title-angle-shap::before {
  /*
  position: absolute;
  top: 0;
  content: '';
  background: #e11b22;
  left: 0;
  */
}

.block-title .title-angle-shap::before {
  width: 3px;
  height: 12px;
}

.block-title .title-angle-shap::after {
  width: 12px;
  height: 3px;
}

.text-light .block-title .title-angle-shap {
  color: #fff;
}

.text-light .block-title .title-angle-shap::after, .text-light .block-title .title-angle-shap::before {
  background: #fff;
}

.block-title-bright {
  color: #fff;
}
.block-title-dark {
  color: #000;
}

.block-title-dark .title-angle-shap::after, .block-title-dark .title-angle-shap::before {
  background: #000;
}

.block-title-light {
  color: #fff;
}

.block-title-light .title-angle-shap::after, .block-title-light .title-angle-shap::before {
  background: #fff;
}

.block-title-tech {
  color: #007bff;
}

.block-title-tech .title-angle-shap::after, .block-title-tech .title-angle-shap::before {
  background: #007bff;
}

/* Post title */
.post-title {
	
	/*
	font-size: 18px;
	line-height: 24px;
	margin: 12px 0 10px;
	font-weight: 600;
	*/
	font-size: 20px;
    font-weight: 600;
    color: rgba(0,0,0,.7);
    line-height: 130%!important;
    transition: all .3s ease;
}

.post-title a {
  color: var(--clr-link);
}

.post-title a:hover {
  color: var(--clr-link-hover);
}

.text-light .post-title a {
  color: #fff;
}

.text-light .post-title a:hover {
  color: #0e5dae;
}

.post-title.title-xl {
  font-size: 65px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.post-title.title-lg {
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.post-title.title-md {
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.post-title.title-sm {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.grid-category .post-cat:not(:first-child) {
  margin-left: 3px;
}

.post-cat {
  position: relative;
  font-size: 10px;
  padding: 0 10px;
  background: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 5px;
}

.post-cat a {
  color: #fff;
}

.post-cat:hover {
  color: #fff;
}

.post-meta ul {
  padding: 0;
  margin-bottom: 0;
}

.post-meta li {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-right: 24px;
}

.post-meta li a {
  color: inherit;
}

.post-meta li a .icon, .post-meta li a .fa {
  margin-right: 5px;
}

.post-meta li a.view .icon {
  color: #0e5dae;
}

.post-meta .post-author a {
  color: #999999;
  font-weight: 700;
}

.post-meta .post-author a:hover {
  color: #0e5dae;
}

.post-meta .post-author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.post-meta span {
 color: #a3a3a3;
  margin-top: 10px;
  font-size: 14px;
  margin-right: 8px;
  padding-right: 10px;
  line-height: 12px;
  display: inline-block;
}

.post-meta span.post-date {
  border-right: 0;
}

.post-meta span.post-date i{
  color: #a3a3a3; 
	padding-right: 5px;
}

span.post-comment {
  border-right: 0;
  line-height: 24px;
  margin-right: 0;
  padding-right: 0;
}

span.post-comment span {
  border-right: 0;
  line-height: 100%;
}

span.post-comment span i {
  margin-right: 5px;
}

/* Category Color */
.food {
  background: #bc8a61;
}

.food-color {
  background: transparent;
  color: #bc8a61;
}

.food-color:hover {
  color: #bc8a61;
}

.fashion {
  background: #da1793;
}

.fashion-color {
  background: transparent;
  color: #da1793;
}

.fashion-color:hover {
  color: #da1793;
}

.lifestyle {
  background: #ea8f00;
}

.lifestyle-color {
  background: transparent;
  color: #ea8f00;
}

.lifestyle-color:hover {
  color: #ea8f00;
}

.health {
  background: #6741dc;
}

.health-color {
  background: transparent;
  color: #6741dc;
}

.health-color:hover {
  color: #6741dc;
}

.sports {
  background: #4ca80b;
}

.sports-color {
  background: transparent;
  color: #4ca80b;
}

.sports-color:hover {
  color: #4ca80b;
}

.tech {
  background: #007bff;
}

.tech-color {
  background: transparent;
  color: #007bff;
}

.tech-color:hover {
  color: #007bff;
}

.travel {
  background: #f3670a;
}

.travel-color {
  background: transparent;
  color: #f3670a;
}

.travel-color:hover {
  color: #f3670a;
}

.video-icon {
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #fff;
    right: 0;
    /* top: -430px; */
    /* top: 0; */
    bottom: 300px;
    margin: auto;
    padding: 8px 8px;
}

.image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  padding: 0;
  text-align: left;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot span {
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #e11b22;
  border-color: #e11b22;
  height: 20px;
  border-radius: 10px;
}

.owl-carousel.dot-style2 .owl-dots {
  padding: 0;
  position: absolute;
  right: 0;
  top: -30px;
  display: inline-block;
  text-align: right;
  width: 100%;
  left: auto;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 5px;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot.active span {
  width: 20px;
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 54px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background: #0e5dae;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
  background: #0e5dae;
  left: -25px;
  right: auto;
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

@media (min-width: 1200px) {
  .owl-carousel.h2-feature-slider .owl-dots {
    top: 35%;
  }
}

.grid-cat {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.load-more-btn {
  position: relative;
}

.load-more-btn::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #eaeaea;
  height: 1px;
  content: '';
  margin: auto;
}

.load-more-btn .btn {
  padding: 10px 55px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  color: #000;
}

.load-more-btn .btn:hover {
  color: #0e5dae;
}

.ts-social-list {
  padding: 0;
}

.ts-social-list li {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}

.ts-social-list li.ts-facebook a .tsicon {
  background: #3b5998;
}

.ts-social-list li.ts-twitter a .tsicon {
  background: #1da1f2;
}

.ts-social-list li.ts-youtube a .tsicon {
  background: #ff0000;
}

.ts-social-list li.ts-rss a .tsicon {
  background: #f26522;
}

.ts-social-list li.ts-vk a .tsicon {
  background: #1ab7ea;
}

.ts-social-list li.ts-linkedin a .tsicon {
  background: #0077b5;
}

.ts-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.ts-social-list a .count {
  font-size: 13px;
  color: #222;
}

.ts-social-list a .count span {
  display: block;
  line-height: .8;
}

.ts-social-list .tsicon {
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 9px 0;
  background: #000;
  margin-right: 20px;
}

.ts-social-list.style2 li a {
  background: #3b5998;
  color: #fff;
}

.ts-social-list.style2 li a .tsicon {
  background: rgba(55, 55, 55, 0.3);
}

.ts-social-list.style2 li a .count {
  color: #fff;
}

.ts-social-list.style2 li.ts-facebook a {
  background: #3b5998;
}

.ts-social-list.style2 li.ts-twitter a {
  background: #1da1f2;
}

.ts-social-list.style2 li.ts-youtube a {
  background: #ff0000;
}

.ts-social-list.style2 li.ts-rss a {
  background: #f26522;
}

.ts-social {
  padding: 0;
}

.ts-social li {
  display: inline-block;
}

.ts-social li a {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  margin: 0 35px 0 0;
}

.ts-social li a:hover {
  color: #0e5dae;
}
@media (max-width: 1024px) {
	.backto {
		bottom: 75px !important;
	}
}
.backto {
  position: fixed;
  right: 55px;
  bottom: 15px;
  z-index: 10;
  background: #ffe200; /* Yellow from the website theme */
  border-radius: 50%;
  border: 2px solid #c93b00; /* Red border for contrast */
  color: #000000;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; /* Initially hidden */
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.backto.show {
  opacity: 1; /* Fade in when scrolling */
}

.backto:hover {
  background: #c93b00; /* Red on hover */
  color: #fff;
  transform: scale(1.1) rotate(360deg); /* Scale and rotate on hover */
  transition: all 0.5s ease;
}

.backto.bounce {
  animation: bounce 0.6s ease; /* Bounce effect on click */
}

.backto a {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.backto .icon::before {
  content: "\2191"; /* Unicode for upward arrow */
  font-family: Arial, sans-serif;
  font-weight: bold;
}

/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}

.breadcrumb {
  background: transparent;
  padding: 25px 0 25px;
  margin-bottom: 0;
}

.breadcrumb li {
  padding-right: 10px;
  color: var(--clr-link-dark);
}

.breadcrumb li a {
  padding: 0 9px;
  color: inherit;
}

.breadcrumb li a:hover {
  color: #0e5dae;
}

.breadcrumb li:last-child i {
  padding-right: 10px;
}

.ts-pagination {
  padding: 0;
  margin-top: 20px;
}

.ts-pagination li {
  display: inline-block;
}

.ts-pagination li span, .ts-pagination li a{
  background: #0e5dae;
  padding: 0px 15px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
.ts-pagination li span, .ts-pagination li a:hover{
  background: #0e5dae;
  
}
.ts-pagination li span.current {
  color: #fff;
  background: #0e5dae;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
}

/* ===================
// 404 page
======================*/
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

/* Header */
/* TOP Header
================================================== */
.top__header {
  padding: 10px 0 5px;
  margin: 0;
  height: 45px;
  background-color: #D4D0CE;
}
.top__header ul.top__ul {
	display: block;
	padding: 0;
}
.top__header ul.top__ul a{
	color : #fafafa;
}
.top__header ul.top__ul li {
	display: inline-block;
	padding-right: 15px;
}
.top__header .social__icons a{
	color: #FFF;
	fill: #FFF;
	padding-right: 10px;
}
.top__header .social__icons {
	margin-top: 0;
}
.top__header .social__icons .icon {
	background: #FC2705;
	margin: 0;
    border: none;
    border-radius: 50px;
    overflow: visible;
    font-size: 12px;
    color: inherit;
    text-transform: none;
    padding: 4px;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
.top__header .social__icons .icon svg{
}
.top__header .social__icons .icon.facebook {
	background-color: F60505;
}
/* Trending Bar
================================================== */
.trending-bar {
  padding: 10px 0 5px;
  background: #f5f5f5;
}

.trending-title {
  background: transparent;
  color: #222;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 3px 15px 0 0;
  padding-right: 10px;
  font-weight: 700;
  float: left;
}

.trending-title .tsicon {
  color: #01256C;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
  display: none;
}

.trending-slide .post-title.title-small {
  font-weight: 400;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

/* Trending light */
.trending-light {
  color: #1c1c1c;
}

.trending-light .trending-slide .post-title {
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover {
  background: #333;
  color: #fff;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  border-bottom: 4px solid #dedede;
  color: #a3a3a3;
  font-size: 13px;
}

/* Date */
.ts-date {
  display: inline-block;
  padding-right: 10px;
  line-height: 12px;
  color: 000;
  font-size: 13px;
  border-right: none;
  padding-right: 0;
}

.ts-date i {
  margin-right: 5px;
}

/* Top nav */
.top-nav {
  display: inline-block;
}

.top-nav li {
  display: inline-block;
  line-height: 12px;
  padding-left: 12px;
}

.top-nav li a {
  background: none;
  color: #000;
  padding: 0;
  line-height: 100%;
}

.top-nav li a:hover {
  color: #01256C;
}

/* Top social */
.top-social {
  display: inline-block;
  margin-right: -5px;
  background:#F7210C;
}

.top-social ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 0 10px;
  line-height: 70px;
}

.top-social ul li a:hover {
  color: #fff;
}

.nav-search {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 65px;
  height: auto;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #7c7c7c;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #01256C;
}


/* Header */
/* Trending Bar
================================================== */
.trending-bar {
  padding: 10px 0 5px;
  background: #f5f5f5;
}

.trending-title {
  background: transparent;
  color: #222;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 3px 15px 0 0;
  padding-right: 10px;
  font-weight: 700;
  float: left;
}

.trending-title .tsicon {
  color: #0e5dae;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
  display: none;
}

.trending-slide .post-title.title-small {
  font-weight: 400;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

/* Trending light */
.trending-light {
  color: #1c1c1c;
}

.trending-light .trending-slide .post-title {
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover {
  background: #333;
  color: #fff;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
  color: #a3a3a3;
  font-size: 13px;
}

/* Date */
.ts-date {
  display: inline-block;
  padding-right: 10px;
  line-height: 12px;
  color: #777;
  font-size: 13px;
  border-right: none;
  padding-right: 0;
}

.ts-date i {
  margin-right: 5px;
}

/* Top nav */
.top-nav {
  display: inline-block;
}

.top-nav li {
  display: inline-block;
  line-height: 12px;
  padding-left: 12px;
}

.top-nav li a {
  background: none;
  color: #a3a3a3;
  padding: 0;
  line-height: 100%;
}

.top-nav li a:hover {
  color: #0e5dae;
}

/* Top social */
.top-social {
  display: inline-block;
  margin-right: -5px;
  background: rgba(255, 255, 255, 0.05);
}

.top-social ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 0 10px;
  line-height: 70px;
}

.top-social ul li a:hover {
  color: #fff;
}

.nav-search {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 65px;
  height: auto;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #7c7c7c;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #0e5dae;
}

/* =================================================
 // Header Default
================================================== */
.header {
  padding: 25px 0;
  position: static;
  top: auto;
}
.header .dark__for__mobile {
	display: none;
	position: fixed;
    top: 28px;
    left: 15px;
}
.header .dark__for__mobile svg {
	margin-top: 8px;
}
.header .slide__for__mobile {
	display: none;
	position: fixed;
    top: 28px;
    right: 15px;
}
.header .slide__for__mobile .icon__trigger>span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: red;
    margin-bottom: 8px;
    transition: all .3s ease;
}
.header-top-social {
  margin: 0;
}

.header-top-social li a {
  color: #000;
  font-size: 14px;
  margin-right: 20px;
}

.header-search .form-group {
  position: relative;
}

.header-search .form-group .input-search {
  font-size: 13px;
  color: #333333;
  border: 1px solid #dddddd;
  border-width: 0 0 1px 0;
  width: 100%;
}

.header-search .form-group .input-search::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search::-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search::placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .search-btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #999999;
}

.header-search .form-group .search-btn:focus {
  outline-style: none;
}

@media (min-width: 992px) {
  .is-ts-sticky.sticky {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .is-ts-sticky.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
}

/* =================================================
 // MOBILE Header Portion
================================================== */
.mobile__header {
	display: none !important;
	position: sticky;
	top: 0;
	background-color: #fafafa;
    margin-bottom: 10px;
	box-shadow: rgb(0 0 0 / 14%) 0 0 24px
}
.mobile__header .container {
	display: flex;
	padding: 0 15px;
	justify-content: space-between;
	align-items: flex-start;
}
.mobile__header .header__left {
	display: block;
	margin: 5px 0;
    color: var(--clr-link);
	border: 1px solid var(--clr-link);
    font-size: 20px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    max-width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all .3s ease;
}
.mobile__header .header__left svg {
	width: 22px;
    margin-top: -4px;
}
.mobile__header .header__center {
	text-align: right;
    padding-right: 0;
}
.mobile__header .header__center img{
	max-width: 268px;
    vertical-align: top;
}
.mobile__header .header__center .date {
	color: var(--clr-link);
	font-size: 19px;
    opacity: .88;
}
.mobile__header .header__right {
	display: inline-block;
    width: 28px;
	margin-left: 0;
	margin-top: 8px;
    cursor: pointer;
    margin-left: 18px;
}
.mobile__header .header__right svg {
	width: 35px;
	fill: var(--clr-link);
}
.mobile__header .header__right span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fafafa;
    margin-bottom: 8px;
    transition: all .3s ease;
}
.mobile__header .header__right:hover>span:nth-child(3){
	width:80%;
}
.mobile__header .header__right:hover>span:nth-child(2){
	width:30%;
}

@media (max-width: 1024px) {
	.header, .sandesh__trending {
		display: none;
	}
	.mobile__header {
		display: block !important;
		border-top: solid 1px rgba(0,0,0,.1);
		border-bottom: solid 1px rgba(0,0,0,.1);
		position: sticky;
		top: 0;
		z-index: 998;
		padding: 15px 0 10px;
    	border: none;
	}
	.banner__ads {
		display: center !important;
	}
	.text__block {
		padding: 15px 15px !important;
	}
	.text__block .highlight a {
		font-size: 40px;
		font-weight: 700 !important;
		line-height: 1.2;
		letter-spacing: -.5px;
	}
	.sandesh__section__title {
		padding: 0 0px !important;
	}
	.author__box .author__img {
		width: 25px !important;
		height: 25px !important;
		max-width: 25px !important;
	}
	.author__box label {
		font-size: 12px !important;
	}
	.post__time, .post__comments, .post__date {
		font-size: .8em !important;
	}
	.post__hasDes p {
		font-size: 18px !important;
	}
}
@media (max-width: 767px) {
	.mobile__header .header__center img {
		max-width: 240px;
	}
	.mobile__header .header__center .date {
		display: block;
    	font-size: 11px;
		text-align: center;
	}
	.mobile__header .header__left {
		margin: 5px 0;
		height: 34px;
		width: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.mobile__header .header__right svg {
		width: 30px;
		color: var(--clr-link);
	}
	.post-overaly-style {
		min-height: 350px !important;
		border-radius: 0px !important;
	}
	.post-block-style {
		padding: 15px 0;
   		border-bottom: 1px solid var(--clr-border);
	}
	.post-block-style.interactive {
		padding: 0 0 20px !important;
   		border-bottom: 1px solid var(--clr-border);
	}
	.post-title {
		font-size: 20px !important;
	}
	.list-post-block .list-post .post-block-style .post-thumb {
	  margin-bottom: 0px!important;
	}
}
/*-- Logo --*/
.logo {
  /* padding: 28px 0; */
}
.logo img {
	max-width: 268px;
    vertical-align: top;
}
.logo .date {
	color: var(--clr-link); 
	text-align: right;
	font-size: 15px;
}
/* header right */
.header-right {
  float: right;
}

/* Logo center */
.header.text-center {
  padding: 10px 0;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.site-nav-inner {
  position: relative;
}

.main-nav {
  background: #0e5dae;
  min-height: 50px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-toggler {
  color: #fff;
  padding: 8px 15px;
  background: #e74907;
  position: absolute;
  top: -55px;
  z-index: 9;
}

.navbar-toggler-icon {
  width: 25px;
}

.navbar-toggle .i-bar {
  background: #fff;
}

.navbar-collapse {
  padding-left: 0;
}

ul.navbar-nav > li {
  float: left;
  padding: 0;
  position: relative;
}
ul.navbar-nav > li.active {
    background: #093d73;
}
ul.navbar-nav > li > a {
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  padding: 10px 22px;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li:hover a::before, ul.navbar-nav > li.active a::before {
  border-color: #0e5dae;
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border: 0;
}

/* Dropdown */
ul.navbar-nav > li.mega-dropdown {
  position: static;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin-top: 3px;
  margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  border: 0;
  -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  padding: 0;
}

.navbar-nav > li > .dropdown-menu {
  border-top: 1px solid #dedede;
}

.navbar-nav > li > .dropdown-menu.mega-menu-content {
  border-top: 0;
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #0e5dae;
}

.navbar-nav > li > .dropdown-menu > a {
  background: none;
}

.dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  background: #f4f4f4;
  text-transform: uppercase;
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #0e5dae;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #0e5dae;
  color: #fff;
}

@media (min-width: 767px) {
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.mega-menu-content {
  width: 1110px;
  padding: 0;
}

.mega-menu-content-inner {
  padding: 20px 10px;
}

.mega-menu-content .row {
  margin: 0;
}

/*-- Dark bg style --*/
.main-nav.dark-bg > .container > .row {
  border: 0;
  background: #272727;
  margin-left: 0;
  margin-right: 0;
}

.dark-bg .navbar-toggler {
  margin-left: 6px;
}

.main-nav.dark-bg ul.navbar-nav > li > a {
  color: #fff;
}

.main-nav.dark-bg ul.navbar-nav > li > a:before {
  border: 0;
}

.main-nav.dark-bg ul.navbar-nav > li.active,
.main-nav.dark-bg ul.navbar-nav > li:hover {
  background: #0e5dae;
}

.main-nav.dark-bg .nav-search i {
  color: #fff;
}

.main-nav {
  position: relative;
  padding: 0 15px;
}

/* ===================
// Hheader Search 
======================= */
.main-nav > .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
}

.nav-search a {
  color: #fff;
  display: block;
}

.modal-searchPanel .ts-search-group {
  position: relative;
}

.modal-searchPanel .ts-search-group input:not([type="submit"]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
}

.modal-searchPanel .ts-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.xs-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ts-search-form .form-control {
  height: 60px;
  border-radius: 36px;
  font-size: 18px;
}

.ts-search-form.modal-searchPanel .xs-search-panel {
  margin: 0;
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ===================
// Menu tab
======================= */
.menu-tab .nav.nav-tabs {
  border-right: 1px solid #dedede;
  padding: 20px 0;
  padding-right: 0;
  min-height: 250px;
  margin-top: 0;
}

.menu-tab .nav.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 400;
  padding: 14px 16px 14px 30px;
  background: #fff;
  text-transform: initial;
  font-size: 14px;
}

.menu-tab .nav.nav-tabs > li > a.active {
  background: #dedede;
  margin-right: -1px;
  border: 1px solid #dedede;
  border-right: 0;
  color: #0e5dae;
  cursor: pointer;
}

.menu-tab .tab-content > .tab-pane {
  padding: 25px 0;
  min-height: 250px;
}

.menu-tab .tab-content > .tab-pane .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}

/* Header with Menu
================================================== */
.header.header-menu {
  padding: 0;
}

.header.header-menu .logo {
  padding: 12px 0;
}

.header.header-menu > .container > .row {
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
}

.header.header-menu ul.navbar-nav > li > a {
  line-height: 70px;
}

.header.header-menu ul.navbar-nav > li.mega-dropdown,
.site-nav-inner {
  position: static;
  width: 100%;
}

.header.header-menu .mega-menu-content {
  min-width: 1145px;
  left: -43%;
}

.nav-social-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.navbar {
  position: absolute;
  top: 70px;
  width: 100%;
  background: #f8f8f8;
  z-index: 9;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar {
    position: static;
    top: 70px;
    width: 100%;
    background: transparent;
  }
  ul.navbar-nav > li > a {
    color: #fff;
    padding: 0 22px;
  }
  .header.header-menu ul.navbar-nav > li.mega-dropdown,
  .site-nav-inner {
    position: static;
    width: 100%;
  }
}

/* Master css */
.post-block-style {
  position: relative;
  overflow: hidden;
}

.post-block-style .post-thumb {
  border-radius: 4px !important;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.post-block-style .post-thumb img.height-200 { height: 200px; object-fit: cover;  }
.post-block-style .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-block-style .post-thumb img.img-fluid {
  object-fit: cover;
}
.post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post-block-style:hover .post-thumb img.no__transform {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.overlay-post-content .post-content {
  padding: 20px 20px 18px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}

/* Feature Post */
.featured-slider .item {
  min-height: 640px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.featured-slider .item .featured-post .post-content {
  padding: 40px 40px 35px 45px;
}

.featured-slider .item .featured-post .post-title a {
  color: #fff;
}

.post-overaly-style {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  min-height: 350px;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.post-overaly-style::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-overaly-style:hover {
  background-position: 40%;
}

.post-overaly-style.post-sm {
  min-height: 225px;
}

.post-overaly-style.post-md {
  min-height: 400px;
  margin-bottom: -5px;
}

.post-overaly-style.post-extra-md {
  min-height: 430px;
  margin-bottom: -5px;
}

.post-overaly-style.post-lg {
  min-height: 550px;
}

.post-overaly-style:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.post-overaly-style .post-thumb {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.post-overaly-style .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-overaly-style .post-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
  z-index: 1;
}

.post-overaly-style .post-content .post-title a {
  color: #fff;
}

.post-overaly-style .post-content .post-title a:hover {
  color: #fff;
}

.post-overaly-style:hover .post-thumb img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.post-overaly-style.overlay-primary::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 74, 0, 0.89)), to(rgba(252, 74, 0, 0.89)));
  background: -webkit-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
  background: -o-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
  background: linear-gradient(180deg, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
  opacity: .9;
}

.post-overaly-style.overlay-primary:hover::after {
  opacity: .7;
}

.trending-slider .post-md {
  min-height: 310px;
  margin-bottom: 0;
}

.featured-tab {
  position: relative;
}

.featured-tab .nav-tabs {
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
}

.featured-tab .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.featured-tab .nav-tabs .nav-link {
  padding: 0 7px;
  border: none;
  position: relative;
  font-size: 17px;
  display: inline-block;
  color: #495057;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}

.featured-tab .nav-tabs .nav-link.active {
  background: transparent;
}

.featured-tab .nav-tabs .nav-link.active .tab-head > span.tab-text-title {
  color: #0e5dae;
  background: transparent;
  border: none;
}

.featured-tab .nav-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: 0e5dae;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.featured-tab .nav-tabs .nav-link .tab-head > span.tab-text-title {
  font-size: 17px;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .tab-content > .active {
  display: block;
}

.list-post-block .list-post {
  padding: 0;
}

.list-post-block .list-post .post-block-style .post-thumb {
  width: 130px;
  height: 85px;
  margin-bottom: 30px;
  margin-right: 25px;
}

.list-post-block .list-post .post-block-style .post-thumb img {
  width: 100%;
}

.list-post-block .list-post .post-block-style .post-thumb.thumb-ok {
  height: 90px;
  overflow: hidden;
}

.list-post-block .list-post .post-block-style .post-thumb.thumb-ok img {
  max-width: 100%;
  height: 100%;
}
.list-post-block .list-post .post-block-style .post-thumb.thumb-md {
  height: 96px;
  overflow: hidden;
}

.list-post-block .list-post .post-block-style .post-thumb.thumb-md img {
  max-width: 100%;
  height: 100%;
}

.list-post-block .list-post .post-block-style .grid-category .post-cat {
  text-transform: uppercase;
  padding-left: 0;
}

.list-post-block .list-post .post-block-style .post-content .post-title {
  margin: 5px 0;
  line-height: 17px;
}

.list-post-block .list-post li:last-child .post-block-style .post-thumb {
  margin-bottom: 0;
}

.list-post-block .list-post li:last-child .post-block-style .post-thumb.thumb-md {
  height: 100px;
}

.block.style2 {
  background: #000;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.block.style2 .post-block-style .post-title:not(.title-md) {
  line-height: 1.1;
}

.block-slider {
  background: #f7f7f7;
  padding-bottom: 80px;
}

.block-slider .owl-carousel .owl-dots {
  top: auto;
  bottom: -47px;
  text-align: center;
  height: 20px;
}

.ts-category-list {
  padding: 0;
}

.ts-category-list li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}

.ts-category-list li a {
  padding: 20px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  min-height: 100px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.ts-category-list li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.ts-category-list li a span {
  position: relative;
  white-space: nowrap;
}

.ts-category-list li a span.bar {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 65px 0 25px;
}

.ts-category-list li a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ts-category-list-sm li a {
  min-height: 91px;
}

.trending-slider.full-width .post-overaly-style {
  border-radius: 0;
}

.trending-slider.full-width .post-overaly-style::after {
  border-radius: 0;
}

.post-tab .nav-tabs .nav-item:not(:first-child) {
  /*
  margin-left: 20px;
  */
}

.post-tab .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  color: #d3d3d3;
}

.post-tab .nav-tabs .nav-item .nav-link::after, .post-tab .nav-tabs .nav-item .nav-link::before {
  /*
  position: absolute;
  top: 0;
  content: '';
  background: #0e5dae;
  left: 0;
  opacity: 1;
  */
}
.card {
    width: 100%;
  	display: inline-block;
    background: #fff;
    color: #666;
    border: none;
    border-radius: 0px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.post-tab .nav-tabs .nav-item .nav-link::before {
  /*
  opacity: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 12px;
  background: #d3d3d3;
  */
}

.post-tab .nav-tabs .nav-item .nav-link.active::before {
  /*
	  background: #0e5dae;
	  border-radius: 0;
	  height: 12px;
	  top: -6px;
  */
}

.post-tab .nav-tabs .nav-item .nav-link.active::after {
  /*
  background: #0e5dae;
  border-radius: 0;
  height: 3px;
  width: 12px;
  */
}

.post-tab .list-post .post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.post-tab .list-post .post-block-style .post-thumb {
  position: relative;
  border-radius: 50%;
  overflow: initial;
  width: 85px;
  height: 85px;
}

.post-tab .list-post .post-block-style .post-thumb img {
  border-radius: 50%;
  height: 100%;
}

.post-tab .list-post .post-block-style .post-thumb .tab-post-count {
  position: absolute;
  top: 0;
  left: 12px;
  background: #d81a21;
  display: block;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border: 2px solid #fff;
}

/*==================================================
//  commment list
 ================================================== */
.ts-comments-row {
  position: relative;
  margin-bottom: 50px;
}

.ts-comments-row:last-child {
  margin-bottom: 0;
}

.ts-author {
  color: #777777;
}

.ts-author a {
  color: #777777;
}

.ts-author a:hover {
  color: #0e5dae;
}

.ts-author-comments {
  position: relative;
}

.ts-author-comments::after {
  position: absolute;
  content: '';
  left: 36px;
  bottom: 20%;
  width: 1px;
  z-index: -1;
  height: 60%;
  background: #eaeaea;
}

.ts-author-thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.ts-author-thumb img {
  width: 100%;
}

.ts-author-media {
  background: #fff;
  padding: 20px 0;
}

.ts-author-content {
  padding: 30px;
  border: 1px solid #eaeaea;
  position: relative;
}

.ts-author-content::after {
  position: absolute;
  content: '';
  left: -9px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: translateY(-100%) rotate(45deg);
  -ms-transform: translateY(-100%) rotate(45deg);
  transform: translateY(-100%) rotate(45deg);
  border: 1px solid #ddd;
  border-width: 0 0px 1px 1px;
}

.ts-author-content::before {
  position: absolute;
  content: "\e943";
  left: 20px;
  top: -10px;
  font-size: 20px;
  font-family: 'iconfont';
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}

.ts-author-content .comment {
  margin-bottom: 12px;
}

.ts-author-content .comment a {
  font-weight: 500;
  font-style: italic;
  color: #222222;
  line-height: 20px;
}

.newsletter-area {
  background: -webkit-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  padding: 40px 0;
}

.newsletter-area .email-form-group {
  position: relative;
}

.newsletter-area .email-form-group .news-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 17px;
}

.newsletter-area .newsletter-email {
  background: transparent;
  height: 48px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.newsletter-area .newsletter-email:focus {
  outline-style: none;
}

.newsletter-area .newsletter-email::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email::placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #222;
  border: none;
  color: #fff;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.newsletter-area .newsletter-submit:focus {
  outline-style: none;
}

.newsletter-area .newsletter-submit:hover {
  background: #0e5dae;
}


/* FOOTER STYLE */
.ts-footer {
  background: rgba(34, 96, 191, 0.04);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  font-size: 20px;
  position : center;
}

.ts-footer ul {
  padding: 0;
}

.ts-footer-info {
  padding: 0;
  margin-bottom: 40px;
}
.ts-footer .card {
	width: 100%;
    height: 500px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    color: #666;
    border: none;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem #06365F !important;
    
}
.textwidget {
  color: #000;
}
.ts-footer-info li {
  color: #000F;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.ts-footer-info li i {
  margin-right: 15px;
  font-size: 18px;
}

.ts-footer .widget-title {
  font-size: 30px;
  font-weight: 900;
  background:#043F71;
  color: #fafafa;
  border-bottom: 3px solid #000;
  line-height: 1.4;
  padding-left: 0;
  padding-right:0;
  position: center;
  text-align: center; 
	justify-content: center;  
}
.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #000; }

.contact-info {
  margin-left: 75px;
  color: #000; }
  .contact-info h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0; }
.ts-footer .footer-widtet {
    
	padding: 25px 25px;
	
}
.ts-footer .footer-widtet p {
    display: inline-block;
    width: 100%;
    line-height: 32px;
    margin: 5;
	color: #fafafa ;
    font-size: 20px;
	font-weight: 500;
	text-align: center; 
	justify-content: center; 
}
.ts-footer .footer-widtet p b, .ts-footer .footer-widtet p strong {
    font-size: 25px;
    	text-align: center; 
	justify-content: center; 
}
.ts-footer .footer__one img {
  max-width: 100%;
  height: auto;
  padding: 20px 20px;
  	text-align: center; 
	justify-content: center; 
}
.ts-footer .footer__one p{
  /* padding-top: 30px; */
}
.ts-footer li {
	padding: 5px 25px; 
	text-align: center; 
	justify-content: center; 
}
.ts-footer li a {
	color: #666;
	font-size: 20px;
	padding: 25px 25px;
	text-align: center; 
	justify-content: center; 
}
.ts-footer li a:hover {
	color: #333;
	text-decoration: underline;
}
.ts-footer li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    /* color: #fff; */
    font-size: 20px;
    vertical-align: middle;
    margin: 0px 0px 0px -10px;
    position: absolute;
   	text-align: center; 
	justify-content: center;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb {
  width: 65px;
  height: 65px;
  margin-right: 1px;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb img {
  height: 100%;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a {
  color: #fff;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a:hover {
  color: #0e5dae;
}

.ts-copyright {
     border-top: 2px solid #918989;
  background-color: #b00303;
  padding: 12px;
  color: #fafafa;
}

.ts-copyright p {
  margin-bottom: 0;
  font-size: .775rem;
  line-height: 1.4;
  color: #fafafa;
	font-family: roboto;
}

.ts-copyright a {
  color: #fafafa;
  font-weight: bolder;
}


.sidebar-widget:not(:last-child) {
  margin-bottom: 50px;
}

.sidebar-widget .nav-tabs {
  left: 0;
  right: auto;
}

.single-post .post-meta {
  padding: 15px 0;
}

.single-post .post-meta .post-cat {
  color: #fff;
}

.single-post .post-meta .post-author img {
  margin-right: 10px;
}
.single-post p { 
	font-size: 22px!important;
    line-height: 170%!important;
    font-weight: 400;
    margin: 0 0 1.04em;
    text-align: justify;
}
.single-post p img { 
	width: 100%;
    object-fit: cover;
}
.single-post .post-meta li {
  color: #777;
  margin-bottom: 10px;
}

.single-post .post-meta li a:hover {
  color: #0e5dae;
}

.single-post .post-meta li.social-share {
  position: absolute;
  margin-left: 50px;
  right: 0;
}

.single-post .post-meta li.social-share .shareicon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0e5dae;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  padding: 10px 0;
  font-size: 12px;
}

.single-post .post-meta li.social-share .social-list {
  position: absolute;
  right: 30px;
  top: -8px;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-width: 200px;
  padding: 12px 18px;
  display: none;
  text-align: center;
}

.single-post .post-meta li.social-share .social-list li {
  margin-bottom: 0;
}

.single-post .post-meta li.social-share:hover .social-list {
  display: block;
}

.single-post .post-content-area ul li {
  list-style: inside;
  margin-bottom: 10px;
}

.single-post img.float-left {
  margin-right: 30px;
  margin-bottom: 30px;
}

.single-post .gallery-img {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  clear: both;
}

.single-post .gallery-img img {
  float: left;
  width: 20%;
}

.single-post .post-footer {
  padding: 10px 0;
}

.single-post .tag-lists span {
  padding: 4px 13px;
  background: #0e5dae;
  color: #fff;
  border-radius: 35px;
  margin-right: 6px;
  display: inline-block;
}

.single-post .tag-lists a {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  display: inline-block;
  font-size: 14px;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-post .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

.single-post .tag-lists a:hover {
  color: #fff;
  background: #0e5dae;
  border-color: #0e5dae;
}

.single-post .post-navigation {
  padding: 30px 0;
}

.single-post .post-navigation .post-next,
.single-post .post-navigation .post-previous {
  width: 50%;
  position: relative;
}

.single-post .post-navigation .post-next a:hover span,
.single-post .post-navigation .post-previous a:hover span {
  color: #0e5dae;
}

.single-post .post-navigation .post-previous {
  padding-left: 120px;
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}

.single-post .post-navigation .post-previous img {
  left: 0;
}

.single-post .post-navigation .post-next {
  text-align: right;
  padding-right: 120px;
  padding-left: 30px;
}

.single-post .post-navigation .post-next img {
  right: 0;
  left: auto;
}

.single-post .post-navigation a {
  color: var(--clr-black);
}

.single-post .post-navigation a p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}

.single-post .post-navigation a span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: var(--clr-black);
}

.single-post .post-navigation img {
  position: absolute;
  top: 0;
  width: 100px;
  height: 70px;
  border-radius: 5px;
}

.author-box {
  margin-top: 20px;
  padding: 30px 0 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 20px;
}

.author-box .author-info h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.author-box .author-url a {
  color: #000;
}

.author-box .author-url a:hover {
  color: #0e5dae;
}

.author-box .author-counter span {
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
}
.author-box .author-social {
  padding-bottom: 20px;
}

.author-box .author-social a {
  color: #999;
  margin-left: 10px;
}

.entry-header {
  margin-bottom: 30px;
}

.post-video {
  position: relative;
  margin-bottom: 35px;
}

.post-video::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
}

.post-video img {
  width: 100%;
  border-radius: 5px;
}

.post-video-content {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.post-video-content h3 a {
  color: #fff;
}

.post-video-content .ts-play-btn {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #92999a;
  border-radius: 50%;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.25);
  float: left;
  color: #fff;
  margin-right: 20px;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#comment-submit { background: #0e5dae; color: #FFF; border: 0px; margin-left: 15px; outline: 0px; padding: 5px 30px; }

.comments-form {
   background: #f4f8fb; 
   padding: 25px;  
}

.comments-list .comment .comment-avatar {
  width: 54px;
  height: 54px;
  margin-right: 0px;
}

.comments-list .comment .comment-body {
  margin-left: 80px;
}

.comments-list .comment .comment-body .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  color: #303030;
}

.comments-list .comment .comment-body .comment-date {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 300;
  font-size: 12px;
  color: #333;
}

.comments-list .comment .comment-body .comment-content {
  margin: 15px 0;
}
.comments-list .comment .comment-body .comment-content p {
	font-size: 16px!important;
}
.transing-slide-style2:hover .owl-nav .owl-prev,
.transing-slide-style2:hover .owl-nav .owl-next {
  opacity: 1;
}

/* =====================
// Contact page
======================== */
.contact-info h4 {
  font-weight: 600;
}

/*# OLD HEADER NAVIGATION LAYOUT */

.header__nav { background: #0e5dae; z-index: 1111111111; }
.header__nav.sticky__header {
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    /*
	transform: translateY(0px);
    transition: all 1s ease 0s;
	*/
    width: 100%;
    z-index: 111;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header__nav .nav__wrap { background: #0e5dae; height: 46px; margin-left: 0px; }
.header__nav .nav__wrap .sticky__logo.hide { display : none;  }
.header__nav .nav__wrap .sticky__logo .date__note {
    position: absolute;
    top: 46px;
    left: 24px;
    color: #fff;
    white-space: nowrap;
    padding: 5px;
    background: rgba(0,0,0,.8);
    line-height: 13px;
    font-size: 11px;
} 
.header__nav .nav__wrap .sticky__logo img { 
	/* height: 46px; */ 
	height: 30px;
    margin: 7px 6px;
    border-radius: 3px;
}
.header__nav .sidebar__collapse { background: #0d56a0; cursor: pointer; padding: 10px 18px; font-size: 20px; }
.header__nav ul.nav-menu li { display: inline-block; margin-right: -4px; }
.header__nav ul.nav-menu li a{ padding: 11px 18px; font-family: "EK Mukta"; font-size:22px; display: inline-block; color: #FFF; }
.header__nav ul.nav-menu li a:hover { background: #093d73; }
.header__nav ul.nav-menu li.current-menu-item  { background: #093d73; }

.header__nav .right__ {  text-align: right; }
.header__nav .right__ li { font-family: 'Roboto';  display: inline-block; margin-top: 11px;  margin-right: -4px; text-align: right; }


.header__nav .right__ .icon__ {  cursor: pointer; padding: 13px 18px 14px; font-size: 16px; }
.header__nav .right__ .icon__.search__ {  background: #3074b9; }

.header__nav .right__ .icon__.search__:before { content: "खोज्नुहोस "; }
.header__nav .right__ .icon__.recent__:before { content: "ताजा अपडेट"; }
.header__nav .right__ .icon__.popular__:before { content: "चलेको खबर"; }

.header__nav .right__ .icon__.search__:hover:before, .header__nav .right__ .icon__.recent__:hover:before, .header__nav .right__ .icon__.popular__:hover:before { transition: margin-left .5s; display: block; }
 
.header__nav .right__ .icon__:before {  
    display: none;
	background: rgba(0,0,0,.8);
    color: #fff;    
	line-height: 13px;
    font-size: 11px;
    padding: 8px 11px;
    position: absolute;
    top: 46px;
	margin-left: 0px;
    white-space: nowrap;
    word-break: keep-all;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.header__nav .right__ .icon__.recent__ {  background: #0b4a8b; }
.header__nav .right__ .icon__.popular__ {  background: #093d73; }
.header__nav .right__ .icon__.popular__ i {  color: #f4a100;  }
.header__nav .right__ .icon__.popular__ i span {  font-size: 15px; text-transform: uppercase; font-family: 'Arial';  }
.header__nav .right__ .icon__.english__ {  background: #e11b22; position: relative; padding: 14px 10px 14px; color: #FFF; font-size: 15px; }
.header__nav .right__ .icon__ i { color: #FFF; }

.trending__ { 
	background: #FFF; 
	box-shadow: 0 5px 5px #eee; 
	/* border-bottom: 1px solid #CCC; */ 
	line-height: .5em; 
	margin-top: 0px; }
.trending__ .title__label {
    position: relative;
    padding: 0 1.6em;
    line-height: 3.1em;
    font-weight: 700;
    color: #FFF;
    font-size: .9em;
    background-color: #e11b22;
	float: left;
	font-size: 15px;
}

.trending__ .title__label::after {
    content: '';
    position: absolute;
    top: 13px;
    right: -21px;
    border-color: transparent transparent transparent #e11b22;
    border-style: solid;
    border-width: .7em;
}

/* 

.trending__ .title__label::before {
	content: "";
    background: #FFF;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0px;
    width: 30px;
    -webkit-clip-path: polygon(0 0,50% 0,100% 100%,50% 100%);
    clip-path: polygon(0 0,50% 0,100% 100%,50% 100%);
}

.trending__ .title__label::after {
	content: "";
    background-color: #e11b22;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 30px;
    -webkit-clip-path: polygon(0 0,50% 0,100% 100%,50% 100%);
    clip-path: polygon(0 0,50% 0,100% 100%,50% 100%);
}

*/


.trending__ .trending__list { 
	float: right;
    width: 80%;
	position:relative;
	left: -140px;
    margin-top: 19px; 
}

.trending__ .trending__list ul li { 
	position: relative;
    padding-left: .8em;
    margin-right: 2em; 
	display: inline-block;
}

.trending__ .trending__list ul li a { 
	color: #000;
	font-weight: 400;
	font-size: 15px;
}

.trending__ .trending__list ul li a:hover { 
	color: #0e5dae;
}

.trending__ .trending__list ul li::after {
    content: '#';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: rgba(0,0,0,.24);
    font-weight: 400;
}

.hide { display: none; }
.color-white { color: #FFFFFF; }
.color-red { color: red; }
a.link-white { color: #FFF; }
a.link-white:hover { color: #0e5dae; }

.title__only {
	font-size: 45px;
    margin: 0px 0 30px; 
}.
.prl-15 { padding-right: 15px; padding-left: 15px; }

.trending__num { 
	position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #711345;
    font-weight: 700;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 16px;
}
.trending__num span { 
	font-size: 30px;
    position: relative;
    top: 8px;
    color: #2260bf;
}  
.gallery__image {
	position: absolute;
    top: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #e11b22;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
}
.nav-link.active .sabai__ {
	background: #e11b22;
    color: #fff;
}
.sabai__ { 
    border-right: 1px solid #EEE;
    color: var(--clr-link);
    padding: 0 15px;
	font-weight: 600;
    font-family: "EK Mukta";
    font-size: 18px;
	position: relative;
	top: 20px;
}
.sabai__:hover { 
    color: #0e5dae;
}
.sabai__.bri__ght { border: 2px solid #fff; color: #fff; }
.search__box { position: absolute; width: 100%; padding: 20px 20px 20px; background: #f4f8fb!important; z-index: 1;}
.search__box .close__search { cursor: pointer; }
.search__box .close__search i { margin-top: 5px; font-size: 20px;  }

.recent__box { position: absolute; width: 100%; height: 380px; overflow-y: auto; padding: 20px 0px 10px; background: #fff!important; box-shadow: 0 0 14px rgba(0,0,0,.34); z-index: 1!important;}
.popular__box { position: absolute; width: 100%; height: 480px; overflow-y: auto; padding: 20px 0px 10px; background: #fff!important; box-shadow: 0 0 14px rgba(0,0,0,.34); z-index: 1!important;}
.close__btn { float: right; margin-top: -5px; background: #d81a21; color: #FFF; padding: 5px 10px; cursor: pointer; } 
/*
input[type=text], input.form-control {
    background-color: #fff;
    border: 1px solid #205389;
    border-radius: 0;
    color: #545454;
    font-size: 14px;
    height: 48px;
    padding: 12px 17px;
	margin-bottom: 25px;
    /* width: 100%; */
}
*/
input[type=text]:active { border: 2px solid #205389; }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check {
    padding-left: 0;
    position: relative;
}

.no-calendar-icon::after, .no-keyword-icon::after {
    content: "\e00d";
    color: #d6d6d6;
    font-family: "iconfont";
    line-height: 22px;
    position: absolute;
    margin-top: -11px;
    pointer-events: none;
    right: 17px;
    top: 50%;
}
.no-keyword-icon::after {
    content: "A";
}
@media (max-width: 767px) {
    .text__block {
        margin-left: -15px;
        margin-right: -15px;
    }
	.container.sandesh__feed {
	    /*	
		width: 100% !important;
		padding-left: 0 !important; 
		padding-right: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
		*/
	}
}
.text__block { 
	text-align: center; 
	padding: 25px 0px;
	position: relative; } 
.divi__der:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--clr-border);
}
.context {
	font-size: 16px;
	margin-bottom: 10px !important;
	display: inline-block!important;
	background: #e11b22;
	color: #fff!important;
	padding: 4px 25px;
	vertical-align: top;
	margin: 0;
	border-radius: 50px;
	text-decoration: none;
}
.post__header__container > .context {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.text__block .highlight {
    letter-spacing: -2px;
    font-weight: 300;
    margin: 0;
    width: 100%;
}
.text__block .highlight a {
    color: var(--clr-link);
    text-decoration: none;
    line-height: 150%;
	font-family: "EK Mukta";
	font-weight: 500;
}
.text__block .highlight a:hover {
    color: var(--clr-link-hover);
}
.title__large {
    font-size: 54px;
    font-weight: 900;
    color: #0e5dae;
}
.author__box, .post__time, .post__comments, .post__date {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 1.1em;
}
.author__box a {  color: var(--clr-link-dark); cursor: pointer; }
.post__info label, .post__info span {
    color: rgba(0,0,0,.5);
}
.author__box label{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
	margin-top: 5px;
    vertical-align: top;
}
a.color-white { color: #FFFFFF; }
.author__box .author__img {
    height: 45px;
    width: 45px;
    max-width: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 1em;
}
.author__box .author__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post__time, .post__comments, .post__date {
	color: var(--clr-link-dark);
    font-size: .95em;
	font-weight: 500;
}
.post__time i, .post__comments i, .post__date i {
    margin-right: .4em;
    font-size: 1.4em;
}
.post__hasImg {
    margin: 10px -15px;
}
.post__hasImg img {
	max-height: 600px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.post__hasDes p {
    margin: 40px auto 20px;
    font-size: 24px;
    color: var(--clr-desc);
    text-align: center;
    line-height: 150%;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,.14);
    padding-bottom: 30px;
}
.quick__update {
	color: #fff;
    background-color: #fda04e;
	vertical-align: middle;
    line-height: 44px;
    padding: 0 15px 0 8px;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: "EK Mukta";
    text-decoration: none;
    transition: all .3s ease;
    font-weight: 600;
}
.quick__update svg {
	width: 28px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
	fill: #fff;
}
.quick__update:hover {
	background-color:rgba(253,160,78,.14);
	color:#fda04e
}
.quick__update:hover svg{
	fill:#fda04e
}
@media (max-width: 915px) {
	.quick__update {
		margin: 15px 15px 0px;
	}
}	
.shadow__ { 
	box-shadow: rgba(0,0,0,.1) 0 0 16px;
	padding: 0;
}	

.shadow__only { 
	box-shadow: rgba(0,0,0,.1) 0 0 16px;
}	
.lr-p-15 { padding-left: 15px; padding-right: 15px; }
.height-90-auto { height: 90px; }

.relative__post img {  width: 100%; height: 250px; }

.relative__post.list__view img {
	width: 150px;
	height: 100px;
}.show__list, .show__grid { cursor: pointer; }
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 300px;	
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 11111	;
    background: #0e5dae;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 55px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
	cursor: pointer;
	top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #0d56a0;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
	color: #FFF;
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
    font-weight: 700;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}

@media (max-width: 1125px) { 
	 #desktop__only { display: none; } */
	.header__nav ul.nav-menu li a { font-size: 15px; }
	.trending__list { margin-right: -40px; }
}

@media (max-width: 991px) { 
	 #desktop__only { display: none; } */
	.trending__ { display: none; }
	#desktop__only { display: none; }
	.header__nav .sidebar__collapse { 
		background: none; 
		margin-left: -15px; 
	}
	.recent__box, .popular__box { height: 95vh; }
	.mbl__mb__30 { margin-bottom: 30px; } 
	.sidebar__ads { display: center; }
	
	.post-title.title-xl { font-size: 34px;  }
	
}
@media (max-width: 767px) {
	.featured-tab .comments__section.nav-tabs {
		margin: 10px 0;
		position: relative;
	}
	.res__posts_gapper { margin-bottom: 55px; }
	.res__posts__filters { 
		margin-top: 53px;
		position: absolute;
		float: left;
		left: 0px;
	}
}
@media (max-width: 576px) { 
	.right__btns {  }
	.header__nav .right__ li { background: red; position: relative; top: -44px; }
	.header__nav .right__ .english__ { padding-bottom: 9px; }
}
.play__video { 
	position: absolute;
	width: 60px; 
	height: 60px;  
	padding-top: 0px; 
	font-size: 35px; 
	color: #FFF; 
	cursor: pointer; 
	bottom: 280px; 
	margin-left: 100px;
	text-align: center;  
}

@media (max-width: 767px) and (min-width: 1px) {
	.highlight a.title__large {
		line-height: 114%;
		font-size: 44px;
		font-weight: 700;
	}
	
}
.posts__banner__ads, .banner__ads { 
   margin: 20px 0 20px;
   padding-top: 20px;
   text-align: center;
   border-top: solid 1px var(--clr-border);
   border-bottom: solid 1px var(--clr-border);
}
.posts__banner__ads img, .banner__ads img { 
  margin-bottom: 20px; 
}
.sidebar__ads img {  margin-bottom: 15px; width: 100%; }

	
.in__between_ads {
	float: none;
  width: 100%;
	margin-bottom: 30px;
  justify-content: center;
	text-align: center;
  border-top: solid 1px var(--clr-border);
  border-bottom: solid 1px var(--clr-border);
  padding: 40px 0 18px;
}
.in__between_ads .row {
	justify-content: center; text-align: center;
}
.in__between_ads .row .col-lg-4{
	margin-bottom: 10px;
}
.in__between_ads img {
	width: auto;
}
.in__between_ads::before {
	content: 'Advertisement';
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: var(--clr-gray);
    position: absolute;
    margin-top: -35px;
	left: 0px;
}

.top__advertisement {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
	transition: 3s;
    background-color: #fff;
}
.top__advertisement .container .row { 
	text-align: center; 
	justify-content: center;  
}
.top__advertisement .container .row .content .image  {
	max-width: 100%;
	height: auto;
}
.top__advertisement .close__top__ads {
	position: absolute; 
	right: 100px; 
	margin-top: -60px; 
}
.top__advertisement .close__top__ads .skip__ads {
	background: #e11b22;
	text-transform: uppercase;
	line-height: 44px; 
	font-size: 16px; 
	font-weight: 600; 
	padding: 5px 20px; 
	color: #FFF;  
	border-radius: 50px;
}
.top__advertisement .close__top__ads .skip__ads:hover {
	transition: .3s;
	color: #FFF;  
	cursor: pointer;
}

@media (max-width: 992px) { 
	.top__advertisement .container .row {
		margin-top: 50px;
	}
	.search__box input {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) { 
	.top__advertisement .container .row {
		margin-top: 120px;
	}
	.top__advertisement .close__top__ads {
		top: 20px;
	}
	.top__advertisement .close__top__ads .skip__ads {
		padding: 0px 20px;                           
	}
	.top__header__ads {
		display: none;
	}
	iframe {
	    width: 100%;
	}
}

.at4-jumboshare table { float: right; }

.share__this{float:left}.at4-count,.at4-title{float:left}.at4-count>span:last-child,.at4-title>span:last-child{font-size:34px!important;line-height:54px!important;color:#0e5dae!important}.at4-title{font-size:14px!important}.at4-title{font-size:18px;color:rgba(0,0,0,.68)!important;float:left;padding-top:24px;padding-left:8px}.at4-jumboshare .at4-count-container{display:table-cell;text-align:center;min-width:10px!important;vertical-align:middle;border-right:none!important;padding-right:0!important}.at4-jumboshare .at4-count{line-height:34px!important}.at-icon-wrapper .at-label{display:none}.at-svc-facebook,.at-svc-messenger,.at-svc-twitter{padding-right:35px!important}


.post__comment__count__box {
	display: inline-block;
	float: right;
    margin-top: 4px;
    background: #3074b9;
    color: #FFFFFF;
    padding: 3px 20px;
    border-radius: 3px;
    font-size: 16px;
}
.post__comment__count__box .count {
	position: relative;
    top: 2px;
    font-size: 28px;
}
@media (max-width: 991px) {
	.at4-jumboshare table { 
		float: left; 
		margin: 8px 0;
	}
}

@media (max-width: 500px) {
	.post__comment__count__box { 
		float: none;
		margin: 8px 0;
	}
	.at-svc-facebook,.at-svc-messenger,.at-svc-twitter{padding-right:10px!important}
}

.ndc-chevron::before{border-style:solid;border-width:.25em .25em 0 0;content:"";display:inline-block;height:.3em;left:.15em;position:relative;top:5px;transform:rotate(-45deg);vertical-align:top;width:.3em;border-color:#fff;box-sizing:initial}.ndc-chevron.ndc-right:before{left:-1px;transform:rotate(45deg)}.ndc-chevron.ndc-left:before{left:1px;transform:rotate(-135deg)}div#ndp-nepali-box{font-family:"Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;border:1px solid #a6c9e2;background-color:#fdfefe;position:absolute;top:-999px;z-index:9999;padding:1px;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}div#ndp-table-div{margin:0}div#ndp-table-div table{border-spacing:2px;border-collapse:separate}div#ndp-nepali-box td.ndp-date{padding:2px;border:1px solid #c5dbec;background:#dfeffc;color:#2e6e9e}div#ndp-nepali-box td.ndp-selected{border:1px solid #fad42e;background:#fbec88;color:#363636;text-align:center}div#ndp-nepali-box td.ndp-current{padding:2px;border:1px solid #fed22f;background:#f5f8f9;text-align:center;font-weight:700}div#ndp-nepali-box td.ndp-current a{color:#e17009;display:block}div#ndp-nepali-box td.ndp-date a{display:block;color:#1c94c4;text-decoration:none;width:20px}a.ndp-disabled{color:#ccc!important}div#ndp-nepali-box td.ndp-current:hover,div#ndp-nepali-box td.ndp-date:hover{border:1px solid #fed22f;opacity:.8}div#ndp-nepali-box td.ndp-date a:hover{color:#1c94c4}div#ndp-nepali-box table,div#ndp-nepali-box td,div#ndp-nepali-box tr{font-size:12px;height:19px;line-height:19px;border-collapse:separate;border-spacing:2px}div#ndp-nepali-box a{text-decoration:none}.ndp-days th,.ndp-header,div#ndp-nepali-box td.ndp-date a{text-align:center;font-weight:700}.ndp-header{border:1px solid #4297d7;background:#87b6d9;color:#fff;font-size:13px;padding:2px;line-height:20px;margin:2px}.ndp-next:hover,.ndp-prev:hover{background:#fed22f}.ndp-next,.ndp-prev{position:absolute;top:8px;width:1.3em;height:1.3em;background:#247ac4;border-radius:50%}.ndp-prev{left:7px}.ndp-next{right:7px}#currentMonth #ndp-month-select,#currentMonth #ndp-year-select{color:#000;font-size:12px;font-weight:400;padding:2px 1px 0;height:22px}.ndp-corner-all,.ndp-corner-left,.ndp-corner-tl,.ndp-corner-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;-khtml-border-top-left-radius:5px;border-top-left-radius:5px}.ndp-corner-all,.ndp-corner-right,.ndp-corner-top,.ndp-corner-tr{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;-khtml-border-top-right-radius:5px;border-top-right-radius:5px}.ndp-corner-all,.ndp-corner-bl,.ndp-corner-bottom,.ndp-corner-left{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;-khtml-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ndp-corner-all,.ndp-corner-bottom,.ndp-corner-br,.ndp-corner-right{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;-khtml-border-bottom-right-radius:5px;border-bottom-right-radius:5px}


.sandesh__navigation {
    position: sticky !important;
  	top: 0 !important;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 14%) 0 0 18px;
	line-height: 35px;
    height: 61px;
}
.sandesh__navigation {
    background-color: var(--clr-header);
    color: #fff;
    position: relative;
}
.sandesh__navigation .date__note {
    position: fixed;
    top: 61px;
    margin-left: -45px;
    color: #fff;
    white-space: nowrap;
    padding: 5px 15px;
    background: rgba(0,0,0,.8);
    line-height: 13px;
    font-size: 10px;
    /* width: 145px; */
    border-radius: 50px;
}
.sandesh__navigation .sticky__logo {
	padding: 10px 25px 10px 0;
    position: absolute;
    top: -10px;
	left: -200%;
}
.sandesh__navigation .sticky__logo img {
	width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    border-radius: 50%;
}
.sandesh__navigation .sticky__logo.reveal {
	position: relative;
	left: 0px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	
}
.sandesh__navigation ul {
    display: flex;
	margin-left: -40px;
}
.sandesh__navigation .container {
	position: relative;
    align-items: center;
}
.ok-container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}
.flx {
    display: flex;
}
.sandesh__navigation ul li:hover>a, .sandesh__navigation ul li.current-menu-item a {
    color: var(--clr-header-link-active);
}
.sandesh__navigation ul li:first-child a {
    padding-left: 0;
}
.sandesh__navigation ul li:hover .mega__menu{display:block;opacity:1;top:75%;pointer-events:auto}
.sandesh__navigation ul li a {
    font-family: "EK Mukta";
    font-weight: 600;
    color: var(--clr-header-link);
    display: block;
    padding: 15px 20px 12px;
    font-size: 22px;
    transition: all .3s ease;
    text-decoration: none;
}
.sandesh__navigation ul li.menu-item-has-children{ 
	position: relative;
	padding-right: 15px;
} 
.sandesh__navigation ul li.menu-item-has-children:before{ 
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: fontAwesome;
    content: "\f107";
    vertical-align: baseline;
    font-style: normal;
	color: #FFFFFF;
}
.sandesh__navigation ul li .sub-menu { 
	display: none; 
	position: absolute;
	background: var(--clr-body-lite);
	margin: 0;
	margin-top: -1px;
    padding: 0;
    width: 250px;
    z-index: 1;
}
.sandesh__navigation ul li .sub-menu li { 
	display: block !important; 
	width: 100%;    
	border-bottom: 1px solid rgb(228 238 255);
}
.sandesh__navigation ul li .sub-menu li a { 
	display: block;
    color: var(--clr-nav-link);
    padding: 10px 15px !important;
    font-size: 20px;
}
.sandesh__navigation ul li .sub-menu li a {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sandesh__navigation ul li .sub-menu li a:hover { 
    background-color: #b00303;
    color: var(--clr-nav-link-hover) !important;
}

.sandesh__navigation ul li:hover ul.sub-menu { display: block;  }
.sandesh__navigation .ok-container {
    position: relative;
    align-items: center;
}
.flx-wrp {
    flex-wrap: wrap;
}

.sandesh__navigation .activity__container {
	margin-top: -20px;
    margin-left: auto;
    transition: all .3s ease;
}
.activity__container {
    margin-left: auto;
    align-self: center;
    display: flex;
    align-items: center;
}
.icon__latest { background-color: #fda04e1 !important; }
.icon__latest:hover { background: #fda04e !important; }
.icon__trending:hover { background: #fda04e !important; }
.icon__trending, .icon__latest, .icon__dark__toggle {
    height: 40px;
    width: 40px;
    background-color: #FF2734;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    cursor: pointer;
    margin-left: 8px;
    transition: all .3s ease;
}
.activity__container .icon__trigger {
    display:inline-block;
	width:28px;
	margin-top: 5px;
	margin-left:18px;
	cursor:pointer;
}
.activity__container .icon__trigger>span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 8px;
    transition: all .3s ease;
}
.activity__container .icon__trigger:hover>span:nth-child(2){width:30%}.activity__container .icon__trigger:hover>span:nth-child(3){width:80%}
.sandesh__navigation .activity__container .icon__trending svg, .sandesh__navigation .activity__container .icon__latest svg {
    fill: #fff;
    width: 28px;
}
.icon__latest svg {
    fill: #fda04e;
    width: 28px;
    height: 28px;
}
.icon__trending svg, .icon__latest svg {
    fill: #fda04e;
    
    height: 24px;
    width: 24px;
    transition: all .3s ease;
}
.sandesh__navigation .activity__container .icon__trending {
    margin-right: 15px;
}
.search__results.container {
	max-width: 800px;
}
.search__results {
	padding: 20px;
}
.error__404 {
	text-align: center;
}
.error__404 h1 {
	margin-top: 15px;
	font-weight:700;
	color: var(--clr-link);
}
.error__404 img {
	margin-top: 10px !important;
	margin: 60px auto;
    max-width: 65%;
    width: auto;
}

.thought {
	padding-bottom: 18px !important;
    margin-bottom: 22px;
    border-bottom: solid 1px rgba(0,0,0,.14);
	padding: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}
.thought .wrapper {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.thought .wrapper a {
	display: flex;
    position: relative;
}
.thought .wrapper .content {
	flex: 2;
	padding-left: 75px;
    position: relative;
}
.thought .wrapper .content .image__wrapper {
	position: absolute;
    left: 0;
}
.thought .wrapper .content .image__wrapper .image {
	height: 60px;
    width: 60px;
    border-radius: 50%;
    border: solid 2px #fff;
    overflow: hidden;
}
.thought .wrapper .content .image__wrapper .image img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.thought .wrapper .content .title {
	margin: 0;
	color: var(--clr-link);
    line-height: 1.3;
	font-size: 19px;
    font-weight: 600;
}
.thought .wrapper .content .meta__wrapper {
	display: flex;
    align-items: center;
}
.thought .wrapper .content .meta__wrapper .meta {
	margin: 0;
	color: var(--clr-desc);
	font-size: 14px;
}
.thought .wrapper .content .meta__wrapper .meta span {
	vertical-align: middle;
    display: inline-block;
    font-weight: 500;
	color: var(--clr-desc);
    margin-top: 5px;
    font-size: 14px;
}
.interview a {
	display: flex;
    position: relative;
}
.interview .quotes__image {
	margin-bottom: 0;
    margin-right: 28px;
}
.interview .quotes__image img {
	max-width: 20px;
}
.interview .interview__thumb {
	min-width: 134px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 0;
	width: 100%;
    max-width: 175px;
    height: 114px;
}
.interview .content {
	flex: 2;
    padding-left: 18px;
	align-self: center;
}
.interview .content h2 {
	font-size: 24px;
    font-weight: 300;
	margin: 0;
	color: var(--clr-link);
	line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.interview .interview__thumb {
		width: 100px;
		max-width: 100px;
		height: 90px;
		min-width: 120px;
	}
	.interview .content h2 {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.interview {
		border-right: none;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: solid 1px rgba(0,0,0,.08);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.interview .quotes__image {
		display: none;
	}
	.interview .interview__thumb { 
		max-width: 108px;
    	height: 75px;
	}
}
.sticky__sidebar {
	position: sticky;
	top: 90px;
}
.sandesh__section__title {
    flex: 0 0 100%;
   
}
.sandesh__section__title.with__border h2 {
    font-size: 24px;
    border-bottom: solid 2px rgba(0,0,0,.14);
    padding-bottom: 14px;
	line-height: 1.3;
}
.sandesh__section__title h2 .title__category__menu {
	position: relative;
    top: 7px;
    display: flex;
    
    margin-left: auto;
}
.sandesh__section__title h2 .title__category__menu li {
    flex: 1;
    padding: 0 15px;
    border-right: solid 1px rgba(0,0,0,.08);
}		
.sandesh__section__title h2 .title__category__menu li a {
    font-weight: 600;
    font-family: "Ek Mukta";
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s ease;
    display: block;
    color: var(--clr-link-dark);
}
.sandesh__section__title h2 .title__category__menu li a:hover{color:#2260bf}
.sandesh__section__title h2 {
    margin: 0 0 30px;
    line-height: 1;
    font-size: 45px;
    font-weight: 600;
    font-family: "khand";
    color: #043F71;
    display: flex;
    align-items: center;
}
.sandesh__section__title.colorful h2 {
	color: #ffffff;
}.sandesh__section__title.red h2 {
	color: #e11b22;
}

.sandesh__section__title.colorful h2 .sandesh__more {
	background-color: #fff;
    color: #e11b22;
}
.sandesh__section__title.red h2 .sandesh__more {
	color: #e11b22;
    background-color: rgba(255,255,255,.1);
}
.sandesh__section__title.colorful h2 .sandesh__more:hover {
	background-color: #fff;
    color: #e11b22;
}
.sandesh__section__title.red h2 .sandesh__more:hover {
	background-color:#e11b22;
	color:#fff;
}
.sandesh__section__title.colorful h2 .title__category__menu li a {
	color: #ffffff;
}
.sandesh__section__title.colorful h2 .title__category__menu li {
	border-right: solid 1px rgba(255,255,255,.18);
}



.sandesh__more {
	order: 3;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    color: #2260bf;
    background-color: rgba(34,96,191,.08);
    display: inline-block;
    margin-left: auto;
}
.sandesh__section__title h2 .sandesh__more {
    vertical-align: middle;
    line-height: 27px;
    transition: all .3s ease;
	margin-left: auto;
}
.sandesh__section__title h2 .sandesh__more i {
    transition: all .3s ease;
}
.sandesh__more i{transition:all .3s ease}
.sandesh__section__title h2 .sandesh__more:hover{background-color:#2260bf;color:#fff}
.sandesh__section__title h2 .sandesh__more:hover i{transform:rotate(360deg)}
.sandesh__pradesh {
    margin-left: auto;
    align-self: center;
}
.sandesh__pradesh>a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    background-color: rgba(34,96,191,.14);
    border: solid 1px rgba(34,96,191,.18);
    color: #2260bf;
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    font-family: "EK Mukta";
    margin: 0 4px;
}
.sandesh__pradesh>a:hover{background-color:#2260bf;border-color:#2260bf;color:#fff}
		
		
		
		
@media (min-width: 1023px) {
	.sandesh__section__title h2 .title__category__menu {
		margin-left: 30px;
	}
}
@media (max-width: 767px) {
	.sandesh__section__title h2 {
		flex-wrap: wrap !important;
		font-size: 20px !important;
		margin: 0 0px 15px !important;
	}
	.sandesh__section__title h2 .title__category__menu  {
		display: flex!important;
		flex-wrap: nowrap;
		order: 3;
		margin: 10px 0 10px -55px !important;
		flex: 0 0 100%;
	}
	.sandesh__pradesh {
		display: flex!important;
		flex-wrap: nowrap;
		order: 3;
		margin: 10px 0 10px 0px !important;
		flex: 0 0 100%;
	}
	.sandesh__trending {
		display: none!important;
	}
}


.sandesh__footer__menu {
    display: none;
}
.sandesh__footer__menu .flx>a {
    display: block;
    padding: 5px 10px;
    flex: 1 1 auto;
    text-align: center;
    text-decoration: none;
}
.sandesh__footer__menu .flx>a svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    fill: var(--clr-link);
}
.sandesh__footer__menu .flx>a>span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--clr-link);
}
.sandesh__footer__menu .icon__trigger {
	width:28px;
	margin-top: 10px;
    text-align: center;
	cursor:pointer;
}
.sandesh__footer__menu .icon__trigger>span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2260bf;
    margin-bottom: 8px;
    transition: all .3s ease;
}
.sandesh__footer__menu .icon__trigger:hover>span:nth-child(2){width:30%}
.sandesh__footer__menu .icon__trigger:hover>span:nth-child(3){width:80%}
.sandesh__footer__menu .footer__sticky__ads img {
    border-radius: 0;
    height: auto;
    width: 100%;
}

@media (min-width: 1024px) {
	.mobile__search {
		display: none !important;
	}
}
@media (max-width: 1024px)  {
	.sandesh__navigation  {
		display: none !important;	
	}
	.sandesh__search { 
		display: none !important;
	}
	.sandesh__footer__menu {
		display: block;
		position: fixed;
		z-index: 998;
		left: 0;
		bottom: 0;
		background-color: var(--clr-body-lite);
		width: 100%;
		box-shadow: var(--clr-shadow);
	}
	.mobres {
		margin-top: 25px;
	}
}
.sandesh__container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}
.sandesh__trending {
    padding: 10px 0;
    border-bottom: solid 1px var(--clr-border);
    
}
.sandesh__trending .container .trending__wrap {
    overflow-x: auto;
    display: flex;
    margin-right: 50px;
}
.sandesh__trending .container .trending__wrap>a {
   
    display: inline-block;
    background-color: transparent;
    color: var(--clr-link);
    font-size: 14px;
    padding: 6px 15px 2px 42px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    margin: 0 5px;
    transition: all .3s ease;
    white-space: nowrap;
}
.sandesh__trending a .corner__rounded {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2260bf;
}
.sandesh__trending a .corner__rounded>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sandesh__trending .sandesh__search {
    margin-left: auto;
}



.sandesh__search {
    position: relative;
}

.sandesh__top__search {
    max-width: 500px;
    min-width: 334px;
    display: flex;
    align-items: center;
    align-self: center;
    background-color: var(--clr-gray);
    border-radius: 68px;
    padding: 5px 15px;
    margin-left: auto;
}
.sandesh__top__search>input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 15px;
}
.sandesh__top__search .sandesh__search__trig {
    max-width: 18px;
    text-align: right;
    cursor: pointer;
}
.sandesh__top__search .sandesh__search__trig img {
    max-width: 15px;
    vertical-align: middle;
}

@media (max-width: 1084px) {
	.latest__slide .sandesh__container h2 {
		margin: 0 0 38px !important;
	}
	.sandesh__container {
		width: 95%;
		padding: 0px 20px !important;
	}
}
@media (min-width: 811px) and (max-width: 1084px) { 
	
	.sandesh__trending {
		margin-bottom: 20px;
	}
	.sandesh__trending .container {
		overflow-x: visible;
	}
	.sandesh__trending .container {
		overflow-x: auto;
	}
	.sandesh__top__search {
    min-width: 250px;
	}
}

.slide__menu ul li .sub-menu { 
	display: none; 
	position: relative !important;
	top: 13px;
	left: -40px;
	background: var(--clr-body-lite);
	margin: 37px 0 0;
    padding: 0;
    width: 250px;
    z-index: 1;
}
.slide__menu ul li .sub-menu.active {
	display: block;
}
.slide__menu ul li .sub-menu li { 
	display: block !important; 
	width: 100%;    
	padding: 0;
}
.slide__menu ul li.menu-item-has-children {
	border: none !important;
}
.slide__menu ul li .sub-menu li:hover {
	border-bottom: 1px solid var(--clr-link);
}
.slide__menu ul li .sub-menu li:hover .sub-menu li a {
	color: red !important;
}
.slide__menu ul li .sub-menu li a { 
    color: var(--clr-nav-link);
    padding: 10px 0px !important;
    font-size: 20px;
}
.slide__menu ul li .sub-menu li a:hover { 
	color: #fafafa;
}
.slide__menu ul li:hover ul.sub-menu { display: ;  }

.slide__menu ul li.menu-item-has-children{ 
	position: relative;
	padding-right: 15px;
} 
.slide__menu ul li.menu-item-has-children::before{ 
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: fontAwesome;
    content: "\f107";
    vertical-align: baseline;
    font-style: normal;
	color: #fafafa;
}

	.slide__menu.open__slide, .mobile__search.open__slide {
    right: 0;
}	
	.slide__menu, .mobile__search {
    position: fixed;
    top: 0;
    right: -450px;
    z-index: 999;
    background-color: #e9e9e9;
    color: #fafafa;
    width: 100%;
    height: 100%;
    max-width: 348px;
    box-shadow: rgb(34 96 191 / 24%) 0 0 48px;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}
.slide__menu .collpses, .oum-popup-close, .mobile__search .collpses {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
	color:#000000;
    font-size: 28px;
    transform: rotate(45deg);
    cursor: pointer;
}
.slide__menu .slide__menu__items {
    height: 100%;
}
.slide__menu .slide__menu__items ul.slide__navigation {
		height: 100%;
		max-height: calc(100% - 75px);
		overflow-y: auto;
}
.slide__menu .slide__menu__items ul li {
    padding: 8px 0;
    position: relative;
    margin-bottom: 10px;
    display: flex;
}
/*
.slide__menu .slide__menu__items ul li:before {
    content: '';
    background-color: red;
    
    height: 100%;
    width: calc(100% + 15px);
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    transition: all .3s ease;
    */
}

.slide__menu__items ul li:hover:before{width:calc(100% + -10px); }

/* .slide__menu__items li {
	border-bottom: 1px solid #2a2929;
	
} */
/* .slide__menu__items ul li:hover{
	border-bottom: 1px solid #fafafa;
	color: #fafafa;
	
} */
.slide__menu .slide__menu__items ul li a {
  transition: color 0.3s ease, transform 0.3s ease;
}

.slide__menu .slide__menu__items ul li:hover a {
  color: #b00303;
  transition-duration: 0.4s;
  transform: scale(1.1); /* Slight zoom-in effect */
}



	.slide__menu .slide__menu__items ul li>img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}
.slide__menu .edition__switch {
    padding-left: 0;
    margin-left: auto;
}
.edition__switch {
	margin: 40px !important;
    align-self: center;
    padding-left: 15px;
    padding-right: 0;
}
.slide__menu .slide__menu__items .edition__switch>a {
    display: block;
	color: #FFFFFF;
}
.slide__menu .edition__switch>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.slide__menu .slide__menu__items a {
	font-family: 'Khand' !important;
	color: #2a2929;
    display: block;
    vertical-align: top;
    margin-top: 9px;
    font-size: 20px;
    font-family: "Khand";
    transition: all .3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    z-index: 5;
    line-height: 1;
    flex: 2;
}
.edition__switch a {
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: red;
    color: #fff;
    transition: all .3s ease;
    text-transform: uppercase;
    border: solid 1px transparent;
    font-family: "EK Mukta"!important;
}
.edition__switch a>span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
.edition__switch a>span:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
}


.mobile__search {
    position: fixed;
    top: 0;
    right: -450px;
    z-index: 999;
    background-color: var(--clr-body-lite);
    color: #2260bf;
    width: 100%;
    height: 100%;
    max-width: 348px;
    box-shadow: var(--clr-shadow);
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

.mobile__search__form {
    max-width: 500px;
    display: flex;
    align-items: center;
    align-self: center;
    background-color: rgba(34,96,191,.08);
    border-radius: 68px;
    padding: 5px 15px;
    margin-left: auto;
}
.mobile__search__form>input {
    width: 100%;
    border: none;
    background-color: transparent;
	color: var(--clr-black);
    font-size: 15px;
}
.mobile__search__form .mobile__search__holder {
    max-width: 18px;
    text-align: right;
    cursor: pointer;
}
.mobile__search__form .mobile__search__holder img {
    max-width: 15px;
    vertical-align: middle;
}



	
.trending__slide.reveal-right-drawer, .latest__slide.reveal-right-drawer {
	visibility: visible !important;
	background-color: var(--clr-body-lite);
    top: 0;
}
.trending__slide, .latest__slide {
	visibility: hidden !important;
    position: fixed;
    top: -200%;
    left: 0;
    z-index: 999;
    background-color: #f4f6f8;
    color: #2260bf;
    width: 100%;
    height: auto;
    max-width: 100%;
    box-shadow: rgb(34 96 191 / 24%) 0 0 48px;
    padding: 50px 60px 60px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in-out;
}
.sandesh__container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}
.trending__slide .sandesh__container>h2, .latest__slide .sandesh__container>h2 {
	color: var(--clr-primary);
    font-family: "EK Mukta";
    font-size: 48px;
    margin: 15px 40px 38px;
    font-weight: 600;
    display: flex;
    width: auto;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: solid 1px var(--clr-border);
    position: relative;
}
.trending__slide .sandesh__container>h2:before, .latest__slide .sandesh__container>h2:before {
    content: '';
    height: 4px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #2260bf;
}
.close__draw {
    font-size: 24px;
    font-weight: 500;
    transform: rotate(45deg);
    display: inline-block;
    cursor: pointer;
    line-height: 22px;
    width: 24px;
    text-align: center;
    margin-left: auto;
    height: 24px;
    border-radius: 50%;
    border: solid 2px var(--clr-primary);
}

.latest__slide ul {
    max-height: 100%;
    overflow-y: auto;
}
.trending__slide ul, .latest__slide ul {
    counter-reset: trending;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px -20px;
    padding: 0px;
}
.trending__slide ul li, .latest__slide ul li {
    position: relative;
    flex: 0 0 33.33%;
    padding: 0 40px 28px;
    border-right: solid 1px var(--clr-border);
}
.latest__slide ul li:nth-child(3n) {
	border-right:none !important;
}
.post__rtl a {
    display: flex;
    position: relative;
}

.slide__news a {
    text-decoration: none;
}
.latest__slide .slide__news a .sandesh__post__thumb {
    margin-bottom: 0;
}
.latest__slide .post__rtl a .sandesh__post__thumb {
    width: 90px;
    min-width: 90px;
    height: 70px;
}
.post__rtl a .sandesh__post__thumb {
    border-radius: 4px;
    width: 115px;
    max-width: 115px;
    min-width: 115px;
    height: 88px;
    order: 2;
}
.slide__news a .sandesh__post__thumb {
    border-radius: 4px;
    margin-bottom: 20px;
    object-fit: cover;
}
.post__rtl a .slide__news__wrap {
    order: 1;
    flex: 2;
    padding-right: 20px;
}
.latest__slide .post__rtl a .slide__news__wrap h2 {
    font-size: 19px;
    font-weight: 500;
}
.post__rtl a .slide__news__wrap h2 {
    margin: 0;
    font-size: 19px;
    color: #23252d;
    line-height: 1.3;
}
.slide__news a h2.title__text {
    font-family: "EK Mukta";
    font-weight: 500;
    transition: all .3s ease;
    text-decoration: none;
    color: var(--clr-link);
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
    font-size: 22px;
}
.slide__news__wrap>div {
    font-weight: 700;
    color: #d42325;
}
.title__info {
    display: none;
}
.title__info {
    display: flex;
    flex-wrap: wrap;
}
.slide__news a .slide__news-hour {
    color: rgba(0,0,0,.48);
    margin-top: 10px;
    font-size: 14px;
}
.title__info>div {
    margin-right: 24px;
}
.trending__number__count {
    font-size: 60px;
    font-weight: 200;
    color: var(--clr-gray-wash);
    position: absolute;
    top: 0;
    left: 0;
    line-height: .72;
}
.post__rtl2 a {
	padding-left: 50px;
}


@media (max-width: 767px) {
.trending__slide ul, .latest__slide ul {
    overflow-y: auto;
    height: calc(100vh - 160px);
}
	}
@media (min-width: 768px) and (max-width: 1024px) {
.trending__slide ul li, .latest__slide ul li {
    flex: 0 0 50%;
    padding: 0 20px 30px 0;
    border: none;
}
	.trending__slide .container>h2, .latest__slide .container>h2 {
		margin: -20px 0px 15px 10px!important;
	}	
	.trending__slide, .latest__slide {
		padding: 50px 10px 100px 10px !important;
	}
	
}
@media (max-width: 767px) {
.trending__slide ul li, .latest__slide ul li {
    flex: 0 0 100%;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}
	.trending__slide .container>h2, .latest__slide .container>h2 {
		margin: -20px 0px 15px 10px!important;
	}	
	.trending__slide, .latest__slide {
		padding: 50px 10px 100px 10px !important;
	}
	}
@media (min-width: 768px) {
	.trending__slide, .latest__slide {
		flex-direction: row;
		width: 100vw;
	}
	
}

.single__post {
	margin: 20px 0;
}
.single__post .left__sticky .comments {
	margin-top: 24px;
    text-align: center;
    cursor: pointer;
}
.left__sticky.on__mobile {
  display: none !important;
}
.single__post .left__sticky .comments img {
    max-width: 48px;
    margin-bottom: 10px;
}
.single__post .left__sticky .comments .comment__number {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-decoration: none;
    color: var(--clr-black);
}
.single__post .left__sticky .comments .comment__number>span {
    font-size: 12px;
    text-transform: uppercase;
    opacity: .68;
    color: inherit;
    display: block;
}
.single__post .left__sticky .social__share {
    margin-top: 22px;
}
.social__share .st-btn {
    display: block !important;
    height: 40px !important;
    margin: 5px auto !important;
    text-align: center !important;
    border-radius: 50% !important;
    width: 40px !important;
}
.single__post .middle {
    flex: 2;
    margin-top: 10px;
    padding-left: 24px;
}
.single__post .post__header__container {
    background-color: var(--clr-body);
    position: sticky;
    z-index: 48;
    transition: all .3s ease;
    border-bottom:  1px solid var(--clr-border);
}
.single__post .left__container  {
    background-color: var(--clr-body);
    position: sticky;
    top: 90px !important;
}

.single__post .post__header__container.stick__heading .title {
    padding-top: 20px;
    font-size: 34px;
    margin-bottom: 15px;
}
.single__post .middle .title {
    color: var(--clr-black);
    margin: 0 0 15px;
    font-family: "Ek Mukta";
    font-size: 65px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s ease;
}
.single__post .middle .subtitle {
  color: var(--clr-link);
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--clr-border);
}
.single__post .post__header__container .title__below__ads {
  text-align: left;
  margin-bottom: 0px;
}

.single__post .post__header__container.stick__heading .post__author, .single__post .post__header__container.stick__heading .title__below__ads {
  display: center;
}
.single__post .post__author {
  display: flex;
  margin: 15px 0px 15px 0;
  color: var(--clr-black);
  align-items: center;
}
.single__post .post__author .author__wrapper {
   display: inline-flex;
   position: relative;
   margin-right: 18px;
}
.single__post .post__author .author__wrapper .author {
  margin-right: 10px;
}
.single__post .post__author .author__wrapper .author .author__icon {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border: solid 3px #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 18%);
  overflow: hidden;
}
.single__post .post__author .author__wrapper .author span {
  display: inline-block;
  vertical-align: middle;
}
.single__post .post__author .author__wrapper .author .author__icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single__post .post__author .author__wrapper .author span:first-child {
  margin-right: 10px;
}
.single__post .post__author .post__hour {
  margin-right: 24px;
}
.single__post .post__author .post__hour img {
  width: 18px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.single__post .author__wrapper .post__hour span {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}
.single__post .post__header__container.stick__heading .subtitle {
  display: none;
}
.post__content {
  color: var(--clr-black);
  font-size: 22px;
  margin: 0 0 28px;
  font-weight: 400;
  line-height: 1.8;
}
.post__content img {
  width: 100%;
  object-fit: cover;
  margin: 20px 0;
}
.post__tags {
  padding: 0 0 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--clr-border);
}
.post__tags > a {
  display: inline-block;
  line-height: 28px;
  padding: 0 20px;
  text-decoration: none;
  color: var(--clr-bluish);
  border-radius: 68px;
  font-size: 13px;
  background-color: var(--clr-gray);
}
.post__reactions {
  margin-top: 28px;
  padding: 24px 15px 15px;
  text-align: center;
  color: var(--clr-link);
  margin-bottom: 28px;
  border: solid 1px var(--clr-border);
  border-radius: 4px;
}
.post__reactions h1 {
  font-size: 25px;
  margin: 0 0 15px;
  font-family: "EK Mukta";
  font-weight: 600;
  color: var(--clr-bluish);
}
.posts__comment {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background-color: var(--clr-wash);
  padding: 20px 20px 10px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  border-bottom: solid 1px rgba(34,96,191,.08);
}
.posts__comment h3 {
  font-size: 35px;
  margin: 0;
  font-weight: 800;
  color: #2260bf;
  font-weight: 800;
  letter-spacing: -.5px;
  font-family: "Khand";
  line-height: 1;
}
.posts__comment .post__menus {
  margin-left: auto;
  position: relative;
  top: -5px;
}
.posts__comment .post__menus span {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  background-color: var(--btn-inactive-bg);
  color: var(--btn-inactive-clr);
  padding: 0 20px;
  border-radius: 54px;
  cursor: pointer;
  transition: all .3s ease;
  margin-right: 5px;
  font-weight: 700;
}
.posts__comment .post__menus span.active {
  background-color: var(--btn-active-bg);
  color: var(--btn-active-clr);
}
@media (max-width: 1024px) {
  .single__post .middle .title {
      font-size: 50px;
  }
  .single__post .left__sticky {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 5px 0 10px 0;
  }
  .single__post .left__container {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .single__post .middle {
    width: 100%;
    flex: auto;
    padding: 0;
  }
  .single__post .left__sticky .comments {
    display: flex;
    margin-top: 0;
  }
  .single__post .left__sticky .comments img {
    height: 48px;
    width: 48px;
    max-width: 48px;
}
  .single__post .left__sticky .comments .comment__number {
    display: inline-block;
    position: relative;
    margin: -5px 20px;
  }
  .single__post .left__sticky .social__share {
    margin-left: auto;
    margin-top: 0px;
  }
  .social__share .st-btn {
    display: inline-block !important;
    margin-left: 10px !important;
  }
  .st-total {
    position: relative;
    top: 0px;
  }
  .posts__banner__ads {
    display: center;
  }
  .single__post .post__author {
    margin: 15px 0px 15px 0;
  }
  .on__mobile {
    display: block !important;
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--clr-body);
	padding: 10px 0;
	border-bottom: 1px solid var(--clr-border);
  }
	.header .header-right {
		display: none !important;
	}
	.header .sticky__mobile {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.header .sticky__mobile .logo .date {
		text-align: center !important;
	}
	.header .dark__for__mobile, .header .slide__for__mobile {
		display: block !important;
	}
}
@media (min-width: 811px) and (max-width: 1084px) {
  .single__post .post__header__container {
      width: 100%;
  }
}
@media (max-width: 767px) {
   .archive__title {
	   font-size: 30px  !important;
	   margin-bottom: 3px;
	}
  .single__post .left__sticky {
    display: none !important;
  }
  .single__post .left__sticky.on__mobile {
    margin: 15px 0 0 !important;
    display: block !important;
  }
  .single__post .post__header__container {
    position: static !important;
  }
  .single__post .left__sticky.on__mobile .comments img {
    max-width: 28px;
    height: 26px;
  }
  .single__post .left__sticky.on__mobile .comments .comment__number {
    font-size: 30px;
    margin: -3px 10px;  
  }
  .social__share .st-btn {
    height: 30px!important;
    line-height: 30px!important;
    width: 30px!important;
    padding: 0!important;
    margin: 0 3px!important;
  }
  .social__share .st-btn img {
    position: relative !important;
    top: 5px !important;
  }
  .st-total {
    position: relative !important;
    top: -7px !important;
  }
  .single__post .middle .title {
    font-size: 40px;
    letter-spacing: -.4px;
    margin-top: -10px;
    line-height: 1.2;
  }
  .single__post .post__author {
    justify-content: flex-start;
  }
  .single__post .post__author .author__wrapper {
    margin: 0;
  }
  .single__post .post__author .author__wrapper .author {
    font-size: 12px;
  }
  .single__post .post__author .author__wrapper .author span:first-child {
    height: 30px;
    width: 30px;
  }
  .single__post .post__author .post__hour {
    margin: 0 0 0 8px;
    font-size: 12px;
  }
  .post__content {
    font-size: 20px;
  }

}


.section__trending {
	padding-bottom: 0;
    padding-top: 20px;
}
.section__trending h2 {
    margin: 0 0 30px;
    line-height: 1;
    font-size: 45px;
    font-weight: 600;
    font-family: "EK Mukta";
    color: #043F71;
    display: flex;
    align-items: center;
}
.section__trending .wrapper {
	display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12,1fr);
}
.section__trending .wrapper .items {
	position: relative;
	grid-column: span 4;
    margin-bottom: 0;
    padding-left: 80px;
	padding-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,.14);
}
.section__trending .wrapper .items .count {
	position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    width: 58px;
    border-radius: 50px;
    text-align: center;
    line-height: 58px;
    font-weight: 700;
    font-size: 28px;
    transition: all .3s ease;
    background-color: #2260bf;
    color: #fff;
}
.section__trending .wrapper .items:hover .count {
	background-color: #b2dbf9 !important;
	color: var(--clr-link) !important;
}
.section__trending .wrapper .items .cards {
	display: block;
}
.section__trending .wrapper .items .cards .content h3 {
	font-size: 19px;
	font-family: "EK Mukta";
    font-weight: 500;
    transition: all .3s ease;
    text-decoration: none;
    color: var(--clr-link);
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 767px) {
	.section__trending .wrapper {
		display: block !important;
	}
	.section__trending .wrapper .items {
		padding-bottom: 15px;
		margin-bottom: 15px;
		min-height: 80px;
		padding-right: 20px;
		padding-left: 98px;
	} 
	.single-post p {
		font-size: 20px !important;
	}
}
.author__info {
	margin: 35px 0 30px;
}
.author__info .title {
	margin: 0 0 40px;
    text-align: left;
    font-size: 28px !important;
    font-family: "EK Mukta";
    font-weight: 600;
    color: var(--clr-link) !important;
    position: relative;
}
.author__info .title:before {
    content: '';
    height: 4px;
    width: 40px;
    background-color: #0959b6;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.author__info .author {
	box-shadow: rgb(34 96 191 / 8%) 0 0 18px;
    background-color: var(--clr-black-white);
    border-radius: 4px;
    padding: 20px;
    font-weight: 500;
    font-size: 28px;
    position: relative;
	margin: 35px 0 0;
}
.author__info .author .wrap {
	display: flex;
	flex-wrap: wrap;
}
.author__info .author .wrap .profile {
	height: 50px;
    width: 70px;
    max-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
    border: solid 5px #fff;
    box-shadow: rgb(34 96 191 / 8%) 0 0 18px;
}
.author__info .author .wrap .profile {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.author__info .author .wrap .information {
	flex: 2;
    text-align: left;
}
.author__info .author .wrap .information h5 {
	margin: 0 0 15px;
	color: var(--clr-black);
}
.author__info .author .wrap .information p {
	margin: 0 0 28px;
    margin-bottom: 20px;
	font-size: 18px;
    line-height: 1.4;
    opacity: .6;
    font-weight: 400;
}
.author__info .author .wrap .information .link {
	display: flex;
}
.author__info .author .wrap .information .link a {
	display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}
.author__info .author .wrap .information .link a span {
	font-size: 14px;
    display: inline-block;
    background-color: #e6eef7;
    border-radius: 48px;
    line-height: 28px;
    padding: 0 15px;
    transition: all .3s ease;
    color: #2260bf;
}
.author__info .author .wrap .information .link .social {
	margin-left: auto;
}
.author__info .author .wrap .information .link .social a {
	display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}
.author__info .author .wrap .information .link .social a i {
	display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: var(--clr-social-bg);
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #000;
    transition: all .3s ease;
}
.author__info .author .wrap .information .link a span:hover, .author__info .author .wrap .information .link .social a:hover i {
	background-color:#2260bf;
	color:#fff;
}
@media (max-width: 992px) { 	
	.container {
		max-width: 880px !important;
	}
}
@media (max-width: 767px) {
	.author__info .author .wrap {
		display: block !important;
	}
	.author__info .author .wrap .profile {
		margin: 0 auto 15px;
	}
	.author__info .author .wrap .information, .author__info {
		text-align: center;
	}
	.author__info .author .wrap .information p {
		font-size: 16px;
	}
	.author__info .author .wrap .information {
		display: block;
	}
}
.post__flexible.modern__layout {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px!important;
}
.post__flexible.blue {
	background: #043F71;
}
.modern__layout.feed .post__wrap {
	position: relative;
	max-width: 50%;
    min-width: 50%;
}
.modern__layout .post__wrap .quotes__image {
	position: absolute;
    left: -1px;
    bottom: 0px;
	transform: rotate(180deg);
    height: 80px;
    width: 80px;
    background: #1b4d99;
    text-align: center;
    line-height: 40px;
}
.modern__layout .post__wrap .quotes__image img { 
	display: inline-block;
	max-width: 38px;
    margin-top: 16px;
	vertical-align: top;
}
.post__flexible.blue .post__title__wrap h4 a, .post__flexible.blue .post__title__wrap p {
    color: #ffffff !important;
    transition: all .3s ease;
}
.modern__layout {
    background-color: var(--clr-post-bg);
}
.flx {
    display: flex;
}

.post__flexible a {
    text-decoration: none;
}
.post__flexible.modern__layout .post__wrap a img {
    height: 100%;
    border-radius: 4px 0 0 4px;
}
.post__flexible a .flexible__post__thumb {
    height: 254px;
    width: 100%;
}
.modern__layout .post__wrap a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px;
}
.post__flexible a .flexible__post__thumb {
    border-radius: 4px;
    margin-bottom: 20px;
    object-fit: cover;
}

.modern__layout .post__title__wrap {
    flex: 2;
}
.modern__layout .post__title__wrap {
    align-self: center;
    padding: 60px;
}
.modern__layout .post__title__wrap h4, .ok-interview-spot .post__title__wrap h4 a {
    line-height: 1.3;
}
.modern__layout .post__title__wrap h4 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 24px;
}
.modern__layout .post__title__wrap h4 a {
    color: var(--clr-link);
    transition: all .3s ease;
}
.post__flexible a {
    text-decoration: none;
}
.modern__layout .post__title__wrap p {
	color: var(--clr-desc);
    font-size: 18px;
}

.modern__layout .post__wrap {
    flex: 1;
    max-width: 60%;
    min-width: 60%;
}
.modern__layout .post__wrap a {
    display: block;
    height: 100%;
}
.sticky__sidebar__ads {
	position: sticky;
    top: 90px;
    z-index: 7;
}
.trending__sidebar {
	position: sticky;
    top: 98px;
}
.trending__sidebar ul {
	padding: 0px;
}
.trending__sidebar h2 {
	margin: 0 0 30px;
    line-height: 1;
    font-weight: 600;
    font-family: "EK Mukta";
    color: #2260bf;
    font-size: 34px;
    border-bottom: solid 1px rgba(0,0,0,.14);
    padding-bottom: 14px;
}
.trending__sidebar ul li {
	position: relative;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}
.trending__sidebar ul li .list__wrapper a {
	display: flex;
	position: static;
}
.trending__sidebar ul li .list__wrapper a span.count {
	font-size: 54px;
    font-weight: 500;
    color: rgba(34,96,191,.24);
    position: absolute;
    top: 0;
    left: 0;
    line-height: .72;
}
.trending__sidebar ul li .list__wrapper a img {
    width: 115px;
	min-width: 90px;
    max-width: 90px;
    height: 68px;
	margin-bottom: 0;
	order: 2;
	object-fit: cover;
	border-radius: 4px;
}
.trending__sidebar ul li .list__wrapper a .title {
	order: 1;
    flex: 2;
	padding-right: 15px;
}
.trending__sidebar ul li .list__wrapper a .title h2 {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0;
    font-size: 19px;
    color: var(--clr-link);
    line-height: 1.3;
	font-family: "EK Mukta";
	font-weight: 600;
	text-decoration: none;
	transition: all .3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.trending__sidebar {
		position: static !important;
		top: 0px;
	}
	.trending__sidebar ul {
		display: flex;
    	flex-wrap: wrap;
	}
	.trending__sidebar ul li {
		flex: 0 0 50%;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}
.intersec {
	height: 100%;
    min-height: 560px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.intersec.small {
    min-height: 270px;
}
.intersec.medium {
    min-height: 420px;
}
.intersec.ok {
    min-height: 350px;
}
.intersec.small .title__wrap h2 {
	font-size: 24px;
}
.intersec a:before {
	background-image: linear-gradient(to top,rgba(0,0,0,0.99),rgba(0,0,0,0.88),rgba(0,0,0,0.68),transparent,transparent,transparent,rgba(0,0,0,0.6));
	content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 4;
}
.intersec img {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .8s ease;
	border-radius: 4px;
    margin-bottom: 20px;
}
.intersec .title__wrap {
	position: absolute;
    width: 100%;
    padding: 40px;
    z-index: 5;
    left: 0;
    bottom: 0;
	text-align: center;
}
.intersec .title__wrap h2 {
	margin: 0;
	line-height: 1.2;
	font-family: "EK Mukta";
    font-weight: 600;    
	font-size: 40px;
    color: #fff;
    text-shadow: none;
}
.intersec a:hover h2 {
	color: #e5a72e;
}
.post__layout2 {
	margin-bottom: 28px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.post__layout2 .wrapper {
	border-bottom: solid 1px rgba(0,0,0,.14);
	border-color: rgba(255,255,255,.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.post__layout2 .wrapper a {
	display: flex;
    position: relative;
}
.post__layout2 .wrapper a:hover h2 {
	color: #e5a72e;
}
.post__layout2 .wrapper img {
	width: 90px;
    max-width: 90px;
    min-width: 90px;
    height: 68px;
	margin-bottom: 0;
	object-fit: cover;
}
.post__layout2 .wrapper.thumb__medium img {
	width: 150px;
    max-width: 150px;
    min-width: 150px;
    height: 100px;
    margin-bottom: 0;
    object-fit: cover;
}
.post__layout2 .wrapper .content {
	flex: 2;
    padding-left: 18px;
}
.post__layout2 .wrapper .content h2 {
	margin: 0;
	color: #ffffff;
	font-size: 19px;
    font-weight: 600;
	font-family: "EK Mukta";
	line-height: 1.3;
	text-decoration: none;
}
.post__layout2.common .wrapper {
	border-bottom: solid 1px rgba(0,0,0,.14);
	border-color: rgba(255,255,255,.14);
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.post__layout2.common .wrapper .content h2 {
	color: var(--clr-link);
}
.video {
	background-color: #728146; 
	padding: 20px 0 30px;
    background-color: #161922;
    background-image: url(../imgs/bg-video.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    color: #fff;
}
.text__left {
	text-align: left !important;
}
.play__icon {
	height: 60px;
    width: 60px;
    min-width: 60px;
    background-color: #e11b22;
    text-align: center;
    line-height: 60px;
    margin-right: 24px;
    border-radius: 4px;
}
.play__icon svg {
	display: inline-block;
    width: 24px;
    height: 24px;
    fill: #fff;
    vertical-align: middle;
}
.video__duration {
	display: flex;
    align-items: center;
	margin-top: 5px;
    font-size: 14px;
    color: #fff;
    opacity: .68;
}
.video__duration svg {
	height: 18px;
    width: 18px;
    fill: #e11b22;
}
.simple__list__post {
	border-bottom: solid 1px rgba(0,0,0,.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.simple__list__post a {
	display: flex;
    position: relative;
}
.simple__list__post a h2 {
	margin: 0;
	font-size: 19px;
    font-weight: 600;
	color: var(--clr-link);
    line-height: 1.3;
}
@media (max-width: 1023px) {
	.mbl-mt-10 {
		margin-top: 10px !important;
	}
	.mbl-mt-20 {
		margin-top: 20px !important;
	}
	.mbl-mt-30 {
		margin-top: 30px !important;
	}
	.post__layout2 {
		margin-top: 25px;
	}
	.post__layout2.common {
		margin-top: 0px !important;
	}
}
@media (max-width: 767px) {
	.mbl-mb-20 {
		margin-bottom: 20px !important;
	}
	.mbl-mt-30 {
		margin-top: 0 !important;
	}
	.intersec {
		min-height: 225px !important;
		margin-bottom: 30px
	}
	.intersec .title__wrap h2 {
		font-size: 20px !important;
	}
}

@media (min-width: 1023px) {
	.list-post-block .list-post {
		 margin-right: 15px !important;
	}
	.modern__layout .post__wrap {
		flex: 1;
		max-width: 60%;
		min-width: 60%;
	}
	.modern__layout .post__wrap {
		height: auto;
		min-height: 354px;
	}
}
@media (min-width: 811px) and (max-width: 1084px) {
	.modern__layout .post__title__wrap {
		padding: 50px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.modern__layout .post__title__wrap {
		padding: 50px;
	}
	.modern__layout .post__wrap {
		min-width: 315px;
		max-width: 315px;
	}
}

@media (min-width: 811px) and (max-width: 1084px) {
	.modern__layout .post__wrap {
		min-width: 280px;
		max-width: 280px;
	}
}
@media (max-width: 767px) {
	.modern__layout {
		display: block;
	}
	.modern__layout .post__title__wrap h4 {
		font-size: 28px;
		margin: 0;
	}
	.post__title__wrap>p, .ok-bises-type-2 p {
		display: none;
	}
	.modern__layout .post__wrap {
		background: red !important;
	}
	.modern__layout .post__wrap {
		height: 324px;
	}
	.modern__layout .post__wrap {
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.modern__layout .post__title__wrap {
		padding: 20px;
	}
	.modern__layout .post__wrap .quotes__image {
		bottom: 5px
	}
	.modern__layout.quotes .post__title__wrap {
		text-align: center;
	}
}

.all__categories {
    background-color: #161a25;
    color: #fff;
}
.mega__menu {
    font-family: "EK Mukta";
    opacity: 1;
    display: none;
    position: absolute;
    top: 90px;
    right: -30px;
    left: -30px;
    padding: 40px 0;
    z-index: 99;
    color: rgba(0,0,0,.88);
    width: calc(100% + 60px);
    background-color: #fff;
    box-shadow: rgb(34 96 191 / 24%) 0 0 48px;
    pointer-events: none;
}
.all__categories div.flx>div {
    flex: 1;
}
.all__categories .mega__newpost {
    padding: 0 8px;
}
.all__categories .mega__newpost a {
    padding: 0;
}
.mega__menu .mega__newpost a .mega__thumb, .all__categories .mega__newpost a .mega__thumb {
    border-radius: 4px;
    height: 120px;
    width: 100%;
}
.mega__newpost a .mega__thumb {
    border-radius: 4px;
    margin-bottom: 20px;
    object-fit: cover;
}
.menu .mega__tag {
    font-size: 12px;
}
.mega__tag.red {
    background-color: #e11b22;
}
.mega__tag {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 3px 8px 1px;
    border-radius: 3px;
}
.all__categories .mega__newpost a {
    padding: 0;
}
.all__categories .mega__newpost a h2.mega__text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.mega__newpost a h2.mega__text {
    font-family: "EK Mukta";
    font-weight: 500;
    transition: all .3s ease;
    text-decoration: none;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
    font-size: 22px;
}
.all__categories .mega__newpost h2 {
    font-size: 18px;
    line-height: 1.3;
    margin: 10px 0 0;
}

.comment__panel__wrap {
	display: block;
    position: relative;
    z-index: 999;
}
.comment__panel__wrap .comment__overlay {
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    z-index: 99999;
	cursor: pointer;
	opacity: .4;
}
.comment__slide {
	position: fixed;
    top: 0;
    right: -250%;
    z-index: 999999;
    background: var(--clr-body);
    width: 100%;
    height: 100%;
    max-width: 408px;
    padding: 0;
    transition: all .3s ease-in-out;
}
.comment__slide.open__slide {
	right: 0;
}
.comment__slide .head {
	position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    display: flex;
    flex-wrap: wrap;
    background-color: var(--clr-wash);
}
.comment__slide .head h3 {
	font-size: 30px;
	margin-bottom: 0;
    margin-top: 0;
    color: #2260bf;
    line-height: 1;
}
.comment__slide .head h3 span {
	display: inline-block;
    margin-left: 10px;
    background-color: rgba(0,0,0,.06);
    font-size: 15px;
    padding: 0 10px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 50px;
}
.comment__slide .head .close {
	display: block;
    position: absolute;
    right: 20px;
    font-size: 28px;
    transform: rotate(45deg);
    cursor: pointer;
    color: #2260bf;
    text-decoration: none;
}
.comment__slide .section {
	height: 100%;
    max-height: calc(100% - 180px);
    overflow-y: auto;
}
.comment__slide .section .each {
	margin: 0;
	padding: 15px 0 20px 25px;
    border-bottom: solid 1px rgba(0,0,0,.1);
}
.comment__slide .section .each:first-child {
    padding-top: 0;
}
.comment__slide .section .each:last-child {
	border-bottom: 0;
}
.comment__slide .each .user img {
	max-width: 50px;
    width: 50px;
    min-width: 50px;
    margin-right: 20px;
    align-self: center;
	border-radius: 50%;
    object-fit: cover;
}
.comment__slide .each .user h3 {
	margin: 0;
}
.comment__slide .each .user h3 a {
	text-decoration: none;
    color: var(--clr-link2);
}
.comment__slide .each .date {
	font-size: 13px;
    color: var(--clr-desc);
}
.comment__slide .each .comment__text {
	margin: 10px 0 0;
	color: var(--clr-desc);
	font-size: 18px;
    opacity: .85;
}
.comment__slide .show__comments {
	padding: 15px 20px 20px;
}
.comment__slide .show__comments a {
	display: block;
	background-color: #2260bf;
    color: #fff;    
	padding: 8px 24px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
	
}
.comment__info, .comment-reply-title, .required-field-message {
	color: var(--clr-link);
    text-align: center;
}
.comment__form {
	display: none;
}
.comment__form .name, .comment__form .email {
	font-size: 15px;
    padding: 15px;
    border-radius: 4px;
    background-color: var(--clr-input-field);
    display: block;
    margin-bottom: 15px;
    border: none;
    font-family: inherit;
    transition: all .3s ease;
    width: 100%;
}

.comment__form textarea {
	font-size: 15px;
    padding: 15px;
    border-radius: 4px;
    background-color: var(--clr-input-field);
    display: block;
    margin-bottom: 15px;
    border: none;
    resize: none;
    height: 108px;
    font-family: inherit;
    transition: all .3s ease;
    width: 100%;
}
.comment__form textarea:focus {
	background-color:  var(--clr-input-field);
	outline: 2px solid #1c1c1c;
}
.comment__form label {
	color: var(--clr-link);
}
.comment__form .give__comment {
	text-align: left;
    display: flex;
}
.comment__form button, #comment__submit {
	display: inline-block;
	background-color: #2260bf;
    color: #fff;
    padding: 8px 55px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	border: none;
    font-family: "EK Mukta";
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.comment__form button:hover {
	opacity: .86;	
}
.comment__form.active {
	display: block !important;	
}
.all__comments.active {
	display: block !important;
}
.all__comments {
	display: none;
	height: 100%;
    max-height: calc(100% - 80px);
	margin-bottom: 30px;
    overflow-y: auto;
}
.all__comments .section {
	display: flex;
    margin-top: 24px;
    margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,.1);
    padding-bottom: 20px;
}
.all__comments .section .user {
	height: 44px;
    width: 44px;
    max-width: 44px;
    min-width: 44px;
    border-radius: 50%;
    overflow: hidden;
}
.all__comments .section .user img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.all__comments .section .content {
    width: 100%;
    flex: 2;
    margin-left: 28px;
}
.all__comments .section .content .title {
	align-items: center;
    margin-bottom: 14px;
    margin-top: 6px;
}
.all__comments .section .content .title a {
	display: block;
    color: var(--clr-link2);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.all__comments .section .content .title .name {
	margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}
.all__comments .section .content .title .date {
	font-size: 12px;
    color: #6a6a6a;
    display: inline-block;
    margin-right: 20px;
}
.all__comments .section .content p {
	margin: 0 0 28px;
	font-size: 18px!important;
    line-height: 1.6!important;
    font-weight: 400;
    color: var(--clr-desc);
    padding-right: 40px;
    margin-bottom: 12px;
}

.en__edition {
	font-family: "EK Mukta";
    margin-top: -20px;
    margin-left: 10px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    padding: 0 20px;
    border-radius: 50px;
    font-weight: 700;
    color: #127042;
    background-color: rgba(255, 255, 255);
    color:#b00303;
    text-decoration: none;
    transition: all .3s ease;
}
.en__edition:hover {
	background-color:#D9040C;
	color:#fafafa;
}
.most__commented__posts {
	padding-bottom: 22px;
    margin-bottom: 24px;
	border-bottom: solid 1px rgba(0,0,0,.14);
}
.most__commented__posts a {
	display: flex;
    position: relative;
}
.most__commented__posts a .counter {
	position: relative;
	max-width: 64px;
    min-width: 64px;
    height: 48px;
    align-self: flex-start;
    border-radius: 3px;
    background-color: #2260bf;
    padding: 12px 15px 8px;
    text-align: center;
    font-weight: 800;
    font-family: "EK Mukta";
    font-size: 18px;
    color: #fff;
    box-shadow: rgb(34 96 191 / 14%) 0 0 28px;
}
.most__commented__posts a .counter:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    border-style: solid;
    border-color: transparent transparent transparent #2260bf;
    border-width: 24px;
}
.most__commented__posts a .content {
    padding-left: 18px;	
    flex: 2;
}
.most__commented__posts a .content h2 {
	font-weight: 600;
	font-size: 19px;
    margin: 0;
	color: var(--clr-link);
    line-height: 1.3;
}
.author__info__bio {
	background-color: var(--clr-wash);
    border-bottom: solid 1px var(--clr-border);
    border-radius: 4px;
    padding: 40px;
    text-align: center;
}
.author__info__bio .author__image {
	height: 94px;
    width: 94px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
    background-color: #2260bf;
    border: solid 8px #fff;
    outline: solid 1px rgba(0,0,0,.08);
}
.author__info__bio .author__image img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.author__info__bio h3 {
	font-size: 24px;
    margin: 0 0 20px;
    color: var(--clr-link2);
}
.author__info__bio p {
	color: var(--clr-desc);
	font-size: 16px;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: .68;
}

.author__info__bio .author__social a i {
	display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: var(--clr-social-bg);
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #000;
    transition: all .3s ease;
}
.list__heading {
	color: var(--clr-link);
	font-size: 48px;
    padding-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,.14);
    margin: 0 0 30px;
    position: relative;
    font-family: "EK Mukta";
    font-weight: 600;
	flex: 0 0 100%;
}
.list__post:not(:last-child) {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: solid 1px rgba(0,0,0,.1);
}
.list__post a {
	display: flex;
    position: relative;
}
.list__post a img {
	min-width: 188px;
    max-width: 188px;
    height: 148px;
	margin-bottom: 0;
	border-radius: 4px;
	object-fit: cover;
}
.list__post a .wrap {
	flex: 2;
	padding-left: 24px;
}
.list__post a .wrap h2 {
	margin: 0;
	font-size: 28px;
    font-weight: 600;
    color: var(--clr-link);
    line-height: 1.3;
	transition: all .3s ease;
	text-decoration: none;
}
.list__post a .wrap p {
	color: var(--clr-desc);
    margin: 10px 0;
}

.list__post a .wrap .meta {
	display: flex;
	margin-top: 15px;
	font-weight: 700;
	color: var(--clr-desc);
	flex-wrap: wrap;
}

.list__post a .wrap .date {
	margin-top: 0;
	margin-right: 24px;
	color: var(--clr-desc);
    font-size: 14px;
}
.list__post a .wrap .date span {
	color: var(--clr-desc);
    margin-top: 10px;
    font-size: 14px;
	vertical-align: middle;
    display: inline-block;
    font-weight: 500;
}
.list__post a .wrap .comment {
	margin-top: 10px;
	margin-right: 24px;
}
.list__post a .wrap .comment>img {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
    margin-right: 5px !important;
    vertical-align: middle !important;
    display: inline-block !important;
}
.list__post a .wrap .comment span {
	color: var(--clr-link2);
    font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
    display: inline-block;
}
@media (max-width: 767px) {
	.list__post a .wrap .meta, .list__post a .wrap p {
		display: none !important;
	}
	.list__post a img{
		min-width: 108px;
		max-width: 108px;
		height: 75px;
	}
	.list__post a .wrap h2 {
		font-size: 20px!important;
    	font-weight: 700!important;
	}
	.list__heading {
		font-size: 30px;
    	margin-bottom: 24px;
		padding: 0 15px 15px 0;
	}
}
/*.footer-widget p {
    margin-bottom: 27px;
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 
    
.dk-footer {
  padding: 75px 0 75px;
  background-color: var(--footer);
  position: relative;
  border-top: solid 1px rgba(34,96,191,.08);
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#fafafa; }

.dk-footer-box-info {
  position: relative;
  top: -76px;
  background: #02316D;
  padding: 25px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: var(--clr-link);
    font-size: 20px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-youtube-play {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }



.footer-info-text {
  margin: 26px 0 32px; color: #fafafa; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fafafa;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-botto: 18px; }

.footer-widget p {
  margin-bottom: 27px; color: #fafafa; }

.footer-widget a {
  color: #fafafa;
	font-weight: 500;
	font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #fafafa; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
/*.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #fafafa; }

.contact-info {
  margin-left: 75px;
  color: #fafafa; }
  .contact-info h3 {
    font-size: 20px;
    color: #fafafa;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #02316D; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }
@media (max-width: 1024px) {
	.footer-awarad {
		margin-top: 200px;
	}
	.dk-footer .contact-us, .footer-left-widget, .dk-footer .contact-us.contact-us-last {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	.footer-widget {
		display: block !important;
	}
}*/
.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
     