@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;600;700&display=swap');

.noto-serif-bengali-custom {
  font-family: "Noto Serif Bengali", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}


body {
  font-size: 16px;
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  color: #000;
  background: #fff;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
}

/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
  transition: transform .2s ease-out;
}

.top-search-secton {
  box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
}

a:hover {
  color: #0d6efd;
}

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.top-middle-logo {
  height: 71px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}

.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}

.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}

.p-0 {
  padding-left: 0;
  padding-right: 0;
}

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

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

.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

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

a {
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}

a:focus {
  outline: 0 solid !important;
}

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

*a:hover {
  text-decoration: none !important;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu-new {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #2d292a;
}

.dropdown-menu li {
  position: relative;
  transition: .5s;
  border-bottom: 1px solid #ddd;
}

.dropdown-menu li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #2d292a;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s;
  z-index: -1;
}

.dropdown-menu li a {
  background-color: transparent;
  border: none;
  font-size: 17px;
  transition: .5s;
  line-height: 28px;
}

.dropdown-menu li:hover {
  padding-left: 15px;
  background-color: #2d292a;
}

.dropdown-menu li:hover:before {
  transform: scaleX(1);
}

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

/*====================== Back to Top =========================================*/
#back_to_top {
  border: none;
  background: #212529;
  color: #fff;
  padding: 2px 5px 3px;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 10;
  border: 1px solid transparent;
  padding-top: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

#back_to_top svg {
  fill: #fff;
  width: 20px
}

#back_to_top.show {
  opacity: 1
}

#back_to_top:hover {
  background: #fff;
  border: 1px solid #212529;
}

#back_to_top:hover svg {
  fill: #212529;
}

.common-heading-style {
  width: 100%;
}

.common-heading-text {
  margin-bottom: 15px;
  border-bottom: 4px solid #000;
}

.common-heading-text .read-more-right {
  float: right;
}

.common-heading-text .read-more-right a {
  color: #000;
  transition: .5s;
}

.common-heading-text .read-more-right a svg {
  fill: #000;
  transition: .5s;
  height: 30px;
  width: 30px;
}

.common-heading-text .read-more-left a {
  color: #000;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  transition: 0.5s;
}

.common-heading-text .read-more-left a img {
  margin-right: 10px;
}

.common-heading-text .read-more-right a:hover svg {
  fill: #e10612;
}

.common-heading-text .read-more-left a:hover {
  color: #e10612;
}

/*====================== Header style Top nav =========================================*/
.top-header {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  border-top: 0;
}

.social-top-icon li:nth-child(5) a:hover:before {
  background: #f26522;
}

.footer-social-icons .social-top-icon li a {
  border-color: #fff !important;
}

.footer-social-icons .social-top-icon li a svg {
  fill: #fff !important
}

.top-search .btn {
  padding: 3px 5px;
  border-radius: 0;
}

.top-bar-date-wrapper {
  text-align: left;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
}

.top-bar-date {
  display: inline-block;
  font-size: 16px;
  color: #000
}

.middle-header {
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}

.top-search .btn svg {
  fill: #fff;
}

.en-link-wrapper-main {
  float: right;
  margin-top: 30px;
  margin-right: 15px;
}

.en-link {
  color: #fff;
  background-color: #000;
  padding: 4px 10px;
  border: 1px solid #000;
  transition: 0.3s;
  border: 1px solid #000;
}

.en-link:hover {
  color: #000;
  background: transparent;
}

.top-nav-main {
  padding: 0;
}

.top-nav-container {
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.top-nav-main .navbar-brand {
  display: none;
  margin: 0;
}

.top-nav-main li.nav-item a.nav-link {
  font-size: 19px;
  padding: 9px 16px !important;
  color: #000 !important;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.nav-link.active {
  color: #EE323B !important;
  fill: #000;
}

.top-nav-main li.nav-item a.nav-link:hover span:after,
.top-nav-main li.nav-item a.nav-link.active span:after,
.top-nav-main li.nav-item a.nav-link:hover span:before,
.top-nav-main li.nav-item a.nav-link.active span:before {
  transform: scaleX(1) !important;
}

.right-menu-link .btn {
  padding: 3px 5px;
}

.right-menu-link .btn svg {
  fill: #fff;
  height: 25px;
  width: 25px;
}

.offcanvas-top-height {
  height: 105px !important;
}

/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.right-menu-link {
  display: none !important;
}

.dropdown-menu-new {
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 17px;
  transition: 0.3s;
}

.other-list-group a:hover {
  color: #EE323B;
}

/* .top-nav-main li.nav-item a.nav-link span:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;transform: scaleX(0);background-color: #343333;transition: transform 0.5s;z-index: -1;} */
.top-nav-main li.nav-item a.nav-link span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #ec2028;
  transition: transform 0.5s;
}

.top-nav-main li.nav-item a.nav-link:hover span:after,
.top-nav-main li.nav-item a.nav-link:hover span:before {
  transform: scaleX(1);
}

.attr-nav ul li a svg {
  height: 20px;
  width: 20px;
  fill: #000;
}

.top-search {
  display: none;
  padding: 7px 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50px;
}

.top-search-secton {
  float: right;
  margin-top: -7px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 2px 3px #787878;
}

.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 34px;
  line-height: 34px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 8px 1%;
  font-size: 15px;
  background-color: #fff;
}

.top-search .input-group-addon {
  background: #1a1b1c;
  transition: .5s;
  cursor: pointer;
  border: 0;
  color: #03a9f4;
  width: 30px;
  height: 33px;
  text-align: center;
}

.top-search .input-group-addon svg {
  fill: #fff;
}

.top-search .input-group-addon.close-search {
  margin-left: 2px !important;
  line-height: 33px;
}

.attr-nav ul {
  margin: 0;
  padding: 0;
}

.attr-nav ul li {
  list-style: none;
  text-align: right;
}

.attr-nav ul li a {
  color: #fff;
  margin-left: 0;
}

.top-search input.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .01);
}

section.date-top-mobile {
  display: none;
}

.header-top-container {
  display: none;
}

.date-area {
  display: none;
}

.top-date {
  padding: 5px 0;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  background: #fff;
}

.top-date svg {
  height: 14px;
  padding-top: 1px;
  padding-right: 0;
}

.top-date span {
  margin-right: 6px;
}

.header-top-container {
  background: #1a1b1c;
  width: 100%;
  top: 0;
  height: 30px;
  z-index: 1;
}

.social-top-icon {
  padding: 0;
  margin: 0;
  display: inline-flex;
}

.social-top-icon li {
  list-style: none;
  margin: 0;
}

.social-top-icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 30px;
  min-height: 30px;
  min-width: 15px;
  text-decoration: none;
  color: #000;
  margin-right: 16px;
}

.social-top-icon li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scale(0);
  transition: .5s cubic-bezier(.95, .32, .37, 1.31);
}

.social-top-icon li a svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}

a.header-top-epaper {
  font-size: 17px;
  color: #333;
  border: 1px solid #F1F1F1;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
  padding: 3px 8px 0px 8px;
  margin-left: 5px;
  line-height: 27px;
  margin-bottom: 8px;
  display: inline-block;
}

.social-share-icon {
  display: inline-block;
  float: right;
  margin-top: 0;
  text-align: right;
}

.epaper {
  margin-top: 0;
  margin-left: 0;
  color: #fff;
}

.epaper a:hover {
  color: #fff;
  background-color: rgb(237 28 36);
  border: 1px solid rgb(237 28 36);
}



.top-header {
  padding: 15px 0;
  background: #fff;
  width: 100%;
  border-top: 1px solid #ccc;
}

.new-version-logo-right {
  text-align: right;
  padding-top: 26px;
}

.new-version-logo-right-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.new-version-logo-right-ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.new-version-logo-right-ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
  font-weight: 600;
  transition: 0.5s;
}

.new-version-logo-right-ul li a svg {
  margin-right: 5px;
  fill: #000;
}

.samajikota-wrapper {
  margin-top: 0.5px;
}

.samajikota-wrapper {
  display: inline-block;
  width: 135px;
}

.hover {
  margin-left: auto;
  width: fit-content;
  width: 135px;
  position: relative;
}

.hover::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 60px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid transparent;
  border-bottom: 17px solid #fff;
  z-index: 99999;
  opacity: 0;
  transition: opacity .3s ease-in;
}

.hover:hover::before {
  opacity: 1;
}

.sabtn {
  border: 0;
  padding: 0 5px;
  align-items: center;
  border-radius: 35px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}

.sabtn svg {
  display: inline-block;
}

.box-container {
  width: 600px;
  float: right;
}

.hover:hover .samajikota-box {
  padding: 20px;
  height: 515px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.hover:hover .samajikota-box {
  padding-top: 12px;
}

.samajikota-box {
  width: 100%;
  transition: all 0.5s ease;
  padding: 0 20px;
  background: #fff;
  position: absolute;
  display: block;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 9999;
  height: 0px;
  overflow: hidden;
}

.samajikota-box {
  top: 11px;
  border-radius: 5px;
}

.samajikota-box::before {
  content: "";
  position: absolute;
  top: -29px;
  right: 41px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid transparent;
  border-bottom: 17px solid #fff;
}

.main-heading-title {
  font-size: 16px;
  padding-bottom: 0 !important;
}

.head-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: left;
  margin-bottom: 0;
}

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

.single-icon {
  display: flex;
  align-items: center;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.single-icon svg {
  width: 17px;
}

.single-icon p {
  margin-left: 4px;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 2px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 4px;
}

/*================================================ Drop Down icon Animation style */
.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .new-dropdown-toggle::after {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
}

.dropdown-menu {
  margin-top: 0;
}

.new-dropdown-toggle::after {
  margin-top: 5px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: top;
  transition: all 0.3s ease-in;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="black" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 16px;
  width: 15px;
  margin-left: 2px;
}

.dropdown:hover .new-dropdown-toggle::after {
  transform: rotate(180deg);
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {
  display: block !important;
  top: 0;
  left: 98.5% !important;
  margin-top: 0;
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
  border-radius: 0;
}

.sub-dropdown-toggle::after {
  transition: transform 0.15s linear;
}

/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in;
}

.dropend .sub-dropdown-toggle::after {
  margin-top: 5px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 16px;
  width: 15px;
  margin-left: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 15px;
  width: 14px;
  margin-top: 5px;
}

/* .dropdown-new:hover .dropdown-menu-new {display: block;--bsb-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: bsb-zoomIn}
@keyframes bsb-zoomIn {
  0% {opacity: 0;transform: scale3d(.3, .3, .3)}
  50% {opacity: 1}
}
.bsb-zoomIn {animation-name: bsb-zoomIn} */
#nav.sticky {
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  transition: 0.1s;
}

#nav.sticky.top-nav-main .navbar-brand {
  margin: 0;
  padding: 0;
  display: none;
}

#nav.sticky.top-nav-main .navbar-brand img {
  height: 60px;
}

#nav.sticky.top-nav-container {
  border: 0 !important;
}

#nav.sticky.top-nav-main li.nav-item a.nav-link {
  padding: 10px 15px !important;
  color: #000 !important;
}

#nav.sticky.top-nav-main li.nav-item a.active {
  color: #000 !important;
  fill: #000;
}

#nav.sticky.top-nav-main li.nav-item a.nav-link:hover {
  color: #000 !important;
}

#nav.sticky .top-search .btn svg {
  fill: #fff;
}

#nav.sticky.top-nav-main .new-dropdown-toggle::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="black" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
}

/*====================== Footer Style =========================================*/
.footer-wrapper {
  background-color: #f4f4f4;
  background-position: bottom;
  padding-top: 18px;
  padding-bottom: 30px;
}

.footer-menu {
  padding: 0;
}

.footer-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #000;
  padding: 4px 12px;
  border: 1px solid #777;
  font-size: 16px;
  margin-right: 8px;
}

.footer-wrapper-mid {
  margin: 20px 0 25px;
}

.footer-logo {
  width: 100%;
  text-align: center;
}

.footer-address {
  padding: 24px 0px;
  text-align: center;
}

.footer-address p {
  color: #000;
  margin: 0;
}

.footer-address {
  padding: 24px 0px;
  text-align: center;
}

.footer-tex-left,
.footer-text-mid {
  color: #000;
}

.footer-text-mid {
  font-size: 15px;
  text-align: center;
}

.media-btn-list {
  float: right;
}

.media-btn-list li {
  list-style-type: none;
  float: left;
  margin-left: 20px;
}

.footer-menu ul li a:hover {
  background-color: #777;
}

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

.border-left-0 {
  border-left: none !important;
}

.border-right-0 {
  border-right: none !important;
}

/*================================================
       BACK TO TOP
==================================================*/
.scrollup {
  background: #343a40 none repeat scroll 0 0;
  border: 1px solid #343a40;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}

.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #343a40;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.back-to-top span {
  padding-bottom: 10px;
}

.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}

/*========================================== SOCIAL MEDIA STYLE =================================================*/
.tc-social-share a svg {
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 18px;
  fill: #333;
  padding: 5px 4px;
  transition: background 0.3s, fill 0.3s;
}

.tc-social-share a.facebook:hover svg {
  background: #4766A9;
  fill: #fff;
}

.tc-social-share a.instagram:hover svg {
  background: #e4405f;
  fill: #fff;
}

.tc-social-share a.twitter:hover svg {
  background: #000;
  fill: #fff;
}

.tc-social-share a.youtube:hover svg {
  background: #c4302b;
  fill: #fff;
}

.tc-social-share a.link-in:hover svg {
  background: #ee802f;
  fill: #fff;
}

/*========================================== CATEGORIES SECTION STYLE =================================================*/
.left-content-area {
  float: left;
  width: 68.20%;
  padding: 0;
}

.right-content-area {
  float: left;
  width: 31.60%;
  padding: 0;
}

.right-content-area.details-right-content-area {
  padding-top: 20px;
}

.new-breadcrumb-style {
  padding-top: 15px;
}

.new-breadcrumb-style-ul-top {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.new-breadcrumb-style-ul-top li {
  margin-right: 20px;
  display: inline-block;
}

.new-breadcrumb-style-ul-top li a h1,
.new-breadcrumb-style-ul-top li a h2 {
  margin: 0;
  color: #000;
  font-size: 40px;
}

.new-breadcrumb-style-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-breadcrumb-style-ul li {
  position: relative;
  padding-left: 10px;
  display: inline-block;
  list-style: none;
}

.new-breadcrumb-style-ul li:first-child {
  padding-left: 0;
}

.new-breadcrumb-style-ul li a {
  padding: 2px 10px;
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  background: #eff3f4;
  line-height: 22px;
  transition: 0.5s;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 4px;
}

.new-breadcrumb-style-ul li a:hover {
  color: #fff;
  background: #000;
}

.details-category-title {
  padding: 0;
  margin-bottom: 5px;
}

.details-category-title a {
  color: #ee1d22;
  border-bottom: 1px solid #ee1d22;
  font-size: 17px;
  display: inline-block;
  padding-bottom: 1px;
}

.category-lead-news {
  position: relative;
  margin-bottom: 24px;
}

.category-lead-news-image {
  position: relative;
}

.category-lead-news-image img {
  width: 100%;
  min-height: 334px;
  max-height: 334px;
}

.category-lead-news-image svg {
  position: absolute;
  top: 11%;
  left: 6%;
  height: 45px;
  width: 45px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.category-lead-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}

.category-lead-news-heading span {
  font-size: 30px;
  margin-right: 2px;
  color: #e10612;
}

.category-lead-news-heading h1 span svg {
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.category-lead-news-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}

.category-lead-news a:hover .category-lead-news-image svg {
  fill: #ff0000;
}

.category-lead-news-small {
  position: relative;
  margin-bottom: 24px;
}

.category-lead-news-small-image {
  position: relative;
}

.category-lead-news-small-image img {
  min-height: 155px;
  max-height: 155px;
  width: 100%;
}

.category-lead-news-small-image svg,
.category-lead-news-second-image svg {
  position: absolute;
  top: 17%;
  left: 9%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.details-news-single-image svg {
  position: absolute;
  top: 27%;
  left: 16%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.category-lead-news-small a:hover .category-lead-news-small-image svg {
  fill: #ff0000;
}

.category-lead-news-second a:hover .category-lead-news-second-image svg {
  fill: #ff0000;
}

.details-news-single a:hover .details-news-single-image svg {
  fill: #ff0000;
}

.category-lead-news-heading-small {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
}

.category-lead-news-heading-small span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.category-lead-news-heading-small h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
}

.category-lead-news-heading-small h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

.category-lead-news-second {
  background: #eff3f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  margin-bottom: 24px;
}

.category-lead-news-second-image {
  position: relative;
}

.category-lead-news-second-heading {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px;
}

.category-lead-news-second-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.category-lead-news-second-heading span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.category-lead-news-second-heading h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
}

.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}

.details-right-news-heading h2 {
  color: #222;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
  border-top: 3px solid #19232d;
  border-bottom: 1px solid #19232d;
}

.details-news-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}

.details-news-ul li {
  display: inline-block;
  list-style-type: none;
}

.details-news-single {
  margin-bottom: 24px;
}

.details-news-single-image {
  position: relative;
  width: 40%;
  float: left;
}

.details-news-single img {
  overflow: hidden;
}

.details-news-single-text {
  width: 60%;
  background-color: #eff3f4;
  padding: 3px;
  padding-left: 3%;
  max-height: 91px;
  min-height: 91px;
  overflow: hidden;
}

.details-news-single-text span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.details-news-single-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.details-news-single-text h2 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.btn-more-wrapper {
  position: relative;
  padding-top: 20px;
}

.btn-more {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #000;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}

.btn-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-more:hover {
  color: #222;
}

.btn-more:focus:before,
.btn-more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tab-content-wrapper {
  border: 1px solid #d7d7d7;
}

.side-tab-main {
  width: 100%;
}

.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}

.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}

.nav-pills .nav-item.active a {
  background: #fff;
  border-top: 3px solid #EE323B;
  color: #000;
}

.side-tab-main .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #282828;
  border-radius: 0;
  padding: 7px 10px;
  border-top: 3px solid transparent;
}

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

.latest-news {
  overflow-y: scroll;
  height: 344px;
}

.latest-news-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.latest-news-ul li {
  list-style: none;
}

.latest-news-ul li a {
  padding: 7px 7px 9px;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  background: #fff;
  color: #000;
  margin-bottom: -5px;
}

.latest-news-left {
  float: left;
  width: 37%;
  margin-right: 2%;
  position: relative;
}

.latest-news-left svg {
  position: absolute;
  top: 32%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.latest-news-ul li a:hover .latest-news-left svg {
  fill: red;
}

.latest-news-right {
  float: left;
  width: 61%;
  padding-left: 2px;
}

.archive-btn {
  text-align: center;
  background: #282828;
}

.archive-btn a {
  color: #fff;
  font-size: 18px;
  display: block;
}

.archive-btn .btn-date-picker {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-duration: 0.5s;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  border-radius: 0;
}

.archive-btn .btn-date-picker:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.archive-btn .btn-date-picker:hover {
  color: #423f3f;
}

.archive-btn .btn-date-picker:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.google-news-link a img {
  width: 40px;
  margin-right: 8px;
}

.details-right-content-area .latest-news {
  overflow-y: scroll;
  height: 700px;
}

/*========================================== CATEGORIES DETAILS STYLE =================================================*/
.details-left-content-area {
  padding-top: 20px;
}

.details-breadcrumb {
  background: #ebebeb;
  padding: 5px 10px;
}

.details-breadcrumb>li>a {
  color: #333;
  font-size: 19px;
}

.details-breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.breadcrumb>li+li:before {
  padding: 0 0 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.details-content {
  color: #000000;
  /* background-color: #fff; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  padding: 10px 0px 0px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.details-content h1 {
  font-size: 38px;
  margin: 0;
}

.details-content .small {
  margin: 10px 0;
  display: block;
}

.details-content .small .details-author {
  float: left;
  margin-right: 5px;
  width: 7%;
}

.details-content .small .details-author img {
  width: auto !important;
  padding: 0;
  margin: 0;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.post-text {
  padding-top: 4px;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  margin-left: 40px;
}

.details-content .small p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: justify;
  color: #000;
}

.details-share-btn-main-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.details-share-btn-wrapper {
  display: inline-block;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
}

.social_list {
  gap: 6px;
  transition: all 0.3s;
}

.social_list a {
  display: flex;
  background: #eeeeee;
  padding: 6px 12px;
  text-align: center;
  border-radius: 8px;
  color: #000;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.social_list a:hover {
  background: #dedddd;
  transform: translateY(-5px);
}

.image-caption-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.details-content img {
  padding: 5px 0;
  width: 100%;
  height: auto;
}

.details-content .image-caption-wrapper img {
  margin-bottom: 0;
  padding: 0;
}

.details-content p {
  margin: 12px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}

.tag-ul {
  margin: 0;
  padding: 0;
  margin: 24px 0 0;
  text-align: left;
}

.tag-ul li {
  color: #000;
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}

.tag-ul li:first-child {
  font-size: 15px;
  /* background: #000; */
  color: #222;
  padding: 3px 0px 2px 0;
  /* font-weight: 700; */
}

.tag-ul li a {
  color: #000;
  background: #eee;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 4px 12px 3px;
  transition: .3s;
}

.tag-ul li a:hover {
  background: #dbd6d6;
}

.google-news-link {
  background: #fff3e6;
  border: 0.5px solid #d3d3d3;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
  padding: 6px 5px 0 4px;
  text-align: center;
  margin-bottom: 0;
}

.details-content img {
  margin-bottom: 5px;
}

.details-content img {
  padding: 5px 0;
  width: 100%;
  height: auto;
}

.social-link-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-top: 15px;
}

.social-link-left {
  width: 50%;
  float: left;
  padding-top: 5px;
}

.social-link-right {
  width: 50%;
  float: left;
  text-align: center;
}

.social-link-right h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.youtube-frame {
  margin-bottom: 18px;
  text-align: center;
  background: #fff;
  padding-top: 6px;
}

.catTitle {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 2px 0 6px;
  font-size: 26px;
}

.catTitle a {
  background: 0 0;
  color: #222;
  padding-right: 15px;
  padding-left: 2px;
  text-decoration: none;
}

.details-content span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.details-content span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.catTitle .liner::before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 6px dashed #333;
  top: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.catTitle .liner::after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 6px dashed #333;
  top: 20px;
  display: inline-block;
  vertical-align: bottom;
}

.more-news-single {
  background: #fff;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  margin-bottom: 24px;
}

.more-news-single-image {
  position: relative;
}

.details-content img {
  padding: 5px 0;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.more-news-single-text {
  background-color: #eff3f4;
  padding: 2px 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
  margin-top: -10px;
}

.more-news-single-text h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}

.more-news-single-text h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.more-news-single-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.next-content {
  margin-bottom: 30px;
  clear: both;
  border-top: 5px solid #000;
}

.next-content span {
  color: #fff;
  background: #000;
  border-radius: 0 0 15px 15px;
  padding: 6px 15px 7px;
  display: block;
  width: 110px;
  margin: -1px auto 0;
  font-weight: bold;
  border-bottom: 3px solid red;
}

.details-breadcrumb li a svg {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

.details-content hr {
  margin-top: 16px;
  margin-bottom: 20px;
}

.latest-news-right h3 {
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.latest-news-right span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.latest-news-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/*========================================== PHOTO GALLERY STYLE =================================================*/
.category-breadcrumb {
  padding: 20px 0;
}

.category-breadcrumb .breadcrumb {
  background: #ebebeb;
  margin-bottom: 0;
  padding: 6px 8px;
}

.category-breadcrumb .breadcrumb>li {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}

.category-breadcrumb .breadcrumb>li>a {
  color: #000000;
  font-size: 19px;
}

.category-breadcrumb .breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 0 0 5px;
  color: #a1a1a1;
  content: "/\00a0";
}

.category-top {
  margin-bottom: 30px;
}

.photo-news {
  margin-bottom: 0;
}

.photo-news-image {
  position: relative;
}

.photo-news-image img {
  max-width: 279px;
  min-width: 279px;
  max-height: 154px;
  min-height: 154px;
  overflow: hidden;
}

.photo-news-heading {
  position: relative;
  min-height: 77px;
  max-height: 77px;
  overflow: hidden;
  padding: 5px;
  bottom: 24px;
  background: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 0 5px 5px -5px #000;
}

.photo-news-heading h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.photo-news-image svg {
  position: absolute;
  top: 22%;
  left: 12%;
  fill: #d51f26;
  background: #fff;
  padding: 10px 5px;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  text-align: center;
  transition: 0.5s;
  border-radius: 50%;
}

.photo-news a:hover .photo-news-image svg {
  background: #d51f26;
  fill: #fff;
}

.details-content .small svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.gallery-news-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}

.gallery-news-ul li {
  display: inline-block;
  list-style-type: none;
  background: #fff;
  margin-bottom: 16px;
  padding: 7px;
}

.gallery-news-single {
  margin-bottom: 24px;
}

.gallery-news-single-image {
  position: relative;
  width: 40%;
  float: right;
}

.gallery-news-single img {
  overflow: hidden;
}

.gallery-news-single-text {
  background-color: #eff3f4;
  max-height: 81px;
  min-height: 81px;
  overflow: hidden;
  width: 60%;
  float: left;
  padding-right: 3%;
}

.gallery-news-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #000;
  padding: 4px 6px;
}

.gallery-news-single-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 38px;
  width: 38px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  fill: #d51f26;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  padding: 4px 8px;
}

.gallery-news-single a:hover .gallery-news-single-image svg {
  background: #d51f26;
  fill: #fff;
}

.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.btn-more-details {
  background: #282828;
  color: #fff;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  border: 0;
}

.btn-more-details:hover {
  color: #fff;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

.hvr-bounce-to-right::before {
  background: #fff;
  color: #282828;
  border: 1px solid #282828;
  border-radius: 3px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-more-details:hover {
  color: #282828;
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #282828;
}

.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

ul#lightgallery svg {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  background: #000000c4;
  fill: #fff;
  padding: 10px;
  margin-top: 5px;
  margin-right: 10px;
}

/*========================================== ARCHIVE STYLE =================================================*/
.archive-wrapper {
  padding: 13px 20px 10px;
  background: #fff;
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}

.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}

.archive-heading h3 {
  line-height: 1.3;
  margin: 0;
}

.date-picker-main {
  float: left;
  width: 40%;
  padding-left: 2%;
  padding-right: 2%;
}

.archive-btn-wrapper {
  float: left;
  width: 18%;
}

.all-news-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #1a1b1c;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}

.all-news-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.all-news-btn:focus:before,
.all-news-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.archive-news {
  background: #ebebeb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  margin-bottom: 24px;
}

.archive-news-image {
  position: relative;
}

.archive-news-image span {
  background: #000000;
  padding: 5px 10px;
  position: absolute;
  font-size: 15px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.archive-news-heading {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px;
}

.archive-news-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.archive-news-heading h3 span {
  font-size: 20px;
  margin-right: 2px;
  color: #e10612;
}

.archive-news-heading h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
}

/* ======================= DISTRICT PAGE ====================== */
.district-title {
  font-size: 34px;
}

.district-title i {
  color: #ff0000;
  padding-right: 8px;
}

.district-wrapper {
  background: #fff;
  padding: 10px 10px 9px;
  margin-bottom: 14px;
}

.district-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.district-ul li {
  display: inline-block;
}

.district-ul li a {
  border: 1px solid #ccc;
  display: block;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: 0.5s;
  padding: 2px 10px;
  margin: 2px 0;
}

.district-ul li a:hover {
  background: #d90000;
  color: #fff;
}

.district-title svg {
  height: 30px;
  width: 30px;
  color: #EE323B;
  margin-right: 5px;
}

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

/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width:767px) {
  .offcanvas-title img {
    padding: 10px 10px;
    text-align: center;
  }

  footer .design-link p {
    font-size: 12px;
    text-align: center;
  }

  .menu-custom-close {
    background: transparent;
    border: 0;
    position: relative;
    right: -10px;
  }

  .menu-custom-close svg {
    fill: #000;
    height: 30px;
    width: 30px;
  }

  .top-middle-logo {
    display: none;
  }

  .top-bar-date-wrapper {
    height: unset;
    text-align: center;
    align-items: center;
  }

  .custom-container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%
  }

  .custom-row {
    margin-right: -5px;
    margin-left: -5px
  }

  .custom-padding {
    padding-left: 7px;
    padding-right: 7px
  }

  #nav.sticky.top-nav-container {
    background: #fff;
  }

  #nav.sticky .top-search .btn svg {
    fill: #fff;
  }

  .top-nav-main .navbar-brand img {
    height: 25px;
    padding: 1px 0px;
  }

  #nav.sticky.top-nav-main .navbar-brand img {
    height: 25px;
  }

  .middle-header {
    display: none;
  }

  .top-nav-container {
    border: none !important;
  }

  #nav {
    box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }

  #nav.sticky .top-nav-container {
    border: none !important;
  }

  .top-nav-main .navbar-brand {
    display: block;
    padding-top: 5px;
    padding-bottom: 7px;
  }

  #nav.sticky.top-nav-main .navbar-brand {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 7px;
    display: block;
  }

  .right-menu-link {
    display: block !important;
  }

  .mobile-side-logo-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f0f0f0;
  }

  .mobile-side-logo img {
    height: 50px;
  }

  .mobile-nav-ul-body {
    padding-top: 0;
  }

  .navbar-nav-mobile-sub-body {
    padding: 0;
  }

  .mobile-menu-sub-text:focus {
    border: 0;
    box-shadow: none;
  }

  .mobile-menu-social {
    text-align: center;
    padding-top: 20px;
  }

  .mobile-menu-social .top_socail_icon_area {
    float: unset;
    width: 100%;
    margin: 0;
  }

  .mobile-nav-ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }

  .mobile-nav-ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .mobile-menu-sub-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    color: #000;
  }

  .navbar-nav-mobile-sub li a {
    font-size: 16px;
  }

  #back_to_top {
    right: 15px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 10px;
  }

  .footer-social-icons {
    float: unset;
    margin-top: 15px;
  }

  .footer-col-1 {
    padding-top: 15px;
  }

  .footer-menu {
    padding-bottom: 0;
  }

  .top-bar-date-wrapper {
    display: none;
  }

  .social-share-icon.top-social-share-icon {
    display: none;
  }

  .top-nav-container {
    background: #fff;
  }

  .right-menu-link .btn svg {
    fill: #000;
    height: 30px;
    width: 30px;
  }

  .top-header {
    display: none;
  }

  #nav {
    box-shadow: rgb(0 0 0) 0px 5px 8px -5px;
  }

  .offcanvas-title h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    margin: 0;
    padding-left: 130px;
  }

  .social-icon-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .social-icon-wrapper .social-helper {
    text-align: center;
  }

  .social-icon-wrapper .social-top-icon {
    padding: 0;
    margin: 0;
    display: inline-flex;
  }

  .social-icon-wrapper .social-top-icon li {
    list-style: none;
    margin: 0;
  }

  .social-icon-wrapper .social-top-icon li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    text-decoration: none;
    color: #000;
    margin-right: 5px;
    border-radius: 50%;
  }

  .social-top-icon li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transition: .5s cubic-bezier(.95, .32, .37, 1.31);
  }

  .social-icon-wrapper .social-top-icon li a svg {
    height: 20px;
    width: 20px;
  }

  .social-icon-wrapper .header-social-icon li a.fa-facebook {
    background: #3b5999;
  }

  .social-icon-wrapper .header-social-icon li a.fa-youtube {
    background: #cd201f;
  }

  .social-icon-wrapper .header-social-icon li a.fa-twitter {
    background: #55acee;
  }

  .social-icon-wrapper .header-social-icon li a.fa-instagram {
    background: #e4405f;
  }

  .footer-menu ul {
    display: none;
  }

  .footer-address {
    padding-bottom: 0;
    padding: 0;
    line-height: 26px;
  }

  .border.border-left-0 {
    border: none !important;
  }

  footer.footer-wrapper {
    background: #43474a;
  }

  .footer-address p {
    color: #fff;
    font-size: 16px !important;
  }

  .footer-tex-left {
    text-align: center;
    color: #fff;
    margin-top: -15px;
  }

  .footer-text-mid p {
    color: #fff;
    display: inline-grid;
    padding: 0;
    margin: 0;
  }

  ul.media-btn-list {
    display: none;
  }

  .footer-logo {
    margin-bottom: 16px;
  }

  .footer-tex-left p {
    margin: 0;
  }

  .header-top-container {
    display: block;
  }


  .details-share-btn-wrapper {
    border-top: none;
    padding-bottom: 10px;
  }

  .left-content-area {
    width: 100%;
  }

  .right-content-area {
    width: 100%;
  }

  .new-breadcrumb-style-ul-top li a h1,
  .new-breadcrumb-style-ul-top li a h2 {
    font-size: 30px;
  }

  .new-breadcrumb-style-ul li a {
    padding: 2px 4px;
    line-height: 20px;
  }

  .details-left-content-area {
    padding-top: 30px;
  }

  .details-content h1 {
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #b3b6b7;
    padding-bottom: 5px;
  }

  .details-content .small .details-author img {
    display: none;
  }

  .details-content .small p {
    font-size: 14px;
    display: block;
  }

  .details-content .small .details-author {
    width: 0%;
  }

  .details-content hr {
    margin-top: 0px;
  }

  .tab-content-wrapper.details-tab-content-wrapper {
    display: none;
  }

  .social-link-right {
    width: 100%;
    float: left;
    text-align: center;
  }

  .social-link-left {
    width: 100%;
    overflow: hidden;
  }

  .google-news-link {
    font-size: 14px;
    padding: 3px 5px 0 4px;
  }

  .details-content img {
    margin-bottom: -10px;
  }

  .photo-news-image img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
  }

  .photo-news-image svg {
    top: 25%;
    left: 15%;
    height: 35px;
    width: 35px;
  }

  .details-content hr {
    display: none;
  }

  .archive-heading {
    width: 25%;
  }

  .archive-btn-wrapper {
    width: 35%;
  }

  .category-lead-news-image img {
    min-height: unset;
    max-height: unset;
  }

  .category-lead-news-heading span {
    font-size: 22px;
  }

  .category-lead-news-heading h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .category-lead-news-small {
    display: none;
  }

  .catTitle .liner::before {
    top: 42px;
  }

  .catTitle .liner::after {
    top: 54px;
  }

  .category-lead-news-small-image svg,
  .category-lead-news-second-image svg {
    top: 25%;
    left: 15%;
  }

  .category-lead-news-image svg {
    left: 8%;
  }

  .details-news-single-text {
    max-height: 85px;
    min-height: 85px;
  }

  .post-text {
    margin-left: 0;
  }

  .gallery-news-single-text {
    max-height: 74px;
    min-height: 74px;
  }

  .gallery-news-single-text h2 {
    line-height: 24px;
  }

  .archive-heading h3 {
    margin-top: 5px;
  }

  .archive-wrapper {
    background: #ebebeb;
  }
}

/* ==== About us ==== */
.text-wrapper {
  background: #fff;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  color: #000;
}

.text-wrapper h3 {
  text-align: center;
  font-size: 28px;
}

/* ============================ VIDEO DETAILS ===================== */
.video-news-single {
  margin-bottom: 24px;
}

.video-news-single-image {
  position: relative;
}

.video-news-single-image i {
  position: absolute;
  top: 50%;
  left: 46.5%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 3px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  color: #DF2029;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0.80;
}

.video-news-single a:hover .video-news-single-image i {
  background: #DF2029;
  color: #fff;
  transition: 0.5s;
}

.video-news-single img {
  overflow: hidden;
}

.video-news-single-text {
  background-color: #fff;
  max-height: 71px;
  min-height: 71px;
  overflow: hidden;
  padding: 4px;
}

.more-news-single a:hover img {
  opacity: 0.89;
}

.video-news-single a:hover img {
  opacity: 0.89;
}

.video-news-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  color: #000;
}

.video-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}

.video-news-single a:hover {
  color: #000;
}

/* ============================ VIDEO CATEGORY ===================== */
.video-news-image {
  position: relative;
}

.video-news-image i {
  position: absolute;
  top: 22%;
  left: 13%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  color: #DF2029;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0.80;

}

.video-news a:hover .video-news-image i {
  background: #DF2029;
  color: #fff;
  transition: 0.5s;
}

.video-news {
  margin-bottom: 0;
  position: relative;
}

.video-news-heading {
  position: relative;
  min-height: 77px;
  max-height: 77px;
  overflow: hidden;
  padding: 5px;
  bottom: 24px;
  background: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 0 5px 5px -5px #000;
}

.video-news-heading h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.video-news-heading span {
  color: #f50000;
  font-size: 14px;
  line-height: 14px;
}

.video-details-text {
  margin-top: 10px;
}


.archive-news-heading h3 span {
  font-size: 18px;
}

@media only screen and (max-width:767px) {
  .archive-news-heading h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .archive-news-heading {
    min-height: 94px;
    max-height: 94px;
  }

}

.lead-two-news-left-main-top-wrapper-main .other-lead-news-text h3 {
  line-height: 26px;
}

.news-items {
  padding: 0;
}

.other-banner-2 {
  margin-top: 1px;
  margin-bottom: 20px;
  text-align: center;
}

.archive-btn {
  margin-bottom: 30px;
}

.details-right-content-area .latest-news {
  height: 662px;
}

.more-news-single-image img {
  margin: 0;
  padding: 0;
}

.more-news-single-text {
  margin-top: 0;
}

#snackbar {
  position: fixed;
  background: #1a1b1c;
  bottom: 20px;
  width: 200px;
  padding: 15px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
}

div#snackbar.show {
  opacity: 1 !important;
}

.other-news-single-wrapper {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.other-news-single {
  position: relative;
  width: 65%;
  margin: auto;
}

.other-news-single a {
  display: inline-block;
  width: 100%;
}

.other-news-single-left {
  float: left;
  width: 30%;
}

.other-news-single-right {
  float: left;
  width: 70%;
  padding: 12px;
  background: #ebebeb;
  max-height: 98px;
  min-height: 98px;
  overflow: hidden;
  display: inline-block;
}

.other-news-single-right h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.other-news-single-left img {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.post-text a {
  color: #000;
}

@media only screen and (max-width:767px) {
  .more-news-single-text {
    min-height: 92px;
    max-height: unset;
  }

  .other-news-single {
    width: 100%;
  }

  .other-news-single-left {
    width: 40%;
  }

  .other-news-single-right {
    width: 60%;
    padding: 5px;
    max-height: unset;
    min-height: unset;
  }

  .other-news-single-right h3 {
    line-height: 22px;
    font-size: 18px;
  }

  .other-news-single a {
    background: #ebebeb;
  }

}

@media print {
  @page {
    size: A4;
  }

  a {
    text-decoration: none !important;
  }

  img {
    max-width: 100% !important;
  }

  .d-print-none {
    display: none !important;
  }

  .left-content-area {
    width: 100%;
    display: block;
  }

  .right-content-area,
  .adsbygoogle {
    display: none !important;
  }

  #header {
    display: none;
  }

  .other-banner-1,
  .other-banner-2,
  .details-more-news,
  .footer-wrapper,
  .right-content-area {
    display: none;
  }

  .social-link-wrapper,
  .top-date,
  .social-share-icon,
  .body-ad,
  .details-share-btn-main-wrapper {
    display: none;
  }

  .new-logo-area {
    width: 100%;
    text-align: center;
  }
}