/* *********************************************
[Master Stylesheet]

Template Name: LovelyBeat
*********************************************

  [Color Codes]

  $heading: #232323; [Heading Color]
  $text: #666666; [Text Color]
  $bg-gray: #f4f4f4; [Gray Background]
  $primary: #f55656; [Primary Color]
  $white: #ffffff; [White Color]
  $dark: #000000; [Dark Color]
  $border: #ebebeb; [Border Color]
  $hover: #f55656; [Hover Color]
  $secondary: #a6a6a6; [Secondary Color]

  ---------------------------------------------
  [Font Family: 'HK Grotesk']
--------------------------------------------- */
/* Import Fonts & All CSS */
@import url(css/default-assets/hkgrotesk-fonts.css);
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/default-assets/audioplayer.css);
@import url(css/font-awesome.min.css);
/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "HK Grotesk";
  font-weight: 400;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HK Grotesk";
  color: #232323;
  line-height: 1.4;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  color: #232323;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none; }

li {
  list-style: none; }

p {
  line-height: 1.9;
  color: #666666;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5); }

.box-shadow {
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

#success_fail_info {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center; }

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #f55656;
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px; }

.bg-transparent {
  background-color: transparent !important; }

/* ::2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #preloader .preloader-thumbnail {
    max-width: 50px;
    -webkit-animation: pocarotate linear 1s infinite;
    animation: pocarotate linear 1s infinite; }

@-webkit-keyframes pocarotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pocarotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 44px;
    text-transform: capitalize;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px;
        margin-bottom: 15px; } }
  .section-heading .line {
    width: 70px;
    height: 5px;
    background-color: #f55656; }
  .section-heading.text-center .line {
    margin: 0 auto; }
  .section-heading.white h2 {
    color: #ffffff; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
  bottom: 50px;
  font-size: 22px;
  line-height: 42px;
  right: 0;
  width: 40px;
  background-color: #f55656;
  color: #ffffff;
  text-align: center;
  height: 40px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 2px 0 0 2px; }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000; }

/* :: 6.0 Buttons CSS */

.btn-login{
  background-color: #f55656;
    color: #ffffff; 
    border-radius: 20px;
    padding: 0 18px!important;
}

.btn-login:hover{
  color:rgba(255,255,255,0.7)!important;
}
.lovely-btn {
  position: relative;
  z-index: 1;
  min-width: 170px;
  height: 46px;
  line-height: 43px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  border-radius: 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border: 2px solid #f55656;
  letter-spacing: 1px; }
  .lovely-btn.active, .lovely-btn:focus, .lovely-btn:hover {
    box-shadow: none;
    background-color: #f55656;
    color: #ffffff; }
  .lovely-btn.btn-2 {
    background-color: #ffffff;
    color: #232323;
    border: none;
    line-height: 46px; }
    .lovely-btn.btn-2:focus, .lovely-btn.btn-2:hover {
      background-color: #ffffff;
      color: #232323;
      border: none; }

/* :: 7.0 Header CSS */
.header-area {
  position: fixed;
  z-index: 599;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header-area .main-header-area.sticky {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #000000;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    left: 0;
    z-index: 650;
    border-bottom-color: transparent; }

.classy-nav-container {
  background-color: transparent;
  padding: 0 2%; }
  @media only screen and (max-width: 767px) {
    .classy-nav-container {
      padding: 0 15px; } }
  .classy-nav-container .classy-navbar {
    height: 80px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 150px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      position: relative;
      z-index: 1;
      font-weight: 700;
      font-size: 18px;
      text-transform: capitalize;
      color: #ffffff; }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #f55656; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          border-bottom: none;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          border-bottom: none;
          font-size: 14px; } }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
      font-size: 14px;
      text-transform: capitalize; }
    .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
      content: '';
      position: absolute;
      width: 80%;
      height: 3px;
      background-color: #f55656;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }

.classynav ul li.has-down > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #ffffff; }

.breakpoint-off .classynav ul li .dropdown {
  background-color: #000000; }

.classynav ul li .dropdown li a {
  border-bottom: none;
  height: 40px; }

.classynav ul li .dropdown li .dropdown li .dropdown li a,
.classynav ul li .dropdown li .dropdown li a {
  border-bottom: none; }

.top-search-area {
  margin: 0 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-search-area {
      margin: 0 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-search-area {
      margin: 15px 15px 30px;
      padding-right: 0;
      border-right: none; } }
  @media only screen and (max-width: 767px) {
    .top-search-area {
      margin: 15px 15px 30px;
      padding-right: 0;
      border-right: none; } }
  .top-search-area form {
    position: relative;
    width: 210px;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .top-search-area form {
        width: 180px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .top-search-area form {
        width: 220px; } }
    @media only screen and (max-width: 767px) {
      .top-search-area form {
        width: 220px; } }
    .top-search-area form input.form-control {
      width: 100%;
      height: 35px;
      background-color: transparent;
      border-radius: 0;
      border: none;
      font-size: 14px;
      font-style: italic;
      color: #ffffff; }
      .top-search-area form input.form-control:focus {
        background-color: transparent;
        box-shadow: none; }
    .top-search-area form button {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      border: none;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background-color: transparent;
      color: #ffffff;
      text-align: right; }
      .top-search-area form button:focus {
        outline: none; }

.top-social-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-social-area {
      margin-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .top-social-area {
      margin-left: 30px; } }
  .top-social-area a {
    display: inline-block;
    font-size: 16px;
    margin: 0 15px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .top-social-area a {
        margin: 0 5px; } }
    .top-social-area a:first-child {
      margin-left: 0; }
    .top-social-area a:last-child {
      margin-right: 0; }
    .top-social-area a:focus, .top-social-area a:hover {
      font-size: 16px;
      color: #f55656; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2); }

  .breakpoint-on .classynav > ul > li > a {
    background-color: #000000; }

  .classycloseIcon .cross-wrap span {
    background-color: #ffffff; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2); }

  .breakpoint-on .classynav > ul > li > a {
    background-color: #000000; }

  .classycloseIcon .cross-wrap span {
    background-color: #ffffff; } }
/* :: 8.0 Hero CSS */
.welcome-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 450px; }
  @media only screen and (max-width: 767px) {
    .welcome-welcome-slide {
      height: 200px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .welcome-welcome-slide {
      height: 200px; } }

.welcome-text {
  position: relative;
  z-index: 1; }
  .welcome-text h2 {
    font-size: 72px;
    color: #ffffff;
    display: block;
    text-transform: capitalize; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .welcome-text h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-text h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .welcome-text h2 {
        font-size: 36px; } }
  .welcome-text h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px; }

/* :: 6.0 Home CSS */

/* :: grid apps */
.grid-app{ display: flex; max-height: 150px; margin-bottom:15px}
.img-app {width:150px; height: 150px;}
.img-app img{ object-fit: cover; }
.description-app{padding-left: 10px; align-self: center; overflow: hidden;}
.description-app h3{font-size:19px; text-overflow: ellipsis; max-width: 130px; display: block; overflow: hidden; max-height: 85px;}

/* :: home wallpaper */

.home-wallpaper img{height: 180px; width: 100%; object-fit: cover;}

/* :: page wallpaper */
.page-wallpaper p{
  margin-top: 5px;
}
/* :: 14.0 Blog CSS */
.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area a {
    display: block; }
  .single-blog-area .post-title {
    font-size: 42px;
    display: block;
    margin-bottom: 15px;
    color: #232323;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .single-blog-area .post-title {
        font-size: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-blog-area .post-title {
        font-size: 30px; } }
    .single-blog-area .post-title:focus, .single-blog-area .post-title:hover {
      color: #f55656; }
  .single-blog-area .post-content {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-blog-area .post-content .post-date {
      font-size: 12px;
      text-transform: uppercase;
      color: #f55656;
      letter-spacing: 1px;
      display: block;
      margin-bottom: 5px;
      font-weight: 600; }
    .single-blog-area .post-content h2 {
      font-size: 42px; }
    .single-blog-area .post-content .post-meta {
      line-height: 1; }
      .single-blog-area .post-content .post-meta a {
        display: inline-block;
        font-size: 14px;
        color: #666666;
        margin-right: 5px;
        text-transform: uppercase; }
        .single-blog-area .post-content .post-meta a:focus, .single-blog-area .post-content .post-meta a:hover {
          color: #f55656; }
    .single-blog-area .post-content p {
      font-size: 18px;
      color: #232323; }
    .single-blog-area .post-content .read-more-btn {
      font-size: 18px;
      font-weight: 600;
      color: #f55656; }
      .single-blog-area .post-content .read-more-btn:focus, .single-blog-area .post-content .read-more-btn:hover {
        color: #232323; }
    div.blog-content{

         padding-top: 22px;
        padding-left: 5px;}

.single-news-area .blog-thumbnail img{
  margin-bottom: 5px;
}
/* :: 17.0 Lyrics Area */
.card{
  display: inline-block;
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 5px;
  padding: 0;
}

@media (min-width: 768px){
  .alphabet .col-md-6 {
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
  }
  }
@media (min-width: 992px){
.alphabet .col-lg-3 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
}

.title-card{
  padding: 15px 0;
}

.title-card h3{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.heading-icon {
  background-color: #f55656;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}
.single-lyrics p{
  max-width: 315px;
}

.info-card{ display: flex;}
.img-card{
  width: 30%;
  max-width: 100px;
  float: left;
}
.text-card{    width: 70%;
  padding-left: 5%;
  float: left;}

  /* :: 17.0 Login Area */
.login-form input {
  max-width: 300px;
}

/* :: Ringtones CSS */
.lovely-music-area {
  position: relative;
  z-index: 2;
  background-color: #ffffff; }
  .lovely-music-area .lovely-music-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    width: 260px; }

    .lovely-music-area .lovely-music-thumbnail img{
      height: 250px;
      width: 100%;
      object-fit: cover;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .lovely-music-area .lovely-music-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      .lovely-music-area .lovely-music-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .lovely-music-area .lovely-music-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
    max-width: calc(100% - 260px);
    width: calc(100% - 260px);
    position: relative;
    z-index: 1;
    padding: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .lovely-music-area .lovely-music-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
        width: calc(100% - 300px); } }
    @media only screen and (max-width: 767px) {
      .lovely-music-area .lovely-music-content {
        padding: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .lovely-music-area .lovely-music-content .music-published-date {
      font-size: 12px;
      display: block;
      text-transform: uppercase;
      color: #f55656;
      letter-spacing: 1px;
      font-weight: bold; }
    .lovely-music-area .lovely-music-content h2 {
      font-size: 22px;
      display: block;
      margin-bottom: 5px;
      line-height: 1.3; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .lovely-music-area .lovely-music-content h2 {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .lovely-music-area .lovely-music-content h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .lovely-music-area .lovely-music-content h2 {
          font-size: 20px; } }
    .lovely-music-area .lovely-music-content .music-meta-data p {
      text-transform: uppercase;
      color: #666666;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .lovely-music-area .lovely-music-content .music-meta-data p {
          font-size: 12px; } }
      .lovely-music-area .lovely-music-content .music-meta-data p a {
        text-transform: uppercase;
        color: #666666;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          .lovely-music-area .lovely-music-content .music-meta-data p a {
            font-size: 12px; } }
        .lovely-music-area .lovely-music-content .music-meta-data p a:focus, .lovely-music-area .lovely-music-content .music-meta-data p a:hover {
          color: #f55656; }
    .lovely-music-area .lovely-music-content .likes-share-download {
      position: relative;
      z-index: 1;
      padding-top: 15px;
      border-top: 1px solid #ebebeb; }
      .lovely-music-area .lovely-music-content .likes-share-download a {
        color: #a6a6a6;
        font-size: 14px; text-align: center;
        margin: 0 auto;}
        @media only screen and (max-width: 767px) {
          .lovely-music-area .lovely-music-content .likes-share-download a {
            font-size: 12px; } }
        .lovely-music-area .lovely-music-content .likes-share-download a:focus, .lovely-music-area .lovely-music-content .likes-share-download a:hover {
          color: #f55656; }
  .lovely-music-area.style-2 {
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1); }
    .lovely-music-area.style-2 .lovely-music-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; }
    .lovely-music-area.style-2 .lovely-music-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; }

.audioplayer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  padding-bottom: 10px; }
  .audioplayer .audioplayer-playpause {
    width: 35px;
    height: 35px;
    transition: all 0 ease-in-out; }
  .audioplayer .audioplayer-bar::before {
    top: 2px;
    height: 5px;
    background-color: #e1e1e1; }
  .audioplayer .audioplayer-bar > div {
    top: 2px; }
  .audioplayer .audioplayer-bar-loaded {
    display: none; }
  .audioplayer .audioplayer-bar-played {
    background: #f55656;
    height: 5px; }
    .audioplayer .audioplayer-bar-played::after {
      display: none; }
  .audioplayer .audioplayer-time {
    font-size: 14px;
    color: #232323;
    font-weight: 600; }
  .audioplayer .audioplayer-volume-adjust > div {
    height: 5px; }
  .audioplayer .audioplayer-volume-adjust div div {
    background-color: #f55656;
    height: 5px; }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause, .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background-color: #f55656; }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    margin-left: 3px;
    border-left: 12px solid #ffffff; }

.lovely-projects-menu {
  position: relative;
  z-index: 1; }
  .lovely-projects-menu .btn {
    color: #a6a6a6;
    font-size: 20px;
    padding: 0 10px;
    background-color: transparent;
    border-radius: 0;
    font-weight: 600;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .lovely-projects-menu .btn {
        font-size: 14px; } }
    .lovely-projects-menu .btn.active {
      color: #232323; }
      .lovely-projects-menu .btn.active::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #f55656;
        content: '';
        z-index: 1; }
    .lovely-projects-menu .btn:focus, .lovely-projects-menu .btn:hover {
      box-shadow: none;
      color: #232323; }

.lovely-music-player.style-2 .audioplayer {
  background-color: transparent !important; }
  .lovely-music-player.style-2 .audioplayer .audioplayer-time {
    color: #ffffff; }

.single-podcast-breadcumb .lovely-music-area .lovely-music-content .likes-share-download {
  border-color: rgba(255, 255, 255, 0.2); }

/* :: 17.0 Contact Area */
.lovely-contact-area {
  position: relative;
  z-index: 1; }
  .lovely-contact-area .google-maps {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 450px; }
    @media only screen and (max-width: 767px) {
      .lovely-contact-area .google-maps {
        height: 280px; } }
    .lovely-contact-area .google-maps iframe {
      width: 100%;
      height: 100%;
      border: none; }

.contact-information {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .contact-information {
      margin-bottom: 100px; } }
  .contact-information .contact-heading h2 {
    display: block;
    margin-bottom: 5px;
    font-size: 36px; }
    @media only screen and (max-width: 767px) {
      .contact-information .contact-heading h2 {
        font-size: 24px; } }
  .contact-information .contact-heading h6 {
    margin-bottom: 30px;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .contact-information .contact-heading h6 {
        font-size: 14px; } }
  .contact-information .contact-heading p {
    margin-bottom: 0; }
  .contact-information h5 {
    margin-bottom: 10px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .contact-information h5 {
        font-size: 16px; } }

.contact-form {
  position: relative;
  z-index: 1; }
  .contact-form .contact-heading {
    margin-bottom: 30px; }
    .contact-form .contact-heading h2 {
      display: block;
      margin-bottom: 5px;
      font-size: 36px; }
      @media only screen and (max-width: 767px) {
        .contact-form .contact-heading h2 {
          font-size: 24px; } }
    .contact-form .contact-heading h5 {
      margin-bottom: 0;
      font-size: 18px; }
      @media only screen and (max-width: 767px) {
        .contact-form .contact-heading h5 {
          font-size: 14px; } }
  .contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize; }
    .contact-form .form-control:focus {
      box-shadow: none;
      border-color: #f55656; }
  .contact-form textarea.form-control {
    height: 110px;
    padding: 15px; }
    
/* :: Footer Area */

.footer-area{
  background-color: #000000;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
  border-bottom: none;

}

.footer-area h4, .footer-area p, .footer-area li a, .footer-area .episodes-title{
  color: #fff;
}
.footer-area li a{font-size: 18px;}
.footer-area p{margin-top: 10px;}