.headers{
    text-align:center;
    width:100%;
}

.popular-s .headers h2, .p-cast .headers h2, .news-sec .headers h2, .coming-sec .headers h2, .video-sec .headers h2, .popular-a .headers h2, .contact-s .headers h2 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Playball', cursive;
  letter-spacing: 1px; }

* {
  padding: 0;
  margin: 0;
  outline: 0; }

body {
  background-color: #fff;
  min-width: 320px;
  color: #000;
  font-family: 'Oswald', sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none; }
a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

header {
  background: #01acf2; }
header .logo-wrap {
  position: relative;
  z-index: 2;
 
  padding: 0 18px; }
header .navbar {
  background: #212121 !important;
  position: relative; }
header .navbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: -999999px;
  bottom: 0;
  background: #212121; }
header .navbar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  left: -999999px;
  bottom: 0;
  background: #212121; }
header .navbar .nav-item .nav-link {
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s;
  font-weight: 500; }
header .navbar .nav-item .nav-link:hover {
  color: #fff;
  background: #c01a8a; }
header .navbar .nav-item.active .nav-link {
  color: #fff;
  background: #c01a8a; }
header .navbar .top-socio {
  padding: 0;
  list-style: none; }
header .navbar .top-socio li {
  display: inline-block;
  margin: 0 14px; }
header .navbar .top-socio li a {
  font-size: 17px;
  color: #4f4e51;
  transition: 0.4s; }
header .navbar .top-socio li a:hover {
  color: #e52d27; }

/*radio section*/
.radio-wrap {
  display: flex;
  align-items: center; }
.radio-wrap .c-wrap {
  display: flex;
  align-items: center; }
.radio-wrap .c-wrap .clock {
  font-size: 16px;
  color: #000;
  padding: 15px; }
.radio-wrap .c-wrap .clock i {
  margin: 0 5px 0 0; }
.radio-wrap .c-wrap .dates {
  color: #000;
  text-align: center;
  padding: 15px; }
.radio-wrap .c-wrap .dates .day {
  text-transform: uppercase;
  font-size: 16px;
  display: block; }
.radio-wrap .c-wrap .dates .dts {
  text-transform: uppercase;
  font-size: 16px;
  display: block; }
.radio-wrap .c-wrap .drop-d .dropdown .btn {
  border: none;
  background: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.4s; }
.radio-wrap .c-wrap .drop-d .dropdown .btn:hover {
  background: #c01a8a; }
.radio-wrap .c-wrap .drop-d .dropdown .btn img {
  width: 80px; }
.radio-wrap .radio-part {
  min-width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #827777;
  padding: 10px 15px;
  margin: 0 0 0 10px; }
.radio-wrap .radio-part .dtl-r {
  color: #000; }
.radio-wrap .radio-part .dtl-r strong {
  font-size: 18px;
  display: block;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400; }
.radio-wrap .radio-part .dtl-r span {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize; }
  
  .headers h2{
    display:inline-block;
    background:#01acf2;
    text-align:center;
    color:#fff;
    padding:10px 25px;
    border-radius:7px;
    font: normal 700 30px Arial, sans-serif !important;
}

  .headers h2 a{
    display:inline-block;
    background:#01acf2;
    text-align:center;
    color:#fff;
    padding:10px 25px;
    border-radius:7px;
    font: normal 700 30px Arial, sans-serif !important;
}

/*slider section*/
.slide-wrap {
  position: relative;
  /*height: 515px; }*/
}

.slide-wrap .img-wrap{
        position: relative;
    width: 100%;
    padding-top: 55%;
    margin: 0;
}

.slide-wrap .img-wrap img{
    position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
object-fit: cover;
}

.slide-wrap .caption {
  position: absolute;
  z-index: 9;
  bottom: 0;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.0));
  left: 0;
  right: 0;
  padding: 0 30px 10px;
  text-align:center;
  }
.slide-wrap .caption small {
  font-size: 14px; }
.slide-wrap .caption strong {
  font-size: 69px;
  display: block;
  font-family: 'Playball', cursive;
  font-weight: 700;
  margin: 0 0 20px 0; }
.slide-wrap .caption a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s;
  padding: 20px 30px;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 18px; }
.slide-wrap .caption a:hover {
  border-color: #c01a8a;
  color: #c01a8a; }

/*popular section*/
.popular-s {
  padding: 30px 0;
  background-size: cover; }
.popular-s .row {
  padding: 70px;
  border: 1px solid #dda428; }
.popular-s .headers h2 {
  margin: 0 0 80px 0;
  color: #fff; }
.popular-s .popular-list {
  list-style: none;
  color: #fff;
  padding: 0 50px;
  border-left: 1px solid #444; }
.popular-s .popular-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 50px 0; }
.popular-s .popular-list li .show-dtl {
  margin: 0 100px 0 0; }
.popular-s .popular-list li .show-dtl span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #000; }
.popular-s .popular-list li .show-dtl strong {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: 24px;
  color: #000; }
.popular-s .popular-list li .show-dtl small {
  font-size: 16px;
  color: #000; }
.popular-s .popular-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 13px solid #444444;
  position: absolute;
  left: -65px;
  top: 20px; }
.popular-s .popular-list li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -56px;
  top: 28px;
  background: #c01a8a; }
.popular-s .popular-list li .listn-now a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 145px;
  height: 50px;
  border-radius: 10px;
  background: #444;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  transition: 0.4s; }
.popular-s .popular-list li .listn-now a:hover {
  background: #c01a8a; }

/*podcast section*/
.p-cast {
  padding: 45px 0; }
.p-cast .headers h2 {
  margin: 0 0 40px 0;
  color: #000; }
.p-cast .alb-wrap {
  margin: 0 0 20px 0; }
.p-cast .alb-wrap .img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0; }
.p-cast .alb-wrap .img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover; }
.p-cast .alb-wrap .alb-dtl a span {
  font-size: 18px;
  text-transform: uppercase;
  color: #444;
  display: block;
  line-height: 24px;
  letter-spacing: 1px;
  transition: 0.4s; }
.p-cast .alb-wrap .alb-dtl a span:hover {
  color: #c01a8a; }
.p-cast .alb-wrap .alb-dtl small {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  color: #444;
  margin: 0; }
.p-cast .playlist-wrap {
  list-style: none;
  padding: 0; }
.p-cast .playlist-wrap li {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  display: flex; }
.p-cast .playlist-wrap li .img-wrap {
  margin: 0 15px 0 0; }
.p-cast .playlist-wrap li .img-wrap figure {
  position: relative;
  width: 115px;
  padding-top: 100%;
  margin: 0; }
.p-cast .playlist-wrap li .img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover; }
.p-cast .playlist-wrap li .plist-dtl span {
  font-size: 18px;
  text-transform: uppercase;
  color: #444;
  display: block;
  line-height: 24px;
  letter-spacing: 1px; }
.p-cast .playlist-wrap li .plist-dtl small {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  color: #444;
  margin: 0 0 10px 0; }
.p-cast .playlist-wrap li .plist-dtl a {
  font-size: 12px;
  line-height: 12px;
  padding: 10px 15px;
  background: #cdc6b4;
  display: inline-block;
  border-radius: 10px;
  color: #e52d27;
  transition: 0.4s; }
.p-cast .playlist-wrap li .plist-dtl a:hover {
  background: #e52d27;
  color: #fff; }
.p-cast .podcast-wrap {
  list-style: none;
  padding: 0; }
.p-cast .podcast-wrap li {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0; }
.p-cast .podcast-wrap li .img-wrap {
  margin: 0 10px 0 0; }
.p-cast .podcast-wrap li .img-wrap figure {
  width: 115px; }
.p-cast .podcast-wrap li .numbr span {
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 50%; }
.p-cast .podcast-wrap li .pod-dtl a {
  display: flex; }
.p-cast .podcast-wrap li .pod-dtl a span {
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px 0 0;
  transition: 0.4s; }
.p-cast .podcast-wrap li .pod-dtl a span:hover {
  color: #c01a8a; }
.p-cast .podcast-wrap li .pod-dtl a i {
  color: #c01a8a;
  font-size: 38px;
  line-height: 24px; }

/*news section*/
.news-sec {
  background: #01acf2;
  padding: 60px 0; }
.news-sec .headers h2 {
  text-align: center;
  margin: 0 0 45px 0;
  color: #000; }
.news-sec .news-wrap {
  position: relative; }
.news-sec .news-wrap:before {
  position: absolute;
  content: "";
  transition: 0.4s;
  top: -20px;
  bottom: -20px;
  left: 20px;
  right: 20px;
  border: 7px solid #c01a8a;
  z-index: 0; }
.news-sec .news-wrap:hover:before {
  top: -25px;
  bottom: -25px;
  left: -25px;
  right: -25px; }
.news-sec .news-wrap .img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0; }
.news-sec .news-wrap .img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover; }
.news-sec .news-wrap .news-dtl {
  background: #fff;
  padding: 0 30px 20px 30px;
  text-align: center;
  position: relative; }
.news-sec .news-wrap .news-dtl .news-date {
  text-align: center;
  top: -20px;
  position: relative; }
.news-sec .news-wrap .news-dtl .news-date span {
  font-size: 16px;
  text-transform: uppercase;
  background: #e52d27;
  color: #fff;
  padding: 5px 50px;
  border-radius: 50px;
  display: inline-block; }
.news-sec .news-wrap .news-dtl strong {
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 0 20px 0; }
.news-sec .news-wrap .news-dtl .more a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  transition: 0.4s;
  padding: 15px 30px;
  display: inline-block;
  border-top: 1px solid #eee; }
.news-sec .news-wrap .news-dtl .more a:hover {
  color: #e52d27; }

/*news section*/
.coming-sec {
  padding: 50px 0; }
.coming-sec .headers h2 {
  margin: 0 0 45px 0;
  color: #000; }
.coming-sec ul {
  list-style: none;
  padding: 0; }
.coming-sec .coming-wrap {
  display: flex;
  align-items: center;
  padding: 0 70px 10px 0;
  background-image: url(../images/music-level.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 1px solid #eee;
  margin: 0 0 30px 0; }
.coming-sec .coming-wrap .img-wrap {
  margin: 0 20px 0 0; }
.coming-sec .coming-wrap .img-wrap figure {
  position: relative;
  width: 115px;
  padding-top: 115px;
  margin: 0; }
.coming-sec .coming-wrap .img-wrap figure:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  bottom: 10px;
  right: 10px;
  border: 7px solid #394261; }
.coming-sec .coming-wrap .img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover; }
.coming-sec .coming-wrap .coming-dtl .titl a {
  font-size: 22px;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: 0.4s;
  font-family: 'Mukta', sans-serif; }
.coming-sec .coming-wrap .coming-dtl .titl a:hover {
  color: #e52d27; }
.coming-sec .coming-wrap .coming-dtl small {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #444; }
.coming-sec .event-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #01acf2;
  padding: 20px 20px;
  margin: 0 0 20px 0; }
.coming-sec .event-wrap .date-wrap {
  text-align: center;
  color: #000;
  padding: 0 20px;
  position: relative; }
.coming-sec .event-wrap .date-wrap:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background: #c01a8a;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.coming-sec .event-wrap .date-wrap .dates {
  font-size: 26px;
  display: block;
  line-height: 26px; }
.coming-sec .event-wrap .date-wrap .mnth {
  text-transform: uppercase;
  font-size: 12px; }
.coming-sec .event-wrap .event-dtl {
  color: #000; }
.coming-sec .event-wrap .event-dtl strong {
  font-size: 18px;
  font-weight: 500;
  display: block; }
.coming-sec .event-wrap .event-dtl small {
  font-size: 14px; }
.coming-sec .event-wrap .dtl a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  border: 2px solid #c01a8a;
  border-radius: 50px;
  padding: 5px 30px;
  transition: 0.4s; }
.coming-sec .event-wrap .dtl a:hover {
  color: #e52d27;
  border-color: #e52d27; }

/*video section*/
.video-sec {
  background: #01acf2;
  padding: 60px 0; }
.video-sec .headers h2 {
  margin: 0 0 45px 0;
  text-align: center;
  color: #fff; }
.video-sec .video-wrap {
  margin: 0 0 20px 0; }
.video-sec .video-wrap .img-wrap {
  position: relative; }
.video-sec .video-wrap .img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0; }
.video-sec .video-wrap .img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover; }
.video-sec .video-wrap .img-wrap .on-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.4s;
  opacity: 0; }
.video-sec .video-wrap .img-wrap:hover .on-hover {
  opacity: 1; }

/*popular artist*/
.popular-a {
  padding: 40px 0; }
.popular-a .headers h2 {
  text-align: center;
  margin: 0 0 45px 0;
  color: #fff; }
.popular-a .poplr-wrap {
  position: relative;
  margin: 30px 15px; }
.popular-a .poplr-wrap:before {
  position: absolute;

  content: "";

  transition: 0.4s;

  top: -10px;

  bottom: -10px;

  left: -10px;

  right: -10px;

  border: 3px solid
  #c01a8a;

  z-index: 0; }
.popular-a .poplr-wrap:hover:before {
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px; }
.popular-a .poplr-wrap .img-wrap {
  position: relative; }
.popular-a .poplr-wrap .img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 70%;
  margin: 0; }
.popular-a .poplr-wrap .img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover; }
.popular-a .poplr-wrap .p-dtl {
  background: #eee;
  padding: 10px 20px;
  position: relative; }
.popular-a .poplr-wrap .p-dtl strong a {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px; }
.popular-a .poplr-wrap .p-dtl small {
  font-size: 16px;
  text-transform: uppercase;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    
}

/*footer section*/
footer {
  background: #222d4f;
  padding: 60px 0 0 0; }
footer .foot-wrap {
  margin: 0 0 30px 0; }
footer .foot-wrap .logo-wrap {
  width: 195px;
  margin: 0 0 46px 0; }
footer .foot-wrap p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #fff; }
footer .foot-wrap ul {
  list-style: none; }
footer .foot-wrap ul li {
  display: inline-block;
  margin: 0 30px 0 0; }
footer .foot-wrap ul li a {
  font-size: 20px;
  color: #fff;
  transition: 0.4s; }
footer .foot-wrap ul li a:hover {
  color: #e52d27; }
footer .foot-newsletr h3 {
  font-size: 26px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'Playball', cursive;
  margin: 0 0 50px 0; }
footer .foot-newsletr .form-wrap span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 20px 0;
  display: block; }
footer .foot-newsletr .form-wrap form .form-group {
  position: relative; }
footer .foot-newsletr .form-wrap form .form-group input {
  background: none;
  padding: 35px;
  display: block; }
footer .foot-newsletr .form-wrap form .form-group i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #e52d27; }
footer .foot-contn h3 {
  font-size: 26px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'Playball', cursive;
  margin: 0 0 50px 0; }
footer .foot-contn ul {
  list-style: none; }
footer .foot-contn ul li {
  display: block;
  margin: 0 30px 0 0;
  font-size: 16px;
  color: #fff;
  line-height: 40px; }
footer .foot-contn ul li i {
  color: #01acf2;
  font-size: 16px;
  width: 30px;
  text-align: center; }

.copy-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  color: #fff;
  padding: 30px 0;
  position: relative; }
.copy-r:before {
  position: absolute;
  content: "";
  left: -999999px;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #000; }
.copy-r:after {
  position: absolute;
  content: "";
  right: -999999px;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #000; }

.banner-ad {
  padding: 20px 0; }

/*contact page*/
.contact-s .headers h2 {
  text-align: center;
  margin: 45px 0;
  color: #000000; }
.contact-s form {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  margin-bottom: 40px; }
.contact-s form input {
  background: rgba(255, 255, 255, 0.2);
  margin-top: 6px;
  color: #fff;
  border: 0;
  padding: 5px;
  border-radius: 0;
  color: #fff; }
.contact-s form input::placeholder {
  color: #fff; }
.contact-s form textarea {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  margin: 0 0 20px 0; }
.contact-s form textarea::placeholder {
  color: #fff; }
.contact-s form .btn {
  transition: 0.4s; }
.contact-s form .btn:hover {
  background: #fb0000;
  color: #fff; }
.contact-s .cntct-dtl ul {
  list-style: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7); }
.contact-s .cntct-dtl ul li {
  font-size: 20px;
  color: #fff;
  line-height: 42px; }

/*single page*/
.single {
  padding: 40px 0; }
.single .coming-sec {
  padding: 0 0 20px 0; }
.single .contnt p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Mukta', sans-serif; }
.single .inr-title {
  margin: 0 0 20px 0; }
.single .inr-title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  font-family: 'Mukta', sans-serif; }
.single .inr-title .date-sec .rprtr {
  color: #fd0000;
  margin: 0 10px 0 0; }

/*# sourceMappingURL=style.css.map */


/*live page*/

.live-sec{
  padding: 100px 0;
}

.live-sec .headers h2{
  font-size: 28px;

  color: #000;

  text-transform: uppercase;

  font-family: 'Playball', cursive;

  letter-spacing: 1px;
}

.prog-schedule{
  padding: 40px 0;
}

.prog-schedule .headers h2 {

  font-size: 28px;

  color: #fff;

  text-transform: uppercase;

  font-family: 'Playball', cursive;

  letter-spacing: 1px;

  text-align: center;

  margin: 0 0 30px 0;
}



/*program schedule*/

.prog-schedule .nav-tabs{
  background: #212121;
  border-bottom: none;
}

.prog-schedule .nav-tabs .nav-item{
  margin-bottom: 0;

}

.prog-schedule .nav-tabs .nav-link{
  border-radius: 0;
  color: #fff;
  transition: 0.4s;
  border: none;
  font-size:13px;
}

.prog-schedule .nav-tabs .nav-link.active{
  background-color: #c01a8a;
  border: none;
}

.prog-wrap{
  display: flex;
  padding: 10px;
}

.prog-wrap .pod-dtl a{
  color: #333;
  font-size: 16px;
  transition: 0.4s;
}

.prog-wrap .pod-dtl a:hover{
  color: #c01a8a;
}

.prog-wrap .numbr{
  margin: 0 10px 0 0;
}

.prog-wrap .pod-dtl small{
  font-size: 16px;
  margin: 0 0 0 20px;
}


.inr-prog .show-dtl{
  margin: 0 20px 0 0 !important;
}

.popular-s.inr-prog .popular-list li .listn-now a{
  width: 100px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

.popular-s.inr-prog .popular-list li .show-dtl strong{
  line-height: 32px;
  font-size: 24px;
}

.team-pg .p-dtl small{
  display: block !important;
}

.navbar-toggler span{
    color: #fff;
}
.tablists-wrap figure{
    margin: 0;
}
.tablists-wrap figure img {
    border-radius: 20px;
}
.tablists-wrap h3 a {
    font-size: 22px;
    color: #000;
}
.pro-detaillarge iframe{
    border-radius: 20px;
}

.audiovdo-lists {
    margin-bottom: 40px;
}
.audio-detail {
    margin-top: 15px;
}
.audio-detail figure {
    float: left;
    margin-right: 15px;
}
.audio-detail figure img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}
.audiovdo-lists h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}
.audiovdo-lists iframe {
    border-radius: 15px;
    height: 180px!important;
}
.audio-detail h3 a {
  color: #000;
}


.md-newsbox figure {
  height: 220px;
  max-width: 100%;
}
.md-newsbox figure img {
  height: 100%;
  width: 100%;
}
.md-newsbox h3 a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

 ul.article-lists {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
 ul.article-lists>li {
    margin-bottom: 20px;
}
 ul.article-lists>li>figure {
    overflow: hidden;
}
ul.article-lists>li>figure {
    float: left;
    margin-right: 15px;
    max-width: 115px;
    height: 90px;
}
 ul.article-lists>li>figure a img {
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
ul.article-lists>li>figure>a>img {
    height: 100%;
    width: 100%;
}
 ul.article-lists>li>h3>a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    transition: all 0.5s ease;
}
ul.article-lists>li::after {
    display: block;
    clear: both;
    content: "";
}



.pro-lists {
  position: relative;
  margin-top: 20px;
}
.pro-lists figure {
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
  height: 200px;
}
.pro-lists figure img {
  height: 100%;
  width: 100%;
}
.pro-lists>figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.9));
}
.pro-detail {
  position: absolute;
  bottom: 0;
  padding: 30px 30px;;
    width: 100%;
}
.pro-detail h3 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 32px;
  padding-bottom: 5px;
  font-weight: 600;
}

.qt-item-det{
  color: #fff;
  margin-top: 5px;
}
.qt-day {
    vertical-align: top;
    float: right;
    position: relative;
    top: 4px;
}
.qt-time {
  font-size: 32px;
  font-weight: 600;
}
 .qt-capfont {
    text-transform: uppercase;
}
.qt-info{
  float: right;
  color: #fff;
}


.overlay {
 /* position: absolute;
 /* bottom: 0;
 /* left: 0;
 /* right: 0;
 * background-color: #fff;
 /* overflow: hidden;
 /* width: 100%;
  transition: .5s ease; */
  height: 0;
  
}

.pro-lists:hover .overlay {
  height: 100%;
}
.qt-accent {
  background: #E90101;
  padding: 10px;
}
.qt-ellipsis-2{
  padding: 10px;
  font-size: 16px;
  color: #000;
}
.qt-more a {
  padding-left: 10px;
  color: #000;
}
.program-bannersection{
  background: #000;
  text-align: center;
  
}
.programtitle-bgwrap>h1 {
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  
}
.programtitle-bgwrap>h2{
  color: #fff;
}
.programtitle-bgwrap>h1>span {
  border-bottom: 2px solid #E90101;
}

.program-schedulesection{
  background: #000;
  padding: 30px 0;
  text-align: center;
}
.programmain-title h1 {
  color: #fff;
}
.prolist-wrap{
  background: #565C68;
  padding: 50px 0;
}
.proday {
  background: #E90101;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  }

.protable-wrap>table>tbody>tr>td {
  background: #454955;
  border-bottom: 1px solid #424652;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.protable-wrap>table>tbody>tr>th{
  border-bottom: 1px solid #424652;
}
.protable-wrap>table>thead>tr>th{
  text-align: center;
}
.protable-wrap>table>thead>tr>th>i {
  font-size: 24px;
  color: #979696;
}

.probanner-detail{
  position: relative
}
.probanner-detail figure {
    max-width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background: #ccc;
    height: 400px;
}
.probanner-detail>figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);

}
.probanner-detail figure a img {
  width: 100%;
  
}

.programtitle-bgwrap{
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 50%;
transform: translate(-50%, -50%);
}
.upcoming-title>span {
  font-size: 18px;
  padding-left: 10px;
}
.prog-schedule .nav-link {
  padding: 20px 58px;
}
