@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Mukta:400,700,500,600,800|Raleway:900italic,800italic,900,800");

* {
  box-sizing: border-box;
}

:root {
  --black: rgba(0, 0, 0, 1);
  --midnight-blue: rgba(0, 43, 107, 0.302);
  --congress-blue: rgba(4, 56, 132, 1);
  --shark: rgba(27, 38, 46, 1);
  --chambray: rgba(58, 91, 140, 1);
  --abbey: rgba(78, 78, 78, 1);
  --concord: rgba(123, 123, 123, 1);
  --thunderbird: rgba(192, 33, 28, 1);
  --guardsman-red: rgba(215, 1, 2, 1);
  --iron: rgba(215, 215, 215, 1);
  --porcelain: rgba(239, 242, 245, 1);
  --concrete: rgba(242, 242, 242, 1);
  --yellow-orange: rgba(255, 193, 83, 1);
  --white: rgba(255, 255, 255, 1);
  --font-size-xxs: 11px;
  --font-size-xs: 12px;
  --font-size-s: 13px;
  --font-size-m: 14px;
  --font-size-l: 16px;
  --font-size-xl: 17px;
  --font-size-xxl: 18px !important;
  --font-size-xxl: 28px;
  --font-size-xxxl: 20px;
  --font-size-xxxxl: 21px;
  --font-size-xxxxxl: 23px;
  --font-size-xxxxxxl: 25px;
  --font-size-xxxxxxxxl: 45px;
  --font-family-helvetica: "Helvetica";
  --font-family-helveticaneue-medium: "HelveticaNeue-Medium";
  --font-family-kohinoordevanagari-bold: "KohinoorDevanagari-Bold";
  --font-family-kohinoordevanagari-regular: "KohinoorDevanagari-Regular";
  --font-family-mukta: "Mukta";
  --font-family-raleway: "Raleway";
}

.mukta-extra-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 800;
  font-style: normal;
}

.mukta-semi-bold-porcelain-14px {
  color: var(--porcelain);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.helvetica-semi-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-m);
}

.mukta-extra-bold-white-17px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
  font-style: normal;
}

.mukta-semi-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxxl);
  font-weight: 600;
  font-style: normal;
}

.kohinoordevanagari-regular-normal-concrete-18px {
  color: var(--concrete);
  font-family: var(--font-family-kohinoordevanagari-regular);
  font-size: var(--font-size-xxl);
}

.kohinoordevanagari-extra-bold-concrete-45px {
  color: var(--concrete);
  font-family: var(--font-family-kohinoordevanagari-bold);
  font-size: var(--font-size-xxxxxxxxl);
}

.mukta-bold-resolution-blue-18px {
  color: var(--resolution-blue);
  font-family: var(--font-family-mukta-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  font-style: normal;
}

.mukta-extra-bold-black-17px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
  font-style: normal;
}

.mukta-extra-bold-white-21px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxxxl);
  font-weight: 800;
  font-style: normal;
}

.border-1px-chambray {
  border-width: 1px;
  border-style: solid;
  border-color: var(--chambray);
}

.mukta-normal-abbey-12px {
  color: var(--abbey);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 400;
  font-style: normal;
}

.mukta-normal-abbey-14px {
  color: var(--abbey-2);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-medium-black-18px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
}

.mukta-normal-white-18px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  font-style: normal;
}

.mukta-medium-black-18px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
}

.mukta-extra-bold-white-12px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 800;
  font-style: normal;
}

.mukta-normal-black-14px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-extra-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-l);
  font-weight: 800;
  font-style: normal;
}

.helvetica-extra-bold-concrete-45px {
  color: var(--concrete);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-xxxxxxxxl);
}

.mukta-semi-bold-black-13px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-s);
  font-weight: 600;
  font-style: normal;
}

.mukta-extra-bold-black-16px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-l);
  font-weight: 800;
  font-style: normal;
}

.mukta-normal-white-12px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 400;
  font-style: normal;
}

.helvetica-semi-bold-guardsman-red-14px {
  color: var(--guardsman-red);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-m);
}

.mukta-semi-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-semi-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-semi-bold-shark-14px {
  color: var(--shark);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-semi-bold-guardsman-red-14px {
  color: var(--guardsman-red);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-bold-white-13px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-s);
  font-weight: 700;
  font-style: normal;
}

.media {
  display: -webkit-box;
  display: flex;
  margin-left: -1rem;
}

.media > * {
  padding-left: .5rem;
}

.media--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.media--align-center {
  -webkit-box-align: center;
  align-items: center;
}

.media--align-end {
  -webkit-box-align: end;
  align-items: end;
}

.live-tv .media img {
  flex-shrink: 0;
  width: 85px;
}

.media__content {
  -webkit-box-flex: 1;
  flex: 1;
}
/*table css*/
.table-bordered {
    border: 1px solid #dee2e6;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    font-family:mukta;
}
table {
    border-collapse: collapse;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table thead{
  background-color: #043884;
  color: #ffffff;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: bold;

}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
     text-align: center;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
th {
    text-align: inherit;
}
.table .mic{
  position: relative;
  bottom: 0px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #eff2f5;
}
/*breadcrumbs*/
ul.breadcrumb {
  padding: 8px 16px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #000;
}

/*pagination */
.pagination {
  display: inline-flex;
  flex-direction: row;
  margin: 30px 0px 0px 0px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.ads {
  margin-top: 10px;
}
/*.main{
  display: block;
    height: 220vh;
}*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.label-tag {
  background: #043884;
}

.label-right {
  color: #fff;
  background: #c7231d;
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 0px;
}

.label-right h2 {
  border-radius: 0px;
  color: #fff !important;
  height: 31px;
  background: #c7231d;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  line-height: 66px;
  overflow: hidden;
}

.label-right h2 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -16px;
}

.label-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -30px;
  border: 15px solid #c7231d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.read-more {
  position: absolute;
  right: 10px;
  top: 35px;
}

/*labels css*/

.tag-right {
  color: #fff;
  background: #c7231d;
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 0px;
}

.tag-right h2 {
  border-radius: 0px;
  color: #fff !important;
  height: 31px;
  background: #c7231d;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  line-height: 66px;
  overflow: hidden;
}

.tag-right h2 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -16px;
}

.tag-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -30px;
  border: 15px solid #c7231d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.read-more {
  position: absolute;
  right: 10px;
  top: 35px;
}


/*news section*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.badge-danger {
  color: #fff;
  background-color: #c7231d;
  border-radius: 3px;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 65%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a {
  text-decoration: none;
  color: inherit;
}

/* podcast  css */

.podcast-sec .container {
  padding: 20px 70px;
}

.podcast-sec .panel-box {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 10px;
}

.podcast-card {
  margin-bottom: 20px;
}

.panel-box {
  margin-top: 20px;
}

.panel-box .panel:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: var(--porcelain);
  ;
     border-radius: 0px;
}

.panel-box .panel:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  background-color: var(--porcelain);
  ;
     border-radius: 0px;
}

.panel-box .panel:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  background-color: var(--porcelain);
  ;
     border-radius: 0px;
}

.panel-box .panel:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 5;
  background-color: var(--porcelain);
  ;
     border-radius: 0px;
}

.panel-box .panel:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: 6;
  background-color: var(--porcelain);
  ;
     border-radius: 0px;
}

.panel-box .panel .panel-body {
  padding: 10px;
  line-height: 20px;
}

.badge-blue {
  background-color: var(--congress-blue);
  border-radius: 2px;
  margin-bottom: 5px;
}

.text-danger {
  color: #d70102;
}

.date {
  display: contents;
  font-size: 12px;
  color: #9a9a9a;
}

.media-img {
  position: relative;
}

.mic {
  right: 10px;
  position: absolute;
  bottom: -18px;
}

.mic .fas {
  background: #d70101;
  padding: 9px 13px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  border: 2px solid #fff;
}

.share {
  position: relative;
  text-align: center;
}

.share a {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}

.share a i {
  border: 1px solid #121212;
  border-radius: 50px;
  padding: 3px 4px;
  text-align: center;
  font-size: 12px;
}

.icon-bar {
  position: relative;
  text-align: center;
  top: 5px;
  display: none;
}

.icon-bar a {
  display: inline-block;
  text-align: center;
  position: relative;
  /*padding: 16px;*/
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.icon-bar a i {
  border: none;
}

.podcast-sec .fa-facebook-f {
  background: #3B5998;
  color: white;
  padding: 6px 10px;
  border-radius: 50px;
}

.podcast-sec .f-twitter {
  background: #55ACEE;
  color: white;
  padding: 6px 6px;
  border-radius: 50px;
}

.podcast-sec .fa-whatsapp {
  background: #24b300;
  color: white;
  padding: 6px 7px;
  border-radius: 50px;
}

.podcast-sec .fa-instagram {
  background: #de00ae;
  color: white;
  padding: 6px 7px;
  border-radius: 50px;
}

.podcast-sec .fa-telegram-plane {
  border-radius: 50px;
  padding: 6px 7px;
  background: #0363b5;
  color: #fff;
}

/* related news */
.podcast-sec .related-news{
  margin-top: 20px;
}
.podcast-sec .related-news .card{
    margin-bottom: 15px
    }
.podcast-sec .related-news .media .media-img{
      width: 530px;
} 
.podcast-sec .related-news h2{
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 32px;
}
.podcast-sec .related-news p{
    line-height: 32px;
    margin-top: 10px;
    font-size: 18px;
}
.podcast-sec .related-news .time{
 font-size: 12px;
    opacity: .9;
    padding-left: 12px;
    color: #9a9a9a;
}

.player {
  position: sticky;
  bottom: 0;
  background: #fbc943;
}

.player .card {
  background: #fbc943;
  padding: 0px 50px;
}

.player .card .card-body {
  display: grid;
  grid-template-columns: auto 40%;
  grid-template-rows: auto;
  grid-column-gap: 10px;
}

.player .card .card-body .media {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.player .card .card-body .media img {
  float: left;
  border-radius: 12px;
}

.player .card .card-body .media .media-body {
  padding-left: 20px;
  line-height: 25px;
}

.player .card .card-body .radio-details:nth-child(2) {
  display: flex;
  align-items: center;
}
/* responsive css */
@media screen and (max-width: 576px) {
  .media {
    margin-bottom: 10px;
    margin-left: 0;
  }

  ul.breadcrumb li a {
    color: black;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
  }

  .podcast-sec .container {
    padding: 20px 20px;
  }

  .podcast-sec .panel-box {
    display: block;
  }

  .panel {
    margin-bottom: 20px;
  }

  .player .card {
    padding: 0px 0px;
  }

  .player {
    position: sticky;
    bottom: 0;
    background: #fbc943;
  }

  .player .card .card-body {
    display: block;
  }

  .player .card .card-body .media .media-body {
    padding-left: 20px;
    line-height: 20px;
  }

  .player .card .card-body .media img {
    width: 60px;
  }
}
@media screen and (max-width: 767px){
.table-fluif {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
}
.table-fluid {
    min-height: .01%;
    overflow-x: auto;
}

@media (min-width: 576px) and (max-width: 768px) {
  ul.breadcrumb li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
  }

  .podcast-sec .panel-box {
    display: block;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 10px;
  }
  .panel-box .panel{
    margin-bottom: 30px;
  }
  .related-news .card .card-body{
  padding: 10px 10px;
}
.related-news .media{
  display: block;
}
.related-news .media .media-body{
 padding-top: 10px;
}
.related-news .media .media-img {
    width: 100%;
    height: 210px;
}
.related-news .media .media-img img{
    width: inherit;
    height: 100%;
}
.related-news h2 {
    font-size: 18px;
    line-height: 27px;
}
.related-news p {
    line-height: 27px;
    font-size: 16px;
}
}

@media (min-width: 768) and (max-width: 992px) {
  .article-sec .container {
    display: grid;
    grid-template-columns: auto 30%;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding: 25px 20px;
  }
}