@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Mukta';
  src: asset("frontend/dist/fonts/EkMukta-Bold.woff2") format("woff2"), asset("frontend/dist/fonts/EkMukta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mukta';
  src: asset("frontend/dist/fonts/EkMukta-ExtraLight.woff2") format("woff2"), asset("frontend/dist/fonts/EkMukta-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mukta';
  src: asset("frontend/dist/fonts/EkMukta-ExtraBold.woff2") format("woff2"), asset("frontend/dist/fonts/EkMukta-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mukta';
  src: asset("frontend/dist/fonts/EkMukta-Light.woff2") format("woff2"), asset("frontend/dist/fonts/EkMukta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mukta';
  src: asset("frontend/dist/fonts/EkMukta-Medium.woff2") format("woff2"), asset("frontend/dist/fonts/EkMukta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mukta';
  src: asset("frontend/dist/fonts/EkMukta-Regular.woff2") format("woff2"), asset("frontend/dist/fonts/EkMukta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mukta';
  src: asset("frontend/dist/fonts/EkMukta-SemiBold.woff2") format("woff2"), asset("frontend/dist/fonts/EkMukta-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* color classes----------------------------------------------- */
/* rest ------------------------------------ */
* {
  font-family: 'Mukta', sans-serif;
  font: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  box-sizing: border-box;
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* default styling and custom-helper-classes-------------------------------*/
html {
  font-size: 10px;
  font-family: 'Mukta';
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: 'Mukta';
  font-size: 10px;
  overflow-x: hidden;
  line-height: 10px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --primary-color: #EC1D23;
  --optional-color: #302F8D;
  --white-hover: #ffffffbf;
  /* --golden-yellow: #F4A261; */
  --golden-yellow:  #E85442;
  --natural: #333333;
  --bg-color: #F6F9FF;
  /* --optional-color: #26577c; */
  --optional-color: #035c9E;
    --text-color:#333;
    --hover-color: #E85442;
}

a {
  text-decoration: none;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 6.8rem;
  line-height: 113px;
  text-align: center;
  color: var(--optional-color);
  margin-bottom: 0px;
  text-transform: capitalize;
}

h2 {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 43px;
  color: var(--color-heading);
  margin-bottom: 0px;
  text-transform: capitalize;
}

h3 {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 26px;
  color: var(--color-heading);
  margin-bottom: 0px;
  text-transform: capitalize;
}

p {
  margin-bottom: 0px;
}

ul {
  padding: 0;
  margin: 0;
}

.wrapper {
  /* width: 75%; */
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    width: 86%;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}

.row {
  margin: 0px;
  padding: 0px;
}

.col-lg-3,
.col-lg-4,
.col-lg-5.col-lg-6,
.col-lg-7,
.col-lg-9 {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.row>* {
  padding-right: 0px;
  padding-left: 0px;
}

/* animated keyframes functions--------------------------------------------- */

/* breadcrum section-------------------------------------------------------- */
.top-header {
  background-color: var(--optional-color);
  background-color: var(--optional-color);
  padding: 5px 0px;
}

.top-header ul {
  padding: 0;
  margin: 0;
}

@media (max-width:768px) {
  .top-header {
    /* display: none; */
  }
}

.top-header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 50px;
  position: relative;

}

.top-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 50px;
  position: relative;
  padding: 0px;
}

@media (max-width:767px) {
  .top-header .container {
    grid-gap: 0px;
    position: relative;
    padding: 10px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .top-header .container {
    grid-gap: 2px;
    position: relative;
    padding: 8px;
  }
}

@media (min-width:993px) and (max-width:1050px) {
  .top-header .container {
    grid-gap: 2px;
    position: relative;
    padding: 4px;
  }
}

@media screen and (max-width: 615px) {
  .top-header .wrapper {
    grid-row-gap: 0px;
    padding-top: 12px;
    padding-bottom: 0px;
    justify-content: center;
  }
}

@media (min-width: 615px) and (max-width:815px) {
  .top-header .wrapper {
    grid-gap: 1px;
    padding: 10px;
  }
}

@media (min-width: 816px) and (max-width:1024px) {
  .top-header .wrapper {
    flex-wrap: wrap;
    grid-gap: 5px;
  }

  .top-header__data-and-time {
    padding: 10px 0px;
  }
}



.top-header__data-and-time {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #fff;
  /* padding: 10px 0px 0px 0px; */
}

@media (max-width:767px) {
  .top-header__data-and-time {
    font-size: 1.2rem;
  }
}

.top-header__data-and-time a {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #fff;
  /* padding: 10px 0px 0px 0px; */
}

/* .top-header__data-and-time:hover {
  color: var(--optional-color);
} */

.top-header__social-icons-wrapper {
  display: flex;
  flex-direction: row;
  padding: 10px 0px 0px 0px;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width:767px) {
  .top-header-icon-show {
    display: none;
  }
}

@media (max-width:766px) {
  .top-header__social-icons-wrapper {
    flex-wrap: wrap;

  }

  .social-icon {
    margin: 10px 0px;
  }

  .social-icon iconify-icon {
    color: #003872;
  }
}





.top-header__social-icons-wrapper .social-icon a,
.top-header__social-icons-wrapper .social-icon button {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  font-size: 20.2px;
  
}

.top-header__social-icons-wrapper .social-icon a .iconify-icon,
.top-header__social-icons-wrapper .social-icon button .iconify-icon {
  font-size: 20.2px;
}

.top-header__social-icons-wrapper .social-icon--red {
  /* background-color: #AD1313; */
  border-radius: 6px 0px;
}

.top-header__social-icons-wrapper .social-icon .dropdown-menu {
  width: 100%;
  background-color: #d7d7d6;
  padding: 5px;
}

.top-header__social-icons-wrapper .social-icon .dropdown-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.top-header__social-icons-wrapper .social-icon .dropdown-menu ul input {
  padding: 8px;
  font-size: 1.5rem;
}

/* .top-header__social-icons-wrapper .social-icon iconify-icon {
  padding: 5px 0px 0px 0px;
} */



.top-header__social-icons-wrapper .social-icon a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
  border: 1px solid #fff;
}
.top-header__social-icons-wrapper .social-icon a:hover {
    background-color: var(--golden-yellow);
    transform: scale(1.1);
    color: #fff;
    border-color: var(--golden-yellow);
}
.top-header__social-icons-wrapper .social-icon a span{
 display: flex;
  align-items: center;
  justify-content: center;}

.mid-header {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0px;
}
.footer-logo{
  width: 190px;
}

@media screen and (max-width: 768px) {
  .mid-header {
    padding: 15px 0px;
    display: none;
  }
}

.mid-header__company-logo {
  width: 350px;
}

.mid-header__company-logo img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .mid-header__company-logo {
    display: none;
  }
}

.mid-header__advertisment {
  width: 732px;
}

.mid-header__advertisment img {
  width: 100%;
  /* aspect-ratio: 5/1; */
}

@media screen and (max-width: 1147px) {
  .mid-header__advertisment {
    width: 600px;
  }
}

@media screen and (max-width: 1023px) {
  .mid-header__advertisment {
    width: 100%;
  }
}


.navbar {
  background-color: var(--primary-color);
  padding: 0px;
  z-index: 999999;
}


@media (max-width:767px) {
  .navbar {
    border-bottom: 2px solid #ddd;
  }
}

@media screen and (max-width: 1023px) {
  .navbar {
    background-color: #fff;
  }
}

.navbar .wrapper {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; */
}

.navbar .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}

@media (max-width:768px) {
  .hamburger {
    position: relative;
    top: 0;
    right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .navbar .wrapper .hamburger {
    display: block;
  }
}

@media (min-width:1024px) and (max-width:1100px) {
  .navbar .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}

.navbar .wrapper .hamburger .side-nav-btn {
  position: relative;
  width: 55px;
  background-color: transparent;
  height: 55px;
}

.navbar .wrapper .hamburger .side-nav-btn .line {
  position: absolute;
  width: 56%;
  background-color: #fff;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.05s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .navbar .wrapper .hamburger .side-nav-btn .line {
    background-color: var(--optional-color);
  }
}

.navbar .wrapper .hamburger .side-nav-btn::after {
  position: absolute;
  content: "";
  bottom: 17px;
  width: 56%;
  background-color: #fff;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.05s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .navbar .wrapper .hamburger .side-nav-btn::after {
    background-color: var(--optional-color);
  }
}

.navbar .wrapper .hamburger .side-nav-btn::before {
  position: absolute;
  content: "";
  top: 17px;
  width: 56%;
  background-color: #fff;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.05s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .navbar .wrapper .hamburger .side-nav-btn::before {
    background-color: var(--optional-color);
  }
}

.navbar .wrapper .hamburger:active,
.navbar .wrapper .hamburger:hover {
  background-color: var(--optional-color);
}

.navbar .wrapper .hamburger:active .side-nav-btn .line,
.navbar .wrapper .hamburger:hover .side-nav-btn .line {
  width: 27.5%;
  transform: translateX(0%) translateY(-50%);
  background-color: #fff;
}

.navbar .wrapper .hamburger:active .side-nav-btn::after,
.navbar .wrapper .hamburger:hover .side-nav-btn::after {
  width: 27.5%;
  transform: translateX(0%);
  background-color: #fff;
}

.navbar .wrapper .hamburger:active .side-nav-btn::before,
.navbar .wrapper .hamburger:hover .side-nav-btn::before {
  background-color: #fff;
}

.navbar .wrapper .nav-item {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #FFFFFF;
  height: 55px;
  display: flex;
  justify-content: stretch;
  text-transform: capitalize;
}

@media screen and (max-width: 1023px) {
  .navbar .wrapper .nav-item {
    display: none;
  }
}

.navbar .wrapper .nav-item a {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 33px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 35px;
}

@media screen and (max-width: 1555px) {
  .navbar .wrapper .nav-item a {
    font-size: 1.8rem;
  }
}

@media (min-width:1020px) and (max-width:1200px) {
  .wrapper-one {
    width: 100% !important;
  }
}

@media screen and (max-width: 1481px) {
  .navbar .wrapper .nav-item a {
    padding: 0px 10px;
  }
}

.navbar .wrapper .nav-item:active,
.navbar .wrapper .nav-item:hover {
  color: var(--white-hover);
}

.navbar .wrapper .nav-item:active .side-nav-btn .line,
.navbar .wrapper .nav-item:hover .side-nav-btn .line {
  width: 27.5%;
  transform: translateX(0%) translateY(-50%);
}

.navbar .wrapper .nav-item:active .side-nav-btn::after,
.navbar .wrapper .nav-item:hover .side-nav-btn::after {
  width: 27.5%;
  transform: translateX(0%);
}

.navbar__company-logo {
  display: none;
  width: 200px;
}

.navbar__company-logo img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .navbar__company-logo {
    display: block;
  }
}

@media(max-width:767px) {
  .navbar__company-logo {
    margin: 0px 70px 0px 0px;
  }
}

@media screen and (max-width: 555px) {
  .navbar__company-logo {
    width: 150px;
    margin: auto;
  }
}

.advertisment {
  padding: 44px 0px;
  padding-bottom: 0px;
  padding: 40px 0px;
}

.advertisment img {
  width: 100%;
}

@media (max-width:767px) {
  .advertisment {
    margin: 0px 0px !important;
  }
}

@media screen and (max-width: 1023px) {
  .advertisment {
    padding: 20px 0px;
    padding-bottom: 0px;
  }
}

/* .advertisment img {
  width: 100%;
  height: 117.9px;
  object-fit: fill;
} */

@media screen and (max-width: 768px) {
  .advertisment img {
    height: auto;
  }
}

.news-header {
  border-bottom: 1px solid #d7d7d6;
  padding-bottom: 30px;
  padding-top: 41px;
  width: 62.5%;
}

.nigranidainik-b-b {
  border-bottom: none;
}

@media screen and (max-width: 1440px) {
  .news-header {
    width: 77.5%;
  }
}

@media screen and (max-width: 1024px) {
  .news-header {
    width: 94%;
    padding-top: 30px;
  }
}

.news-header__title {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 85px;
  text-align: center;
  color: var(--optional-color);
}

.news-header__title a {
  color: var(--optional-color);
  font-family: 'Mukta', sans-serif;
}

.news-header__title a:hover {
  color: var(--golden-yellow) !important;
}

/*new-css*/

.news-second-title-new {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 85px;
  text-align: center;
  color: var(--optional-color);
}

.news-second-title-new a {
  color: var(--optional-color);
  font-family: 'Mukta', sans-serif;
}

.news-second-title-new a:hover {
  color: var(--golden-yellow) !important;
}


@media screen and (max-width: 1439px) {
  .news-header__title {
    font-size: 6.2rem;
    line-height: 70px;
  }
  .news-second-title-new{
       font-size: 6.2rem;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .news-header__title {
    font-size: 5.5rem;
    line-height: 60px;
    padding: 20px 0px 0px 0px;
  }
    .news-second-title-new{
       font-size: 5.5rem;
    line-height: 60px;
    padding: 20px 0px 0px 0px;
  }
}

@media screen and (max-width: 425px) {
  .news-header__title {
    font-size: 3.7rem;
    line-height: 50px;
  }
      .news-second-title-new{
       font-size: 3.7rem;
    line-height: 50px;
  }
}

@media screen and (max-width: 424px) {
  .news-header__title {
    font-size: 3.3rem;
    line-height: 35px;
    margin-top: 15px;
  }
}



.banner_img_section {
  width: 1360px;
  height: 600px;
  margin: auto;
  padding: 20px 0px 10px 0px;

}

@media (max-width:768px) {
  .banner_img_section {
    width: 100%;
    height: auto;
  }
}

@media (min-width:769px) and (max-width:1400px) {
  .banner_img_section {
    width: 100%;
  }
}

.banner_img_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_img_section:hover img {
  /* transform: scale(1.011); */
}

.news-header__title_p {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 500;
  font-size: 6.8rem;
  line-height: 113px;
  text-align: center;
  color: #383636;
}

.news-header__title_p a {
  color: #383636;
}

.banner-contain-too p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  font-family: 'Mukta', sans-serif;
}

.banner-contain-too p:hover {
  color: #2260bf;
}

.banner-contain-too p a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  font-family: 'Mukta', sans-serif;
}

.banner-contain-too p a:hover {
  color: #2260bf;
}

.news-header__title_p:hover {
  color: #2260bf;
}

@media screen and (max-width: 1439px) {
  .news-header__title_p {
    font-size: 6.2rem;
    line-height: 98px;
  }
}

@media screen and (max-width: 767px) {
  .news-header__title_p {
    font-size: 5.5rem;
    line-height: 80px;
  }
}

@media screen and (max-width: 425px) {
  .news-header__title_p {
    font-size: 3.7rem;
    line-height: 56px;
  }
}

@media screen and (max-width: 424px) {
  .news-header__title_p {
    font-size: 3.3rem;
    line-height: 45px;
  }
}

.slug {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:768px) {
  .slug {
    margin-top: 20px;
  }
}

.context {
  font-family: 'Mukta', sans-serif;
  font-size: 19px;
  margin-bottom: 10px;
  display: inline-block;
  background: #bf1e2e;
  color: #fff;
  line-height: 1.2;
  padding: 9px 12px;
  border-radius: 4px;
  font-weight: 500;
  margin: auto;
  cursor: pointer;
}

.context:hover {
  background-color: #f8672d;

}

.context a {
  font-family: 'Mukta', sans-serif;
  font-size: 19px;
  margin-bottom: 10px;
  display: inline-block;
  background: #bf1e2e;
  color: #fff;
  line-height: 1.2;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
  margin: auto;
  cursor: pointer;
}

.context:hover a {
  background-color: #f8672d;
  color: #ffff;
}

.slug_left {
  padding: 10px 0px 0px 10px;

}

.slug_left .context {
  font-size: 19px;
  margin-bottom: 10px;
  display: inline-block;
  /* background: #0b3b5f; */
  background: #bf1e2e;
  color: #fff;
  line-height: 1.2;
  padding: 9px 12px;
  border-radius: 4px;
  font-weight: 500;
  margin: auto;
  cursor: pointer;
}

.slug_left .context h1 {
  font-size: 19px;
  margin-bottom: 10px;
  display: inline-block;
  /* background: #0b3b5f; */
  background: #bf1e2e;
  color: #fff;
  line-height: 1.2;
  padding: 9px 12px;
  border-radius: 4px;
  font-weight: 500;
  margin: auto;
  cursor: pointer;
}

.news-header__bottom {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 14px;
  flex-wrap: wrap;
}

.news-header__bottom .person_img img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.news-header__bottom .logo {
  width: 55px;
}

.news-header .author_name h2 {
  font-size: 20px;
  color: rgba(0, 0, 0, .8);
  font-weight: 700;
  font-family: 'Mukta', sans-serif;
}

.news-header .author_name h2:hover {
  color: #167ac6;
}

.news-header .author_name h2 a {
  font-size: 15px;
  color: rgba(0, 0, 0, .8);
  font-weight: 700;
  font-family: 'Mukta', sans-serif;
}

.news-header .author_name h2 a:hover {
  color: #167ac6;
}

.news-header__bottom .logo img {
  width: 100%;
}

.time-stamp {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 23px;
  text-align: center;
  color: #3D3C3C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  grid-gap: 7px;
}

.time-stamp--white {
  color: #fff;
}

/* .time-stamp {
  color: #3D3C3C;
} */
.time-stamp a {
  color: #3D3C3C;
}

.category-heading {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  background-color: var(--optional-color);
  display: inline-block;
  padding: 0px 25px;
  padding-right: 132px;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 66px;
  text-align: center;
  color: #FFFFFF;
}

.news {
  margin-top: 40px;
}

.news__listing {
  display: grid;
  margin-top: 16px;
  grid-template-columns: 2fr 1fr;
  grid-gap: 60px;
  justify-content: stretch;
}

@media (min-width:769px) and (max-width:1025px) {
  .news__listing {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .news__listing {
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px) {
  .news__listing {
    display: flex;
    flex-direction: column;
  }
}

.news__item {
  position: relative;
  overflow: hidden;
}

.news__item:hover img {
  transform: scale(1.2);
}

.news__item img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  background-position: center;

}

.news__item--small {
  height: 288px;
}

.news__item--small .gradient-bg {
  padding: 30px 30px 25px 30px;
}

.news__item--small img {
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .news__item--small h3 {
    font-size: 2.5rem !important;
    line-height: 33px !important;
  }
}

@media screen and (max-width: 1024px) {
  .news__item--small {
    height: 238px;
  }
}

.news__item--large {
  height: 550px;
  /* z-index: -1; */
}
.news-list-nigranee .gradient-bg h2 a{
  color: #333;
  font-size: 40px;
  font-weight: 700;
  transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}
.news-list-nigranee .gradient-bg h2 a:hover {
    color: var(--optional-color); 
    transform: translateY(-1px); 
}
.news-list-nigranee .gradient-bg{
  margin-top: 20px;
}
.phichar-sec-title h3 a{
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  transition: color 0.3s ease, transform 0.3s ease;
}
.phichar-sec-title h3 a:hover{
  color: var(--optional-color);
}
.phichar-sec-two-side .pichar-sec-img{
  height: 200px;
}
.phichar-sec-two-side .pichar-sec-img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}
.phichar-item-side{
  height: 100% !important;
}
.phichar-time-stamp{
  margin-top: 10px;
}
.news__item--large .gradient-bg {
  padding: 87px 125px 25px 64px;
}

.khelkud-sec .news-list-nigranee h2 a{
  font-size: 30px;
}
.video-sec-nigranee .news-list-nigranee h2 a{
color: #fff;
}
.video-sec-nigranee .news__item--large{
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .news__item--large .gradient-bg {
    padding: 87px 50px 25px 50px;
  }
}

@media screen and (max-width: 565px) {
  .news__item--large .gradient-bg {
    padding: 87px 30px 25px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .news__item--large {
    height: 505px;
  }
}

@media screen and (max-width: 565px) {
  .news__item--large {
    height: 350px;
  }
}

.news__item--side {
  display: flex;
  flex-direction: column;
  grid-gap: 28px;
  height: 600px;
  overflow: hidden;
  /* z-index: -1; */
}

@media screen and (max-width: 768px) {
  .news__item--side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
  }
}

@media screen and (max-width: 565px) {
  .news__item--side {
    grid-template-columns: 1fr;
  }
}

.news__item .gradient-bg {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 26.34%, #000000 68.14%); */
}

@media screen and (max-width: 565px) {
  .news__item .gradient-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30.34%, #000000 95.14%);
  }
}

.gradient-bg a {
  color: #ffff;
}

.gradient-bg a:hover {
  color: #ff4b03;
}

.news__item h3 {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 52px;
  color: #FFFCFC;
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  .news__item h3 {
    font-size: 3.2rem;
    line-height: 42px;
  }
}

@media screen and (max-width: 565px) {
  .news__item h3 {
    font-size: 2.8rem;
    line-height: 35px;
  }
}

.specific {
  margin-top: 41px;
}

.specific__listing {
  margin-top: 19px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 37px;
}

.specific__item {
  overflow: hidden;
}

.specific__item:hover img {
  transform: scale(1.3);
}

.specific__item a {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.specific__item .img {
  overflow: hidden;
}

.specific__item img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.specific__item h3 {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 40px;
  color: var(--optional-color);
}

.politics,
.economics-commerce {
  margin-top: 40px;
}

.politics__news__listing,
.economics-commerce__news__listing {
  margin-top: 17px;
}

.politics__news__listing .news__item--side,
.economics-commerce__news__listing .news__item--side {
  display: grid;
  grid-template-columns: 1fr 1.43fr;
  grid-gap: 15px;
}

@media (max-width:767px) {
  .politics__news__listing .news__item--side {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .politics__news__listing .news__item--side {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.politics__news__listing .news__item--side img,
.economics-commerce__news__listing .news__item--side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.politics__news__listing .news__item--side .other-news,
.economics-commerce__news__listing .news__item--side .other-news {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: space-between; */
}

.politics__news__listing .news__item--side .other-news__item img,
.economics-commerce__news__listing .news__item--side .other-news__item img {
  height: 135px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width:767px) {

  .politics__news__listing .news__item--side .other-news__item img,
  .economics-commerce__news__listing .news__item--side .other-news__item img {
    width: 100%;
    height: 235px;
    background-position: center;
  }
}

@media (min-width:768px) and (max-width:900px) {

  .politics__news__listing .news__item--side .other-news__item img,
  .economics-commerce__news__listing .news__item--side .other-news__item img {
    height: 335px;
    object-fit: cover;
    /* height: auto; */
    width: 100%;
    background-position: 50% 50%;
  }
}

@media (min-width:901px) and (max-width:992px) {

  .politics__news__listing .news__item--side .other-news__item img,
  .economics-commerce__news__listing .news__item--side .other-news__item img {
    height: 335px;
    object-fit: cover;
    /* height: auto; */
    width: 100%;
    background-position: 50% 50%;
  }
}


.politics__news__listing .news__item--side .other-news__item h3,
.economics-commerce__news__listing .news__item--side .other-news__item h3 {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: normal;
}

.other-news__item a {
  color: #000000;
}

.other-news__item a:hover {
  color: #2260bf;
}

.other-news__item:hover img {
  transform: scale(1.050);
}

.advertisment-side img {
  padding: 2px 0px;
}

@media (max-width:768px) {
  .image__asha img {
    width: 100%;
  }
}



.politics__news__listing .news__item--side .advertisment-side,
.economics-commerce__news__listing .news__item--side .advertisment-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 288px;
  /* justify-content: space-between; */
}

.foreign-employment {
  margin-top: 40px;
}

.foreign-employment .news__item--side .news__item--small {
  height: 100%;
}

.foreign-employment .news__listing__bottom {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  grid-gap: 45px;
}

@media (max-width:600px) {
  .foreign-employment .news__listing__bottom {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width:769px) and (max-width:1025px) {
  .foreign-employment .news__listing__bottom {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 45px;
  }
}


.foreign-employment .news__listing__bottom .news__bottom--left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  /* z-index: -1; */
}

@media (max-width:600px) {
  .foreign-employment .news__listing__bottom .news__bottom--left {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width:992px) and (max-width:1300px) {
  .foreign-employment .news__listing__bottom .news__bottom--left {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.foreign-employment .news__listing__bottom .news__bottom--left .news__bottom__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 50%;
  grid-gap: 30px;
}

@media (max-width:768px) {
  .foreign-employment .news__listing__bottom .news__bottom--left .news__bottom__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1300px) {
  .foreign-employment .news__listing__bottom .news__bottom--left .news__bottom__item {
    display: grid;
    grid-template-columns: auto;

  }
}

.foreign-employment .news__listing__bottom .news__bottom--left .news__bottom__item .suppourting-text h3 {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 32px;
  /* color: var(--optional-color); */
  color: #000000;
  margin-bottom: 24px;
}

.suppourting-text a {
  color: #000000;
}

.suppourting-text a:hover {
  color: #2260bf;
}

.foreign-employment .news__listing__bottom .news__bottom--left .news__bottom__item img {
  /* width: 215px;
  height: 215px;
  object-fit: cover; */
  height: 135px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width:768px) {
  .foreign-employment .news__listing__bottom .news__bottom--left .news__bottom__item img {
    width: 100%;
  }
}

.foreign-employment .news__listing__bottom .news__bottom--right {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  margin-top: 30px;
}

.foreign-employment .news__listing__bottom .news__bottom--right img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;

}

.economics-commerce {
  margin-top: 34px;
}

.economics-commerce .news-and-advertisment-list {
  display: grid;
  margin-top: 27px;
  grid-template-columns: 3.95fr 1fr 1.53fr;
  grid-gap: 30px;
}

.economics-commerce .news-and-advertisment-list .middle-section {
  display: flex;
  flex-direction: column;
  grid-gap: 23px;
  gap: 40px;
  /* justify-content: space-between; */
  height: 600px;
}

@media (max-width:1020px) {
  .economics-commerce .news-and-advertisment-list {
    display: flex;
    flex-direction: column;
    grid-gap: 23px;
    justify-content: space-between;
  }
}

.economics-commerce .news-and-advertisment-list .middle-section img {
  width: 100%;
}

.economics-commerce .news-and-advertisment-list .middle-section .news__item--tiny {
  height: 131px;
  /* z-index: -1; */
}

.economics-commerce .news-and-advertisment-list .middle-section .news__item--tiny .gradient-bg {
  padding: 13px 7px;
}

.economics-commerce .news-and-advertisment-list .middle-section .news__item--tiny img {
  object-fit: cover;
  height: 135px;
  background-position: center;
  background-repeat: no-repeat;

}

.economics-commerce .news-and-advertisment-list .middle-section .news__item--tiny h3 {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 22px;
  color: #FFFCFC;
  margin-bottom: 2px;
}

.economics-commerce .news-and-advertisment-list .advertisment-section {
  display: flex;
  flex-direction: column;
  grid-gap: 22px;
  height: 600px;

}

.economics-commerce .news-and-advertisment-list .advertisment-section img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* part-two-css-bhim-bhat */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 300px !important;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-button {
  border-radius: 50px;
  background-color: #007bff;
  font-family: 'Mukta';
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0.09em;
  text-align: center;
  width: 200px;
  margin: 0px 20px;

}

.header-button .side-icon {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header-button span {
  color: red;
}

.header-button a {
  font-weight: 600;
}

.offcanvas-header h5 {
  font-family: 'Mukta';
  font-size: 30px;
  font-weight: 400;
  line-height: 33.24px;
  text-align: center;
  color: #000000;
}

.offcanvas-body P {
  font-family: Mukta;
  font-size: 20px;
  font-weight: 400;
  line-height: 33.24px;
  text-align: center;
  color: #000000;
}

.offcanvas-body P:hover {
  color: #2260bf;

}

.offcanvas-body p iconify-icon {
  padding: 0px 20px;
}

.news_banner {
  background-color: #ddd;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px 60px;
  padding: 50px;

}

@media (max-width:768px) {
  .news_banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}


.news_banner_img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-title {
  margin: 0 0 27px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* z-index: -1; */
}

@media (max-width:767px) {
  .sec-title {
    margin: 20px 0px 10px 0px !important;
  }
}

.sec-title:before {
  background: #0366B3;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 2px;
  opacity: .3;
}

.sec-title h1 {
  margin: 0 0 0;
  line-height: 1;
  font-size: 27px;
  font-weight: 600;
  font-family: 'Mukta';
  color: var(--optional-color);
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 13px;
}

.sec-title h1 a {
  color: var(--optional-color);
}


.sec-title h2 {
  margin: 0 0 0;
  line-height: 1;
  font-size: 27px;
  font-weight: 600;
  font-family: 'Mukta';
  color: var(--optional-color);
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 13px;
}

.sec-title h2 a {
  color: var(--optional-color);
}

a.more {
  font-family: 'Mukta';
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--optional-color);
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 13px;
}

a.more i {
  transition: .6s ease;
  display: inline-block;
  margin-left: 8px;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec-title_news {
  margin: 0 0 27px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}


.sec-title_news h1 {
  margin: 0 0 0;
  line-height: 80px;
  font-size: 5rem;
  font-weight: 700;
  font-family: 'Mukta';
  color: var(--optional-color);
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 13px;
}

@media (max-width:767px) {
  .sec-title_news h1 {
    padding-right: 1px;
    line-height: 60px;
  }
}

.sec-title_news h1 a {
  color: var(--optional-color);
}

.sec-title_news h1 a:hover {
  color: #f8672d;
}

.sec-title_news .epaper_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width:767px) {
  .sec-title_news h1 {
    font-size: 4rem;
  }
}

.sec-title_news .epaper_list .left {
  border-right: 2px solid var(--optional-color);
  display: block;
  padding: 0px 10px 0px 0px;
}

.sec-title_news .epaper_list span {
  color: #f8672d;
  color: var(--primary-color);
}

.epaper .epaper-side-add {
  margin-top: 110px;
}

.sec-title_news h2 {
  margin: 0 0 0;
  line-height: 70px;
  font-size: 6.2rem;
  font-weight: 700;
  font-family: 'Mukta';
  color: var(--optional-color);
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 13px;
}

.sec-title_news h2 a {
  color: var(--optional-color);
}

.sec-title-manoranjan {
  margin: 0 0 27px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sec-title-manoranjan::before {
  background: #ffff;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 2px;
  opacity: .3;
}

.sec-title-manoranjan h2 {
  margin: 0 0 0;
  line-height: 1;
  font-size: 27px;
  font-weight: 600;
  font-family: 'Mukta';
  color: #fff;
  align-items: center;
  position: relative;
  /* background: #3B406F; */
  background: #26577c;
  padding-right: 13px;
}

@media (max-width:768px) {
  .sec-title-manoranjan h2 {
    padding: 0px 10px;
  }
}

.sec-title-manoranjan h2 a {
  color: #fff
}
.a.more:hover{
  color: var(--golden-yellow);
}

/* .sec-title-manoranjan h2 a:hover {
  color: #f8672d;
} */

.sec-title-manoranjan a:hover {
  color: #ededed;
}

.sec-title-manoranjan a.more {
  font-family: 'Mukta';
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #ffff !important;
  /* background: #3B406F; */
  background: #26577c;
  position: relative;
  z-index: 1;
  padding-left: 13px;
}
.sec-title-manoranjan a.more:hover{
  color: var(--golden-yellow) !important;
}

 /* .sec-title-manoranjan:hover a {
 color: #f8672d;
} */

@media (max-width:768px) {
  .sec-title-manoranjan a.more {
    padding: 0px 10px;
  }
}

.bisesh_section {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 30px 40px;
  height: 600px;
  overflow: hidden;
}

@media(max-width:768px) {
  .bisesh_section {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
  }

  .bisesh_section_left {
    flex-direction: column;
    height: auto;
  }

}

@media (min-width:769px) and (max-width:992px) {
  .bisesh_section {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
  }
}

@media (min-width:993px) and (max-width:1025px) {
  .bisesh_section {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
  }
}

.bisesh_section_img img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bisesh_section_left {
  display: flex;
  gap: 0px;

}

.bisesh_section_contain {
  background: #0366B3;
  height: 600px;
  overflow: hidden;
  padding: 15px;
  width: 50%;
}

.bisesh_section_contain a {
  color: #ffff;
}

.bisesh_section_contain a:hover {
  color: #dfd6d6;
}

@media (max-width:768px) {
  .bisesh_section_contain {
    height: auto;
    width: 100%;
  }
}

.bisesh_section_contain h2 {
  font-family: Mukta;
  font-size: 34px;
  font-weight: 600;
  line-height: 56.51px;
  text-align: left;
  color: #FFFFFF;
  cursor: pointer;
}

.bisesh_section_contain p {
  font-family: Mukta;
  font-size: 18px;
  font-weight: 600;
  line-height: 29.92px;
  text-align: left;
  color: #FFFFFF;
  cursor: pointer;
}

.bisesh_section_right {
  background: #FFFFFF;
  /* box-shadow: 4px 4px 30px 0px #00000040; */
  /* box-shadow: 0px 2px 5px 1px #00000040; */
  width: 100%;
}

.bisesh_section_right a {
  color: #000000;
}

.bisesh_section_right h2 {
  font-family: Mukta;
  font-size: 18px;
  font-weight: 600;
  line-height: 29.92px;
  text-align: left;
  color: #0366B3;
  padding: 10px;
}

.bisesh_section_right ul {
  list-style: none;
}

.bisesh_section_right ul li {
  font-family: Mukta;
  font-size: 18px;
  font-weight: 600;
  line-height: 36.56px;
  text-align: left;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}

/* .btn-primary{
  background: #0366B3;
} */

.btn-primary a {
  color: #fff;
  font-family: Mukta;
  font-size: 18px;
  font-weight: 600;
  line-height: 29.92px;
  text-align: left;


}

.btn-primary:hover a {
  color: whitesmoke;
}

.footer__media ul li {
  font-size: 40px;
  padding: 0px 10px;
}


/* card-design-css */
.tranning-section {
  width: 100%;
  background: url("images/bhim.png");
  background-size: cover;
  height: auto;
  padding-bottom: 50px;
}

.tranning-section h1 {
  text-align: center;
  font-family: 'Mukta';
  padding: 25px 0px;
}

.container-rasi {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (max-width:767px) {
  .container {
    display: inline-block;
  }
}

.trainning-items {
  /* flex-basis: 23%; */
  flex-basis: 15%;
  margin: 10px 0px;
  background: #fff;
  padding: 10px 0px;
  text-align: center;
  box-shadow: 0px 0px 10px 3px lightgray;
}

@media (max-width:767px) {
  .trainning-items {
    flex-basis: 100%;
    padding: 10px;
  }
}

.trainning-items:hover {
  box-shadow: 0px 0px 10px 3px rgb(173, 163, 163);
}

.trainning-items img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.trainning-items a h3 {
  padding: 10px 0px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 29.92px;
  color: #000;
}

.trainning-items a p {
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.59px;
  text-align: center;
  color: #000;
  padding: 3px;
}

.trainning-items a h3:hover {
  color: var(--optional-color);
}

.trainning-items a p:hover {
  color: var(--optional-color);
}

.trainning-items .rasi_box {
  width: 297px;
  height: 32px;
  background: #0366B3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 5px 0px 5px;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  transform: scaleY(-20deg);
}

@media (max-width:767px) {
  .trainning-items .rasi_box {
    width: auto;
  }
}

.trainning-items p {
  font-family: 'Mukta';
  font-size: 16px;
  font-weight: 400;
  line-height: 26.59px;
  text-align: center;
  padding: 15px;
  text-align: justify;
}

/* .trainning-items:hover{
  background: blue;
  background: #075DA0;
} */

/* .trainning-items:hover h3, .trainning-items:hover p{
  color: #fff;
} */

@media only screen and (min-width:200px) and (max-width:767px) {
  .container {
    width: 100%;
    flex-direction: column;
  }

  .trainning-items {
    margin: 10px;
  }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .container {
    width: 100%;

  }

  .trainning-items {
    margin: 10px;
  }

  .trainning-items {
    flex-basis: 30%;
    margin: 10px 0px;
    background: #fff;
    padding: 20px 0px;
    text-align: center;
    box-shadow: 0px 0px 10px 3px lightgray;
  }

}

/* card-design-css-end */
.main__footer {
  background: #075DA0;
}

.footer__bottom .footer-bottom_last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  grid-gap: 0px;
  flex-wrap: wrap;
  grid-gap: 15px;
}

.footer__bottom__copyright {
  font-style: normal;
  font-weight: 400;
  font-family: 'Mukta';
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
}

/* .footer__bottom__copyright:hover{
  color: #f8672d;
} */


.footer__bottom__copyright .clargeText {
  font-size: 16px;
  line-height: 15px;
  text-transform: none;
  color: var(--golden-yellow);
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.footer__bottom__copyright .clargeText:hover {
  color: var(--hover-color) !important;
}

.wrapper-footer {
  width: 85%;
  margin: 0 auto;
}

.footer__wrap ul li {
  color: #FFFCFC;
  font-size: 16px;
}

@media (max-width:768px) {
  .wrapper-footer {
    width: 120%;
    margin: 0 auto;
  }
}

.footer__bottom {
  background-color: var(--optional-color);

}

@media (min-width:400px) and (max-width:430px) {
  .footer__bottom {
    padding: 30px 0px;
  }
}

.main__footer .footer__content .footer__wrap ul li iconify-icon {
  color: #fff;
  font-size: 16px;
  padding: 0px 10px;
}

.sec-title-manoranjan {
  padding-top: 20px;
}

.all_rasi_btn {
  display: flex;
  gap: 30px;
  padding: 0px 80px;
}

.all_rasi_btn a {
  color: #fff !important;
}

@media (max-width:600px) {
  .all_rasi_btn {
    padding: 0px 20px;
  }
}

@media (max-width:600px) {
  .sidebar__text {
    padding: 20px 0px;
  }
}

.sec-title_rasi {
  margin: 0 0 27px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width:768px) {
  .sec-title_rasi {
    margin-top: 20px;
  }
}

.sec-title_rasi .rasi-title {
  font-size: 30px;
}

.sec-title_rasi:before {
  background: #0366B3;
  content: "";
  position: absolute;
  left: 100px;
  top: 12px;
  width: 75%;
  height: 2px;
  opacity: .3;
}

@media (min-width:768px) and (max-width:812px) {
  .sec-title_rasi:before {
    width: 50%;
  }
}

@media (min-width:813px) and (max-width:922px) {
  .sec-title_rasi:before {
    width: 45%;
  }
}

@media (min-width:923px) and (max-width:1025px) {
  .sec-title_rasi:before {
    width: 55%;
  }
}

@media (min-width:1026px) and (max-width:1280px) {
  .sec-title_rasi:before {
    width: 65%;
  }
}

.sec-title_rasi a {
  color: #0366B3;
}

.sec-title_rasi a:hover {
  color: #f8672d;
}

@media (max-width:600px) {
  .sec-title_rasi:before {
    display: none;
  }
}

.main__footer .footer__content .footer__wrap ul li:hover a {
  color: #f5e3e3;
}

.rasi {
  color: #fff;
  background: var(--optional-color) !important;
  border-color: none !important;
  border-radius: 5px !important;
}

.rasi_non {
  color: #000;
  background: #fff !important;
  border-color: none !important;
  border-radius: 5px !important;
}

.rasi_non a {
  color: #000 !important;
}

.btn-primary:hover {
  background: #426e8f !important;
}

.btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff !important;
}

.news_top_banner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0px;
  padding: 40px 0px;
}

@media (max-width:600px) {
  .news_top_banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
}

.news_top_banner_right {
  background: #035B9C;
  padding: 20px;
}

.news_top_banner_right a {
  font-family: 'Mukta';
  font-size: 40px;
  font-weight: 500;
  line-height: 66.48px;
  text-align: left;
  color: #FFFFFF;

}

.news_top_banner_right a:hover {
  color: red;
}

.news_top_banner_right :hover a {
  color: #ffff;
  text-decoration: none;
}

.news_top_banner_right p {
  font-family: 'Mukta';
  font-size: 22px;
  font-weight: 500;
  line-height: 36.56px;
  text-align: left;
  color: #FFFFFF;
  cursor: pointer;
}

.news_top_banner_left a img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}


@media (max-width:768px) {
  .news_top_banner_left a img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}


/* card-design-css */
.tranning-section_news {
  width: 100%;
  background-size: cover;
  height: auto;
  padding: 10px 0px 10px 0px;
}

.container_news {
  /* width: 1570px; */
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  gap: 12px;
}

/* .container{
  width: 1570px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
} */
.trainning-items_news {
  flex-basis: 24%;
  margin: 10px 0px;
  background: #fff;
  /* padding: 20px 0px; */
  text-align: center;
  /* box-shadow: 0px 0px 10px 3px lightgray; */
  border-radius: 10px;
}

@media (max-width:767px) {
  .wrapper-two {
    width: 100% !important;
  }
}

.trainning_news_interview {
  flex-basis: 46%;
  margin: 10px 0px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 0px 20px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

@media (min-width:993px) and (max-width:1300px) {
  .trainning_news_interview {
    flex-basis: 46% !important;
    margin: 10px 0px;

  }
}

@media (min-width:1301px) and (max-width:1442px) {
  .trainning_news_interview {
    flex-basis: 46% !important;
    margin: 10px 0px;

  }
}

@media (min-width:768px) and (max-width:800px) {
  .trainning-items_news {
    flex-basis: 49%;
  }
}

@media (min-width:801px) and (max-width:992px) {
  .trainning-items_news {
    flex-basis: 48%;
  }
}

@media (min-width:993px) and (max-width:1300px) {
  .trainning-items_news {
    flex-basis: 32%;
  }
}

@media (min-width:1301px) and (max-width:1442px) {
  .trainning-items_news {
    flex-basis: 32%;
  }
}

.trainning-items_news img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* border-radius: 10px; */
}

.trainning-items_news:hover img {
  transform: scale(1.01);
}

@media (max-width:768px) {
  .trainning-items_news img {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 0px 32px 0px 0px; */
    /* aspect-ratio: 1/1; */

  }
}

.trainning-items_news a {
  color: #000000;
}

.trainning-items_news a:hover {
  color: #2260bf;
}

.trainning-items_news p {
  padding: 10px;
  font-family: 'Mukta';
  font-size: 20px;
  font-weight: 500;
  line-height: 39.89px;
  text-align: left;

}

.trainning-items_news p:hover {
  color: #2260bf;
}

@media (max-width:768px) {
  .trainning-items_news p {
    padding: 5px 32px 0px 0px;
  }
}

.trainning-items_news_one {
  flex-basis: 32%;
  margin: 10px 0px;
  background: #fff;
  padding: 20px 0px;
  text-align: center;
}

.trainning-items_news_one img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.trainning-items_news_one a {
  color: #000000;
}

@media (max-width: 768px) {
  .trainning-items_news_one img {
    object-fit: cover;
    width: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 32px 0px 0px;
  }

}

.trainning-items_news_one p {
  padding: 10px;
  font-family: 'Mukta';
  font-size: 24px;
  font-weight: 500;
  line-height: 39.89px;
  text-align: left;

}

@media (max-width: 768px) {
  .trainning-items_news_one p {
    padding: 0px 32px 0px 0px;
  }

}


@media only screen and (min-width:200px) and (max-width:767px) {
  .container {
    width: 100%;
    flex-direction: column;
  }

  .trainning-items {
    margin: 10px;
  }

}

@media only screen and (min-width:200px) and (max-width:767px) {
  .container_news {
    width: 100%;
    flex-direction: column;
  }

  .trainning-items {
    margin: 10px;
  }

}


.pagination_bottom {
  padding: 30px 0px;
}

.page-link {
  padding: 1.375rem 2.75rem !important;
}

@media (max-width:768px) {
  .page-link {
    padding: 1rem 1.5rem !important;
  }
}

.page-item.disabled .page-link {
  color: #107cdb !important;
  pointer-events: none;
  font-weight: 500;
  background-color: #fff;
  border-color: #dee2e6;
  font-family: 'Mukta';
  font-size: 24px;
  font-weight: 400;
  line-height: 39.89px;

}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: 'Mukta';
  font-size: 24px;
  font-weight: 400;
  line-height: 39.89px;
}

.adv_section_p {
  padding: 20px 0px;
}
/* .adv_section_p .time-stamp{
  color: #fff;
} */

@media (max-width:600px) {
  .adv_section_p {
    padding: 10px 10px !important;
  }
}

@media (max-width:700px) {
  .manoranjanflex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

}

@media (min-width:750px) and (max-width:850px) {
  .sahitya_flex {
    /* display: flex;
    flex-direction: column; */
  }
}



/* .news_all{
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1
} */

/* #navbar {
  overflow: hidden;
} */

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.sidbar_box_img_text {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 40px 0px;
}

.sidbar_box_img_text .person_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.logo img {
  width: 60px;
}

.details_all_news {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 40px;

}

@media (max-width:768px) {
  .details_all_news {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width:769px) and (max-width:1199px) {
  .details_all_news {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;

  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .details_all_news {
    display: grid;
    grid-template-columns: 700px auto;
    gap: 40px;

  }
}

.news_box_img {
  /* height: 500px; */
}

.details_all_news .all_news_fullside .news_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

@media (max-width:700px) {
  .details_all_news .all_news_fullside .news_box_img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width:700px) {
  .news_add img {
    width: 100%;
  }
}

@media (min-width:768px) and (max-width:1400px) {
  .news_add img {
    width: 100%;
  }
}

.details_all_news .all_news_fullside .news_p p {
  font-family: 'Mukta';
  font-size: 22px;
  font-weight: 400;
  line-height: 36.56px;
  text-align: justify;
  color: #000000;
  /* padding: 20px 0px; */
  padding: 5px 0px 0px 0px;
}

.details_all_news .all_news_sidebar img {
  width: 100%;
  padding: 0px 0px 40px 0px;
  /* aspect-ratio: 1/1; */
  height: auto;
}


/* #myBtn {
  display: none;
  position: fixed;
  bottom: 1px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
} */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  padding: 15px;
  border: 0;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-transition-property: background-color, box-shadow, -webkit-transform;
  transition-property: background-color, box-shadow, transform, -webkit-transform;
}

.search-btn-tt .link-text .main-title {
  color: #fff;
  font-size: 16px;
}

#myBtn:hover {
  background-color: #555;
}


input[type=text] {
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  background-color: white;
  background-image: url(/images/search-icon.svg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 0px 10px;
}

.thaja_smachar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.thaja_smachar .thaja_smachar_right_contain {
  display: flex;
  gap: 30px;
  flex-direction: column;
}


.epaper {
  padding: 80px 0px;
}

.epaper .epaper-form {
  padding: 30px;
  background: #043051;
  border-radius: 2px;
}


.papersection {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-row-gap: 40px;
}

@media (max-width:768px) {
  .papersection {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.paperdesign {
  box-shadow: 0 0 5px 2px #eae6e6;

}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.addsection img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.myimage {
  overflow: hidden;
  height: 160px;
}

@media (max-width:768px){
  .myimage{
    height: auto;
  }
}
.papersection a img {
  /* min-height: 410px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 10px 0px 10px;
}

.paperdesign a img:hover {
  transform: scale(1.2);
}

.inner-img {
  transition: 0.9s;
}

.text_section {
  padding: 20px 10px;
}

.paperdesign .date {
  color: #075DA0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width:600px) {

  .footer-map {
    position: relative;
    right: 33px;
    top: 0px;
  }
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width:767px) {
  .offcanvas-body {
    gap: 2px;
  }
  .offcanvas-body P {
      font-size: 18px;
      line-height: 25.24px;
}
}

/* .bisesh_section_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
} */
@media (max-width:768px) {
  .bisesh_section_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.bisesh_section_right a:hover {
  color: #2260bf;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

.pagination {
  margin: 0 auto;
  margin-bottom: 30px;
  justify-content: center;
  text-align: center;
}

.pagination .page-link,
.pagination span {
  color: #363636;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #cacaca;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.pagination .page-link,
.pagination span {
  color: #363636;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #cacaca;
  display: block;
}



.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled span,
.pagination li.disabled .page-link,
.pagination li.disabled span {
  opacity: 0.5;
}


.pagination li span {
  height: 100%;
  display: flex;
  align-items: center;
}


.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #075DA0;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #075DA0 !important;
  border-color: #075DA0 !important;
}

.example {
  display: flex;
  gap: 10px;
}

@media(max-width:767px) {
  .example {
    flex-direction: column;

  }
}

@media (min-width:767px) and (max-width:992px) {
  .example {
    flex-direction: column;
  }
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #075DA0;
  float: left;
  width: 80%;
  background: #fff;
}

form.example label {
  color: #fff;

}

form.example input[type=date] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #075DA0;
  float: left;
  width: 80%;
  background: #fff;
}


form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background-color: #f8672d;
  color: white;
  font-size: 17px;
  border: 1px solid #f8672d;
  border-left: none;
  cursor: pointer;
  border-radius: 2px;
}

form.example button iconify-icon {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

form.example button:hover {
  background-color: #075DA0;
  border: 1px solid #075DA0;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

/* .owl-carousel .item {
  height: 200px;
} */


.owl-carousel .item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;

}

.owl-carousel .item img:hover {
  transform: scale(1.01);
}

.nigranidainik-site-footer {
  padding: 60px 0;
  background: rgba(34, 96, 191, .04);
  background-color: #075DA0;
  color: #fff;
  border-top: solid 1px rgba(34, 96, 191, .08);
}

@media (min-width: 1085px) and (max-width: 1280px) {
  .nigranidainik-container {
    padding: 0 20px;
  }
}

.yatra__text {
  cursor: pointer;
  font-family: 'Mukta', sans-serif;
}

.nigranidainik-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx {
  display: flex;
}

.nigranidainik-site-footer .flx>div {
  min-width: 20%;
}

.nigranidainik-site-footer .flx>div h4 {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 1;
  font-family: khand, sans-serif;
  font-weight: 600;
  color: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nigranidainik-site-footer .flx>div ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  /* color: rgba(0,0,0,.48); */
  color: #fff;
  transition: all .3s ease;
}

/* setopati-wala-css */
.footer {
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #666;
  padding: 30px 0 100px 0;
  display: table;
  background-color: #075DA0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.footer-conater {
  padding: 20px 0px;
}

.footer .items {
  color: #666;
  text-align: left !important;
  font-size: 16px;
  margin: 0;
}



.footer .items .mask-box {
  color: #fff;
  padding: 30px;
  /* height: 530px; */
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .items .mask-box iconify-icon {
  color: #fff;
  font-size: 18px;
  padding: 0px 10px 0px 0px;
  position: relative;
  top: 4px;
}

.footer .items .media:nth-child(1) {
  margin-top: 0;
}

.footer .items .media {
  display: block;
  /* margin-top: 10px; */
  line-height: 40px;
}

.social-title {
  color: #fff;
  font-size: 15px;
}

.footer .items .media .footer-item-title,
.footer .items .media .footer-title {
  font-size: 22px;
  color: #fff;
  /* margin-bottom: 20px; */
  font-weight: 700;
  display: block;
  text-align: left;
}

.footer .items .media .footer-item-title .left-icon {
  color: #fff;
  font-size: 14px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #fff;
  margin-right: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}

.footer .items .media figure {
  display: block;
  margin: 30px 0;
}

.footer-nav {
  padding: 0px;
}

.footer-nav li a {
  color: #fff;
  line-height: 40px;
  padding: 0px;
}

.footer-nav li {
  color: #fff;
}

/* .footer-title a{
  font-size: 18px;
} */
.footer-title iconify-icon {
  font-size: 22px;
  color: #ffff;
  padding: 0px 10px 0px 0px;
  position: relative;
  top: 5px;
}

.items .social-row {
  margin-top: 20px;
}

/* nigranidainik-news-css */

.nigranidainik-section {
  padding: 40px 0;
}

@media (min-width: 1085px) and (max-width: 1280px) {
  .nigranidainik-container {
    padding: 0 20px;
  }
}

.nigranidainik-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx {
  display: flex;
}

.nigranidainik-section .nigranidainik-col-left {
  flex: 2;
  padding-right: 30px;
}


.nigranidainik-section-title h2 {
  margin: 0 0 30px;
  font-size: 45px;
  font-weight: 600;
  color: #2260bf;
  display: flex;
  align-items: center;
}


.nigranidainik-section-title h2 .circle-arrow {
  vertical-align: middle;
  line-height: 27px;
  transition: all .3s ease;
}

.circle-arrow {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  color: #2260bf;
  background-color: rgba(34, 96, 191, .08);
  display: inline-block;
  margin-left: auto;
}


.nigranidainik-grid-12 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width:768px) {
  .nigranidainik-grid-12 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.span-12 {
  grid-column: span 12;
}


.nigranidainik-samachar-spot-news {
  background-color: #f4f6f8;
}

.flx {
  display: flex;
}





.nigranidainik-samachar-spot-news .post-img-wrap {
  flex: 1;
  max-width: 928px;
  min-width: 928px;
}

@media (max-width:767px) {
  .nigranidainik-samachar-spot-news .post-img-wrap {
    max-width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nigranidainik-samachar-spot-news .post-img-wrap {
    min-width: 315px;
    max-width: 315px;
  }
}

@media (min-width: 811px) and (max-width: 1022px) {
  .nigranidainik-samachar-spot-news .post-img-wrap {
    min-width: 280px;
    max-width: 280px;
  }
}

@media (min-width: 1023px) {

  .nigranidainik-samachar-spot-news .post-img-wrap,
  .page-template-templates .nigranidainik-samachar-spot-news .post-img-wrap {
    flex: 1;
    max-width: 60%;
    min-width: 60%;
  }
}

@media (min-width: 1023px) {

  .nigranidainik-samachar-spot-news .post-img-wrap,
  .page-template-templates .nigranidainik-samachar-spot-news .post-img-wrap {
    height: auto;
    min-height: 354px;
  }
}

.nigranidainik-samachar-spot-news .post-img-wrap a {
  display: block;
  height: 100%;
}

.nigranidainik-news-post a {
  text-decoration: none;
}

.nigranidainik-samachar-spot-news .post-img-wrap a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

.nigranidainik-news-post a .nigranidainik-post-thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

img {
  object-position: center top;
}

img {
  max-width: 100%;
  vertical-align: top;
}


.nigranidainik-samachar-spot-news .post-title-wrap {
  flex: 2;
}

.nigranidainik-samachar-spot-news .post-title-wrap {
  align-self: center;
  padding: 60px;
}


.nigranidainik-news-title-txt,
.nigranidainik-samachar-spot-news .post-title-wrap h4,
.post-title-wrap h4 {
  hyphens: auto;
  word-break: break-word;
}

.nigranidainik-samachar-spot-news .post-title-wrap h4,
.nigranidainik-interview-spot .post-title-wrap h4 a,
.nigranidainik-single-page .nigranidainik-post-title-right h1.entry-title {
  line-height: 1.3;
}

.nigranidainik-samachar-spot-news .post-title-wrap h4 a {
  color: rgba(0, 0, 0, .8);
  transition: all .3s ease;
}

.nigranidainik-samachar-spot-news .post-title-wrap p {
  font-size: 18px;
}

.home-aftersamachar-half1 {
  grid-column: span 12;
}

.nigranidainikam-device-mobile {
  display: none;
}

.span-6 {
  grid-column: span 6;
}

.nigranidainik-post-ltr a {
  display: flex;
  align-items: center;
  position: relative;
}

.nigranidainik-post-ltr:hover img {
  transform: scale(1.01);
}

.nigranidainik-news-post.nigranidainik-post-ltr a .nigranidainik-post-thumb {
  margin-bottom: 0;
}

.nigranidainik-post-ltr a .nigranidainik-post-thumb {
  border-radius: 4px;
  max-width: 134px;
  min-width: 134px;
  height: 82px;
}

.nigranidainik-post-ltr a .nigranidainik-post-content-wrap {
  flex: 2;
  padding-left: 18px;
}

.nigranidainik-news-post a .nigranidainik-post-thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

.nigranidainik-news-post a .nigranidainik-post-thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

img {
  object-position: center top;
}

.nigranidainik-samachar-section .nigranidainik-news-post.nigranidainik-post-ltr .nigranidainik-post-content-wrap .nigranidainik-news-tags.red {
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: #e11b22;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 11px;
}

.nigranidainik-post-ltr .nigranidainik-news-tags {
  display: none;
}

.nigranidainik-post-ltr a .nigranidainik-post-content-wrap h2 {
  margin: 0;
  font-size: 21px;
  color: #23252d;
  line-height: 1.3;
}

.nigranidainik-news-post a h2.nigranidainik-news-title-txt {
  font-family: mukta, sans-serif;
  font-weight: 500;
  transition: all .3s ease;
  text-decoration: none;
  color: var(--text-color);
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
  font-size: 20px;
}

.nigranidainik-news-post a h2.nigranidainik-news-title-txt:hover {
  color: var(--optional-color);
}

.nigranidainik-post-content-wrap>div {
  font-weight: 700;
  color: #d42325;
}

.nigranidainik-title-info {
  display: none;
}

.nigranidainik-news-post a .nigranidainik-news-post-hour {
  color: rgba(0, 0, 0, .48);
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nigranidainik-title-info>div {
  margin-right: 24px;
}

.nigranidainik-news-post a .nigranidainik-news-post-hour i {
  margin-right: 5px;
}

.nigranidainik-news-post-hour>span,
.nigranidainik-news-comment>span {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}

.nigranidainik-section .nigranidainik-col-right {
  flex: 1;
  width: 330px;
  max-width: 330px;
  min-width: 330px;
}

.nigranidainik-sticky-sidebar {
  position: sticky;
  top: 120px;
  z-index: 8;
}

.nigranidainik-sidebar-ad {
  text-align: left;
}

@media (min-width: 1023px) {
  .nigranidainik-sidebar-ad {
    text-align: left;
  }
}

.nigranidainikam-ad-position-wrap .nigranidainikam-each-ad {
  margin-bottom: 15px;
}

.nigranidainikam-each-ad img {
  border-radius: 4px;
}

/* sahiteyaa-css */
.default-news {
  margin-top: 10px;

}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.section-grid-view .dn__news--wrap {
  padding-right: 0;
}

.dn__news--wrap {
  padding-right: 33px;
  flex: 2;
}

@media (max-width:767px) {
  .dn__news--wrap {
    padding-right: 0px !important;
  }
}

.dn-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 27px;
}

@media (max-width:768px) {
  .dn-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
}

@media (min-width:769px) and (max-width:992px) {
  .dn-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 27px;
    padding: 20px;
  }
}

@media (min-width:769px) and (max-width:992px) {
  .dn-grid-top {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    grid-gap: 27px;
    padding: 20px;
  }
}

.col3 {
  grid-column: span 3;
}

.columnnews>a {
  position: relative;
  display: block;
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

.columnnews>a img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
  /* border-radius: 3px; */
}

@media(max-width:767px) {
  .columnnews>a img {
    height: auto;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .columnnews>a img {
    height: auto;
  }
}

.columnnews>a img:hover {
  transform: scale(1.011);
}

.columnnews>a iframe {
  height: 300px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
  /* border-radius: 3px; */
}

.columnnews>a iframe:hover {
  transform: scale(1.011);
}

img.dnnlazy {
  background: #c5c3C3FF;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  border: 0;
}

@media (max-width:767px) {
  .adv-item img {
    width: 100%;
  }
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.columnnews>a .columnnews-wrap h3 {
  font-family: 'Mukta', sans-serif;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.columnnews>a .columnnews-wrap h3:hover {
  color: #2260bf;
}

.news-title,
.news-title a {
  font-weight: 500;
  /* color: rgba(35,37,45,.9490196078); */
  color: #000;
  line-height: 1.45;
  font-size: 19px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.section-grid-view .columnnews-wrap p,
.section-grid-view .dn__side--add {
  display: none;
  transition: all .1s ease-in-out;
}

.columnnews-wrap p {
  font-size: 17px;
  padding-top: 9px;
  color: rgba(35, 37, 45, .9490196078);
  font-weight: 500;
  line-height: 1.6;
  opacity: .86;
}

.section-grid-view .columnnews-wrap p,
.section-grid-view .dn__side--add {
  display: none;
  transition: all .1s ease-in-out;
}



.nigranidainik-page-details .nigranidainik-col-right .nigranidainik-card-sifaris,
.left-fixed-items {
  margin-bottom: 28px;
}

.archive .nigranidainik-sidebar-card-news,
.single-post .nigranidainik-sidebar-card-news {
  margin-bottom: 24px;
}

.nigranidainik-single-page .nigranidainik-sidebar-card-news {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nigranidainik-col-right .nigranidainik-card-sifaris {
  margin-bottom: 0;
}

.nigranidainik-card-sifaris,
.nigranidainik-card-most-commented {
  margin-bottom: 28px;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.nigranidainik-sidebar-card-news {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: rgba(34, 96, 191, .14) 0 0 24px;
}

@media (min-width:1025px) and (max-width:1300px) {
  .nigranidainik-sidebar-card-news {
    padding: 5px;
  }
}

.nigranidainik-col-right .nigranidainik-section-title h2 {
  line-height: 1.3;
}

.nigranidainik-sidebar-card-news .nigranidainik-section-title h2 {
  font-size: 22px;
  border-bottom: solid 1px rgba(0, 0, 0, .14);
  /* padding-bottom: 14px; */
  color: var(--optional-color);
  font-family: 'Mukta', sans-serif;
}

.nigranidainik-sidebar-card-news .nigranidainik-section-title h2:hover {
  color: #f8672d;
}

.nigranidainik-sidebar-card-news .nigranidainik-section-title h2 a {
  font-size: 22px;
  padding-bottom: 14px;
  color: var(--optional-color);
  font-family: 'Mukta', sans-serif;
}

.nigranidainik-sidebar-card-news .nigranidainik-section-title h2:hover a {
  color: #f8672d;
}

.nigranidainik-section-title h2 {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #2260bf;
  display: flex;
  align-items: center;
}

.nigranidainik-sidebar-card-news .nigranidainik-news-post {
  border-bottom: solid 1px rgba(0, 0, 0, .14);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.nigranidainik-sidebar-card-news .nigranidainik-news-post img:hover {
  transform: scale(1.091);
}

.nigranidainik-post-ltr a {
  display: flex;
  position: relative;
}

.nigranidainik-news-post.nigranidainik-post-ltr a .nigranidainik-post-thumb {
  margin-bottom: 0;
}

.nigranidainik-card-sifaris .nigranidainik-post-ltr a .nigranidainik-post-thumb,
.nigranidainik-card-most-commented .nigranidainik-post-ltr a .nigranidainik-post-thumb {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  height: 68px;
}



.nigranidainik-post-ltr a .nigranidainik-post-thumb {
  border-radius: 4px;
  max-width: 134px;
  min-width: 134px;
  height: 82px;
}

.nigranidainik-news-post a .nigranidainik-post-thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

.nigranidainik-post-ltr .nigranidainik-post-thumb {
  overflow: hidden;
}

.nigranidainik-post-ltr a .nigranidainik-post-content-wrap {
  flex: 2;
  padding-left: 18px;
}

.single .nigranidainik-news-post a h2.nigranidainik-news-title-txt {
  font-weight: 700;
  font-size: 20px;
}

.nigranidainik-sidebar-card-news .nigranidainik-post-ltr a .nigranidainik-post-content-wrap h2 {
  font-size: 19px;
  font-weight: 600;
  font-family: 'Mukta', sans-serif;
}

.nigranidainik-post-ltr a .nigranidainik-post-content-wrap h2 {
  margin: 0;
  font-size: 21px;
  color: #23252d;
  line-height: 1.3;
}

.nigranidainik-news-post a h2.nigranidainik-news-title-txt {
  font-family: mukta, sans-serif;
  font-weight: 500;
  transition: all .3s ease;
  text-decoration: none;
  /* color: rgba(0,0,0,.8); */
  color: var(--text-color);
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
  font-size: 19px;
}

/* card-slider-besesh-section */
/* Google Fonts - Poppins */
.new-bishesh-section {
  /* background-color: #3B406F; */
  background: #26577c;
}

.container {
  max-width: 1120px;
  width: 100%;
  padding: 20px 0;
}

.slide-container {
  margin: 0 30px;
  overflow: hidden;
}

.card {
  background: #fff;
  border-radius: 8px;
}

.card .image-box {
  height: 200px;
}

.card .image-box img {
  border-radius: .25rem;
}

@media (max-width:767px) {
  .card .image-box {
    height: 200px;
    /* width: 380px; */
  }
}

@media (min-width:768px) and (max-width:992px) {
  .card .image-box {
    height: auto;
  }
}

.card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: 50% 50%;
  /* border-radius: 8px 8px 0 0; */
}

.card .image-box img:hover {
  transform: scale(1.01);
  overflow: hidden;
}

.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}

.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}

.profile-details .job a {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  /* padding: 10px; */
}

.profile-details .job a:hover {
  color: #2260bf;
}

.swiper-navBtn {
  color: #000 !important;
  height: 40px !important;
  width: 40px !important;
  background: #fff !important;
  border-radius: 50% !important;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px !important;
}

.swiper-pagination-bullet {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}

/* video-section-css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none !important;
  border-radius: 0;
  height: auto;
}

.card_video {
  width: 451.25px;
  height: 600px !important;
  margin-right: 20px;
}

.card_video {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  border-radius: .25rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68), transparent, transparent, transparent);

}

.card_vide {
  background: #fff;
  border-radius: 8px;
}

.card_video .profile-details .job a {
  color: #fff;
  padding: 10px;
  font-size: 25px;
}

/* just-try-video-css */
.bg-black-dd {
  background: #26577c;
  padding: 40px 0;
  margin-top: 40px;
}

.bg-black-dddd {
  padding: 40px 0;
  margin-top: 40px;
}

.bg-black-dd-details {
  padding: 40px 0;
  margin-top: 40px;
}

.dn-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

@media (min-width:780px) and (max-width:855px) {
  .dn-container {
    padding: 15px;
  }
}

@media (min-width:850px) and (max-width:1280px) {
  .dn-container {
    max-width: 960px !important;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .dn-container {
    max-width: 1100px !important;
  }
}

.sec-title {
  margin: 0 0 27px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section.white .sec-title::before {
  background: #fff;
}

.bg-black .sec-title:before {
  background: #fff;
}

.sec-title:before {
  /* background: #bf1e2e; */
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  opacity: .3;
}

.bg-black .sec-title h2 {
  background: #000;
  color: #fff;
}

.sec-title h2 {
  margin: 0 0 0;
  line-height: 1;
  font-size: 27px;
  font-weight: 600;
  font-family: poppins;
  /* color: #bf1e2e; */
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 13px;
}

.bg-black .sec-title h2 a {
  color: #fff;
}

.bg-black a.more {
  background: #000;
  color: #fff;
}

a.more {
  font-family: Mukta, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: rgba(0, 0, 0, .6901960784);
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 13px;
  display: flex;
  align-items: center;
}

a.more i {
  transition: .6s ease;
  display: inline-block;
  margin-left: 8px;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.dn-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 27px;
}

.overlay-news,
.special__block--option .overlay-news {
  position: relative;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 3px;
}

.col8 {
  grid-column: span 8;
}

.col9 {
  grid-column: span 9;
}

.col10 {
  grid-column: span 10;
}

.col4 {
  grid-column: span 4;
}

.col3 {
  grid-column: span 3;
}

.col2 {
  grid-column: span 2;
}

.overlay-news>a {
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  display: block;
}

/* .gradient-overlay::before, .overlay-news>a::before {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,.2) 30%,#000 100%);
  left: 0;
  bottom: -1px;
  position: absolute;
  content: "";
  border-radius: 3px;
  height: 100%;
  z-index: 1;
} */
.gradient-overlay::before,
.overlay-news>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 30%, #000 100%);
  border-radius: 3px;
  pointer-events: none;
  /* Ensures the overlay doesn't block mouse events */
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

.overlay-news>a img {
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

@media (max-width:768px) {
  .overlay-news>a iframe {
    padding: 20px;
  }
}

.overlay-news>a iframe:hover {
  transform: scale(1.05);
  overflow: hidden;
}

img.dnnlazy {
  background: #c5c3C3FF;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  border: 0;
}

.overlay-news .overlay-news-content {
  position: absolute;
  padding: 30px 35px 25px 40px;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
  border-radius: 3px;
}

.overlay-news .overlay-news-content h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  line-height: 1.3;
  font-family: 'Mukta', sans-serif;
}

.overlay-news .overlay-news-content h2:hover {
  color: #ff4b03;
}

.white .news-title {
  color: #fff;
  font-family: 'Mukta', sans-serif;
}

.white .news-title:hover {
  color: #ff4b03;

}

.news-title,
.news-title a {
  font-weight: 500;
  /* color: rgba(35,37,45,.9490196078); */
  color: #000;
  line-height: 1.45;
  font-size: 21px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.news-title,
.news-title a:hover {
  color: #000;
}

.col4 {
  grid-column: span 4;
}

.section-tv .thumbnail-news:first-child {
  padding-top: 0;
}

.section-tv .thumbnail-news {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .168627451);
}
.section-tv .thumbnail-news:last-child{
  border-bottom: none;
}
.main-news-list .items.world-one {
    order: 2;
}
.main-news-list .items.world-two {
    order: 1;
}
.main-news-list .items.world-three {
    order: 3;
}
.interviews-feat {
    border: 1px solid #eaeaea;
    padding: 18px;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.article-img {
    overflow: hidden;
}
.article-img {
    position: relative;
}
.interviews-feat .article-img img {
    height: auto;
}
.article-img img {
    width: 100%;
}
.titles.news-title-2 {
    font-size: 32px;
    line-height: 42px;
}
.thumb-news .media-item:nth-child(1) {
    margin-top: 0;
}
.thumb-news .media-item .article-img {
    margin-bottom: 15px;
}
.thumb-news.interviews-thumbs .media-item .article-img img {
    height: auto;
}
.thumb-news .media-item .article-img img {
    height: 220px;
    object-fit: cover;
    display: block;
}
.titles.news-title-5 {
    font-size: 22px;
    line-height: 28px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


@media (max-width:768px) {
  .section-tv .thumbnail-news {
    padding: 25px 10px;
  }
}

.flex {
  display: flex;
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

.thumbnail-news a iframe {
  max-width: 125px;
  min-width: 125px;
  height: 78px;
  margin-right: 24px;
  object-fit: cover;
  border-radius: 3px;
  flex: auto;
  margin-left: 0;
}

.thumbnail-news a iframe:hover {
  transform: scale(1.05);
}

.thumbnail-news a img {
  max-width: 150px;
  min-width: 150px;
  height: 100px;
  margin-right: 24px;
  object-fit: cover;
  border-radius: 3px;
  flex: auto;
  margin-left: 0;
}

.slug_title {
  margin: 20px 0px 20px 0px;
}

.slug_title h2 {
  margin: 0 0 15px;
  font-family: mukta, sans-serif;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all .3s ease;
  padding: 30px 0px 20px 0px;
  border-bottom: 1px solid #d7d7d6;
}

.slug_title h2 a {
  margin: 0 0 15px;
  font-family: mukta, sans-serif;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all .3s ease;
  padding: 30px 0px 20px 0px;
  /* border-bottom: 1px solid #d7d7d6; */
  color: #000;
}

.news-header__bottom_side {
  margin-top: 16px;
  display: flex;
  align-items: center;
  grid-gap: 14px;
  flex-wrap: wrap;
}

.news-header__bottom_side .person_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.news-header__bottom_side .author_name h2 a {
  font-size: 20px;
  color: var(--optional-color);
  font-weight: 700;
}

.author_name h2 a {
  color: #000;
  font-weight: 700;
  font-family: 'Mukta', sans-serif;
}

/* Style for the share buttons */
.share-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3b5998;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
}

.share-btn.twitter {
  background-color: #1da1f2;
  /* Twitter blue */
}

.share-btn iconify-icon {
  font-size: 14px;
  color: #FFFFFF;
  padding: 0px 10px 0px 0px;
}


/* 

.slide-container{
  max-width: 100%;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
 
  background-color: var(--optional-color);
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: var(--optional-color);
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.image-content, .card-content .author_name a{
  color: #000;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;

}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
} */


/* search-css */
.section-search-results-wrap {
  margin-bottom: 40px;
}

.mt-40,
.section {
  margin-top: 40px;
  line-height: 0;
}

.dn-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.dn__news--wrap {
  padding-right: 33px;
  flex: 2;
}

@media (max-width:767px) {
  .dn__news--wrap {
    /* padding: 20px; */
  }
}

.dn-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 27px;
}

.section-search-results-wrap .col3 {
  grid-column: span 12;
  padding-right: 0 !important;
}

.col3 {
  grid-column: span 3;
}

.section-search-results-wrap .col3 a {
  display: flex;
  background: #fff;
  transition: all .1s ease-in-out;
  border-radius: 0 3px 3px 0;
  box-shadow: rgba(8, 6, 6, .11) 0 0 24px;
}

@media (max-width:767px) {
  .section-search-results-wrap .col3 a {
    flex-wrap: wrap;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .section-search-results-wrap .col3 {
    grid-column: span 12 !important;
    display: grid;
    grid-template-columns: 2fr;

  }
}

.columnnews>a {
  position: relative;
  display: block;
}

.section-search-results-wrap .col3 a img {
  height: 100%;
  object-fit: cover;
  width: 280px;
  border-radius: 3px 0 0 3px;
  margin-right: 20px;
  margin-bottom: 0;
  min-height: 206px;
  flex: 3;
}

@media (max-width:767px) {
  .section-search-results-wrap .col3 a img {
    width: 100%;
  }
}

@media (max-width:767px) {
  .section-search-results-wrap .col3 {
    /* margin: 10px; */
    margin: 10px 20px 10px 12px;
  }

}

.section-search-results-wrap .col3 .columnnews-wrap {
  flex: 6;
  padding: 30px 20px 30px 10px;
}

.section-search-results-wrap .col3 .columnnews-wrap .news-title {
  font-weight: 600;
  font-size: 28px;
  opacity: 1;
}

.section-search-results-wrap .col3 .columnnews-wrap p {
  font-size: 16px;
  padding-top: 9px;
  padding-right: 20px;
  color: rgba(0, 0, 0, .7019607843);
  font-weight: 500;
  line-height: 1.75;
}

.columnnews-wrap p {
  font-size: 17px;
  padding-top: 9px;
  color: rgba(35, 37, 45, .9490196078);
  font-weight: 500;
  line-height: 1.6;
  opacity: .86;
}

.dn__side--add {
  flex: 1;
  max-width: 300px;
}

.news-detail-overflow>.sidebar-adv {
  margin-bottom: 30px;
}

.dn__side--add {
  flex: 1;
  max-width: 300px;
}

.sidebar-adv div a {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-news-title {
  color: #000;
  font-size: 28px;
  font-family: poppins;
  margin-bottom: 0;
}

.list-news span {
  margin-right: 10px;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-news ul li:first-child {
  border-top: none;
}

.list-news ul li {
  padding: 11px 0;
  border-top: 1px solid rgba(33, 30, 30, .1490196078);
}

.just-in-news li {
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 10px 0 10px 20px !important;
}

.just-in-news li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.flex {
  display: flex;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}


.gp-bbp-search form>div {
  display: flex;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

label {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}

#bbp-search-form input[type="text"] {
  font-size: 15px;
  background: #fff;
  border: 0;
  margin-right: -4px;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: calc(100% - 85px);
}

@media (max-width:767px) {
  #bbp-search-form input[type="text"] {
    border: 1px solid #ddd;
  }
}

#bbp-search-form button[type="submit"] {
  background: var(--golden-yellow);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  border-radius: 2px;
  margin: 0;
  text-transform: uppercase;
}

#bbp-search-form button[type="submit"] iconify-icon {
  padding: 4px;
}

#bbp-search-form button[type="submit"]:hover {
  background-color: #f8672d;
}


@media (max-width:767px) {
  .flex-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}


/* site-footer */
.site-footer {
  line-height: 1.4;
  /* background: -webkit-linear-gradient(to left,#0e0909,#0f0d0d);
  background: linear-gradient(to left,#141010,#0f0a0b); */
  background: #05385e;
  margin-top: 0 !important;
}

.mt-40,
.section {
  margin-top: 40px;
  line-height: 0;
}

.site-footer .first-footer {
  padding: 40px 0 40px 0;
  /* background: #f5f5f5; */
}

.dn-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.dn-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 27px;
}

.site-footer .first-footer .copyright-content .col3 {
  border-right: 2px solid rgb(255, 255, 255);
  position: relative;
}

@media (max-width:768px) {
  .site-footer .first-footer .copyright-content .col3 {
    border-right: none;
    position: inherit;
  }
}

.col3 {
  grid-column: span 3;
}

.site-footer .first-footer .copyright-content .col3:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.site-footer .first-footer ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.site-footer .first-footer ul b,
.site-footer .first-footer ul li {
  line-height: 1.8;
  font-size: 17px;
  color: #fff;
}

.footer-heading {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: poppins;
  color: #fff;
  font-weight: 700;
}

.site-footer .first-footer p {
  font-size: 16px;
  color: #fff;
  line-height: 1.9;
  font-family: poppins;
  font-weight: 400;
}

.site-footer .first-footer p iconify-icon {
  padding: 4px 6px 0px 0px;
}


.col9 {
  grid-column: span 9;
}

.quicklinks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 20px;
  grid-gap: 15px;
}

.quicklinks>div {
  order: 2;
  grid-column: span 3;
}

.site-footer .first-footer ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.site-footer .first-footer ul b,
.site-footer .first-footer ul li {
  line-height: 1.8;
  font-size: 17px;
  color: #fff;
}

.quicklinks>div ul li a {
  padding-bottom: 6px;
  line-height: 1.6;
}

.quicklinks ul li a {
  padding-bottom: 5px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  /* opacity: .75; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.quicklinks ul li a:before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bf1e2e;
  transition: all .1s ease-in-out;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform .3s;
}

.quicklinks>div ul {
  display: block;
}

.quicklinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
  grid-column: span 9;
  margin-bottom: 0 !important;
  order: 1;
}

@media (max-width:768px) {
  .quicklinks ul {
    display: flex;
    flex-direction: column;
  }
}

.site-footer .first-footer ul b,
.site-footer .first-footer ul li {
  line-height: 1.8;
  font-size: 17px;
  color: #fff;
}

.site-footer .first-footer ul li iconify-icon {
  padding: 10px 5px 0px 0px;
}

.social-icons-footer {
  display: flex;
  gap: 10px;
}

.social-icons-footer a iconify-icon {
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
  padding: 0.4rem 1rem 0.4rem 0rem;
  border-radius: 3px;
  color: #ffff;
  font-size: 19px;
  margin-right: 12px;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1 !important;
}





@media (max-width:768px) {
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    margin: 0px 80px;
  }
}

.epaper-button {
  display: flex;
  align-items: center;
  padding: 5px 18px;
  background-color: var(--golden-yellow);
  color: #fff;
  margin: 5px 0px 5px 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  /* margin: 0px 10px; */
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

.epaper-button a {
  color: #fff;
  font-family: 'Mukta', sans-serif;
}

.epaper-button a:hover {
  color: #fff;
}

.epaper-button:hover {
  background-color: #f8672d;
}

.epaper-button:active {
  box-shadow: none;
  transform: translate(2px, 2px);
}

.button-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.site-icon {
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 0px 0px;
}

.epaper-button .site-icon iconify-icon {
  background: #0091ff;
  font-size: 10px;
}

.site_footer-contain {
  /* background-color: var(--optional-color); */
}


@media (max-width:767px) {
  .game__wrap .second_news {
    padding: 20px 0px;
  }
}


#st-1.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}


#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: left;
  z-index: 94034;
}

#st-1 .st-total.st-hidden {
  display: none;
}

#st-1 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}

#st-1 .st-total>span {
  font-size: 16px;
  line-height: 17px;
  display: block;
  padding: 0;
}

#st-1 .st-total>span.st-shares {
  font-size: 9px;
  line-height: 9px;
}

#st-1 .st-btn[data-network='facebonigranidainik'] {
  background-color: #4267B2;
}

#st-1 .st-btn[data-network='twitter'] {
  background-color: #000000;
}

#st-1 .st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}

#st-1 .st-btn[data-network='messenger'] {
  background-color: #448AFF;
}

#st-1 .st-btn[data-network='viber'] {
  background-color: #645EA4;
}

#st-1 .st-btn[data-network='wechat'] {
  background-color: #4EC034;
}

#st-1 .st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}

#st-1 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

#st-1 .st-btn>img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}


/* new-footer-css */
.before-footer {
  background: var(--optional-color);
  position: relative;
  margin: 40px 0px;
}

.before-footer .bft {
  padding: 0px;
}


.left-aside .top-side-img-footer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* padding: 15px; */
  padding: 2px 50px 10px 0px;
}

@media(max-width:767px) {
  .left-aside .top-side-img-footer img {
    padding: 20px;
  }
}

.left-aside .chaimain {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.left-aside .chaimain img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.left-aside .site_footer-contain p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30.8px;
  text-align: center;
  color: #ffff;
}

.left-aside .ft-one {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 0px 0px 0px 100px; */
}

@media (min-width:1025px) and (max-width:1300px) {
  .left-aside .ft-one {
    margin: 10px 0px 0px 0px;
  }
}


.left-aside {
  margin: 0px 0px 0px 10px;
  padding: 10px;
}

@media (max-width:767px) {
  .left-aside {
    margin: 0px 0px 0px 0px;
    padding: 20px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .left-aside {
    margin: 0px 0px 0px 10px;
  }
}

@media (min-width:993px) and (max-width:1100px) {
  .left-aside {
    margin: 0px 0px 0px 10px;
  }
}

@media (min-width:1101px) and (max-width:1300px) {
  .left-aside {
    margin: 0px 0px 0px 10px;
  }
}

.left-aside p a {
  font-size: 18px;
  font-weight: 500;
  line-height: 30.8px;
  text-align: center;
  color: #ffff;
}


.main-footer .hamrobare {
  padding: 0px 50px 0px 0px;
}

@media (max-width:767px) {
  .main-footer .hamrobare {
    padding: 10px;
  }
}

.main-footer h3 {
  color: var(--optional-color);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  font-family: 'Mukta', sans-serif;
}


.main-footer h3 a {
  color: #003872;
  font-size: 32px;
  font-weight: 700;
  line-height: 64.25px;
  text-align: left;
  font-family: 'Mukta', sans-serif;
}

.main-footer h3 a:hover {
  color: #f8672d;
}





.btm-footer {
  width: 10%;
  height: 5px !important;
  background: var(--optional-color) !important;
  opacity: 1 !important;
}

.main-footer p {
  font-size: 17px;
  font-weight: 400;
  line-height: 34.13px;
  text-align: justify;
  color: #383838;
  padding: 20px 0px 0px 0px;
}

.main-footer .address a {
  font-size: 17px;
  font-weight: 400;
  line-height: 34.13px;
  text-align: left;
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-footer .address a:hover {
  color: #f8672d;
}

.address {
  padding: 0px;
  padding: 15px 0px 0px 0px;
}

.address iconify-icon {
  color: var(--optional-color);
  font-size: 20px;
  padding: 0px 8px 0px 0px;
}

.address li {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.main-footer .icon-all-ft {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.main-footer .social_link {
  width: 40px;
  height: 40px;
  background-color: #ffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.social_link a iconify-icon {
  color: var(--optional-color);
  font-size: 20px;
  padding: 5px;
}



.footer_btm ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  padding: 0px 110px 0px 0px;
  flex-wrap: wrap;
}

@media (max-width:767px) {
  .footer_btm ul {
    display: none;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .footer_btm ul {
    gap: 20px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .footer_btm ul {
    gap: 34px;
  }
}

@media (min-width:1201px) and (max-width:1400px) {
  .footer_btm ul {
    gap: 17px;
  }
}

@media (min-width:1401px) and (max-width:1550px) {
  .footer_btm ul {
    gap: 26px;
  }
}

@media (min-width:1551px) and (max-width:1750px) {
  .footer_btm ul {
    gap: 32px;
  }
}

.footer_btm ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 36.14px;
  text-align: left;
  color: #003872;
  font-family: 'Mukta', sans-serif;
}

.footer_btm ul li a:hover {
  color: #f8672d;
}

.side-add {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width:768px) and (max-width:992px) {
  .side-add {
    display: block;
  }
}

.rashifhal-details .jotishi_img img {
  height: 300px;
  object-fit: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  aspect-ratio: 5/1;
}

.jotishi_details img {
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 10px 3px lightgray;
}

.border-right {
  border-right: 1px solid #ddd;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  /* background-color: var(--optional-color) !important; */
  background-color: #f8672d !important;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 2px;
  font-size: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #000 !important;
  /* background-color: var(--optional-color) !important; */
  background: #f9f9fd !important;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 2px;
  font-size: 20px;
}

.nav-tabs {
  border-bottom: none !important;
}

.tab-content span {
  font-size: 20px;
  color: #000;
  position: relative;
  top: 25px;
  font-weight: 600;
}

.tab-content p {
  font-size: 22px;
  margin: 0 0 28px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  top: 20px;
  text-align: justify;
}

.tab-content h2 a {
  font-size: 24px;
  color: inherit;
  margin: 0 0 15px;
  position: relative;
  top: 20px;
}

.nav .nav-item {
  padding: 0px 15px 0px 0px;
}

.rasi_short {
  display: flex;
  gap: 20px;
}

.rashi-single-heading {
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding-bottom: 15px;
}

.rashi-img {
  align-self: flex-start;
  margin-right: 20px;
}

.rashi-img>img {
  background-color: #e9f2ff;
  margin-bottom: 15px;
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  padding: 10px;
}


.rashi-name-info {
  margin-right: 20px;
}

.rashi-name-info h5 {
  margin: 0 0 4px;
  font-size: 28px;
  line-height: 1;
}

.rashi-name-info h5>span {
  font-size: 16px;
  color: rgba(0, 0, 0, .68);
  display: inline-block;
  margin-top: 6px;
  vertical-align: top;
  font-weight: 400;
}

.rashi-name-info>span {
  display: inline-block;
  font-size: 14px;
  opacity: .68;
  margin-right: 10px;
  border-right: solid 1px rgba(0, 0, 0, .14);
  padding-right: 10px;
}


@media (max-width:767px) {
  .search-btn-top {
    display: none;
  }
}


@media (min-width:768px) {
  .search-btn-menubar {
    display: none;
  }
}

.nigranidainik-category-section .nigranidainik-news-post.nigranidainik-samachar-spot-news {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px !important;
}

.nigranidainik-samachar-spot-news {
  background: #035B9C;
  background-color: var(--optional-color);
  color: #fff;
}

.flx {
  display: flex;
}

.post-title-wrap h4 a {
  color: #fff !important;
}

@media (min-width: 1023px) {
  .nigranidainik-category-section .nigranidainik-samachar-spot-news .post-img-wrap {
    flex: 1;
    max-width: 60%;
    min-width: 60%;
  }
}


.nigranidainik-samachar-spot-news .post-img-wrap {
  flex: 1;
  max-width: 928px;
  min-width: 928px;
}

@media (max-width:767px) {
  .nigranidainik-samachar-spot-news .post-img-wrap {
    max-width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nigranidainik-samachar-spot-news .post-img-wrap {
    min-width: 315px;
    max-width: 315px;
  }
}

@media (min-width: 811px) and (max-width: 1022px) {
  .nigranidainik-samachar-spot-news .post-img-wrap {
    min-width: 280px;
    max-width: 280px;
  }
}

@media (min-width: 1023px) {
  .nigranidainik-category-section .nigranidainik-samachar-spot-news .post-img-wrap {
    flex: 1;
    max-width: 60%;
    min-width: 60%;
  }
}

@media (min-width: 1023px) {

  .nigranidainik-samachar-spot-news .post-img-wrap,
  .page-template-templates .nigranidainik-samachar-spot-news .post-img-wrap {
    flex: 1;
    max-width: 60%;
    min-width: 60%;
  }
}

@media (min-width: 1023px) {

  .nigranidainik-samachar-spot-news .post-img-wrap,
  .page-template-templates .nigranidainik-samachar-spot-news .post-img-wrap {
    height: auto;
    min-height: 354px;
  }
}

.nigranidainik-samachar-spot-news .post-img-wrap a {
  display: block;
  height: 100%;
}

.nigranidainik-news-post a {
  text-decoration: none;
}

.nigranidainik-category-section .nigranidainik-news-post.nigranidainik-samachar-spot-news .post-img-wrap a img {
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.nigranidainik-category-section .nigranidainik-col-left .nigranidainik-news-post a .nigranidainik-post-thumb {
  height: 254px;
  width: 100%;
}

.nigranidainik-samachar-spot-news .post-img-wrap a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

.nigranidainik-news-post a .nigranidainik-post-thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

.nigranidainik-samachar-spot-news .post-title-wrap {
  flex: 2;
}

.nigranidainik-samachar-spot-news .post-title-wrap {
  align-self: center;
  padding: 60px;
}

.nigranidainik-news-title-txt,
.nigranidainik-samachar-spot-news .post-title-wrap h4,
.post-title-wrap h4 {
  hyphens: auto;
  word-break: break-word;
}

.nigranidainik-samachar-spot-news .post-title-wrap h4,
.nigranidainik-interview-spot .post-title-wrap h4 a,
.nigranidainik-single-page .nigranidainik-post-title-right h1.entry-title {
  line-height: 1.3;
}

.nigranidainik-samachar-spot-news .post-title-wrap h4 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 24px;
}


.nigranidainik-samachar-spot-news .post-title-wrap h4 a {
  color: rgba(0, 0, 0, .8);
  transition: all .3s ease;
}

.nigranidainik-samachar-spot-news .post-title-wrap p {
  font-size: 18px;
}

@media (max-width:767px) {
  .nigranidainik-news-dopost {
    display: flex;
    flex-direction: column;
  }
}

.name-job .job {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news {
  background: #1010;
}

.nigranidainik-grid-mukhya-news>div {
  position: relative;
}

.span-5 {
  grid-column: span 5;
}

.nigranidainik-btn-quick.update-24 {
  color: #fff;
  background-color: var(--optional-color);
  ;
}

.nigranidainik-btn-quick.update-24:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.nigranidainik-btn-quick {
  vertical-align: middle;
  line-height: 44px;
  padding: 0 15px 0 8px;
  border-radius: 2px;
  background-color: rgba(34, 96, 191, .1);
  color: #2260bf;
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: mukta, sans-serif;
  text-decoration: none;
  transition: all .3s ease;
  font-weight: 600;
}

.nigranidainik-current-time.nigranidainik18-date-holder {
  display: none;
}

#dateHolder.fixed {
  position: fixed;
  top: 65px;
  width: 100%;
  background-color: var(--optional-color);
  color: #fff;
  z-index: 999;
  display: inline-block !important;
  padding: 3px;
  /* width: 7%; */
  font-size: 14px;
  width: auto;
}

@media (max-width:767px) {
  #dateHolder.fixed {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:1019px) {
  #dateHolder.fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    background-color: var(--golden-yellow);
    ;
    /* You may need to adjust this to match your design */
    color: #fff;
    z-index: 999;
    /* Make sure it's above other content */
    display: inline-block !important;
    padding: 10px;
    width: auto;
  }
}

@media (min-width:1020px) and (max-width:1280px) {
  #dateHolder.fixed {
    position: fixed;
    top: 65px;
    width: 100%;
    background-color: var(--golden-yellow);
    color: #fff;
    z-index: 999;
    display: inline-block !important;
    padding: 10px;
    width: auto;
  }
}

@media (min-width:1281px) and (max-width:1300px) {
  #dateHolder.fixed {
    position: fixed;
    top: 65px;
    width: 100%;
    background-color: #f8672d;
    ;
    /* You may need to adjust this to match your design */
    color: #fff;
    z-index: 999;
    /* Make sure it's above other content */
    display: inline-block !important;
    padding: 10px;
    width: auto;
  }
}

@media (min-width:1301px) and (max-width:1400px) {
  #dateHolder.fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    background-color: #f8672d;
    ;
    /* You may need to adjust this to match your design */
    color: #fff;
    z-index: 999;
    /* Make sure it's above other content */
    display: inline-block !important;
    padding: 10px;
    width: auto;
  }
}


@media (max-width:767px) {
  .green__box .adv_section_p {
    padding: 2px 2px !important;
  }
}

/* popup-section-css-start */

.popup {
  position: fixed;
  top: 0;
  /* width: 100vw;
  height: 100vh; */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: grid;
  place-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease-in-out opacity;
  z-index: 99999999;
}

.popup-content {
  width: clamp(300px, 90vw, 500px);
  background-color: #fff;
  /* padding: clamp(1.5rem, 100vw, 3rem); */
  box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
  border-radius: .5em;
  opacity: 0;
  transform: translateY(20%);
  transition: 200ms ease-in-out opacity,
    200ms ease-in-out transform;
  position: relative;
  padding: 0px;
}

.popup-content img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  object-fit: cover;
}

/* .popup h1 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  line-height: 1;
  cursor: pointer;
  user-select: none;
} */

.popup h1 {
  position: absolute;
  top: -2rem;
  right: -1rem;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  color: #fff;
}

.popup h1:active {
  transform: scale(.9);
}

.showPopup {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.nigranee-title h2{
   background-color: #F6F9FF;
}
a.more-details{
  background-color: #F6F9FF;
}
.news-title-nigranee {
  line-height: 32px !important;
}
/* popup-section-css-end */


.search-btn- {
  padding: 0px 20px 0px 0px;
}

@media (min-width:768px) and (max-width:1024px) {
  .search-btn- {
    padding: 0px 5px 0px 0px;
  }
}

@media (max-width:767px) {
  .wrapper-one {
    width: 100% !important;
  }
}

@media (max-width:767px) {
  .image__content {
    margin: auto;
  }
}

@media(max-width:767px) {
  .dn-grid-mobile {
    display: grid;
    grid-template-columns: 1fr !important;
  }
}

@media (min-width:768) and (max-width:1024px) {
  .news-details-col {
    display: flex;
    flex-wrap: wrap;
  }

  .section-search-results-wrap .col3 a {
    flex-wrap: wrap;
  } 
}
.videoDetailListig{
  background-color: #f6f9ff;
}

.st-cmp-settings {
    display: none;
}
div#st-cmp-v2 {
    display: none;
}
.time-stamp-shares{
    font-size: 18px;
    color: #000;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 23px;
    text-align: center;
    color: #3D3C3C;
}
