html {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #05344d !important;
  opacity: 1;
   font-size: 16px !important;
}
:-ms-input-placeholder {
  color: #05344d !important;
  opacity: 1;
   font-size: 16px !important;
}
::-ms-input-placeholder {
  color: #05344d !important;
  opacity: 1;
   font-size: 16px !important;
}
::placeholder {
  color: #05344d !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #05344d;
   font-size: 16px !important;
}
::-ms-input-placeholder {
  color: #05344d;
   font-size: 16px !important;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #1695be;
}
.form-modal .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.form-modal .modal-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.form-modal .modal-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #1695be;
}
.btn-close:focus {
  box-shadow: none;
}
table {
  border-collapse: collapse;
}
.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-bottom: solid 1px #96cfd3 !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
}
h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
}
hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
li {
  list-style: none;
}
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}
.btn-secondary {
  background-color: #1695be;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
}
.btn-secondary:focus {
  background-color: #1695be;
}
.btn-secondary:hover {
  background-color: #05344d;
  border: none;
}
.btn-info {
  background-color: #54a1a1;
  color: #fff;
  border: none;
  padding: 4px 20px;
  border-radius: 50px;
}
.btn-info:focus {
  background-color: #96cfd3;
}
.btn-info:hover {
  background-color: #05344d;
  border: none;
  color: #fff;
}
.btn-primary {
  background-color: #05344d;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
}
.btn-primary:focus {
  background-color: #05344d;
}
.btn-primary:hover {
  background-color: #1695be;
  border: none;
}
.btn-download {
  background-color: #c8954c;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
}
.btn-download:focus {
  background-color: #96cfd3;
}
.btn-download:hover {
  background-color: #05344d;
  border: none;
  color: #fff;
}
input {
  border: none !important;
  border-bottom: solid 1px #96cfd3 !important;
  font-family: "Arial";
  color: #05344d;
  font-size: 16px !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
.form-modal.modal.show .modal-dialog {
    transform: none;
    max-width: 1024px;
}
.form-modal.modal.show .modal-dialog .form-block {
 background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 0;
}
.form-modal.modal.show .modal-dialog .form-block h1 {
  font-size: 44px;
  max-width: 450px;
}
.form-modal.modal.show .modal-dialog .modal-content {
 border-radius: 36px;
}
.form-modal.modal.show .modal-dialog .form-block  input {
 background-color: #fff;
}
.video-modal .modal-dialog {
    max-width: 732px;
}
.video-modal .btn-close {
 position: absolute;
 top: 0;
 right: 0;
 background-color: #fff !important;
width: 25px;
height: 25px;
border-radius: 50px;
z-index: 11;
opacity: 1;
}
.form-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff !important;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  z-index: 111;
  opacity: 1;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  background-color: #f6f7f9;
animation:slide-down 0.7s;
}

header {
  padding: 20px 0;
  background-color: #f6f7f9;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
}
.logo a img {
  max-height: 80px;
  margin-top: 0;
  width: auto;
  height: auto;
}
.navbar .nav-item:first-child a {
  padding-left: 0;
}
.navbar .nav-item {
  display: flex;
  align-items: center;
  line-height: 13px;
}
.navbar .nav-item a {
  color: #05344d !important;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 2px;
  font-weight: 400;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .social-icon img {
  height: auto;
}
.social-icon a:hover img:first-child {
  display: none;
}
.social-icon a img.hover-icon {
  display:none;
}
.social-icon a:hover img.hover-icon {
  display: block;
}
.social-icon a {
  margin-left: 15px;
}
.apple-podcast {
  max-height: 40px;
}
.spotify-green {
  max-height: 40px;
}
.youtube-green {
  max-height: 40px;
}
.navbar-collapse {
  border-bottom: solid 2px #96cfd3;
}
.hero-banner-section {
  padding: 80px 0;
}
.hero-info {
  /* max-width: 400px; */
  margin: 0 auto;
}
.hero-info h1 {
  font-family: 'Gabriela', serif;
  font-size: 40px;
  line-height: 54px;
  color: #05344d;
  margin-bottom: 10px;
  font-weight: normal;
}
.hero-info p {
  color: #05344d;
  font-size: 16px;
}
.hero-img {
  text-align: center;
}
.hero-img img {
  max-height: 230px;
  width: 100%;
  height: auto;
  max-width: 308px;
}
.hero-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
.hero-action a img {
  height: 24px;
  margin-right: 8px;
  width: auto;
}
.hero-action a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  min-width: 180px;
  font-family: 'Gabriela', serif;
  margin-left: 15px;
  margin-right: 15px;
  padding: 6px 15px 3px 15px;
  line-height: 34px;
}
.episodes-link {
  border-bottom: solid 2px #96cfd3;
  max-width: max-content;
  margin-bottom: 10px;
  line-height: 13px;
}
.episodes-link a {
  line-height: 14px;
  font-size: 13px;
  padding-top: 0;
  font-weight: 400;
  color: rgb(5, 52, 77) !important;
  text-decoration: none;
  padding-bottom: 0;
}
.episodes-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
      background-size: 100% 70%;
}
.box {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.slider.mcs-horizontal {
  min-height: 180px;
}
.slick-list {
  margin-left: 20px;
}
.slick-slider .slick-track {
  margin-top: 20px;
}
.mcs-horizontal .slide {
  -webkit-box-shadow: 0 3px 13px 5px rgb(40 40 40 / 27%);
  -moz-box-shadow: 0 3px 13px 5px rgb(40 40 40 / 27%);
  box-shadow: 0 3px 13px 5px rgb(40 40 40 / 27%);
  padding-bottom: 0;
  border-radius: 20px;
}
.slider-img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
}
.min-vw-50 {
  min-width: 100vw;
}
.episodes-section {
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 120px;
}
.section-podcast {
  margin-bottom: 90px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 50%;
  overflow: hidden;
}
.section-form {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: 40px;
}
.podcast-block {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200px;
}
.testimonial {
  min-height: 100%;
}
.testimonial-block {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sound-wave {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sound-wave img {
  height: 180px;
}
.podcast-info {
  padding: 80px 60px 110px;
  position: relative;
}
.podcast-info-bg {
  position: relative;
}
.podcast-info-bg-block {
  overflow-x: hidden;
}
.podcast-info-bg::before {
  background-color: #fff;
  content: "";
  min-width: 100vw;
  height: 70vw;
  position: absolute;
  top: 0;
  border-radius: 20px 20px 0 0;
}
.podcast-officer {
  max-width: 440px;
  position: relative;
  margin: 0 auto;
}
.podcast-officer img {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.podcast-logo {
  background-color: #05344d;
  position: absolute;
  width: 160px;
  height: 160px;
  top: -30px;
  left: -30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: -6px 3px 33px 5px rgba(40, 40, 40, 0.27);
  -moz-box-shadow: -6px 3px 33px 5px rgba(40, 40, 40, 0.27);
  box-shadow: -6px 3px 33px 5px rgba(40, 40, 40, 0.27);
}
.podcast-officer {
  text-align: right;
}
.podcast-logo img {
  max-width: 100%;
}
.podcast-officer .podcast-name span {
  border-bottom: solid 2px #96cfd3;
  font-family: Arial, Helvetica, sans-serif;
  color: #05344d;
  font-size: 16px;
}
.podcast-name a {
  text-decoration: none;
}
.podcast-officer .podcast-name {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.podcast-block {
  position: relative;
  z-index: 11;
}
.link-new {
  border-bottom: solid 2px #96cfd3;
    text-decoration: none;
    color: #2c3034;
}
.link-new:hover {
  border-bottom: solid 2px #96cfd3;
    text-decoration: none;
    color: #2c3034;
}
.form-block {
  background-color: #f6f7f9;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 80px;
  position: relative;
  z-index: 11;
}
.testimonial {
  margin: 0 auto;
}
.testimonial p {
  color: #05344d;
  font-size: 30px;
 font-family: 'Gabriela', serif;
  line-height: 40px;
  margin-bottom: 10px;
}
.testimonial span {
  color: #05344d;
  font-size: 22px;
  font-weight: 600;
}
.form-header {
  margin-bottom: 70px;
}
.form-header h1 {
  font-family: 'Gabriela', serif;
  font-size: 40px;
  color: #05344d;
  line-height: 54px;
  max-width: 560px;
  margin-bottom: 10px;
}
.form-header p {
  font-size: 16px;
  color: #05344d;
}
.form-block .form-group {
  margin-bottom: 30px;
}
.subscribe-block {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-top: 50px;
}
.subscribe-block button {
 font-family: 'Gabriela', serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  min-width: 180px;
}
.subscribe-block button img {
  height: 24px;
  margin-right: 8px;
}
.listen-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
.listen-btn a {
 font-family: 'Gabriela', serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  min-width: 180px;
}
.listen-btn a img {
  height: 24px;
  margin-right: 8px;
}
footer {
  background-color: #05344d;
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer-logo {
  text-align: left;
}
.footer-logo img {
  max-height: 124px;
}
.music-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.music-icon a {
  margin-left: 15px;
  margin-right: 15px;
}
.music-icon a img {
  max-height: 60px;
}
.music-icon .apple-podcast img {
  max-height: 50px;
}
.music-icon .spotify img {
  max-height: 50px;
}
.music-icon .youtube img {
  max-height: 40px;
}
.footer-link {
  max-width: 280px;
  text-align: right;
  color: #fff;
}
.footer-link a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}
.owl-carousel .owl-stage-outer {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.owl-stage-outer::-webkit-scrollbar {
  height: 5px;
}
.owl-stage-outer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f2f2f2;
}
.owl-stage-outer::-webkit-scrollbar-thumb {
  height: 20px !important;
  width: 20px !important;
  background-color: #000;
  border-radius: 10px;
  display: block;
  position: absolute;
}
.owl-stage-outer::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}
.owl-stage-outer::-webkit-scrollbar:vertical {
  display: none;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  max-width: 780px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50px !important;
  top: 20px;
  position: relative !important;
}
.mCSB_dragger_bar {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50px !important;
  background-color: #1695be !important;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 10px !important;
  margin: 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 2px auto !important;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 2px auto !important;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  right: -279px !important;
  bottom: 0;
  left: 399px !important;
  height: auto;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff !important;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  top: -60px !important;
}
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.first .slider-card {
  /* transform: scale(1.15); */
  opacity: 1;
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0 0;
  margin: 20px 15px 50px 15px;
  border-radius: 5px;
  box-shadow: -8px 11px 25px -18px rgba(122, 122, 122, 1);
  transform: scale(0.99);
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-card img {
  border-radius: 5px 5px;
  width: 100%;
  height: auto;
}
.play-button {
  position: absolute;
  z-index: 111;
}
.play-button img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
}
.about-us-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-us-info p {
  font-size: 16px;
  margin-bottom: 15px;
}
.about-us-info p:last-child {
  margin-bottom: 0;
}
.guests-spe h2 {
   font-size: 16px;
   margin-bottom: 20px;
}
.guests-spe h2 span {
  font-size: 22px;
  font-weight: bold;
      color: #1585b3;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.5px;
}
.guests-spe h3 {
 font-weight: bold;
  font-size: 22px;
 margin-bottom: 6px;
     color: #1585b3;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.5px;
}
.guests-heading {
   font-size: 22px;
  margin-top: 40px;
  font-weight: bold;
margin-bottom: 30px;
color: #1585b3;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.5px;
}
.guests-co-Hosts {
  position: relative;
  text-align: center;
}
.guestsco-Hosts-img img {
  border-radius: 100px;
  overflow: hidden;
}
.guests-co-Hosts h5 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.officer-block {
  margin-top: 80px;
  margin-bottom: 110px;
}
.officer-info h1 {
  font-family: 'Gabriela', serif;
  font-size: 34px;
}
.officer-img {
  position: relative;
  max-width: 420px;
  margin: 0 auto;

}
.officer-img img {
  border-radius: 20px;
  max-width: 100%;
    width: 100%;
  height: auto;
}
.officer-spe {
  margin-top: 20px;
}
.officer-spe h2 {
  color: #1585b3;
  font-family: 'Bebas Neue', cursive;
  margin-bottom: 3px;
  font-size: 30px;
}
.officer-spe p {
  color: #030504;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.officer-img .sound-wave {
  position: absolute;
  bottom: -80px;
  right: -80px;
  text-align: right;
}
.officer-img .sound-wave img {
  max-width: 50%;
  height: auto;
  width: 100%;
}
.guests-co-host {
  margin-bottom: 40px;
}
.guests-co-host-row {
  background-color: #f3f4f6;
  padding: 45px 60px 60px;
  border-radius: 10px;
}
.guests-co-host-info {
  position: relative;
}
.guests-co-host-info .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.guests-co-host-info .owl-prev {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.guests-co-host-info .owl-next {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guests-co-host-info h3 {
  font-size: 30px;
  color: #1585b3;
  margin-bottom: 25px;
   font-family: 'Bebas Neue', cursive;
}
.guest-spe {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.guest-img {
  background-color: #6c9dae;
  min-height: 120px;
}

.guest-img img {
  width: 100%;
  height: auto;
border-radius: 100px;
overflow: hidden;
}
.guest-name {
  background-color: #fff;
  min-height: 90px;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guest-name h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #05344d;
}
.guest-pic {
  max-width: 66%;
  min-width: 100px;
  margin: 0 auto;
  position: relative;
  bottom: -24px;
}
.guests-co-host .owl-carousel .owl-stage-outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.guests-co-host-info .owl-prev:hover {
  background-color: #1585b3;
}
.guests-co-host-info .owl-prev:hover i {
  color: #fff;
}
.guests-co-host-info .owl-next:hover {
  background-color: #1585b3;
}
.guests-co-host-info .owl-next:hover i {
  color: #fff;
}
.aboutlisten-info {
  margin-top: 110px;
}
.aboutlisten-info p {
  font-size: 16px;
  margin-bottom: 15px;
}
.aboutlisten-info p:last-child {
    margin-bottom: 0;
}
.about-listen-section {
  margin-top: 60px;
  margin-bottom: 30px;
}
.about-listen-block {
  padding: 45px 60px 80px;
}
.about-listen-info p {
  margin-bottom: 30px;
}
.about-listen-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-listen-info .hero-action {
   display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-listen-action a:first-child {
  margin-left: 0;
}
.about-listen-info .hero-action a:first-child  {
   margin-left: 0;
}
.about-listen-info h1 {
  font-size: 50px;
  margin-bottom: 15px;
  color: #05344d;
  font-family: 'Bebas Neue', cursive;
  max-width: 400px;
}
.about-listen-action a img {
  height: 24px;
  margin-right: 8px;
}
.about-listen-info .hero-action a img {
  height: 24px;
  margin-right: 8px;
}
.about-listen-action button {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: fit-content;
  min-width: 180px;
  font-family: "Gabriola";
  margin-left: 15px;
  margin-right: 15px;
  padding: 6px 15px 3px 15px;
  line-height: 34px;
}
.about-listen-action a {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: fit-content;
  min-width: 180px;
  font-family: "Gabriola";
  margin-left: 15px;
  margin-right: 15px;
  padding: 6px 15px 3px 15px;
  line-height: 34px;
}
.about-listen-img {
  position: relative;
}
.about-listen-img img {
  width: 100%;
  height: auto;
}
.about-listen-img .listen-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-listen-img  .play-button {
z-index: 1;
cursor: pointer;
}
.about-listen-img img.officer-img-block {
  border-radius: 30px;
  box-shadow: -8px 11px 35px -18px rgb(122 122 122);
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.about-sound-wave img {
  max-width: 60%;
  right: -90px;
  position: absolute;
  bottom: -90px;
}
.browse-past-episode-row {
  background-color: #f3f4f6;
  padding: 45px 60px 60px;
  border-radius: 10px;
  margin-top: 0px;
}
.browse-past-episodes h1 {
  font-size: 30px;
  color: #1585b3;
 font-family: 'Bebas Neue', cursive;
}
.browse-past-img {
  box-shadow: -8px 11px 35px -18px rgb(122 122 122);
  overflow: hidden;
  position: relative;
    cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.browse-past-img .play-button {
 display: none;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
  transition: all .5s;
z-index: 1;
}
.browse-past-img:hover .play-button { 
 display: block;
}
.color-owerlay {
  background-color: rgb(110 184 190 / 30%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.browse-past-img img {
  border-radius: 20px;
  box-shadow: -8px 11px 35px -18px rgb(122 122 122);
  overflow: hidden;
  width: 100%;
  height: auto;
}
.browse-past-info {
  text-align: center;
  margin-top: 20px;
}
.browse-past-info h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #282828;
  font-family: 'Bebas Neue', cursive;
  font-weight: 500;
}
.browse-past-info p {
  color: #282828;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2px;
}
.browse-past-info span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #282828;
}
.browse-past-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.browse-past-icon a {
  margin-left: 7px;
  margin-right: 7px;
}
.browse-past-icon img {
  max-width: 30px;
  width: 100%;
  height: auto;
}
.browse-past-episode-item {
  margin-top: 35px;
}
.about-footer-img img {
  width: 100%;
  height: auto;
}
/* info */
.info-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.info-section h1 {
  font-size: 30px;
  color: #1585b3;
   font-family: 'Bebas Neue', cursive;
  margin-bottom: 20px;
}
.info-text p {
  font-size: 16px;
  margin-bottom: 15px;
}
footer .hero-action  {
 margin-top: 0;
}

footer .hero-action a.btn-secondary:hover {
  border: 3px solid rgb(22 149 190 / 80%);
}

footer .hero-action a.btn-info:hover {
  border:3px solid rgb(84 161 161 / 80%);
}

footer .hero-action a.btn-secondary:focus {
  border: none;
}



@media screen and (min-width: 1200px) {
  .col-md-2.mobile-hidden {
    padding-left: 0;
    padding-right: 0;
  }
  .col-md-8.mobile-hidden {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .logo-blok .navbar-toggler {
    display: none;
  }
}
.mobile-hidden {
  display: block;
}
.desktop-hidden {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.officer-block {
  margin-bottom: 40px;
}
.episodes-section {
  padding-top: 0;
}
}
@media screen and (max-width: 1023px) {
.mobile-hidden {
  display: none;
}
.desktop-hidden {
  display: block;
}
}
@media screen and (max-width: 1024px) {
.guests-co-Hosts {
  margin-bottom: 20px;
}
.navbar-fixed {
  position: relative;
}

footer .hero-action {
  flex-direction: column;
}

footer .hero-action a:last-child {
  margin-bottom: 0;
}

footer .hero-action a {
  margin-bottom: 20px;
}

.browse-past-episode-row {
    padding: 40px 20px;
}
.episodes-section {
    background-size: cover;
}
.form-modal.modal.show .modal-dialog .form-block {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0;
    margin: 0;
}
.about-sound-wave img {
    max-width: 60%;
    right: 0;
    position: absolute;
    bottom: -90px;
  }
  .about-listen-img {
    margin-top: 40px;
  }
  .about-listen-block {
    padding: 20px;
  }
  .about-us-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .officer-info {
    margin-bottom: 40px;
  }
  .guests-co-host-info h3 {
    font-size: 20px;
  }
  .guests-co-host-row {
    padding: 40px 20px;
  }
  .officer-block {
    margin-top: 10px;
  }
  .officer-img .sound-wave {
    position: absolute;
    bottom: -50px;
     right: 0px;
    text-align: right;
  }
  .officer-info h1 {
    font-size: 22px;
  }
  .officer-spe p {
    font-size: 16px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: none !important;
  }
  .owl-carousel .owl-stage-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider .owl-item.active.first .slider-card {
    transform: none;
  }
  .slider-card {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: none;
  }
  .podcast-officer {
    max-width: 280px;
    position: relative;
    margin: 0 auto;
  }
  .navbar-blok {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
  }
  .navbar-blok i {
    color: #fff;
  }
  .navbar-toggler {
    margin-left: 20px;
  }
  .navbar-nav {
    margin-top: 30px;
  }

  .logo-blok {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .navbar .nav-item {
    margin-bottom: 15px;
  }
  .navbar-blok .navbar-toggler {
    background-color: #05344d;
    width: 50px;
    height: 40px;
    border-radius: 6px;
  }
  .podcast-info-bg::before {
    min-height: 200%;
    height: 100vh;
  }
  .podcast-info {
    padding: 80px 20px 110px;
    position: relative;
  }
  .testimonial {
    margin-top: 30px;
  }
  .form-block {
    padding: 20px;
    margin: 15px;
  }
  .form-header h1 {
    margin-bottom: 20px;
  }
  .form-header h1 {
   font-size: 34px;
    line-height: normal;
  }
  .hero-info {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .music-icon {
    margin-bottom: 20px;
  }
  .footer-link {
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto;
  }
  .about-listen-action {
    display: flex;
    flex-direction: column;
  }
  .about-listen-action a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
   .about-listen-info .hero-action a:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .slider-card img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 440px) {
  .footer-logo {
  text-align: center;
}
  .about-listen-action a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
   .about-listen-info .hero-action a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-listen-action {
    display: flex;
    flex-direction: column;
  }
  footer .hero-action {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .hero-action {
    display: flex;
    flex-direction: column;

  }
  .hero-action a {
    margin-bottom: 20px;
  }
}


#return-to-top {
    position: fixed;
    background-color: #05344d;
    bottom:100px;
    right: 15px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111;
}

#return-to-top img {
  height: 25px;
}


@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

.form-style .form-group input {
    border: 0 !important;
    border-radius: 30px !important;
    padding: 10px 30px;
    padding-left: 20px !important;
}

.form-modal .form-style .form-group input {
       background-color: #f6f7f9!important;
}

.form-style .form-group input:focus{
  box-shadow: 0 3px 10px #dedede ;
}
.form-style .form-group input::-webkit-input-placeholder {
  color: #05344d !important;
  opacity: 1;
   font-size: 14px !important;
   font-weight: bold;
}
.form-style .form-group input:-ms-input-placeholder {
  color: #05344d !important;
  opacity: 1;
   font-size: 14px !important;
   font-weight: bold;
}
.form-style .form-group input::-ms-input-placeholder {
  color: #05344d !important;
  opacity: 1;
   font-size: 14px !important;
   font-weight: bold;
}
.form-style .form-group input::placeholder {
  color: #05344d !important;
  opacity: 1;
}
.form-style .form-group input:-ms-input-placeholder {
  color: #05344d;
   font-size: 14px !important;
   font-weight: bold;
}
.form-style .form-group input::-ms-input-placeholder {
  color: #05344d;
   font-size: 14px !important;
   font-weight: bold;
}
