*,
*:after,
*:before {
    box-sizing             : border-box;
    -webkit-box-sizing     : border-box;
    -moz-box-sizing        : border-box;
    -webkit-font-smoothing : antialiased;
    -moz-font-smoothing    : antialiased;
    -o-font-smoothing      : antialiased;
    font-smoothing         : antialiased;
    text-rendering         : optimizeLegibility;

}
html{
   scroll-behavior: smooth;
}


.mediPlayer .playing .play {
    opacity : 0;
}

.mediPlayer .ended .stop {
    opacity        : 1;
    pointer-events : none;
}

.mediPlayer .precache-bar .done {
    opacity : 0;
}

.mediPlayer .not-started .progress-bar, .mediPlayer .ended .progress-bar {
    display : none;
}

.mediPlayer .ended .progress-track {
    stroke-opacity : 1;
}

.mediPlayer .progress-bar,
.mediPlayer .precache-bar {
    transition        : stroke-dashoffset 500ms;
    stroke-dasharray  : 298.1371428256714;
    stroke-dashoffset : 298.1371428256714;
}
svg.playable, svg.playing{
    border-radius: 100%
}

.podCast_Audio{
       background: #000 url(../images/podcast/audioPlayerBG1.gif);
    min-width: 200px;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
        height: 70px;
            background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    
}
.podCast_Audio.podplay{
 background: #000 url(../images/podcast/audioPlayerBG1.webp);
     background-position: center;
    background-size: 100%;

}
#thefile {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
}

#equi1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

audio {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
}

/*S POdCast */
.podcastPage{

}
.podcastPage .podCast_Banner{
  background: #D5EDFF!important;
}
.podcastPage .podCast_Banner .podCast_Banner_Content{
  padding: 30px 0
}
.podcastPage .podCast_Banner .podCast_Banner_Content{
  color: #fff;
}
.podcastPage .podCast_Banner .podCast_Banner_Content h3{
       font-size: 2.25rem;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 40px;
    color: #000;
    line-height: 1.3;
}
.podTitle{
        color: #0110DE;
    font-style: normal;
    margin-bottom: 2rem;
    font-weight: 400;
}
.podcast_episodeRow {
    margin-bottom: 1.5rem;
    background: #f2f2f2;
    padding: 1.2rem 0.5rem;
    border: 1px solid #c4c4c4;
    margin-left: 0;
    margin-right: 0;
}
.podcastPage .podCast_Banner .podCast_Banner_Content p{
      font-size: 16px;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 24px;
}
.podcastPage .podCast_Banner .podCast_Banner_Content p a{
  color: #f00
}
.podcastPage .pod-c-shar ul{
  padding-left: 0
}
.podcastPage .pod-c-shar ul li{
     display: inline-flex;
    max-width: 130px;
    height: auto;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pod-c-shar li a img {
  max-width: 124px;
}
.podcastBannerRight {
    padding: 20px;
    position: relative;
        display: flex;
    align-items: center;
    justify-content: center;
}
.podcastBannerRight img{
      border-radius: 16px;
      max-width: 100%;
}
.podcastBannerRight .playPOd{
      position: absolute;
    z-index: 1;
  display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 0 0 13px rgb(255 255 255 / 58%);
    /* animation: pulse 1.5s infinite;
     -webkit-animation: pulse 1.5s infinite;*/
      animation-duration: 3s;
  animation-name: pulse;
    animation-iteration-count: infinite;

}
  .mediPlayer {float:left;margin: 0;}
.podcastBannerRight .playPOd span{
   width: 0; 
  height: 0; 
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 border-left: 30px solid #f6190d;
 border-left: 20px solid #f6190d;

}
@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}
.podDate {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000
}
.podDate span{
  font-weight: 600;
  color: #0110de
}
section{
   scroll-margin-top: 70px;
}
section.podPlayer {
    color: #fff;

}
.podPlayer .audioTitle h5{
  font-size: 12px;
  line-height: 1.5;
  color: #A2A2A2
}

.podcastPlayer .col-sm-5, .podcastPlayer .col-sm-3{
 background: #000
}
.podPlayer .podCast_Audio_player,
.podPlayer .row{
    display: flex;
    align-items: center;
}
.podcastContent {
  padding: 30px 0
}
.podcastAuthor {
  text-align: center;
}
.podcastAuthor img{
      max-width: 100%;
    border-radius: 0;
    border: 1px solid #dbdada;
    padding: 1rem;
    background: #f2f2f2;
}
.podcastAuthors h6{
    font-size: 1.2rem;
    font-style: normal;
    margin-bottom: 0.2rem;
}
.podcastAuthors h6 a{
     border: 1px solid #0073b1;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.podcastAuthors h6 a i{
  font-size: 11px;
    color: #0073b1;
}
.podcast_Author .designation_author{
  font-size: 0.98rem;
    display: block;
    font-weight: 300;
}
.podcast_Author {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.podcast_Author:nth-last-child(1){
    border-bottom: none;
}

.podcastAuthors p{
  font-size: 0.95rem;
    color: #000;
    font-style: normal;
    line-height: 1.7;
    font-weight: 400;
}
.podcastAuthor p span{
  font-size: 12px;
    display: block;
    color: #bdbdbd;
}
circle.controls{
  cursor: pointer;
}
.podcastCategory .container .row{
  display: flex;
  align-items: center;
}
.podcastCategory {
    padding-bottom: 50px;
}
.podcastCategory .container{
         padding: 10px 15px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.podcastCategory .container .row h4,
.podcastCategory .container .row ul{
  display: inline-flex;
}
.podcastCategory .container .row h4{
 font-size: 18px;
    font-weight: 400;
}
.podcastCategory .container .row ul li{
 margin: 0 12px;
}
.podcastCategory .container .row ul li a{
     cursor: default;
}
.podcastContent_inner ul{
  padding-left: 15px
}
.podcastContent_inner ul li{
      font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #212129;
    letter-spacing: 0.2px;
    margin-bottom: 7px;
}
@media only screen and (max-width: 1599px){
  .podcastContent_inner p{
       font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #212129;
    letter-spacing: 0.2px;
  }
}

/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */

.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 0;
    padding: 0 24px;
    width: 100%;
    height: 70px;
    align-items: center;
    border:none;
    border-radius: 4px;
    background: transparent;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 4px solid #8a8a8a;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 4px solid #FD4F1A;
}

.audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 9px solid transparent;
    border-right: none;
    border-bottom: 9px solid transparent;
    border-left: 17px solid #f6190d;
}

.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: #ebebeb;
}

.audioplayer-time-current {
    margin-left: 24px;
}

.audioplayer-time-duration {
    margin-right: 24px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
    min-width: 100px;
}

.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 4px;
    background-color: #8a8a8a;
    border-radius: 6px
}

.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;

}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 4px;
    background: #BEC8D2;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 4px;
    background: -webkit-linear-gradient(left,#d21208,#f6190d);
}

.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #f6190d;

}

.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: 0;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 3px;
    cursor: pointer;
    background-color: #8a8a8a;
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background-color: #f6190d;
}

.flex_row{
  display: flex;
  align-items: center;
}
.podcastTitle h4{
        color: #000;
    font-style: normal;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 400;
}
section.podcastAuthors {
    padding: 2rem 0;
}
.podcastTitle h4 span{
     font-weight: 600
}
.row.podcastPlayer {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }
    .audioplayer-volume-button{
        display: none;
    }
    .audioplayer-time-duration {
      margin-right: 10px;
    }
    .podcastPage .pod-c-shar ul li{
      /* max-width: 30px; */
      margin-right: 11px;
    }
    .audioplayer{
      padding: 0 14px;
      height: auto;
    }
    .podCast_Audio{
      min-width: 150px;
      margin: 0 auto;
      margin: 1em 0 0;
    }
    .audioplayer-time-current {
     margin-left: 5px;
    }
    .audioplayer-bar{
      min-width: 50px;
    }
    .mediPlayer{
          margin: 5px;
    }
    .audioplayer-volume-adjust > div{
          width: 30px;
    }
    .podPlayer .container .row .col-sm-3{
      display: flex;
    }
    .podcastAuthor{
          margin-bottom: 40px;
    }

}
@media only screen and (min-width: 600px)  and (max-width: 992px) {
  .audioplayer{
    padding: 0
  }
  .audioplayer-playpause{
        width: 48px;
    height: 48px;
  }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{
        border-bottom: 7px solid transparent;
    border-left: 12px solid #f6190d;
    border-top: 7px solid transparent;
  }
  .podCast_Audio{
    min-width: 150px;
    margin-left: 50px;
  }
  .audioplayer-time-duration{
        margin-right: 14px;
  }
  .audioplayer-volume-adjust{
        margin-left: 0;
  }
}
/*E POdCast */

/*S Podcast Listing  Page*/
.podcastListing{
  background: #f2f2f2
}
.podCastlisting_Banner {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        border-radius: 0 0 5rem 5rem;
        background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.podCastlisting_Banner h3{
  font-size: 3rem;
  font-weight: 600
}

.podCastlisting_Banner h6{
  color: #f2f2f2;
  font-weight: 300
}
.podCastlisting_Banner .overlay{
  background: rgb(0 0 0 / 49%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.podcastListing_Sec{
  padding: 2rem 0 2rem
}
.podcast_inner_box {
    margin: 1.5rem 0;
}
.podcast_inner_box .share {
       position: absolute;
    top: 30px;
    display: inline-block;
    z-index: 1;
    background: rgb(0 0 0 / 47%);
    right: 30px;
    padding: 0.8rem 6px;
}
.podcast_inner_box .share img{
      width: 25px;
    filter: brightness(0) invert(1);
    height: 25px
}
.podcast_inner_box_info {
    margin-top: -8rem;
}
.podcast_inner_box .row {
    display: flex;
    flex-wrap: nowrap;
}
.podcast_inner_box .podcastDate{
  padding: 10px;
}
.podcast_inner_box_info .pCat{
  background: rgb(0 0 0 / 60%)
}
.podcast_inner_box_info .pCat ul{
  padding-left: 10px;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.podcast_inner_box_info .pCat ul li{
      padding: 0.5rem 0.5rem 0.5rem 0;
    color: #fff;
    display: flex;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}
.podcast_inner_box_info .pCat ul li:after{
  content: ",";
  position: relative;
  left: 0;

}
.podcast_inner_box_info .pCat ul li:last-child:after{
  display: none;
}
.podTitle_listing{
  background: #fff;
  padding: 1rem 0.8rem;
}
.podTitle_listing p{
     font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #212129;
}
.podTitle_listing h4{
     font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
}
.podcastDate p {
      text-align: center;
    font-size: 0.9rem;
    color: #767676;
}
.podcastDate p span{
      display: block;
    font-size: 2.8rem;
    font-weight: 300;
    color: #212129;
}
.podTitle_listing a{
         padding-left: 25px;
    position: relative;
    margin-left: 12px;
    color: #0729E9;
    font-size: 1rem;
}
.podTitle_listing a:before {
        width: 0;
    height: 0;
    position: absolute;
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #0729E9;
    left: 0;
    top: 5px;
}
.podTitle_listing a:after {
       width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    left: -12px;
    top: -3px;
    border: 1px solid #0729E9;
    border-radius: 100%;
}
.podTitle_listing a:hover {
  text-decoration: underline;
}
.share{
  cursor: pointer;
}
.shareIco {
    position: absolute;
    right: 70px;
    top: 30px;
       
    opacity: 0;
    transition: all 0.5s;
}
.shareIco.open{
 
     opacity: 1;
    
    transition: all 0.5s;
}
.shareIco .shareICON{
  width: 36px;
    height: 50px;
  background-color: rgb(0 0 0 / 47%);
      border-radius: 0;
      margin-left: 0
}
.shareIco .shareICON.faceBook{
  background: rgb(24, 119, 242)
}
.shareIco .shareICON.faceBook:hover,
.shareIco .shareICON.faceBook:hover .a2a_svg{
  background: rgb(10 98 213)!important
}
.shareIco .shareICON.liKedin{
  background: rgb(0, 123, 181)
}
.shareIco .shareICON.liKedin:hover,
.shareIco .shareICON.liKedin:hover .a2a_svg{
  background: rgb(0 104 153)!important
}
.shareIco .shareICON.tWitter{
  background: rgb(85, 172, 238)
}
.shareIco .shareICON.tWitter:hover,
.shareIco .shareICON.tWitter:hover .a2a_svg{
  background: rgb(69 160 229)!important
}
@media only screen and (max-width: 600px){
.podcast_inner_box_info {
    margin-top: -4rem;
}
.podcastListing_Sec {
    padding: 0rem 0 2rem;
}
}
/*E Podcast Listing  Page*/
.podDate{
  display: flex;
}
.podDate ul li a {
  color: #000;
  font-weight: 500;
  font-size: 100%;
}
.podDate span{
  padding-right: 5px;
}
.podDate ul li.list-inline-item:not(:last-child){
  margin-right: 0;
}