@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot")
      format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

@font-face {
  font-family: 'Kalporosh';
  src: url('/path-to-your-font/Kalporosh.woff2') format('woff2'),
       url('/path-to-your-font/Kalporosh.woff') format('woff');
}



body {
  font-family: "SolaimanLipiNormal" ;
  font-size: 16px;
  color: #333;
  background: #fff;
}
.logo-area {
  background: #fff;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1212px !important;
  }
}
/*================================================
  1. CUSTOM BOOTSTRAP STYLE
==================================================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  background-color: #fafafa;
  margin-right: -12px;
  margin-left: -12px;
  border-radius: 10px;
  padding: 5px;
}
.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: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;}
a {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;}
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;
}

/*================================================
  2. Scrollup
==================================================*/
.scrollup {
  border: 1px solid #000000;
  bottom: 38px;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
  border-radius: 50%;
  background-color: #000;
  color: #fff
}


.scrollup:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000000;
  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;
}
/*================================================
  3. HEADER STYLE
==================================================*/

.current-date {
  margin:0;
  padding: 0;
}
.current-date li {
  display: inline-block;
  margin-right: 0px;
  color: #000;
  line-height: 30px;
  font-size: 30px;
}
.current-date li i {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}

.top-other-link {
  float: left;
}
.other-link {
  margin: 0;
  padding: 0;
}
.other-link li {
  position: relative;
  list-style: none;
  float: left;
}
.other-link li a {
  display: block;
  float: left;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "SolaimanLipiNormal"; 
  border-radius: 50px; /* Border radius */
}


.other-link li a i {
  padding-right: 3px;
}
.top_socail_icon_area {
  float: right;
  position: relative;
}
.top_socail_icon_area .list-inline {
  padding: 0;
  margin: 0;
}
.top_socail_icon_area .list-inline li {
  display: inline-block;
  padding-left: 5px;
  list-style: none;
  position: relative;
  height: 30px;
  width: 30px;
}
.top_socail_icon_area .list-inline li a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.top_socail_icon_area .list-inline li a i {
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}
.cube,
.cube span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}
.cube-top {
  background: transparent;
  background-size: 100%;
}
.cube-front {
  background-size: 100%;
  transform: translate(0, -100%) rotateX(90deg);
  transform-origin: bottom;
  border-radius: 50px;
}
.top_socail_icon_area .list-inline li a .cube-front i {
  line-height: 30px;
}
.top_socail_icon_area .list-inline li:hover .cube {
  transform: translate(0, 50%) rotateX(-90deg);
}


.main-logo {
  padding: 25px 0 20px 0;
}
.header-baner {
  padding: 50px 0;

}

/*================================================
  4. START JQUERY MARQUEE SECTION
==================================================*/
.marquee-container {
  margin-top: 18px;
}
.marquee-block {
  position: relative;
}



.marquee li {
  display: inline-block;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.marquee li a {
  display: block;
  color: #000;
  line-height: 30px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.marquee li a span {
  padding-left: 20px;
}
.marquee li a span img {
  margin-top: -4px;
}
/* .marquee li a:hover {
  color: #ff0000;
} */
.marquee li i {
  display: inline-block;
}
.marquee-block-breaking {
  position: relative;
}
.marquee-block-breaking h2 {
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #ed1c24;
  color: #fff;
  padding: 6px 10px;
}
.marquee-block-breaking h2:after {
  content: "";
  position: absolute;
  left: 121px;
  border-left: 20px solid #ed1c24;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}
.marquee-breaking {
  width: 100%;
  overflow: hidden;
  background: #fff;
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #ed1c24;
  margin-bottom: 12px;
}
.marquee-breaking li {
  display: inline-block;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.marquee-breaking li a {
  display: block;
  color: #000;
  line-height: 30px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.marquee-breaking li a span {
  padding-left: 20px;
}
.marquee-breaking li a:hover {
  color: #ff0000;
}
.marquee-breaking li i {
  display: inline-block;
}
.marquee-breaking li a span img {
  margin-top: -4px;
}
/*================================================
  5.TOP NEWS SECTION STYLE
==================================================*/
.top-lead-news {
  margin-top: 18px;
  /* margin-bottom: 20px; */
}
.top-lead-news-single {
}
.top-lead-news-single-link {
  /* background-color: #17a2b8; */
  background-color: #133b5a;
  padding: 7px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.top-lead-news-single-link-left {
  float: left;
  width: 40%;
  padding-right: 3%;
}
.top-lead-news-single-link-left img {
  height: 67px;
}
.top-lead-news-single-link-right {
  float: left;
  width: 60%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.top-lead-news-single-link-right h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}
.top-lead-news-single-link-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.top-news-section {
  /* margin-top: 5px; */
  margin-bottom: 25px;
}
.top-news-middle {
  width: 73.27%;
  float: left;
}
.lead-news {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 10px;
  border: 2px solid #00000042;
}
.lead-news img {
  height: 350px;
  width: 100%;
}
.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, 0.8) 100%
  );
  color: #ffffff;
  bottom: 0;
  padding: 20px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.lead-news-heading h1 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
}
.lead-news-heading h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}
.lead-news-small {
  position: relative;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 2px solid #00000042;
}

.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, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
  border-radius: 0px 0px 10px 10px;
}
.lead-news-heading-small h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.lead-news-small-wrapper {
  position: relative;
}
.lead-news-second {
  background: #f0f0f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 1px solid #00000042;
}
.lead-news-second-heading {
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  padding-top: 1px;
  padding-left: 3px;
}
.lead-news-second-heading h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
.lead-news-second-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.top-news-right {
  width: 26.73%;
  float: left;
}

/*======================= START FADE STYLE ============================*/

.fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*======================= END FADE STYLE ============================*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
  transition: background-color 0.3s 0.2s;
}
.side-tab-main {
  width: 100%;
  margin-top: 27px;
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item .nav-link {
  transition: background-color 0.3s 0s;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  padding: 4px 10px;  /* Adjusted padding for smaller height */
  color: #fff;
  background-color: #000;
  margin-right: 4px;  /* Adjust the gap between the items */
}

.side-tab-main .nav-item:last-child .nav-link {
  margin-right: 0;  /* Remove margin on the last item */
}


/* Disable hover effect */
.side-tab-main .nav-item .nav-link:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* Active state with red background and white text */
.nav-pills .nav-link.active {
  background-color: rgb(37, 36, 36) !important;
  color: white !important;
}


.least-news {
  position: relative;
}
.least-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 10px;
  border: 2px solid #00000042;
  border-top: none;


}
.least-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.least-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 7px 9px;
  /* border-bottom: 1px dashed #969696; */
  border-bottom: 1px dotted gray;
  width: 100%;
}
.least-news-ul li:last-child a {
  border-bottom: 0;
}
.least-news-ul .least-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
}
.least-news-ul .least-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.least-news-ul .least-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.alokitonews-tab-content {
  max-height: 541px;
  overflow-y: auto;
}
/*================================================
  7. FEATURE NEWS WRAPPER SECTION STYLE
==================================================*/
.feature-news-wrapper {
  padding: 50px 0 40px;
}
.feature-news-wrapper-left {
  width: 73.27%;
  float: left;
}
.feature-news-wrapper-right {
  width: 26.73%;
  float: left;
}

.special-event-heading a {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  position: relative;
  border-left: #000000 3px solid ;

}



.special-event-heading .title .liner {
  padding-left: 10px;
}

.feature-news-lead {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: inline-block;
}
.feature-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, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
  border-radius: 0px 0px 10px 10px;
}
.feature-news-heading h3 {
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
}
.feature-news-lead a:hover {
  color: #000;
}
.feature-news-ul {
  margin: 0;
  padding: 0;
}
.feature-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.feature-news-ul li:last-child {
  border-bottom: 0;
}
.feature-news-single {
  background-color: #f0f0f0;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border: 1px solid #00000042;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.feature-news-left img {
  min-height: 63px;
}
.feature-news-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}
.feature-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.feature-news-lead a:hover img {
  opacity: 0.85;
  webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.feature-news-lead a:hover .feature-news-heading h3 {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.feature-news-single:hover img {
  opacity: 0.85;
}
.feature-news-single:hover .feature-news-right h3 {
  color: #000;
}
.feature-news-right-banner {
  margin-top: 35px;
}
.feature-news-right-banner-2 {
  margin-top: 8px;
}
/*================================================
  6. INTERNATIONAL SECTION STYLE
==================================================*/
.bg-white {
  background: #ffffff;
  width: 100%;
}
.international {
  background-color: #fff;
  padding: 40px 0;
}
.international-news-row {
  padding-top: 5px;
}
.international-news-left {
  width: 73.27%;
  float: left;
}
.international-lead {
  /* position: relative; */
  background-color: #f0f0f0;
  border: 1px solid #00000042;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;

}
.international-lead-img {
  position: relative;
}
.international-lead-heading {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
}
.international-lead-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.international-lead-heading h2 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
.international-lead-heading p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.international-lead-detail {
  min-height: 187px;
  max-height: 187px;
  overflow: hidden;
}
.international-lead-detail p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  padding: 0 1px;
  padding-top: 5px;
}
.international-lead a:hover {
  color: #000;
}
.international-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.international-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
}
.international-news-ul li a {
  display: inline-block;
  padding: 7px;
  background: #f0f0f0;
  border: 1px solid #00000042;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.international-news-ul li a:hover {
  color: #000;
}
.international-news-ul-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.international-news-ul-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.international-news-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
}
.international-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.international-news-right {
  width: 26.73%;
  float: left;
}
.right-international-banner {
  margin-top: 19px;
}
/*================================================
  6. CAPITAL SECTION STYLE
==================================================*/
.capital-section {
  padding: 50px 0 40px;
}
/*================================================
  7. SPORTS SECTION STYLE
==================================================*/
.sports {
  background-color: #fff;
  padding: 50px 0 40px;
}
.sports-news-left {
  width: 73.27%;
  float: left;
}
.sports-news-right {
  width: 26.73%;
  float: left;
}
.sports-banner-1 {
  margin-top: 10px;
}
.sports-banner-2 {
  margin-top: 25px;
}
.sports-lead-news {
  position: relative;
  margin-bottom: 26px;
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05);
}
.sports-lead-news img {
  min-height: 315px;
}
.sports-lead-news-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 0px 0px 10px 10px;
}
.sports-lead-news-text h2 {
  font-size: 22px;
  padding: 5px;
  color: #fff;
  line-height: 28px;
  margin: 0;
}
.sports-lead-news-text span {
  color: #e74c4f;
  font-size: 14px;
  padding: 0 5px;
  line-height: 14px;
}
.sports-small-news {
  position: relative;
  margin-bottom: 26px;
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #00000042;
  border-radius: 10px;
}
.sports-small-news-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 0px 0px 10px 10px;
}
.sports-small-news-text h3 {
  font-size: 17px;
  padding: 2px 5px;
  color: #fff;
  line-height: 20px;
  margin: 0;
}
.sports-small-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
  padding: 0 5px;
}
.sports-small-news img {
  min-height: 145px;
}
/*================================================
  8. LIFT STYLE SECTION STYLE
==================================================*/
.life-style-section {
  background-color: #fff;
  padding: 50px 0 40px;
}
.life-style-left {
  width: 73.27%;
  float: left;
}
.life-style-right {
  width: 26.73%;
  float: left;
}
.life-style-row {
  padding-top: 5px;
}
.life-style-single {
  background-color: #f0f0f0;
  border: 1px solid #00000042;
  border-radius: 10px;
  margin-bottom: 30px;
}
.life-style-single-text {
  padding: 5px 5px;
  background: #f0f0f0;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  border-radius: 10px;
}
.life-style-single-text h2 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.life-style-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.life-style-2 {
  margin-top: 24px;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 40px 0;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
}
.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.title-bg:before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -14px;
  width: 60%;
}
.title-bg:after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
}

.title-bg a {
  font-size: 28px;
  text-decoration: none;
}
.single-videos {
  position: relative;
  overflow: hidden;
  border: 1px solid #00000042;
  border-radius: 10px;
  background-color: #f0f0f0;
}
.single-videos .images {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.single-videos .images a {
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.single-videos .images .overley {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.single-videos .images:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-videos .images .overley .videos-icon {
  padding: 20% 0;
  text-align: center;
}
.single-videos .images a img {
  transition: all 0.5s ease 0s;
}
.single-videos .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
  z-index: 10;
}
.videos-text {
  position: relative;
  z-index: 10;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 6px 10px;
  max-height: 74px;
  min-height: 74px;
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
}
.single-videos a {
  color: #000;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
/* #featured-videos-section .single-videos h3 a:hover {
  color: #e74c4f;
  transition: all 0.5s ease 0s;
} */
#featured-videos-section .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  top: -55px;
  border: 1px solid #000000;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: #000000 !important;
}

#featured-videos-section .owl-nav .owl-next:hover {
  background: #000;
  border: 1px solid #ffffff;

}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
#featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  top: -55px;
  border: 1px solid #000000;
  transition: all 0.5s ease 0s;
  border-radius: 50%;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: #000000 !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  border: 1px solid #ffffff;
  color: #fff;
  background-color: #000;
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;

}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
/*====== FOOTER NEW STYLE ============*/

/* Widget Container Styling */
.widget.text-widget {
  padding: 20px;
  margin-bottom: 20px; /* Space below the widget */
  text-align:center; /* Center content inside the widget */
}

/* Logo Styling */
.logo-mobile {
  width: 100%;
  max-width: 300px; /* Maximum width for the logo */
  height: auto; /* Maintain aspect ratio */
}

.social-icon {
  margin: 0;
  display: block;
  padding: 0;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 10px; /* Space below the logo */

}
.social-icon li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
}
.social-icon li a {
  display: inline-block;
  transition: 0.5s;
}
.social-icon li a {
  font-size: 20px;
  color: #ffffff;
  width: 34px;
  height: 34px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  line-height: 34px;
  text-align: center;
  transition: all 0.7s ease-in;
}
.social-icon li a:hover {
  transform: rotate(360deg);
}

/* timessylhet */

/* Widget Container Styling */
.widget.tags-widget2 {
  padding: 20px;
  border-radius: 5px; /* Rounded corners */
  margin-bottom: 20px; /* Space below the widget */
}

/* Heading Styling */
.widget.tags-widget2 h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align:left; /* Center the heading */
}

.widget.tags-widget2 h1 span {
  font-size: 18px; /* Adjust size of © symbol */
  margin-right: 5px; /* Space between © and text */
  
}

/* Horizontal Line */
.widget.tags-widget2 hr {
  border: 0;
  height: 1px;
  margin-bottom: 15px; /* Space below the line */
}

/* Paragraph Styling */
.widget.tags-widget2 p {
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px; /* Space between paragraphs */
  text-align: left; /* Center the text */
}



/* Address */

/* Widget Container Styling */
.widget.tags-widget {
  padding: 20px;
  border-radius: 5px; /* Rounded corners */
  margin-bottom: 20px; /* Space below the widget */
}

/* Heading Styling */
.widget.tags-widget h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.widget.tags-widget h1 i {
  margin-right: 8px; /* Space between icon and text */
}

/* Horizontal Line */
.widget.tags-widget hr {
  border: 0;
  height: 1px;
  margin-bottom: 15px; /* Space below the line */
  background-color: #000;
  opacity: 0.2;
}

/* Address and Contact Info Styling */
.size-w-4 {
  font-weight: bold;
  color: #ffffff; /* Text color */
  display: block;
  font-weight: 500;
  margin-bottom: 9px; /* Space between each entry */
}

/* Tag List Styling */
.tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.tag-list li {
  margin-bottom: 0px; /* Space between list items */
}

.tag-list li span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  padding: 1px 10px;
}


/* style.css */
.icon {
  margin-right: 5px; /* Space between icon and text */
  color: #007bff;    /* Change icon color */
  font-size: 1.2em;  /* Increase icon size */
}



/* PROTAL MAKE */

/* Widget Container Styling */
.widget.tags-widget1 {
  padding: 20px;
  margin-bottom: 20px; /* Space below the widget */
  text-align: center; /* Center content inside the widget */
}

/* Heading Styling */
.widget.tags-widget1 h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* Horizontal Line Styling */
.widget.tags-widget1 hr {
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

/* Footer Last Line Container Styling */
.footer-last-line {
  display: inline-block;
  text-align: center; /* Center the content */
}

/* Image Styling */
.footer-last-line img {
  margin-bottom: 0px; /* Space below the image */
  height: 70px; /* Image height */
  max-width: 100%; /* Ensure image is responsive */
}

/* Link Styling */
.footer-last-line span a {
  font-size: 16px;
  text-decoration: none;
}

.footer-last-line span a:hover {
  text-decoration: underline; /* Underline on hover */
}


.footer-new {
  background: linear-gradient(#ffffff, #5f5f5f33), 
              url(https://t4.ftcdn.net/jpg/05/65/00/53/360_F_565005351_YuU85vDVmtxNtVCWv8fvogR1T42JxQKY.jpg) 
              no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 40px 0 15px 0px;
  border-top: 2px solid rgba(255, 255, 255, 0.8); /* Top border with 20% opacity */
}

.widget.tags-widget2 h1 {
  color: #000;
  }
  
  .widget.tags-widget2 h1 span {
  color: #000;
  }
  .widget.tags-widget2 p {
  color: #000;
  }
  .widget.tags-widget h1 {
  color:#000;
  }
  
  .widget.tags-widget h1 i {
  color: #000;
  }
  .size-w-4 {
  color: #000;
  }
  .tag-list li span {
   color: #000;
    border: 1px solid #000;
  }
  .tag-list li span:hover {  
    background:#fff;
    color: #000;
  
  }
  .widget.tags-widget1 h1 {
  color:#000;
  }
  
  .widget.tags-widget2 hr {
  background:#000;
  opacity: 0.2;
  }


/* Center align the footer content for mobile view */
@media (max-width: 768px) {
  .footer-new {
      text-align: center; /* Center align text for mobile */
  }

  .widget {
      display: inline-block; /* Allow widgets to align in a line */
      width: 90%; /* Set width for widgets */
      margin: 0 auto; /* Center widgets */
      margin-bottom: 20px; /* Space between widgets */
  }

  .widget h1 {
      text-align: center; /* Center-align the headings */
  }

  .widget.tags-widget2 {
    text-align: left; /* Center-align text */
}

.widget.tags-widget2 h1 {
    text-align: center; /* Center-align heading */
}

.widget.tags-widget2 p {
    text-align: center; /* Center-align paragraphs */
}

.widget.tags-widget2 hr {
    margin: 10px auto; /* Center the horizontal line */
    width: 100%; /* Optional: Set width for horizontal line */
}
  
.widget.text-widget {
  text-align: center; /* Center-align text */
}

.widget.text-widget .logo-mobile {
  margin: 0 auto; /* Center the logo */
  display: block; /* Ensure the logo is a block element for centering */
}

.widget.text-widget p.footer-govt-reg {
  text-align: center; /* Center-align government registration text */
}

.social-icon.footer-icon.footer-icon-2 {
  display: flex; /* Use flexbox to align items */
  justify-content: center; /* Center the social icons */
  padding-left: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  padding-bottom: 15px;
}

.social-icon.footer-icon.footer-icon-2 li {
  display: inline-block; /* Ensure list items are displayed inline */
  margin: 0 10px; /* Optional: Add spacing between icons */
}

.social-icon.footer-icon.footer-icon-2 li a {
  display: inline-block; /* Ensure links are inline-block for padding */
  padding: 0px; /* Add padding to the links */
  color: #333; /* Default icon color */
  transition: color 0.3s; /* Smooth transition for hover */
}

.social-icon.footer-icon.footer-icon-2 li a:hover {
  color: #007bff; /* Change color on hover */
}



  
}










/* oldcode */


.opinion-heading {
  padding-top: 20px;
}
.footer-facebook-like {
  margin-top: 22px;
}
.writter-ul .feature-news-single {
  background: #fff;
}

.lead-national-main{
  border: 1px solid #00000042;
  border-radius: 10px;
}
.lead-national-main-text {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  min-height: 85px;
  max-height: 85px;
  overflow: hidden;
  padding-bottom: 10px;
}
.lead-national-main-text h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #000;
}
.lead-national-main-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.lead-national-main-text p {
  font-size: 16px;
  line-height: 25px;
  padding-top: 3px;
}
.lead-national-main-text:hover{
  color: rgb(0, 0, 0);
}


.lead-national-main-img {
  position: relative;
}
.lead-national-heading {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
}
.lead-national-heading h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}
.lead-national-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}

/* =====   SINGLE BLOCK STYLE ========*/
.natioal-top-section {
  padding-top: 7px;
}
.bangladesh-map {
  margin-top: -9px;
  margin-bottom: -7px;
}
.dividion-form-group {
  margin-bottom: 10px;
}
.single-block {
  background: #fff;
  position: relative;
  padding: 12px 15px;
}
.btn-date-picker {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #ff0000;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
.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;
}
.btn-date-picker:active::before,
.btn-date-picker:focus::before,
.btn-date-picker:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-date-picker:hover {
  color: #ff0000;
}
.division-style {
  position: relative;
  margin: 0 auto;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  cursor: pointer;
  outline: none;
  color: #19232d;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.division-style:after {
  clear: both;
  content: "";
  display: table;
}
.footer {
  background: #0a0102;
  min-height: 50px;
  border-top: 2px solid #f00;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
}
.footer-copy-text {
  text-align: left;
}
.new-contact-heading {
  text-align: center;
  padding-bottom: 5px;
}
.new-contact-heading h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
}
.new-contact-heading h4:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 1px;
  background: #1da255;
  width: 40px;
}
.new-contact-heading p {
  font-size: 16px;
  margin: 0;
}
/* =====   SINGLE BLOCK STYLE ========*/
.writter-ul {
  margin: 0;
  padding: 0;
}
.writter-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.writter-ul-single {
  background-color: #f0f0f0;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #00000042;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.writter-ul-left {
  float: left;
  width: 30%;
  padding-right: 3%;
}
.writter-ul-left img {
  min-height: 70px;
  border-radius: 10px;
}
.writter-ul-right {
  float: left;
  width: 70%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.writter-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 17px;
  line-height: 20px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}
.writter-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}

.online-vot {
  margin-top: 20px;
}
.online-vot-heading {
  text-align: center;
}
.online-vot-heading h2 {
  background: #1da255;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}
.vot-body {
  padding: 15px;
  border: 1px solid #ccc;
}
.radio-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
  margin-right: 7px;
}
.writter-ul-single-white {
  background: #fff;
}
.namaj-time {
}
.namaj-time-heading {
  text-align: center;
  /* margin-bottom: 5px; */
}

.namaj-time-table {
  color: #fff;
  font-size: 18px;
}
.namaj-time-table td {
  color: #fff;

  padding: 0 12px;
  line-height: 36px;
}

.namaj-time-body {
  position: relative;
  display: inline-block;
  width: 100%;
}
.namaj-time-body-left {
  float: left;
  width: 50%;
}
.namaj-time-body-right {
  float: left;
  width: 50%;
}

/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  float: left;
  width: 63.4%;
}
.right-content-area {
  float: left;
  width: 36.6%;
}
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
}
.details-page-breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 12px;
}
.details-page-breadcrumb li a {
  color: #000000;
  font-size: 22px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active a {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}

/* Style the nav-linkh when hovered */
.nav-linkh:hover {
  color: #000000; /* Change the color on hover */
  text-decoration: underline; /* Optional: Add underline on hover */
}

/* Style the active breadcrumb link */
.breadcrumb .active a {
  color: #000000; /* Change the color of the active breadcrumb */
}


.details-content {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 1px;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
  border-radius: 10px;
}


.image-caption {
font-size: .675em;
color: #6c757d;
}


.details-content h3 {
  color: #000000de;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin: 30px 0 15px
  
}
.details-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}
.details-content p {
  margin: 5px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}
.details-content img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
  border-radius: 10px;
  background-color: #000;
}




.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: #fff;
  color: #000;
  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: #1da255;
  color: #ffffff;
  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: #fff;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}
.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);
}
.facebook-comment-box {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  background: #fff;
}
.fb-h2 {
  border-bottom: 1px solid #ddd;  padding: 15px;
  font-size: 24px;
  margin: -1px -1px 0;
  background-color: #000;
  border-radius: 0px 0px 10px 10px ;
}

.details-news-single {
  margin-bottom: 21px;
  border-radius: 10px;
  border: 1px solid #00000042;
}
.details-news-single-text {
  background-color: #f0f0f0;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
  border-radius: 10px;
}
.details-news-single-text h3 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.details-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #000;
}

.details-tab-container {
  margin-bottom: 25px;
}
.detail-least-news-ul {
}
.detail-least-news-ul .least-news-left img {
  min-height: unset;
  max-height: unset;
}
.detail-least-news-ul .least-news-right h3 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 24px;
}

/*===================  DETAILS PAGE STYLE ==============================*/
.category-content {
}
.category-content-lead {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 18px;
}
.category-content-lead-left {
  float: left;
  width: 60%;
}
.category-content-lead-right {
  float: left;
  width: 40%;
  background: #fff;
  padding: 19px 20px;
}
.category-content-lead-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.category-content-lead-right h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 0 1px;
}
.category-content-lead-right p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.category-content-lead-right-text {
  max-height: 208px;
  min-height: 208px;
  overflow: hidden;
}
.category-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
.category-content-single a {
  /* margin-bottom: -5px;
  display: inline-flex; */
}
.category-content-single-left {
  float: left;
  width: 45%;
  padding-right: 2%;
}
.category-content-single-right {
  float: left;
  width: 55%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.category-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.category-content-btn {
}

/*====================== CATAGORY PAGE TAB ==========================*/
.right-category-tab {
  margin-bottom: 27px;
}
.category-page-tab {
  width: 100%;
  margin-top: 27px;
}
.category-page-tab .nav-item {
  display: block;
  float: left;
  width: 33.33%;
}
.category-page-tab .nav-item .nav-link {
  transition: background-color 0.3s 0s;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #ff0000;
  border-radius: 0;
  padding: 9px 0;
  border-top: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.category-page-tab .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #e74c4f;
}
.category-page-least-news {
  max-height: 399px;
  overflow-y: auto;
}

.allnews-title {
  position: relative;
}
.all-news-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #ff0000;
  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;
}
.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:hover {
  color: #ff0000;
}
.all-news-btn:focus:before,
.all-news-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.allnews-title-2 {
  position: relative;
}
.allnews-title-2 a {
  display: block;
  text-align: center;
  border: none;
  padding: 5px;
  color: #000;
  background: #f6f6f6;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.allnews-title-3 {
  position: relative;
}
.all-news-btn-2 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #ff0000;
  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;
}
.all-news-btn-2: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-2:hover {
  color: #19232d;
}
.all-news-btn-2:focus:before,
.all-news-btn-2:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-more {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-more-wrapper {
  position: relative;
  padding-bottom: 20px;
}
.main-banner-category {
  padding-top: 30px;
}
.lead-news-heading-small span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
/*====================== VIDEO GALLERY STYLE ==========================*/
.video-breadcum {
  margin-top: 25px;
  margin-bottom: 20px;
}
.video-gallery-category {
  position: relative;
  background: #fff;
  margin-bottom: 24px;
}
.video-category-img {
  position: relative;
}
.video-category-img .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #ff0000;
}
.video-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.video-heading h2 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
.more-video {
}

/*====================== PHOTO GALLERY WRAPPER ==========================*/
.photo-gallery-wrapper {
  padding: 30px 0 40px;
}
.photo-gallery-left {
  float: left;
  width: 64%;
}
.photo-gallery-right {
  float: left;
  width: 36%;
}
.photo-gallery-heading {
  margin-bottom: 12px;
}
.photo-gallery-heading h2 {
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 1px;
}

#gallery-images-section .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
#gallery-images-section .owl-prev,
.owl-next {
  border: 0px;
  text-align: center;
  border-radius: 5%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#gallery-images-section .owl-prev .fa,
#gallery-images-section .owl-next .fa {
  font-size: 35px;
  line-height: 35px;
}
#gallery-images-section .owl-prev:focus,
.owl-next:focus {
  border: 0px;
}
#gallery-images-section .owl-prev:hover,
.owl-next:hover {
  color: #000000;
}
#gallery-images-section .owl-prev {
  float: left;
  position: relative;
}
#gallery-images-section .owl-next {
  float: right;
  position: relative;
}
#gallery-images-section .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  text-align: center;
}
#gallery-images-section .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#gallery-images-section .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
#gallery-images-section .owl-dots .owl-dot.active span,
#gallery-images-section .owl-dots .owl-dot:hover span {
  background: #869791;
}
#gallery-images-section .photo-gallery-text {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  z-index: 10;
  zoom: 1;
  text-rendering: optimizeLegibility;
}
.photo-gallery-ul {
  margin: 0;
  padding: 0;
}
.photo-gallery-ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.photo-gallery-ul li a {
  position: relative;
  display: inline-block;
  padding: 7px 7px;
  background: #eff3f4;
  width: 100%;
  margin-bottom: 2px;
  border-radius: 10px;
  border: 1px solid #00000042;
}
.photo-gallery-ul li a .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  left: 7px;
}
.photo-gallery-ul-left {
  width: 40%;
  float: left;
  padding-right: 2%;
}
.photo-gallery-ul-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding: 5px;
  max-height: 83px;
  min-height: 83px;
}
.photo-gallery-ul-right h2 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.photo-gallery-ul li a img {
  /* transition: all 0.3s ease-in; */
}
.photo-gallery-ul li a:hover img {
  opacity: 0.85;
}
/*====== NEW PHOTOGALLERY DETAISL PAGE STYLE ======*/
.details-photo-gallery {
  background: #fff;
  padding: 7px;
}
.details-photo-gallery-heading {
  position: relative;
  padding: 5px;
}
.details-photo-gallery-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
#lightgallery {
  margin: 0;
  padding: 0;
}
#lightgallery li {
  position: relative;
}
#lightgallery li a img {
  padding: 10px 0;
}
#lightgallery li a {
  cursor: zoom-in;
}
#lightgallery li p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}
#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: rgba(0, 166, 81, 0.7);
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
.photo-gallery-more-news-row {
  margin-top: 24px;
}
.photo-gallery-more-news {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.gallery-more-news-image {
  position: relative;
}
.gallery-more-news-image .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #e74c4f;
}
.gallery-more-news-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.gallery-more-news-heading h3 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
.top-nav-main {
  z-index: 999;
}

.category-page h2 .fa {
  color: #1da255;
}
.district-wrapper {
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
}
.district-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.district-ul li {
  display: inline-block;
}
.district-ul li a {
  border: 1px solid #1da255;
  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: #1da255;
  color: #fff;
}
.details-page-breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}

/*================================================
  VOTE PAGE DETAILS STYLE
==================================================*/
.vote-details {
  width: 100%;
  position: relative;
}
.vote-details h1 {
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 1px;
  border-bottom: 1px solid #ff0000;
}
.vote-detils-heading {
  border-bottom: 3px double #ff0000;
  margin-bottom: 12px;
}
.vote-main {
  padding: 10px 5px;
  border-bottom: 3px dashed #ff0000;
}
.vote-date h2 {
  font-size: 18px;
  margin-top: 5px;
}
.vote-title h2 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
}

.header-top-area {
  padding-top:6px;
  padding-bottom: 6px;
  background-color: #f0f0f0;

  /* padding: 5px 0; */
}


.current-date span {
  color: #000;
  }
  
  .current-date span + span::before {
  color: #000;
  }
  
.pagination-details {
  margin-top: 25px;
  text-align: center;
  padding-bottom: 20px;
}
.pagination-details .pagination li a {
  color: #ff0000;
}

.right-top-banner {
  text-align: center;
}
.sports-banner-top-1 {
  text-align: center;
  margin-top: 46px;
}
.sports-banner-top-1 img {
  height: 218px;
}
.sports-banner-2 {
  text-align: center;
}

.tag-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.tag-ul li {
  color: #000;
  list-style: none;
  display: inline-block;
}
.tag-ul li:first-child {
  font-size: 15px;
}
.tag-ul li a {
  color: #ff0000;
  border: 1px solid #ff0000;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 15px;
  transition: 0.5s;
}

.details-bottom-more-news-title {
  margin-bottom: 15px;
  position: relative;
}
.details-bottom-more-news-title:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 2px solid #ff0000;
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -2px;
  z-index: 9;
}
.details-bottom-more-news-title h3 {
  background-color: #ff0000;
  margin: 0;
  color: #fff;
  left: 10px;
  display: inline-block;
  font-size: 20px;
  padding: 7px 20px;
  position: relative;
  transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.details-bottom-more-news-title span {
  color: #fff;
  position: relative;
  display: block;
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transformtransform-style: flat;
  -ms-transform-style: flat;
  transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.details-more-news-single {
  margin-bottom: 24px;
}
.details-more-news-single-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 92px;
  max-height: 92px;
  overflow: hidden;
}
.details-more-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-more-news-single-text h3 {
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.details-more-news-single a:hover img {
  opacity: 0.85;
}

/* .image-caption {
  background: #e9ecef;
  margin-top: -5px;
  text-align: center;
  font-size: 18px;
  padding-bottom: 4px;
} */


/* newssharebox */
.share-post-box {
  position: relative; /* Set positioning context */
  text-align: right; /* Center align the share box */
}

.share-box {
  list-style: none; /* Remove bullet points from the list */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.share-box li {
  margin-right: 10px; /* Space between icons */
  color: #666;
  background: #e2e2e2ad;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-box a {
  font-size: 18px;
  height: 25px;
  width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  background: unset;

 
}

/* Specific styles for each icon */
/* Facebook */
.facebook {
  color: #1877F2; /* Facebook blue */
}

/* Twitter */
.twitter {
  color: #1DA1F2; /* Twitter blue */
}

/* LinkedIn */
.linkedin {
  color: #0077B5; /* LinkedIn blue */
}

/* WhatsApp */
.whatsapp {
  color: #25D366; /* WhatsApp green */
}

/* Button to copy */
.btn-copy {
  color: #f60 !important; /* Force the color to orange */
}


/* Print button */
.print {
  color: #0996a5; /* Gray for print button */
}


.author-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-left: 11px;
}
.author-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -16px;
}

.author-info ul {
  margin-top: 5px;
  list-style-type: none;
  padding: 0;
}

.author-info li {
  font-size: 15px;
  color: #000;
}

.writer-info { 
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
}

.writer-info .writer-image {
  width: 50px;
  height: 50px;
  border-radius: 21px;
  margin-bottom: 16px;
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
 
    /* Ensure the share box goes to the next line */
    .share-post-box {
        width: 100%; /* Full width */
        margin-top: -4px; /* Add some space between lines */
        text-align: left; /* Left-align the share box */
        margin-bottom: 10px; /* Add some space between lines */

    }

    .share-box {
        display: flex;
        justify-content: flex-start; /* Align to the left */
        flex-wrap: wrap; /* Allow wrapping if necessary */
        padding: 0;
    }

    .share-box li {
        margin-right: 5px;
    }
}

/* For smaller devices (like phones) */
@media (max-width: 480px) {
    /* .writer-name span {
        font-size: 14px;
    } */
/* 
    .author-info span {
      font-size: 14px;
  } */

    /* Adjust the share-box layout on smaller screens */
    .share-box {
        justify-content: flex-start; /* Keep share icons aligned to the left */
    }


}




.header-date-mbl {
  flex: 1; /* Allows the date section to take available space */
  text-align: left; /* Left align text in the date section */
}

#bengali-date-display,
#gregorian-date-display {
  color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 0px;
}


.header-date-mbl-right {
  flex: 0; /* Keeps the social media section from stretching */
  text-align: right; /* Right align text in the social section */
  font-family: Arial, sans-serif;
  font-size: 18px; /* Increase font size for better visibility */
}

.social {
  display: flex; /* Display social media section as flex */
  align-items: center; /* Center items vertically */
  margin-right: 5px;
}

.social ul {
  list-style: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  display: flex; /* Display icons in a row */
  justify-content: flex-end; /* Align icons to the right */
}

.social li {
  margin-left: 10px; /* Optional: space between social icons */
}

.social li a {
  color: rgb(248, 248, 248);
  font-size: 24px;
  display: flex; /* Flex for centering */
  justify-content: center; /* Center the icon */
  align-items: center; /* Center the icon vertically */
  width: 32px; /* Set fixed width for icons */
  height: 32px; /* Set fixed height for icons */
  background: linear-gradient(135deg, #5a5858, #8c8b8b, #b0a7a7);  border-radius: 30%; /* Circular icons */
  transition: background-color 0.3s; /* Smooth transition effect */
}

/* scroolmenu */

.wrapper {
  display: none;
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks */
  scrollbar-width: none; /* For Firefox */
  border-bottom: 1px solid #666; /* Top border for the wrapper */
}

.wrapper::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */

}

.tabs-box {
  display: flex; /* Use flexbox for horizontal layout */
  list-style: none; /* Remove default list styles */
  padding-right: 50px; /* Right padding for the entire tabs box */
}


.tab {
  display: inline-block; /* Keep tabs in line */
  /* Removed margin-right, as gap is used in tabs-box */
}

.tabs-box .tab a {
  text-align: center;
  padding: 2px 5px 2px 5px !important;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  color: #000;
  border-left:1px solid #949393 ;
}

.tabs-box .tab a:hover {
	color: #636060
}

@media (max-width: 768px) {

  .img-fluid {
    /* padding-right: 20px; */
    max-width: 100%;
    height: auto
}


  .wrapper{
      /* padding-top: 10px; */
      display: block; 

  }
  .wrapper1{
    padding-bottom: 20px;
    display: block; 

}
  #navbarSupportedContent {
    margin-top: 17px;
  }
 
}

/* mobile view logo */



/* Change background color to red for mobile view */
@media (max-width: 768px) { /* Adjust max-width as needed for your mobile breakpoint */
  .main-logo {
    display: none; /* Hide the logo */
}

.header-date-mobile {
  text-align: left; /* Center-align text */
}

.header-date-mobile a {
  text-decoration: none; /* Remove underline from links */
  font-weight: bold; /* Bold link text */
  font-family: "SolaimanLipiNormal"; 
  transition: background-color 0.3s ease; /* Smooth background change */
}

.hide-on-mobile {
  display: none;
}

  .top-nav-sports {
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
      background: #ffffff !important; /* Mobile background color */
  }

/* Default search icon style */
.fa-search {
  font-size: 14px;
  padding: 10px; /* Add padding to create space around the icon */
  border-radius: 65%; /* Make the background circular */
}



/* mobile view news show */

.col-md-4.custom-padding {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  margin-bottom:20px ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}

.lead-news-small-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
}

.lead-news-small {
  display: flex;
  flex-direction: row; /* Arrange thumbnail and title horizontally */
  align-items: center;
  width: 100%;
  border-top: 1px dotted gray;

  border-bottom: 1px dotted gray;
  margin-bottom: -1px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 9px 9px;

}



.lead-news-small img {
  width: 30%;  /* Adjust image size */
  margin-right: 10px;
  height: auto;
  
}

.lead-news-heading-small h3 {
  font-size: 17px;
  line-height: 17px;
  text-align: left;
  margin-left: 32%;
  flex-grow: 1;
  color: #000000;
  margin-bottom: 4;
}

.lead-news-heading-small {
  background: none;  /* Disable background gradient on mobile */
}
  

}

@media (max-width: 350px) { /* Adjust max-width as needed for your mobile breakpoint */
  .main-logo {
    display: none; /* Hide the logo */
}
  
.hide-on-mobile {
  display: none;
}

  .top-nav-sports {
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
      background: #ffffff !important; /* Mobile background color */
  }

/* Default search icon style */
.fa-search {
  font-size: 14px;
  padding: 10px; /* Add padding to create space around the icon */
  border-radius: 65%; /* Make the background circular */
}



/* mobile view news show */

.col-md-4.custom-padding {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  margin-bottom:20px ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}

.lead-news-small-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
}

.lead-news-small {
  display: flex;
  flex-direction: row; /* Arrange thumbnail and title horizontally */
  align-items: center;
  width: 100%;
  border-top: 1px dotted gray;

  border-bottom: 1px dotted gray;
  margin-bottom: -1px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 9px 9px;

}



.lead-news-small img {
  width: 30%;  /* Adjust image size */
  margin-right: 10px;
  height: auto;
  
}

.lead-news-heading-small h3 {
  font-size: 17px;
  line-height: 17px;
  text-align: left;
  margin-left: 32%;
  
  flex-grow: 1;
  color: #000000;
  margin-bottom: 4;
}

.lead-news-heading-small {
  background: none;  /* Disable background gradient on mobile */
}
  

}

.map-heading h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  color: #fff;
  background-color: #000;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}

.photo-gallery-heading a{
color: #000;
}



.namaj-time-heading h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: #fff;
  background-color: #000;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}

.namaj-time-table tbody tr:nth-of-type(odd) {
  color: rgb(255, 255, 255);
background-color:#000; }
.namaj-time-table tbody tr:nth-of-type(even) {
  background-color: #000;}
  .photo-gallery-ul li a .fa {
  color: #000;
}


.marquee-block h2 {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  padding: 6px 10px;
  border-radius: 7px 0px 0px 7px;
}

.marquee-block h2:after {
  border-left: 20px solid #000;
  content: "";
  position: absolute;
  left: 84px;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background: #e6e5e5;
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #c9c9c9;
  margin-bottom: 12px;
  padding: 0;
  height: 37px; /* আপনার প্রয়োজন অনুসারে উচ্চতা সেট করুন */
  border-radius: 7px;
}

@media (min-width: 350px) and (max-width: 414px) {
  #bengali-date-display,
  #gregorian-date-display {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .social li a {
    font-size: 10px;
    width: 15px; /* Adjust icon size */
    height: 15px; /* Adjust icon size */
  }
}


/* Hide header-baner between 750px and 820px */
@media (min-width: 750px) and (max-width: 984px) {
  .header-baner {
    display: none; /* Hides the header-baner element */
  }
  }

  /* .breadcrumb */

  .breadcrumb li.active {
    color: #000000; /* Change the color for active breadcrumb */
}

.nav-linkh {
  display: inline-flex; /* Ensure the link and icon are aligned horizontally */
  align-items: center; /* Vertically center the icon and text */
  text-decoration: none; /* Remove underline from the link */
  color: #000000; /* Set the link color */
  font-size: 22px; /* Adjust the font size */
  padding: 5px; /* Add some padding around the link */
}

.nav-link i {
  font-size: 20px; /* Adjust the icon size */
  margin-right: 5px; /* Space between the icon and any text */
}


/* footer SOcial Icon  */

.social-icon li .facebook {
  background: #3b5998; /* Facebook Blue */
  color: #ffffff; /* White color */
  border: 2px dotted transparent;
}
.social-icon li:hover .facebook {
  border: 2px dotted #3b5998; /* Facebook Blue */
  background: #ffffff; /* White color */
  color: #3b5998; /* Facebook Blue */
}

.social-icon li .twitter {
  background: #1da1f2; /* Twitter Blue */
  color: #ffffff; /* White color */
  border: 2px dotted transparent;
}
.social-icon li:hover .twitter {
  border: 2px dotted #1da1f2; /* Twitter Blue */
  background: #ffffff; /* White color */
  color: #1da1f2; /* Twitter Blue */
}

.social-icon li .linkedin {
  background: #0077b5; /* LinkedIn Blue */
  color: #ffffff; /* White color */
  border: 2px dotted transparent;
}
.social-icon li:hover .linkedin {
  border: 2px dotted #0077b5; /* LinkedIn Blue */
  background: #ffffff; /* White color */
  color: #0077b5; /* LinkedIn Blue */
}

.social-icon li .youtube {
  background: #ff0000; /* YouTube Red */
  color: #ffffff; /* White color */
  border: 2px dotted transparent;
}
.social-icon li:hover .youtube {
  border: 2px dotted #ff0000; /* YouTube Red */
  background: #ffffff; /* White color */
  color: #ff0000; /* YouTube Red */
}

/* end footer social */

