body {
  background-image: url("../img/files/body-bg.png");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
section .no-bg {
  background: transparent;
}
.intro-body::after {
  /* background: rgba(19, 101, 207, 0.527); */
  background: rgb(37, 92, 153);
  background: linear-gradient(155deg, rgb(37, 92, 153) 10%, rgba(0, 212, 255, 0) 50%);

  /* background: rgb(28, 49, 68);
  background: linear-gradient(155deg, rgba(28, 49, 68, 1) 7%, rgba(0, 212, 255, 0) 55%); */

  /* background: rgb(0, 20, 39);
  background: linear-gradient(155deg, rgba(0, 20, 39, 1) 7%, rgba(0, 212, 255, 0) 55%); */

  /* background: rgb(41, 51, 92);
  background: linear-gradient(155deg, rgba(41, 51, 92, 1) 11%, rgba(0, 212, 255, 0) 85%); */

  content: "";
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -8;
}
.book-image {
  max-width: 100%;
}
/* .scroll-btn.custom-scroll {
  margin: 0;
  margin-top: 250px;
  margin-left: auto;
  margin-right: auto;
} */
.heading-text span {
  position: relative;
  color: #255c99;
}
.heading-text span:before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 98%;
  height: 12px;
  background-color: #ffa630;
  z-index: -1;
}
#welcome {
  padding-bottom: 12px;
}
.red {
  /* color: #92140c !important; */
  color: #255c99 !important;
}
.yellow {
  color: #ffa630 !important;
}

#library h5,
#library h6 {
  margin-bottom: 4px;
}
#subscription {
  padding-bottom: 16px;
}
#footer {
  padding: 12px 0;
  /* background-color: blue; */
}
#footnote {
  padding: 16px 0;
  background-color: #cc690c;
}
#footnote h6 {
  margin: 0;
  color: #fff;
}
#clients::before {
  position: absolute;
  /* content: ""; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/files/4.png);
  /* background-size: 1%; */
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
}
.col-sm-4.shuffle-item.filtered {
  margin-bottom: 32px;
}
.gallery-image {
  margin-bottom: 32px;
}
.btn-custom {
  background-color: #ffa630;
  border-color: #ffa630;
}
.btn-custom:hover {
  background-color: #ffa630;
  border-color: #ffa630;
}
.home-intro.intro-body::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -9;
}
#subscription {
  background-color: #de7f25;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.logo {
  max-width: 25%;
}
.navbar-custom.top-nav-collapse::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 15px;
  background-image: url("../img/files/nav-pattern.png");
  background-size: contain;
  background-color: #153253;
}
.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-width: 20%;
}
.navbar-custom .navbar-brand {
  position: fixed;
  top: 0;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  padding-top: 16px;
}

.top-nav-collapse.navbar-custom .navbar-brand {
  top: -12px;
}

.pagination > li > a,
.pagination > li > span {
  color: #fff;
  background-color: #255c99;
  border-color: #255c99;
}
.pagination > .active > a {
  background-color: #cc690c;
  border-color: #cc690c;
}
.nav-letters {
  position: absolute;
  left: 25%;
  bottom: -75%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
.nav-letters.top-l{
  bottom:-20%;
  font-size:28px;
}
.nav-letters.bottom-l{
    left:30%;
}
.text-white {
  color: #fff !important;
}
p.text-white {
  margin-bottom: 0;
}
.thumbnail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 32px;
  opacity: 0 !important;
}
a:hover .thumbnail-play {
  opacity: 0.7 !important;
}
@media only screen and (max-width: 991px) {
  .logo {
    max-width: 20%;
  }
  .navbar {
    min-height: 90px;
  }
  .navbar-custom .navbar-brand {
    position: fixed;
    top: -10px;
  }
}
.audio-player  p{
  text-align: left;
  font-size:14px;
  font-weight:normal;
  color:#000;
  margin-bottom:12px;
  margin-top:20px;
}
.audio-player audio{
  margin-bottom:32px;
}
@media only screen and (max-width: 480px) {
  .logo {
    max-width: 25%;
  }
  .navbar {
    min-height: 50px;
  }
  .navbar-custom .navbar-brand {
    position: fixed;
    top: -10px;
  }
  #subscription {
    background-size: cover;
  }
  .audio-player  p{
    margin-top:5px;
  }
  .audio-player img{
   width:96px;
  }
  .navbar-custom.top-nav-collapse .navbar-brand .logo{
      max-width:25%;
  }
  .nav-letters {
  position: absolute;
  left: 25%;
  bottom: -40%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
.nav-letters.top-l{
  bottom:15%;
  font-size:22px;
}
.nav-letters.bottom-l{
    left:30%;
}
}

#footer-here {
    background-color: #de7f25;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding:20px;
    border-top:4px solid #153253;
    text-align:left;
    padding-bottom:40px;
    padding-top:40px;
    color:#fff;
}
#footer-here h4{
    font-size:16px;
    margin-bottom:6px;
    text-align:left;
    color:#fff;
}
#footer-here h4 span{
    position: relative;
    z-index:2;
}
#footer-here h4 span:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:#1b426d;
    height:8px;
    z-index:-1;
    opacity:1;
}
#footer-here p{
    margin:0;
    font-size:13px;
    text-align:left;
    color:#fff;
}
#footer-here ul{
    list-style-type: none;
    padding:0;
}
#footer-here ul li a{
    color:#fff
}

span.dl{
    font-size:20px;
    color:#255c99;
}
#footer-here a.btn{
    margin-top:16px;
    margin-bottom:16px;
}
.mobile-language{
  position: absolute;
  top:14px;
  right:40px;
    padding: 19px 30px;
    z-index: 99;
}
.mobile-language:after{
  content:'';
  display: table;
  clear:both;
}
ul.mobile-selector{
  position: absolute;
  top:80px;
  right:30px;
  list-style-type: none;
  z-index:99;
  background-color:#000;
  padding:0;
  display:none;
}
ul.mobile-selector li{
    padding-top:8px;
    padding-bottom:8px;
}
ul.mobile-selector li a{
  padding:0 25px;
}
.mobile-selector > .mobile-language{
  display:none;
}
ul.mobile-selector li >  .mobile-language{
  display:none;
}
@media only screen and (min-width:769px){
  .mobile-language{
    display:none;
  }
}
@media only screen and (max-width:768px){
    .desktop-language{
        display:none !important;
    }
}
@media only screen and (max-width:360px){
    .nav-letters{
        font-size:12px;
    }
}