body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

#title_bullet{
  height: 80px;
  border-radius: 40px;
  width:100%;
  background-color:rgba(0, 0, 0, 0.75);
  margin-left: auto;
}

#title_bullet_white {
  height: 80px;
  border-radius: 40px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  margin-left: auto;
}

#title_bullet_center{
  height: 80px;
  border-radius: 40px;
  width:100%;
  max-width:400px;
  background-color:rgba(0, 0, 0, 0.75);
  margin-left: auto;
  margin-right: auto;
}

.audio_player_container .audio_player .fwdsap .background{
    background-color:rgba(0, 0, 0, 0.75) !important;
}

.small_image{
  width:100%;
  min-width:768px;
  display:block;
  margin:auto;
  margin-top:0px;
}

.large_image{
  width:100%;
  min-width:992px;
  display:block;
  margin:auto;
  margin-top:0px;
}

.audio_player_container{
  margin-bottom:10px;
  width:100%;
}

.audio_player{
  margin-left: auto;
  /*
  margin: calc(50vh - 45px) auto 20px;
  */
}
.audio_player_center{
  margin-right: auto !important;
  /*
  margin: calc(50vh - 45px) auto 20px;
  */
}

.fwdsap .title,
.fwdsapicon, 
.time {
  color:#fff !important;
}

.fwdsap .controller .fwdsap-info .title {
  font-family:'Montserrat', sans-serif !important;
}

.fwdsap .controller .play-pause-button {
  font-size: 28px !important;
  width: 60px !important;
  height: 60px !important;
  transform: translate3d(12px, 10px, 0px) !important;
}

#icon_bullet {
  width:75px !important;
  height:75px !important;
  padding-top:5px;
  padding-left:5px;
  display:inline-block;
  float:left;
}

#bullet_message_container{
  display:inline-block;
  float:left;
  margin-left:18px;
  width:180px;
  height:80px;
  border-right: 2px solid rgba(255, 255, 255, 0.113);
}

#bullet_message_container2{
  display:inline-block;
  float:left;
  margin-left:10px;
  max-width:220px;
  height:80px;
  padding-top:4px;
}

#bullet_title{
  font-family:'Montserrat', sans-serif !important;
  font-weight:bolder;
  font-size:58px;
  color:#fff;
  text-align: left;
  padding-top: 18px;
  line-height: 30px;
}

#bullet_text{
  font-family:'Montserrat', sans-serif !important;
  font-size:14px;
  color:#fff;
  text-align: left;
  padding-top: 6px;
}

#bullet_desc{
  font-family:'Montserrat', sans-serif !important;
  font-size:18px;
  color:#fff;
  text-align: left;
  padding-top: 6px;
  display:none;
}

.v-separator::after {
  content:none;
}

.story-section {
  background-color:#343337;
}

.story-section p,
.story-section h2
 {
  color:#fff;
}

#hero {
  /*
  background-image:url('../../assets/img/main-slider-3.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center top;
  */
}

#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #3498db;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px;
  margin-left:30px;
  font-size: 20px;
  color: #fff;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}
.navbar .getstarted{
  background: #fff;
  color: #3498db;
  border:2px solid #3498db;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #3498db;
  border:2px solid #fff;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3498db;
}

.mobile-nav-toggle {
  color:#fff;
}

.navbar-mobile ul {
  background: #8ac6ed;
}

.mobile-nav-toggle::before {
  content: "\f479" !important;
}
.bi-x::before {
  content: "\f62a" !important;
}

#hero_img {
  width:100%;
}

.social_bar {
  padding-top:20px;
  padding-bottom:20px;
}
.social_bar .social-links {
  display: block;
}
.social_bar .social-links a:hover {
  background: #3498db;
  color: #fff;
}
.social_bar .social-links a {
  font-size: 30px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

#footer{
  background-color: #5a6060;
  color:#fff;
}
#footer .footer-links a {
  font-size:18px;
  color:#fff;
  text-transform: uppercase;
}

.clients {
  padding:30px 0px;
}
.clients img {
  filter:none;
  width: 70%;
}


.btn-basic {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #3498db;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #fff;
}

.btn-basic:hover {
  border: 2px solid #3498db;
  color: #3498db;
  background: #fff;
  text-decoration: none;
}

.more-services .card{
  padding-top:200px;
}

#header .logo img {
  max-height: 60px;
}

.contact .contact-about p{
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
}

.lead {
  font-size: 1.25rem !important;
  font-weight: 300 !important;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-text{
  color:#000;
  font-size: 20px;
}

.contact .php-email-form button[type="submit"] {
  font-size: 20px;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  margin-bottom:20px;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

#videos{
  background-color: #3498db;
}
#videos .section-title h2 {
  color:#fff !important;
}
#videos .section-title h2::before, 
#videos .section-title h2::after{
  background:#fff !important;
}

#clients img {
  max-width:150px;
}

/*--------------------------------------------------------------
# Studio section
--------------------------------------------------------------*/
.studio .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #3498db;
  min-height:420px;
}

.studio .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  border-bottom: 2px solid #3498db;
}

.studio .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.studio .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.studio .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.studio .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.studio .box ul li {
  padding-bottom: 16px;
}

.studio .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}

.studio .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.studio .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.studio .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.studio .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}

.studio .recommended {
  border-color: #3498db;
}

.studio .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}

.studio .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}


/* XSmall devices (0 - 296px) */
@media (max-width: 296px) and (min-width: 0px) {
  #bullet_message_container {
    display:none;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) and (min-width: 0px) {
  #hero {
    padding-top:0px;
    padding-bottom:0px;
    margin-top:30px;
    height:auto;
  }
  #hero_img {
    min-width:680px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
  }
  #hero_img_section {
    padding-bottom:0px;
  }
  .section-title h2::before, .section-title h2::after {
    width: 0px;
    height: 0px;
  }
  .section-title h2 {
    border-bottom:2px solid #3498db;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) and (min-width: 577px) {
  #bullet_desc{display:block;}
  #hero {
    padding-top:0px;
    padding-bottom:0px;
    margin-top:30px;
    height:auto;
  }
  #hero_img {
    min-width:680px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
  }
  #hero_img_section {
    padding-bottom:0px;
  }
  .section-title h2::before, .section-title h2::after {
    width: 0px;
    height: 0px;
  }
  .section-title h2 {
    border-bottom:2px solid #3498db;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) and (min-width: 769px) {
  #bullet_desc{display:block;}
  #hero {
    padding-top:0px;
    padding-bottom:0px;
    margin-top:30px;
    height:auto;
  }
  #hero_img {
    min-width:680px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
  }
  #hero_img_section {
    padding-bottom:0px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #hero {
    position:absolute;
    top:0px;
    padding:0px;
    margin-top: 60px;
  }
  #hero .container {
    position:absolute;
    top:40px;
    right:30px;
  }
  #hero_img {
    margin-top:-0px;
  }
}

@media (max-width: 1400px) and (min-width: 1201px) {
  #hero {
    position:absolute;
    top:0px;
    padding:0px;
  }
  #hero .container {
    position:absolute;
    top:40px;
    right:30px;
  }
  #hero_img {
    margin-top:-40px;
  }
}

@media (max-width: 1600px) and (min-width: 1401px) {
  #bullet_desc{display:block;}
  #hero {
    position:absolute;
    top:0px;
    padding:0px;
  }
  #hero .container {
    position:absolute;
    top:40px;
    right:80px;
  }
  #hero_img {
    margin-top:-60px;
  }
}

@media (max-width: 1801px) and (min-width: 1601px) {
  #bullet_desc{display:block;}
  #hero {
    position:absolute;
    top:0px;
    padding:0px;
  }
  #hero .container {
    position:absolute;
    top:40px;
    right:180px;
  }
  #hero_img {
    margin-top:-80px;
  }
}

@media (min-width: 1802px) {
  #bullet_desc{display:block;}
  #hero {
    position:absolute;
    top:0px;
    padding:0px;
  }
  #hero .container {
    position:absolute;
    top:40px;
    right:280px;
  }
  #hero_img {
    margin-top:-100px;
  }
}



/* NEW HTML5 PLAYER */
.plItem {
  cursor:pointer;
}
.plSel td{
  background-color:#555;
}
.audioWrap {
  background-color: #212529;
  border-radius: 36px;
  font-size: 14px;
}
.player_sm .audioPlayer {
  padding: 10px 30px 10px 10px;
}
.player_bg .audioPlayer {
  padding: 10px 30px 0px 10px;
}
.audioPlayer {
  color: #fff;
  text-align: left;
}
.progress {
  height:8px;
  background-color: black;
}
.npTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top:-3px;
  margin-bottom:3px;
}
.plTitle {
  position: relative;
  width:100%;
}
.plTitle span {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
  padding-left: 6px;
}
.plLength span {
  position: absolute;
  padding-top: 4px;
}

.playlistTable {
  margin:0px 40px;
}

.controlBtn {
  background-color:#8eb100;
  border-color:#8eb100;
  padding: 0px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
}
.controlBtn .bi-play-fill {
  font-size: 36px;
  line-height: 45px;
  padding-left: 5px;
}
.controlBtn .bi-pause-fill {
  font-size: 36px;
  line-height: 45px;
}
.controlBtn:hover,
.controlBtn:active {
  background-color: #668000;
  border-color:#668000;
}
.tplay i {
  color:#fff;
}
.seekbar {
  background-color:#8eb100;
}
.form-range::-moz-range-thumb,
.form-range::-webkit-range-thumb
.form-range::-ms-range-thumb,
.form-range::-ms-thumb {
  background-color: #8eb100;
}
.flex_container {
  display: flex;
  width: 100%;
}
.player_sm .flex_item_left {
  width: 70px;
}
.player_bg .flex_item_left {
  width: 130px;
}
.flex_item_right {
  flex: 1;
  min-width:0;
}
.player_sm .flex_item_left .btnPrev {
  display:none;
}
.player_sm .flex_item_left .btnNext {
  display:none;
}
.player_bg .flex_item_left .btnPrev {
  display:inline-block;
}
.player_bg .flex_item_left .btnNext {
  display:inline-block;
}
.player_sm .playlistTable {
  display:none;
}
.player_bg .playlistTable {
  display:block;
}
.timeInd {
  color:gray
}


/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #3498db #f3f9fd;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #f3f9fd;
}

*::-webkit-scrollbar-thumb {
  background-color: #3498db;
  border-radius: 20px;
  border: 3px solid #f3f9fd;
}


/* Works on Firefox */
.playlistScroll {
  scrollbar-width: thin;
  scrollbar-color: #000 #38393b;
}

/* Works on Chrome, Edge, and Safari */
.playlistScroll::-webkit-scrollbar {
  width: 12px;
}

.playlistScroll::-webkit-scrollbar-track {
  background: #38393b;
}

.playlistScroll::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
  border: 3px solid #38393b;
}
