/*
Theme Name:  bdexpress 
Author: osmansorkar
Author URI: https://fb.me/satejitbd
Description:bdexpress is a clean, creative and custom panel ready responsive newspaper theme supporting header logo. It integrates primary color option, custom background, custom css and few other features through WordPress customizer. The theme is translation ready and you can get free support.

Version: 1.0
License: GNU General Public License v2 or later
License URI: license.txt
Tags: responsive-layout,Blue, White, Black, one-column, two-columns, right-sidebar, custom-background, custom-menu, full-width-template, post-formats,translation-ready, theme-options, custom-colors,fluid-layout
Text Domain:  bdexpress

©2020 osmansorkar, satejit.com

bdexpress WordPress Theme, Copyright 2025 satejit.com
bdexpress is distributed under the terms of the GNU GPL b
*/
/*** social color **/

:root {
  --primary-color: #00a651;
  --primary-color-15: rgba(0, 176, 28, 0.15);
  --primary-color-30: rgba(0, 176, 28, 0.3);
  --section-title-color: #107414;
  --sub-heading-color: #f60000;
  --white: #ffffff;
  --nav-bg-color: #fff;
  --nav-text-color: #475467;
  --nav-text-hover-color: #3080de;
  --nav-bottom-border-color: #3080de;
  --text-hover-color: var(--nav-text-color);
  --text-color: #000;
  --title-global-color: rgba(16, 116, 20, 1);

  --bd-red: #d10000;
  --bd-blue: #1877f2;
  --bd-green: #00b01c;
  --text-black: #111;
  --text-gray: #444;
  --border-color: #ddd;

  --bg-title: #1867d2;
  --lead-border: #cccccc;
  --footer-bg: #fdfdfd;
  --footer-text: #333;
}

/* ================= HEADER WRAPPER ================= */
.site-header {
  position: relative;
  background: #fff;
  z-index: 1000;
}

/* Search Overlay */
.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--bd-red);
}
.search-box-wrap {
  width: 70%;
  position: relative;
}
.search-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  padding: 10px 0;
  background: transparent;
  outline: none;
}
.close-search {
  position: absolute;
  right: -40px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: var(--bd-red);
}

header.header {
  margin-bottom: 20px;
}
/* Header Top */
.header-top {
  padding: 15px 15px 10px 15px;
}
.date-display {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.main-logo {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.logo-red {
  color: #b71c1c;
}
.logo-blue {
  color: #0d47a1;
}

.header-right {
  text-align: right;
}
.top-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.btn-bangla {
  background-color: #1877f2;
  color: white;
  border: none;
  padding: 4px 15px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
}
.btn-icon-circle {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: white;
  font-size: 14px;
  cursor: pointer;
}

.social-row {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.social-sq {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  transition: 0.2s;
}
.social-sq:hover {
  border-color: var(--bd-red);
  color: var(--bd-red);
}

.hamburger-btn {
  font-size: 24px;
  color: #333;
  background: none;
  border: none;
  padding: 4px 15px;
  cursor: pointer;
}

/* ================= MEGA MENU (Redesigned per MegaMenu.pdf) ================= */
.offcanvas-mega {
  height: 100vh !important;
  overflow-y: auto;
  z-index: 9999;
  background: #fff;
}

/* Mega Header */
.mega-header-wrap {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
.mega-close-btn {
  font-size: 32px;
  cursor: pointer;
  color: #333;
  line-height: 1;
}

/* Mega Body */
.mega-body {
  padding: 20px 0 50px 0;
}

/* Top Links Row */
.mega-top-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.mega-top-links a:hover {
  color: var(--bd-red);
}

/* Category Rows */
.cat-row {
  display: flex;
  align-items: flex-start; /* Aligns text top */
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.cat-row:last-child {
  border-bottom: none;
}

.cat-label {
  width: 120px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  cursor: pointer;
}
.cat-label i {
  font-size: 12px;
  color: #ccc;
  transition: 0.3s;
}
.cat-label:hover {
  color: var(--bd-red);
}
.cat-label:hover i {
  color: var(--bd-red);
  transform: translateX(3px);
}

.sub-cats {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub-cats a {
  font-size: 16px;
  color: #444;
}
.sub-cats a:hover {
  color: var(--bd-red);
}

/* Right Sidebar in Mega Menu */
.mega-sidebar {
  border-left: 1px solid #eee;
  padding-left: 30px;
  height: 100%;
}
.mega-auth-row {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.mega-btn-outline {
  border: 1px solid #ddd;
  padding: 6px 20px;
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  transition: 0.2s;
  width: 100%;
  justify-content: center;
}
.mega-btn-outline:hover {
  background: #f8f9fa;
  border-color: #ccc;
}

.mega-section-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.mega-socials {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.mega-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  transition: 0.2s;
}
.mega-social-icon:hover {
  background: var(--bd-red);
  color: white;
  border-color: var(--bd-red);
}

.app-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.app-badges img {
  height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.initiative-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.initiative-grid li {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.initiative-grid li:hover {
  border-color: #ccc;
  color: #000;
}

.mega-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  list-style: none;
  padding-left: 0;
}
.mega-footer-links a:hover {
  color: var(--bd-red);
  text-decoration: underline;
}

/* ================= LATEST ANIMATION ================= */
.live-dot {
  width: 10px;
  height: 10px;
  background-color: var(--bd-red);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.live-dot::before,
.live-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--bd-red);
  opacity: 0;
  animation: ripple 1.5s infinite linear;
}
.live-dot::after {
  animation-delay: 0.5s;
}
@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

/* end */

body {
  font-family: "Noto Serif Bengali", serif;
}
body a {
  color: #000000;
  text-decoration: none;
}

body a:hover,
a:hover .title25,
a:hover .title22,
.trading-now ul li a:hover {
  color: #00a651;
  text-decoration: none;
}

a:focus {
  text-decoration: none !important;
}

/* Font Section global */

.title25 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.title22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.newboxtitle {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.title-aria-glob a,
.newboxtitle,
.title-aria a {
  display: block;
}

.subtitle {
  color: var(--bd-blue);
}
/*********** navigation-bar********/

.main-nav-bar {
  background: var(--nav-bg-color);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.main-nav-bar .desk-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hstricky {
  margin-bottom: 115px;
}

.stricky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-top: 0 !important;
}

.navigation {
  background: var(--white);
}

#main-nav {
  margin-right: 83px;
  display: flex;
  align-items: center;
}

#main-nav #stickey_logo .rounde {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  width: 44px;
  height: 44px;
}

#main-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 45px;
}

#main-nav ul.menu ul {
  margin: 0;
  padding: 0;
}

#main-nav ul.menu > li.menu-item-has-children {
  padding-right: 20px;
}

#main-nav ul.menu > li.menu-item-has-children:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: var(--nav-text-color);
}

#main-nav ul.menu > li.menu-item-has-children:hover:after {
  content: "";
  top: 12px;
  color: var(--nav-text-color);
}

#main-nav ul.menu li {
  display: inline-block;
  position: relative;
  cursor: pointer;

  padding: 0 12px;
}

#main-nav ul.menu li a {
  border-bottom: 3px solid transparent;
}

#main-nav ul.menu li a {
  text-decoration: none;
  color: var(--nav-text-color);
  padding: 3px 0px 0 0px;
  display: block;
  font-size: 20px;
  line-height: 37px;
  font-weight: 700;
}

#main-nav ul.menu li > ul {
  z-index: 999999999;
  display: none;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 100%;
  width: 260px;
  border-bottom: 2px solid #be1e2d;
}

#main-nav ul.menu li > ul li {
  display: block;
  z-index: 999999999;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 10px;
}

#main-nav ul.menu li > ul li a {
  color: #000 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#main-nav ul.menu li > ul li:hover {
  border-bottom: 1px solid #f2f2f2 !important;
  background: #e9e9e9;
}

#main-nav ul.menu li > ul li:hover > a {
  color: #be1e2d !important;
}

#main-nav ul.menu li > ul li ul {
  top: 0 !important;
  left: 100% !important;
}

#main-nav ul.menu li:hover > ul {
  display: block;
}

#main-nav ul.menu > li:hover > a {
  border-bottom: 3px solid var(--nav-bottom-border-color);
}

#main-nav ul.menu li:hover a {
  color: var(--nav-text-hover-color);
}

#main-nav ul.menu li.current-menu-item a,
#main-nav ul.menu li.current-post-parent a,
#main-nav ul.menu li.current-category-parent a,
#main-nav ul.menu li.current-category-ancestor a {
  border-bottom: 3px solid var(--nav-bottom-border-color);
}

#main-nav ul.menu li.current-menu-item a,
#main-nav ul.menu li.current-post-parent a,
#main-nav ul.menu li.current-category-parent a,
#main-nav ul.menu li.current-category-ancestor a {
  color: var(--nav-text-hover-color);
}

#main-nav ul.menu li .edi {
  background: #000000 !important;
  padding: 2px;
  font-size: 19px;
  position: relative;
  top: 0px;
}

.mega-menu-projonmo {
  background: #ffffff;
  box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  width: 100%;
  overflow: hidden;
  transition: height 0.5s;
  height: 0px;
}

.menuclose {
  cursor: pointer;
}

.mega-menu-projonmo-bg {
  width: 320px;
  height: 100vh;
  overflow: auto;
}

.mega-menu-projonmo.open {
  height: 100%;
  width: 100%;
}

.mega-logo-area {
}

.mega-menu-close {
  cursor: pointer;
}

.mega-main-menu {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.mega-main-menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.mega-main-menu ul a {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  text-wrap: nowrap;
}

.mega-main-menu ul a:hover {
  color: var(--bd-red);
}

.mega-main-others ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-main-others ul a:hover {
  color: var(--bd-red);
}
.mega-main-others .menu-item-has-children ul a:hover {
  color: var(--bd-red);
}
.mega-main-others .menu-item-has-children {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  display: flex;
}

.mega-main-others .menu-item-has-children > a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  width: 180px;
  padding-right: 30px;
  position: relative;
}

.mega-main-others .menu-item-has-children > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  font-size: 12px;
  color: #ccc;
}

.mega-main-others .menu-item-has-children > a:hover:after {
  right: 15px;
  color: var(--bd-red);
  transition: all 0.5s;
}
.mega-main-others .menu-item-has-children ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.mega-main-others .menu-item-has-children ul a {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
}

.mega-menu-right-content {
  padding-left: 15px;
}

.mega-serch-inner {
  border-radius: 5px;
  background: rgba(69, 137, 244, 1);
  padding: 7px;
}

.mega-serch-inner .search-form {
  display: flex;
  gap: 10px;
}

.mega-serch-inner .search-field {
  flex-grow: 1;
  border: none;
  color: rgba(163, 163, 163, 1);
  font-family: Noto Serif Bengali;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  padding: 5px 10px;
  border-radius: 5px;
}

.mega-serch-inner #search_click {
  background: transparent;
  border: none;
  color: #fff;
  display: block;
}

/* Social Media  */

.mega-social-inner {
  margin-top: 20px;
}

.mega-social-inner p {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
}

.mega-social-media .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.mega-social-media .social li {
  display: inline-block;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-social-media .social li a {
  display: block;
  line-height: 20px;
  height: 20px;
  font-size: 20px;
  transition: all 0.5s;
}

.mega-social-media .social li:hover a {
  color: #a0a0a0;
}

.mega-social-media .fb svg {
  fill: rgba(24, 103, 210, 1);
}

.mega-social-media .li a {
  color: rgba(204, 0, 190, 1);
}

.mega-social-media .yo a {
  color: rgba(255, 1, 1, 1);
}

.mega-social-media .likin svg {
  fill: rgba(10, 171, 240, 1);
}

.mega-first-menu-inner {
  margin-top: 15px;
}

.mega-first-menu-inner ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 15px;
}

.mega-first-menu-inner ul li {
  box-sizing: border-box;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 3px;
  padding: 5px 15px;
}

.mega-first-menu-inner ul a {
  color: rgba(97, 91, 91, 1);
  font-family: Noto Serif Bengali;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
}

.mega-first-menu-inner ul li:first-child {
  background: rgba(48, 128, 222, 1);
}

.mega-first-menu-inner ul li:first-child a {
  color: rgba(255, 255, 255, 1);
}

.mega-app-download-inner {
  padding-top: 20px;
}

.mega-app-download-inner p {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
}

.mega-app-download-inner .logo-area {
  display: flex;
  gap: 27px;
}

.mega-bottom-menu-inner {
  margin-top: 15px;
  padding-left: 20px;
}

.mega-bottom-menu-inner ul {
  display: flex;
  list-style: disc;
  padding: 0;
  gap: 10px 30px;
  flex-wrap: wrap;
  color: rgba(247, 0, 0, 0.3);
}

.mega-bottom-menu-inner ul a {
  color: rgba(97, 91, 91, 1);
  font-family: Noto Serif Bengali;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
}

/******* Mobile Navigation Bar ***************/
#mmain-nav {
  max-height: 70vh;
  overflow: auto;
}

.header-m.active {
  box-shadow: 0 2px 7px #000;
}

.moble-menu {
  background: #ffffff;
  overflow: hidden;
}

.moble-menu ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.moble-menu ul li {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
}

.moble-menu ul li a {
  background-color: #ffffff;
  color: #000;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
  transition: all 0.15s ease-in 0s;
  display: block;
  text-decoration: none;
}

.moble-menu ul li a:hover {
  background-color: #999;
}

.moble-menu ul li ul {
  padding-left: 10px !important;
}

/**** news scroll ***/
.current_news {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.current_news .ctitle {
  border-radius: 4px;
  background: #fff;
  padding: 0 15px;
  flex-shrink: 0;

  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.current_news .c_news {
  color: hsl(0, 0%, 100%);
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}

.current_news .c_news a {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.current_news .c_news svg {
  margin: 0 15px;
}

.current_news .c_news li:last-child svg {
  display: none;
}

.current_news .c_news a:hover {
  text-decoration: underline;
  color: #fff !important;
}

.current_news .right {
  position: absolute;
  background: #ea2529;
  height: 41px;
  text-align: center;
  right: 0;
}

.current_news .right.closes {
  width: 40px !important;
}

.current_news .right.closes span {
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.current_news #triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 41px solid #ea2529;
  border-left: 35px solid transparent;
  float: right;
  position: absolute;
  top: 0;
  right: 19px;
}

/*************************/
/*******Top Section *****/
/************************/
.ad-box {
  background: #f8f9fa;
  border: 1px solid #eee;
  text-align: center;
  font-weight: bold;
  color: #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-top {
  height: 120px;
  margin: 20px 0;
}

.ad-sidebar {
  height: 250px;
  margin-bottom: 30px;
}

/* .news-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 2px;
  background: #eee;
} */

.img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.media-icon {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  z-index: 2;
}

.icon-video {
  background-color: #d10000;
}

.title-lg {
  font-size: 32px;
  font-weight: 700;
  color: #0d47a1;
  line-height: 1.3;
  margin-bottom: 10px;
}

.title-md {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #000;
}

.title-sm {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.title-xs {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.excerpt {
  font-size: 16px;
  color: #555;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 0;
  width: 100%;
  display: block;
  margin-top: 5px;
}

/* News Blocks with Full Width Excerpt */
.news-block-full {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 15px;
}

.news-block-full:last-child {
  border-bottom: none;
}

.news-header-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 8px;
}

.news-header-title {
  flex: 1;
}

.news-header-thumb {
  width: 140px;
  flex-shrink: 0;
}

.text-only-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* Main Lead Box */
.main-lead-box {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.main-lead-img {
  width: 50%;
  flex-shrink: 0;
}

.main-lead-txt {
  width: 50%;
  flex-grow: 1;
}

/* Sub Lead (2 Cols) */
.sub-lead-grid {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.sub-lead-col {
  width: 50%;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

.sub-lead-col:last-child {
  padding-right: 0;
  padding-left: 20px;
  border-right: none;
}

/* 3 Col Grid */
.grid-3-col {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.grid-col {
  width: 33.33%;
  padding: 0 15px;
  border-right: 1px solid #ddd;
}

.grid-col:first-child {
  padding-left: 0;
}

.grid-col:last-child {
  padding-right: 0;
  border-right: none;
}

/* Opinion */
.opinion-header {
  font-size: 20px;
  font-weight: 700;
  color: var(--bd-blue);
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .mega-sidebar {
    border-left: none;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .main-lead-box,
  .sub-lead-grid,
  .grid-3-col {
    flex-direction: column;
  }

  .main-lead-img,
  .main-lead-txt,
  .sub-lead-col,
  .grid-col {
    width: 100%;
    padding: 0;
    border-right: none;
  }

  .sub-lead-col,
  .grid-col {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
}

/* mobile-header */
/* ================= FIXED HEADER ================= */
.sticky-header-container {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #fff;
  box-shadow: var(--header-shadow);
}

/* যখন মেনু বা সার্চ ওপেন হবে তখন মেইন হেডার হাইড হবে */
body.menu-open .sticky-header-container,
body.search-open .sticky-header-container {
  opacity: 0;
  visibility: hidden;
}

/* Logo Bar with Search Correction */
.header-top-mob {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.header-top-mob .spacer {
  width: 40px;
}

/* লোগো সেন্টার রাখতে বাম পাশের স্পেসার */

.main-logo {
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  flex-grow: 1;
  text-align: center;
}

.logo-red {
  color: var(--bd-red);
}

.logo-blue {
  color: #0d47a1;
}

/* কারেকশন: লোগোর ডানে বর্ডারযুক্ত সার্চ বাটন */
.search-trigger {
  background-color: transparent;
  color: #333;
  width: 40px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--border-gray);
  cursor: pointer;
  font-size: 18px;
}

/* Navbar Bar */
.navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.scroll-nav-mobile {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  padding: 10px 0;
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-nav-mobile::-webkit-scrollbar {
  display: none;
}

.scroll-nav-mobile li {
  padding: 5px 12px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.scroll-nav-mobile li.current-menu-item {
  color: var(--bd-red);
  position: relative;
}

.scroll-nav-mobile li.current-menu-item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 12px;
  right: 12px;
  height: 3px;
  background: var(--bd-red);
  border-radius: 10px;
}

.header-right-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
  background: #fff;
}

.premium-btn {
  border: none;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
}

.btn-eng {
  background-color: var(--eng-bg);
  color: var(--bd-blue);
  padding: 0 12px;
  font-size: 14px;
}

.btn-hamburger {
  background: #fff;
  border: 1px solid var(--border-gray) !important;
  width: 40px;
  color: #333;
  font-size: 18px;
}

/* ================= INFINITE NEWS TICKER ================= */
.headline-section {
  background: #fff;
  display: flex;
  align-items: center;
  height: 50px;
  margin: 15px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.ticker-label {
  background: var(--bd-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 8px;
  z-index: 10;
}

.ticker-wrap {
  flex: 1;
  overflow: hidden;
  display: flex;
}

.ticker-content {
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 45s linear infinite;
}

.ticker-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  padding-left: 15px;
}

.ticker-separator {
  margin: 0 15px;
  color: var(--bd-red);
  font-size: 14px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ================= FULL SEARCH OVERLAY ================= */
.search-full-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3000;
  display: none;
  flex-direction: column;
  padding: 20px;
}

.search-input-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.search-input-box input {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--bd-red);
  padding: 10px 45px 10px 0;
  font-size: 20px;
  outline: none;
  font-family: "Noto Serif Bengali", serif;
}

.search-submit-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: var(--bd-red);
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
}

/* ================= OFF-CANVAS MENU ================= */
.offcanvas-mega {
  height: 100vh !important;
  width: 100% !important;
  z-index: 2000 !important;
  border: none;
}

.mega-header-wrap {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.mega-close-btn {
  font-size: 30px;
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
}

.mega-body-scroll {
  padding: 20px 15px;
  overflow-y: auto;
  height: calc(100vh - 75px);
  background: #fff;
}

.menu-top-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}

.menu-top-links li a,
.video-link a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.cat-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
}

.cat-toggle i {
  color: #ccc;
  font-size: 14px;
  transition: 0.3s;
}

.cat-toggle.active i {
  transform: rotate(180deg);
  color: var(--bd-red);
}

/* X Twitter Icon Fix */
.s-circle {
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #555;
  font-size: 18px;
}

.s-x-twitter {
  background-color: #000;
  color: #fff !important;
  border: none;
}

.app-store-wrap img {
  height: 40px;
  border-radius: 6px;
  margin-right: 12px;
  border: 1px solid #eee;
}

/* mobile-header end */
/**************************/
/**** authoniti***/
/*************************/
.title-aria-glob {
  position: sticky;
  top: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  z-index: 9;
}

.title-aria-glob a {
  color: var(--title-global-color);
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
  background: white;
  z-index: 2;
  position: relative;
  padding: 0 20px;
}

.title-aria-glob::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(0, 176, 28, 0.2);
  display: block;
  position: absolute;
  top: 50%;
}

.aurthonitis .body-news {
  padding-top: 15px;
}

.aurthonitis .body-news img {
  border-radius: 10px 10px 0 0;
}

.aurthonitis .body-news .info-box {
  padding-top: 10px;
  min-height: 50px;
}

.aurthonitis .body-news a {
  font-size: 22px;
  display: block;
  font-weight: 500;
}

@media only screen and (max-device-width: 768px) {
  .aurthonitis .body-news .wp-post-image {
    width: 100%;
  }
}

/**************************/
/***** News Slide ***** */
/*************************/
.has-icons {
  position: relative;
}

.video_icon70 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  margin-left: -30px;
  margin-top: -30px;
  color: rgba(0, 0, 0, 0.7);
}

.video_icon70:hover {
  color: #ea1919;
}

.video_icon40 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-left: -15px;
  margin-top: -20px;
}

.video_icon40:hover {
  color: #ea1919;
}

.has-icons:hover .fa-youtube-play {
  color: #ea1919;
}

.camera70 {
  position: absolute;
  font-size: 30px;
  color: #f79321;
  width: 100%;
  left: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
}

.camera70 i {
  display: inline-block;
  background: rgba(255, 255, 255, 0.55);
  padding: 10px;
  border-radius: 50%;
}

.camera40 {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  color: #f79321;
}

.image_aria {
  position: relative;
}

/********* Sidebar *********/
/************** sidebar Style******************************/
/***** Top news Sidebar *****  */
.three_cat_body {
  border-bottom: 3px solid #00aaa1;
  background: #ebf4ff;
}

.three_cat_body .clickable {
  background: #d4eaff;
  height: 47px;
  overflow: hidden;
}

.three_cat_body .clickable span {
  line-height: 47px;
  font-size: 25px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}

.three_cat_body .clickable .active {
  background: #ebf4ff;
  border-top: 2px solid #00aaa1;
}

.three_cat_body .content {
  padding-top: 7px;
}

.three_cat_body .content img {
  width: 80px;
  height: 50px;
  float: left;
}

.three_cat_body .content p {
  margin-left: 90px;
  min-height: 50px;
  padding-bottom: 7px;
}

#top-news-bar .widget_text {
  background: #f1f1f2;
  padding-bottom: 0px !important;
}

#top-news-bar .widget_text .head-title {
  background: none;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  position: relative;
  overflow: inherit !important;
  margin-bottom: 30px;
}

#top-news-bar .widget_text .head-title p {
  position: relative;
  color: #ffffff;
  background: #ee3525;
  float: none;
  width: 202px;
  margin: 0 auto;
  font-weight: bold;
}

#top-news-bar .widget_text .head-title p::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  border-top: 16px solid #ee3525;
  position: absolute;
  top: 100%;
  left: 0;
}

#sidebar .widget_bar {
  margin-bottom: 15px;
  padding: 5px 10px;
}

.widget_bar .head-title {
  font-size: 30px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
}

.widget_bar ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

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

.widget_bar a:hover {
  color: #3399ff;
}

.widget_bar .cat-item {
  float: left;
  width: 46%;
  padding: 0px 5px;
  min-height: 30px;
  line-height: 1.6;
}

.cat-item:nth-child(4n + 1),
.cat-item:nth-child(4n + 2) {
  background: #f2f2f4;
}

#sidebar .widget_bar > img {
  display: block;
  margin: 0 auto;
}

/****************** Pulll **************/
.wp-polls {
  background: #99ccff;
  padding: 0 50px;
}

.count-vote {
  margin: 0;
}

.pull-name {
  font-size: 30px;
  text-align: center;
  color: #231f20;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.pull-name span {
  border-bottom: 1px solid;
  color: #000;
}

.pull-title {
  text-align: center;
  color: #ffffff;
  background: #971b30;
  font-size: 20px;
  line-height: 34px;
  border: 1px solid #1b75bb;
  margin: 0 -10px;
}

.pull-ajkar {
  text-decoration: underline;
  padding-top: 10px;
  font-size: 25px;
}

.pull-porsono {
  color: #000;
  padding-bottom: 10px;
  text-align: justify;
}

.wp-polls-form .wp-polls-ul {
  position: relative;
  list-style: none;
}

.wp-polls-form .wp-polls-ul li {
  padding-right: 5px;
}

.pull-button {
  margin-top: 35px !important;
}

.pull-button input {
  color: #ffffff;
  background: #3366ff !important;
  border-radius: 5px;
  padding: 7px 22px;
  font-size: 22px;
  border: none !important;
}

.pull-button a {
  border: 1px solid #971b30;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  color: #971b30;
  padding: 0 5px;
}

.count-vote {
  border-top: 1px solid #231f20;
  color: #000000;
  text-align: center;
}

/******** Footer ******/

/* Cookie Popup */

.cookie_popup {
  background: #323232;
  padding: 15px;
  max-width: 510px;
  position: fixed;
  bottom: 150px;
  z-index: 9999999999999999999999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cookie_popup h3,
.cookie_popup p {
  color: #fff;
  margin-top: 0;
}

.cookie_popup .cleft-btn {
  background: #fff;
  width: 90%;
  display: block;
  text-align: center;
  padding: 8px 0;
}

.cookie_popup .cright-btn {
  color: #e4a82b;
  width: 90%;
  display: block;
  text-align: center;
  padding: 8px 0;
  text-decoration: underline;
}

/* ================= FOOTER STYLES ================= */
.site-footer {
  background-color: var(--footer-bg);
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top: 60px;
  font-family: "Noto Sans Bengali", sans-serif;
}

.footer-brand-side {
  padding-right: 50px;
  border-right: 1px solid #eee;
}

.footer-logo {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -1px;
}
.logo-red {
  color: var(--bd-red);
}
.logo-blue {
  color: var(--bd-blue);
}

.footer-about-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-contact-info li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #444;
}
.footer-contact-info i {
  color: var(--bd-red);
  margin-top: 3px;
}

.footer-right-side {
  padding-left: 50px;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Initiative Grid */
.footer-initiatives {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.footer-initiatives a {
  padding: 5px 12px;
  background: #f8f8f8;
  border: 1px solid #eee;
  font-size: 13px;
  border-radius: 4px;
  color: #666;
  transition: 0.2s;
}
.footer-initiatives a:hover {
  background: #fff;
  border-color: var(--bd-red);
  color: var(--bd-red);
}

/* Actions Wrap (Social & Apps) */
.footer-actions-wrap {
  display: flex;
  gap: 60px;
  margin-top: 30px; /* Space from initiatives above */
}

.social-follow-box .social-btns {
  display: flex;
  gap: 12px;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 18px;
  transition: all 0.3s ease;
}
.social-btn:hover {
  background-color: var(--bd-blue);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.app-download-box .badges {
  display: flex;
  gap: 12px;
}
.app-download-box img {
  height: 38px;
  border-radius: 5px;
  transition: 0.3s;
}
.app-download-box img:hover {
  transform: scale(1.05);
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #eee;
  padding-top: 25px;
  margin-top: 40px;
}

.editor-info {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}
.editor-info span {
  font-weight: 700;
  color: #000;
}

.copyright-text {
  font-size: 13px;
  color: #888;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bottom-links a {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.footer-bottom-links a:hover {
  color: var(--bd-red);
}

@media (max-width: 991px) {
  .footer-brand-side {
    border-right: none;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .footer-right-side {
    padding-left: 15px;
  }
  .footer-actions-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .footer-bottom-links {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .op-list-col {
    border-right: none;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .op-lead-border-box {
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding-top: 30px;
  }
  .op-lead-title-area {
    width: 100%;
    margin-left: 0;
  }
}

/* end footer */
/**************/

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff0101;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 999999;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/******* End Footer ******/

/******** Archive Page */
.archive-normal-content-big {
  padding-top: 7px;
}

.archive-normal-content-big .img {
  padding-right: 10px;
}

.archive-normal-content-big .img {
  position: relative;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-big .img {
    width: 60%;
    float: left;
  }
}

.archive-normal-content-big .img img {
  display: block;
  width: 100%;
  border-bottom: 2px solid #f7931d;
}

.archive-normal-content-big a h3 {
  padding-top: 10px;
  font-size: 23px;
  line-height: 30px;
  margin: 0;
  color: #91268f;
}

.archive-normal-content-big a:hover h3 {
  color: #3399ff !important;
}

.archive-normal-content-big .content {
  padding: 10px;
  background: #f1f1f2;
  position: relative;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-big .content {
    width: 40%;
    float: right;
    height: 297px;
  }
}

.archive-normal-content-big .content .desc {
  padding-top: 20px;
  line-height: 20px;
}

.archive-normal-content-big .content .info {
  font-size: 16px;
  padding: 0 10px;
  color: #1b75bb;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-big .content .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.archive-normal-content-big .content .info .text-right {
  float: right;
}

.archive-normal-content-other {
  clear: both;
  padding-top: 5px;
  overflow: hidden;
}

.archive-normal-content-other-item {
  margin-top: 20px;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-other-item {
    height: 264px;
    overflow: hidden;
  }

  .archive-normal-content-other-item:nth-child(2n + 1) {
    clear: both;
  }
}

.archive-normal-content-other-item img {
  width: 100%;
  border-bottom: 2px solid #f7931d;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-other-item img {
    height: 151px;
  }
}

.archive-normal-content-other-item .title {
  margin: 0;
}

.archive-normal-content-other-item .title a {
  font-size: 23px;
  font-weight: normal;
  line-height: 28px;
  padding-bottom: 5px;
}

.archive-normal-content-other-item .cat {
  color: #1b75bb;
}

.archive-normal-content-other-item .body {
  background: #f1f1f2;
  padding: 5px 10px;
}

/******** Single Page */
.single_cat_name a {
  color: rgba(48, 128, 222, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 768px) {
  .col-md-240 {
    flex: 0 0 auto;
    width: 21%;
  }

  .col-md-765 {
    flex: 0 0 auto;
    width: 54%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single_post {
  background: #fff;
  padding-top: 10px;
  margin-top: 2px;
}

.single_post .widget_bar {
  padding: 0 !important;
}

.single_post .author-name .name {
  color: #2a388f;
}

.single_post .author-name .name i {
  padding-right: 7px;
}

.single_post .author-name .name a {
  color: #2a388f;
}

.single_post .author-name p {
  display: inline-block;
}

.single_post .author-name .podobi {
  font-weight: bold;
  padding: 0 10px;
}

.single_post .author-name .publish i {
  padding: 0 5px;
}

.single_post .current-page {
  color: #262261;
}

.single_post .current-page a {
  color: #262261;
}

.single_post .current-page .fa-home {
  color: #4d4d4e;
}

.single_post .left_bar {
  background: #ffffff;
}

@media only screen and (min-device-width: 1024px) {
  .single_post .left_bar {
    /* width: 28%;
    float: right; */
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .single_post .left_bar {
    margin-top: 10px;
  }
}

.single_post .left_bar-content .title {
  line-height: 33px;
  color: #010101;
  padding-left: 10px;
}

.single_post .left_bar .body {
  padding-top: 10px;
}

.single_post .left_bar .body .sub-news-other-item {
  overflow: auto;
}

.single_post .left_bar .body img {
  width: 100%;
  display: block;
}

.single_post .left_bar .body .titles {
  min-height: 40px;
  padding: 7px;
  font-size: 22px;
  font-weight: bold;
}

.single_post .left_bar .body .border {
  width: 90%;
  margin: 0 auto;
  clear: both;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}

.single_post .left_bar .body .border:last-child {
  border-bottom: none;
}

@media only screen and (min-device-width: 768px) {
  .single_post .left_bar .other-item {
    background: #fff;
  }
}

.single_post .left_bar .other-item:nth-child(2n + 1) {
  clear: both;
}

@media only screen and (max-device-width: 768px) {
  .single_post .left_bar .other-item {
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
  }
}

.single_post .uimg img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 5px solid #d9d9d9;
}

.single_post .uimg {
  margin-bottom: 10px;
}
.single_post .title-authod {
  background: #ffffff;
  padding: 0px;
}
.single_post .name-author p {
  margin-bottom: 0;
}
.single_post .name-author .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.single_post .name-author .name a {
  font-size: 18px;
}

.post_info_bar .post_update_date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.post_info_bar {
  margin-bottom: 22px;
}

.single_post .post_side-body {
  background: #ffffff;
}

@media only screen and (min-device-width: 1024px) {
  /* .single_post .post_side {
    width: 72%;
    padding-left: 10px;
    float: left;
  } */

  .single_post .post_side.nolocation {
    width: 100%;
  }
}

.single_post .post_side .sub_heading {
  color: #be1e2d;
  margin-bottom: 0;
}

.single_post .post_side .title {
  font-size: 30px;
  color: #010101;
  margin: 0;
  font-weight: bold;
}

.single_post .post_side .short-description p {
  border: 1px dashed rgba(48, 128, 222, 0.5);
  border-radius: 0px 10px 10px 10px;
  padding: 10px;
  margin: 0;
  font-size: 16px;
}

.single_post .post_side .short-description {
  margin-bottom: 10px;
}

.single_post .post_side .post_bar {
  margin-top: 10px;
  text-align: inherit !important;
  color: #1a1a1a;
  font-size: 16px;
}

.single_post .post_side .author_bar {
  overflow: hidden;
}

.single_post .post_side .author_bar-name {
  width: 100%;
  margin-left: 50px;
  padding-right: 50px;
}

@media only screen and (min-device-width: 768px) {
  .single_post .post_side .author_bar-name .name {
    padding-left: 7px;
    width: 30%;
    float: left;
  }
}

.single_post .post_side .author_bar-name .name p {
  margin: 0;
  font-size: 14px;
  color: #1b75bb;
  line-height: 20px;
}

.single_post .post_side .author_bar-name .name p i {
  color: #be1e2d;
}

.single_post .post_side .author_bar-name .name a {
  font-size: 18px;
  color: #1b75bb;
}

.single_post .post_side .author_bar-name .buttons {
  border-left: 2px solid #f37558;
  padding-left: 10px;
}

@media only screen and (min-device-width: 768px) {
  .single_post .post_side .author_bar-name .buttons {
    margin-top: 7px;
    width: 60%;
    float: right;
  }
}

@media only screen and (max-device-width: 768px) {
  .single_post .post_side .author_bar-name .buttons {
    margin-left: -46px;
  }
}

.single_post .post_side .author_bar-name .buttons .zoom i {
  margin-right: 8px;
  color: #333333;
  text-align: center;
  background: #cccccb none repeat scroll 0% 0%;
  display: block;
  line-height: 26px;
  width: 26px;
  height: 23px;
  font-size: 16px;
  float: left;
  cursor: pointer;
}

.single_post .post_side .author_bar-name .buttons .zoom i:hover {
  background: green;
  color: #ffffff;
}

.single_post .post_side .author_image {
  float: left;
  padding-right: 10px;
}

.single_post .post_side .author_image img {
  border-radius: 50%;
  border: 1px solid #1b75bb;
}

.single_post .border {
  clear: both;
  border-bottom: 4px solid #1bb899;
}

#content-p {
  font-size: 18px;
  text-align: justify;
}

#content-p p {
  text-align: justify;
}

#content-p .wp-caption {
  max-width: 100%;
}

#content-p .wp-caption-text {
  margin-top: 4px;
  border-top: 1px solid #cccccb;
  border-bottom: 1px solid #cccccb;
  font-size: 19px;
  color: #666667;
}

#content-p blockquote {
  background: #ddfdfd;
  font-size: 23px;
  padding: 48px;
  position: relative;
}

#content-p blockquote p::before {
  background: url("img/pin_quate.png");
  width: 50px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
}

#content-p blockquote p {
  margin: 0;
  font-weight: 700;
}

#tag {
  margin-top: 15px;
  padding-bottom: 7px;
  border-bottom: 2px solid #0071bc;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#tag span {
  font-size: 22px;
}

#tag a {
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  color: var(--bd-blue);
  border-radius: 3px;
}

#tag a:hover {
  background: var(--bd-blue);
  color: #fff;
}

/****** Single Page *****/

.event-history-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-history-timeline li {
  display: flex;
  gap: 10px;
}
.event-history-timeline li .event-date {
  width: 100px;
  margin-right: 50px;
  font-size: 15px;
  flex-shrink: 0;
}

.event-history-timeline .event-border {
  width: 4px;
  background: var(--bd-red);
  flex-shrink: 0;
}
.event-history-timeline .en-title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.event-history-timeline .en-title::before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--bd-red);
  position: absolute;
  right: 100%;
  margin-right: 2px;
}

/******** Author Page ******/
@media only screen and (min-device-width: 1024px) {
  .author-template {
    margin-top: 30px;
  }

  .author-template-bar {
    width: 67%;
    float: left;
    padding-right: 7px;
  }

  .author-template-sidebar {
    width: 33%;
    padding-left: 12px;
    float: left;
  }
}

.author-box-head {
  background: #01acf5;
  height: 80px;
  position: relative;
}

.author-box-head .angle {
  width: 0;
  height: 0;
  border-top: 15px solid #0185bd;
  border-left: 15px solid transparent;
  position: absolute;
  left: 0px;
  top: 100%;
}

.author-box-head .author_image {
  margin-left: 20px;
  width: 110px;
  float: left;
  position: relative;
  z-index: 1;
}

.author-box-head .author_image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin-top: 10px;
}

.author-box-head .name {
  padding-top: 20px;
}

.author-box-head .name a {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  display: block;
}

.author-box-head .name p {
  margin: 0;
}

.author-box-head .name p.bottom {
  color: #ffffff;
  font-style: italic;
}

.author-box-body {
  padding-left: 15px;
}

.author-box-body .content {
  padding-top: 30px;
  background: #ebf4ff;
  position: relative;
}

.author-box-body .content .author-desc {
  min-height: 160px;
}

.author-box-body .content .author-desc .quta {
  width: 100px;
  font-size: 47px;
  color: #999;
  text-align: right;
  float: left;
  line-height: 137px;
}

.author-box-body .content .author-desc .desc {
  margin-left: 110px;
  padding-left: 20px;
  font-size: 23px;
  color: #000000;
}

.author-box-body .content .author-desc .desc p {
  margin: 0;
}

.author-box-body .content-footer {
  position: relative;
  background: #bcdaff;
  padding: 10px 20px;
}

.author-box-body .content-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-box-body .content-footer ul li {
  background: #0185bd;
  display: inline-block;
}

.author-box-body .content-footer ul a {
  display: inline-block;
  line-height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}

.author-page-news {
  margin-top: 20px;
}

.author-page-news .post {
  background: #ebf4ff;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) {
  .author-page-news .post {
    height: 143px;
    overflow: hidden;
  }
}

@media only screen and (min-device-width: 768px) {
  .author-page-news .image {
    float: left;
    padding-right: 10px;
  }

  .author-page-news .image img {
    width: 250px;
    height: 143px;
    border-right: 3px solid #0185bd;
  }
}

@media only screen and (max-device-width: 768px) {
  .author-page-news .image img {
    width: 100%;
  }
}

@media only screen and (max-device-width: 768px) {
  .author-page-news .info {
    padding: 5px;
  }
}

.author-page-news .info p {
  margin: 0;
}

.author-page-news .info .title {
  font-size: 25px;
  line-height: 30px;
}

.author-page-news .info .time {
  padding-top: 5px;
  color: #1b75bb;
  font-size: 15px;
}

/********* Page Navigation ****** */
.post-nav {
  text-align: center;
  padding-top: 1px;
  margin-bottom: 28px;
}

@media only screen and (max-device-width: 768px) {
  .post-nav {
    margin-top: 20px;
  }
}

.post-nav .pagers {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.post-nav .pagers li {
  display: inline-block;
  text-align: center;
}

.post-nav .pagers li a,
.post-nav .pagers li span {
  display: block;
}

@media only screen and (min-device-width: 768px) {
  .post-nav .pagers li a,
  .post-nav .pagers li span {
    line-height: 58px;
    min-width: 58px;
  }
}

@media only screen and (max-device-width: 768px) {
  .post-nav .pagers li a,
  .post-nav .pagers li span {
    line-height: 40px;
    min-width: 40px;
  }
}

@media only screen and (min-device-width: 768px) {
  .post-nav {
    font-size: 25px;
  }
}

@media only screen and (min-device-width: 768px) {
  .post-nav li {
    padding: 0 10px;
  }
}

@media only screen and (max-device-width: 768px) {
  .post-nav li {
    padding: 0 4px;
  }
}

.post-nav li a {
  background-color: #bcdaff !important;
}

.post-nav li a:hover {
  background-color: #0071bc !important;
  color: #ffffff !important;
}

.post-nav li.active span {
  background-color: #0071bc !important;
  color: #ffffff !important;
  border-radius: 50% !important;
}

.post-nav li.active a {
  font-size: 15px;
  background-color: #0071bc !important;
  color: #ffffff !important;
}

.post-nav a {
  color: #000;
  border-radius: 50% !important;
}

.post-nav .prev,
.post-nav .nex {
  position: relative;
  top: 3px;
}

.post-nav .prev a,
.post-nav .nex a {
  margin-top: 7px;
  color: #ffffff;
  background-color: #0071bc !important;
  border: none !important;
  border-radius: inherit !important;
}

@media only screen and (min-device-width: 768px) {
  .post-nav .prev a,
  .post-nav .nex a {
    padding: 0 20px;
    line-height: 48px !important;
  }
}

/******** Login Page *******/
.page-template-login-page-php {
  background: #bfe8f7;
}

.login-page {
  margin-top: 3%;
  background: #bfe8f7;
}

.login-page-content {
  width: 900px;
  margin: 0 auto;
  min-height: 500px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.login-page-content-left {
  width: 39%;
  float: left;
  background: #29abe2;
}

.login-page-content-left .round {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(241, 241, 142, 0.4);
}

.login-page-content-left .desc {
  margin-top: 50px;
}

.login-page-content-left .desc p {
  margin-bottom: 34px;
  padding: 0 34px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

.login-page-content-left .foot {
  height: 235px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  text-align: center;
  padding-top: 95px;
}

.login-page-content-left .foot p {
  margin: 0;
}

.login-page-content-left .foot .icon {
  font-size: 78px;
  color: #29abe2;
  line-height: 77px;
}

.login-page-content-left .foot .chet {
  font-size: 14px;
  color: #29abe2;
  font-family: "Open Sans", sans-serif;
}

.login-page-content-right {
  width: 61%;
  float: right;
}

.login-page-content-right .form-aria {
  width: 327px;
  margin: 0 auto;
}

.login-page-content-right .form-aria .logo {
  margin-top: 60px;
}

.login-page-content-right .form-aria .logo img {
  display: block;
  width: 190px;
  margin: 0 auto;
}

.login-page-content-right .form-aria .title {
  padding-top: 15px;
  color: #f7931e;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

.login-page-content-right .form-aria .input-group-addon {
  background-color: #008fed;
  color: #ffffff !important;
  padding: 10px 20px !important;
  font-size: 21px !important;
}

.login-page-content-right .form-aria .form-control {
  padding: 25px 6px !important;
  font-size: 21px !important;
}

.login-page-content-right .form-aria .omb_row-sm-offset-3 {
  color: #0071bc;
  padding-top: 10px;
}

.login-page-content-right .form-aria .omb_forgotPwd a {
  color: #0071bc !important;
}

.login-page-content-right .form-aria .from-footer div {
  padding: 0 !important;
}

.login-page-content-right .form-aria .trem {
  font-size: 12px;
  margin: 10px -66px !important;
  font-family: "Open Sans", sans-serif;
}

/************ Video Cat *********/
@media only screen and (max-device-width: 768px) {
  .videocattemplate-sidebar {
    clear: both;
  }
}

.videocattemplate-bar {
  margin-top: 20px;
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .big-side {
    width: 62.42%;
    float: left;
  }
}

.videocattemplate-bar .big-side a:hover h2 {
  color: #3399ff !important;
}

.videocattemplate-bar .big-side .imge_aria {
  position: relative;
}

.videocattemplate-bar .big-side .imge_aria i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  display: block;
  padding: 5px 2px;
  color: #f15a24;
  background: #000000;
}

.videocattemplate-bar .big-side .imge_aria span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  display: block;
  padding: 2px 5px;
  color: #ffffff;
  background: #000000;
}

.videocattemplate-bar .big-side .imge_aria h2 {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  margin: 0px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.videocattemplate-bar .big-side img {
  width: 100%;
  display: block;
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .big-side img {
    height: 350px;
  }
}

.videocattemplate-bar a:hover h3 {
  color: #3399ff !important;
}

@media only screen and (max-device-width: 768px) {
  .videocattemplate-bar .small-side {
    margin-top: 10px;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .small-side {
    padding-left: 23px;
    width: 37.58%;
    float: right;
  }
}

.videocattemplate-bar .small-side.first-child {
  margin-bottom: 20px;
}

@media only screen and (max-device-width: 768px) {
  .videocattemplate-bar .small-side.first-child {
    padding-right: 10px;
  }
}

@media only screen and (max-device-width: 768px) {
  .videocattemplate-bar .small-side.last-child {
    padding-left: 10px;
  }
}

.videocattemplate-bar .small-side img {
  width: 100%;
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .small-side img {
    height: 165px;
  }
}

.videocattemplate-bar .small-side .imge_aria {
  position: relative;
}

.videocattemplate-bar .small-side .imge_aria i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  display: block;
  padding: 5px 2px;
  color: #f15a24;
  background: #000000;
}

.videocattemplate-bar .small-side .imge_aria span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  display: block;
  padding: 2px 5px;
  color: #ffffff;
  background: #000000;
}

.videocattemplate-bar .small-side .imge_aria h3 {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  margin: 0px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.category-video .cat_news {
  margin-top: 15px;
}

.category-video .cat_news .title-before {
  height: 38px;
}

.category-video .cat_news .title-before .title-aria {
  float: left;
  padding: 0 15px;
  font-size: 25px;
  line-height: 37px;
  margin-left: 10px;
}

.category-video .cat_news .title-before .title-aria a {
  color: #ffffff;
}

.category-video .cat_news .title-before .social {
  float: right;
}

.category-video .cat_news .title-before .social ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 0;
  padding-right: 20px;
}

.category-video .cat_news .title-before .social ul li {
  float: left;
}

.category-video .cat_news .title-before .social ul li a {
  display: block;
  width: 25px;
  text-align: center;
}

.category-video .cat_news .title-before .social ul .go {
  color: #a71e22;
}

.category-video .cat_news .title-before .social ul .fb {
  color: #2a388f;
}

.category-video .cat_news .title-before .social ul .tw {
  color: #00adef;
}

.category-video .cat_news .title-before .social ul .li {
  color: #ed1c24;
  margin-right: 15px;
}

.category-video .cat_news .title-before .social ul .so {
  color: #1b75bb;
  font-size: 23px;
  border-left: 1px solid #a71e22;
  padding-left: 20px;
  width: inherit !important;
}

.category-video .cat_news .row {
  margin-top: 10px;
}

.category-video .cat_news .row .col-sm-3:nth-child(4n + 1) {
  clear: both;
}

.category-video .cat_news .cat_items .image-aria {
  position: relative;
}

.category-video .cat_news .cat_items img {
  width: 100%;
  border-bottom: 2px solid #f6921e;
}

@media only screen and (min-device-width: 768px) {
  .category-video .cat_news .cat_items img {
    height: 180px;
  }
}

.category-video .cat_news .cat_items h3 {
  margin-top: 0;
  padding: 0 10px;
}

.category-video .cat_news .cat_items i {
  position: absolute;
  bottom: 2px;
  right: 0;
  color: #f15a24;
  font-size: 14px;
  background: #000000;
  padding: 5px;
  display: block;
}

/*********** Social Media ********/
.social-media h2 {
  background: #ebf4ff;
  font-size: 36px;
  text-align: center;
  padding: 10px 0;
}

.social-media .single-block {
  position: relative;
  margin-bottom: 20px;
}

.social-media .single-block::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 15px;
  border-color: transparent transparent #f1f1f1 transparent;
  content: "";
  top: 0;
  left: 33px;
  position: absolute;
}

.social-media .single-block a {
  display: block;
  line-height: 40px;
}

.social-media .single-block a i {
  font-size: 14px;
  color: #ffffff;
  display: block;
  float: left;
  width: 47px;
  text-align: center;
  padding-right: 7px;
  height: 40px;
  line-height: 40px;
}

.social-media .single-block a span {
  padding-left: 10px;
}

.social-media .single-block {
  box-shadow: 0 1px 4px 0 #b9b9b9;
}

.social-media .single-block:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.59);
}

.pre_box {
  background: #ffffff;
  min-width: 32px;
  width: 33px;
  height: 116px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -58px;
  z-index: 3;
  overflow: hidden;
}

@media only screen and (max-device-width: 768px) {
  .pre_box {
    display: none;
  }
}

.pre_box:hover {
  box-shadow: 0 0 5px #000;
}

.pre_box i {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 5em;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e0e0e0;
  cursor: pointer;
  font-size: 24px;
  z-index: 1;
  color: #333333;
}

.pre_box:hover i {
  background: #999999;
}

.pre_box .post_part {
  padding-top: 10px;
  padding-left: 40px;
}

.pre_box .post_part img {
  float: left;
  padding-bottom: 4px;
}

.pre_box .post_part p {
  margin-left: 140px;
  margin-bottom: 0px;
}

.next_box {
  background: #ffffff;
  min-width: 32px;
  width: 33px;
  height: 116px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -58px;
  z-index: 3;
  overflow: hidden;
}

@media only screen and (max-device-width: 768px) {
  .next_box {
    display: none;
  }
}

.next_box:hover {
  box-shadow: 0 0 5px #000;
}

.next_box i {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 5em;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e0e0e0;
  cursor: pointer;
  font-size: 24px;
  z-index: 1;
  color: #333333;
}

.next_box:hover i {
  background: #999999;
}

.next_box .post_part {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 40px;
}

.next_box .post_part img {
  float: left;
  padding-bottom: 4px;
}

.next_box .post_part p {
  margin-left: 140px;
  margin-bottom: 0px;
}

.share_button ul {
  margin: 10px 0px;
  padding: 0px;
}

.share_button ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  line-height: 35px;
  overflow: hidden;
}

.share_button ul li a {
  font-size: 18px;
  display: inline-block;
}

.share_button ul li.fb a {
  color: #2b3990;
}

.share_button ul li.tw a {
  color: #00aeef;
}

.share_button ul li.go a {
  color: #be1e2d;
}

.share_button ul li.vv a {
  color: #662d91;
}

.share_button ul li.wh a {
  color: #39b54a;
}

.share_button ul li.pr a {
  color: #404041;
}

.share_button ul li:hover {
  color: #444;
}

/******** 404 Template */
.temp-error {
  margin-top: 20px;
}

.error-contnet .content {
  background: #ebf4ff;
}

@media only screen and (min-device-width: 768px) {
  .error-contnet .content {
    padding: 63px 0;
  }
}

@media only screen and (max-device-width: 768px) {
  .error-contnet .content {
    padding: 10px 0;
  }
}

.error-contnet-bar {
  text-align: center;
}

.error-contnet-bar h2 {
  background: #bcdaff;
  color: #ff0000;
  margin: 0;
  padding: 7px;
  font-size: 36px;
  text-align: center;
}

.error-contnet-bar p {
  font-size: 25px;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

@media only screen and (max-device-width: 768px) {
  .error-contnet-bar {
    margin-bottom: 10px;
  }
}

.error-page-post {
  clear: both;
  margin-top: 20px;
}

.error-page-post .title {
  background: #bcdaff;
  margin: 0;
  padding: 5px;
  font-size: 36px;
  text-align: center;
}

/******** Date Archive */
.date-archive {
  margin-top: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .date-contnet-bar {
    width: 100%;
    padding-right: 20px;
  }

  .date-contnet-bar #sidebar .widget_bar {
    width: 100% !important;
    float: none !important;
  }

  .archive-calander {
    width: 51%;
    float: left;
  }

  .old-news {
    margin-left: 2%;
    width: 47%;
    float: left;
  }

  .date-contnet-sidebar {
    clear: both;
  }
}

@media only screen and (min-device-width: 768px) {
  .old-news {
    padding: 53px;
  }
}

@media only screen and (max-device-width: 768px) {
  .old-news {
    padding: 10px;
  }
}

.old-news div {
  border: 1px solid #ff0000;
  text-align: center;
}

.old-news div a {
  color: #ff0000;
  font-size: 25px;
}

.old-news div a:hover {
  color: #3399ff;
}

@media only screen and (min-device-width: 768px) {
  .old-news div {
    padding: 75px 0;
  }
}

@media only screen and (max-device-width: 768px) {
  .old-news div {
    padding: 10px 0;
  }
}

.archive-calander {
  background: #ebf4ff;
  min-height: 20px;
}

@media only screen and (min-device-width: 768px) {
  .archive-calander {
    padding: 0 20px;
  }
}

.old-news {
  min-height: 20px;
  background: #ebf4ff;
}

.hide-desktop {
  display: none;
}

.hide-mobile {
  display: block;
}

/****** responsive ***********/
@media all and (max-width: 992px) {
  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .mobile-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-head .logo1 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
  }

  .menu-all-category-bottom-container ul {
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #bcbec0;
    padding-top: 10px;
  }

  .logo-aria {
    position: relative;
  }

  .logo-aria .serach_box_m {
    position: absolute;
    top: -8px;
    left: 0px;
    right: 0px;
    min-height: 80px;
    background: #ffffff;
    z-index: 9999999;
    padding: 10px 20px;
  }

  .logo-aria .serach_box_m .serch_content {
    position: relative;
    background: #231f20;
    padding: 5px 118px 5px 5px;
  }

  .logo-aria .serach_box_m .serch_content .input-tex {
    display: block;
    width: 100%;
    height: 50px;
  }

  .logo-aria .serach_box_m .serch_content .button-group {
    position: absolute;
    right: 0;
    top: 6px;
    margin-right: 7px;
  }

  .logo-aria .serach_box_m .serch_content .button {
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 31px;
    border: none;
  }

  .logo-aria .serach_box_m .serch_content .button.submit {
    color: #00a651;
  }

  .logo-aria .serach_box_m .serch_content .button.closes {
    color: #ec2024;
  }

  .logo-aria .row {
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #ffffff;
  }

  .logo-aria img {
    padding: 15px 0;
    height: 80px;
  }

  .logo-aria .fa-search {
    text-align: center;
    cursor: pointer;
  }

  .logo-aria .nav-button {
    padding: 0 !important;
    text-align: center;
    font-size: 30px;
    color: #ed2124;
  }

  .logo-aria .nav-button button {
    background: none;
    border: none;
    padding: 4px 10px;
  }

  .logo-aria .serch_button {
    padding: 10px;
    font-size: 22px;
    margin-right: 20px;
  }

  .mobile-search-aria {
    padding: 0px 10px;
  }

  .mobile-search-aria .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
  }

  .mobile-search-aria .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  #mnav-bar div .menu {
    display: none;
  }

  .mobile-bar {
    text-align: right;
    padding: 0 5px;
  }

  .mobile-bar ul {
    background: #bcdaff;
    padding: 5px;
  }

  .mobile-bar li {
    width: inherit !important;
    float: none !important;
    display: inline-block;
  }

  .mobile-bar li a {
    background: inherit !important;
    padding: 0 !important;
  }

  .current_news .ctitle {
    padding: 2px 18px;
  }

  .share-button span {
    display: none;
  }

  #content-left,
  #right-sidebar {
    width: 100% !important;
    float: none !important;
    clear: both;
  }

  .bangla-date span {
    display: block;
  }

  .bangla-date p {
    margin: 0;
  }

  .mobile-nav {
    padding: 3px;
    overflow: auto;
    width: 100%;

    border-bottom: 1px solid rgba(204, 204, 204, 0.8);
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }

  .mobile-nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 15px;
  }

  .mobile-nav .current-menu-item {
    border-bottom: 3px solid #ed1c24;
  }

  .mobile-nav ul a {
    padding: 5px 10px;
    display: block;
    text-wrap: nowrap;
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }

  .mobile-nav ul li {
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media all and (max-width: 576px) {
  .big-social {
    gap: 10px;
  }

  .subscribe-container .layer {
    padding: 30px 0px;
  }

  .big-social i {
    font-size: 25px;
  }

  .bigitem .stitle {
    font-size: 12px;
  }

  .bigitem {
    padding: 20px 0;
  }
}

/********** desktop style *******/

@media all and (min-width: 1024px) {
  .videos {
    margin-top: 20px;
  }

  .videos-side {
    width: 69%;
    float: left;
  }

  .videos-sidebar {
    width: 31%;
    float: right;
  }

  .archive-normal-sidebar {
    width: 25%;
    float: right;
  }

  .archive-normal-news {
    float: left;
    width: 75%;
  }

  .single_page-left {
    width: 75%;
    float: left;
    padding-right: 10px;
  }

  .single_page-right {
    width: 25%;
    float: left;
  }

  .videocattemplate-bar {
    width: 73.3%;
    float: left;
  }

  .videocattemplate-sidebar {
    float: right;
    width: 26.5%;
  }

  .error-contnet-sidebar {
    width: 31.3%;
    float: right;
  }

  .error-contnet-bar {
    float: left;
    width: 68.7%;
    padding-right: 20px;
  }

  .date-contnet-sidebar {
    width: 31.3%;
    float: right;
  }

  .date-contnet-bar {
    float: left;
    width: 68.7%;
    padding-right: 20px;
  }

  .archive-calander {
    width: 51%;
    float: left;
  }

  .old-news {
    margin-left: 2%;
    width: 47%;
    float: left;
  }
}

.latest-ani {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  height: 15px;
}

.latest-ani:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: red;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.latest-ani:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: red;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

/* Mobile Category Menu */
.menu-cat-list,
.menu-cat-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-cat-list li {
  border-bottom: 1px solid #f0f0f0;
}
.menu-cat-list li a {
  display: block;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: relative;
}
.menu-cat-list li a:hover {
  color: var(--bd-red);
}
.menu-cat-list .sub-menu {
  display: none;
  padding-left: 15px;
  background: #f9f9f9;
}
.menu-cat-list .sub-menu li {
  border-bottom: 1px solid #eee;
}
.menu-cat-list .sub-menu li:last-child {
  border-bottom: none;
}
.menu-cat-list .sub-menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}
.menu-cat-list .active + .sub-menu {
  display: block;
}
.menu-cat-list i.fa-chevron-down {
  transition: transform 0.3s;
}
.menu-cat-list .active i.fa-chevron-down {
  transform: rotate(180deg);
}
