@import url(plugins/bootstrap.min.css);
@import url(plugins/classy-nav.css);
@import url(plugins/owl.carousel.min.css);
@import url(plugins/animate.css);
@import url(plugins/magnific-popup.css);
@import url(plugins/font-awesome.min.css);
@import url(plugins/audioplayer.css);
@import url(plugins/one-music-icon.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Narrow", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-family: "Archivo Narrow", sans-serif;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-family: "Archivo Narrow", sans-serif;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  text-align: center;
}

.section-heading p {
  color: #5f5f5f;
  font-size: 14px;
  margin-bottom: 5px;
}

.section-heading h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    letter-spacing: 5px;
  }
}

.section-heading.white h2 {
  color: #fff;
}

.section-heading.style-2 p {
  font-size: 16px;
}

.section-heading.style-2 h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .section-heading.style-2 h2 {
    font-size: 24px;
  }
}

.sticky-element {
  z-index: 100;
}

.parent-of-sticky-element {
  position: relative;
}


/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f5f9fa;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #ef6603;
  border-radius: 50px;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 30px;
    bottom: 30px;
  }
}

#scrollUp:hover {
  background-color: #fff;
  color: #232323;
}

/* :: 3.8.0 oneMusic Button */
.oneMusic-btn {
  background-color: #fff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 150px;
  height: 49px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 47px;
  font-weight: 700;
  text-transform: capitalize;
}

.oneMusic-btn i {
  margin-left: 5px;
}

.oneMusic-btn:hover,
.oneMusic-btn:focus {
  font-size: 16px;
  font-weight: 700;
  background-color: #000000;
  color: #fff;
}

.oneMusic-btn.btn-2 {
  background-color: #000000;
  color: #fff;
}

.oneMusic-btn.btn-2:hover,
.oneMusic-btn.btn-2:focus {
  background-color: #fff;
  color: #232323;
}

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-area .oneMusic-main-menu {
  position: relative;
  width: 100%;
  height: 85px;
  background-color: transparent;
}


@media only screen and (max-width: 767px) {
  .header-area .oneMusic-main-menu {
    height: 70px;
  }
}

.header-area .oneMusic-main-menu .classy-nav-container {
  background-color: transparent;
}

.header-area .oneMusic-main-menu .classy-navbar {
  background-color: transparent;
  height: 130px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .header-area .oneMusic-main-menu .classy-navbar {
    height: 120px;
  }

}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
  font-weight: 700;
  text-transform: capitalize;
  color: #2a2c39;
  font-size: 17px;
}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a:focus {
  color: #929394;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
    background-color: #000000;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  /*.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {*/
  /*background-color: #000000;*/
  /*border-bottom-color: rgba(255, 255, 255, 0.1); color: white;*/
  /*    }*/
}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.has-down>a::after {
  color: #ffffff;
}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.megamenu-item ul li>a::after,
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.has-down ul li>a::after {
  color: #232323;
}

@media only screen and (max-width: 767px) {

  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li.megamenu-item ul li>a::after,
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li.has-down ul li>a::after {
    color: #ffffff;
  }
}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
  color: #232323;
}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a:hover,
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a:focus {
  color: #888888;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
    color: #ffffff;
    padding: 0 30px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
    color: #ffffff;
    padding: 0 30px;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
}

.header-area .oneMusic-main-menu .login-register-cart-button {
  position: relative;
  z-index: 1;
  margin-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .oneMusic-main-menu .login-register-cart-button {
    margin-left: 12px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .oneMusic-main-menu .login-register-cart-button {
    margin-left: 12px;
    margin-top: 15px;
  }
}

.header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn {
  position: relative;
  z-index: 10;
}

.header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn a:hover,
.header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn {
  position: relative;
  z-index: 10;
}

.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}

.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p:hover,
.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p:focus {
  color: rgba(255, 255, 255, 0.7);
}

.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p .quantity {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: #232323;
  color: #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  left: -10px;
  z-index: 10;
  font-size: 9px;
  font-weight: 400;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
}

.header-area .is-sticky .oneMusic-main-menu {
  position: fixed;
  width: 100%;
  height: 85px;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .oneMusic-main-menu .classy-navbar {
  height: 95px;
}

@media only screen and (max-width: 767px) {
  .header-area .is-sticky .oneMusic-main-menu {
    height: 90px;
  }
}

.classy-navbar .nav-brand {
  max-width: 170px;
}

@media only screen and (max-width: 767px) {
  .classy-navbar .nav-brand {
    width: 100%;
    margin-top: -1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0;
  }
}

.classycloseIcon .cross-wrap span {
  background: #ffffff;
}


/*---------# Top Bar*/

.col-md-6.d-flex.topimage img {
  padding-right: 10px;
  width: 25%;
  height: 40px;
}

.d-flex.justify-content-md-end.justify-content-between {
  text-align: -webkit-right;
}

.top-bar {
  background: #e9ecef78;
  color: #555;
  font-size: 0.9rem;
  padding: 10px 0;
  height: 60px;
}

.top-bar .contact-info {
  margin-right: 20px;
}

select.js-example-basic-hide-search {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 5px 10px;
  width: 30%;

}

@media only screen and (max-width: 767px) {

  .col-md-6.d-flex.topimage img {
    visibility: hidden;
    height: 20px;
  }

  select.js-example-basic-hide-search {
    width: 50%;
    margin-top: -12px;

  }

}

.mobileShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobileShow {
    display: flex;
    width: 50%;
    height: 75px;
    margin-bottom: 26px;
  }

  .imagespace {
    padding: 11px;
  }
}


/*---------# Top*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #2a2c39 0%, #33364a 100%);
  padding: 0;
  margin-top: 6.5%;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 60vh;
  padding-top: 100px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 18px;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #d8d8d8;
}

#hero .btn-get-started:hover {
  background: #666871;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    height: 60vh;
  }

  #hero h2 {
    font-size: 28px;
  }

  #hero {
    margin-top: 22%;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fd9042;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

/* :: 6.0 Buy Now Area CSS */
.oneMusic-buy-now-area.has-fluid {
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  z-index: 1;
}

/* :: 7.0 Events Area CSS */

.single-event-area {
  text-align: left;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;

  background-color: #f5f9fa;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #000;
  text-transform: uppercase;
}


.single-event-area:hover {
  box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;

}

/* :: 8.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 1;
  border: 1px solid #000000;
  padding: 45px;
}

.newsletter-area .newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-area .newsletter-form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #b3b3b3;
  font-style: italic;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
  display: block;
}

.testimonials-area {
  position: relative;
  z-index: 1;
  padding: 45px;
}

.testimonials-area .testimonials-slide {
  position: relative;
  z-index: 1;
}

.testimonials-area .testimonials-slide .single-slide p {
  font-size: 15px;
  color: #fff;
  font-style: italic;
}

.testimonials-area .testimonials-slide .single-slide .testimonial-info {
  margin-top: 30px;
  display: block;
}

.testimonials-area .testimonials-slide .single-slide .testimonial-info .testimonial-thumb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonials-area .testimonials-slide .single-slide .testimonial-info .testimonial-thumb img {
  border-radius: 50%;
}

.testimonials-area .testimonials-slide .single-slide .testimonial-info p {
  font-style: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}


/* Feature 1 */

.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-1 .wrap-icon.icon-1 {

  /*background: linear-gradient(45deg, #1de099, #1dc8cd);*/
  /*background: linear-gradient(-45deg, #28a74599, #17a2b8);*/
  background: #000;

}

.feature-1 .wrap-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
}

.feature-1 h3 {
  font-size: 21px;
  font-weight: 600;
}

.feature-1 p {
  color: #333;
}

/*-------------------------------------------------------------
# card 
-------------------------------------------------------------*/

.card {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
  transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
  padding: 13px 40px 12px 165px;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card h3 {
  font-weight: 100;
  font-size: 25px;
}

.card h5 {
  font-weight: 100;
  font-size: 15px;
}

.card img {
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.card-1 {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 152px;
}

.card-1 .card-btn {
  background-color: #fff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 100px;
  height: 49px;
  color: #000;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 0 7px;
  font-size: 16px;
  line-height: 47px;
  font-weight: 100;
  text-transform: capitalize;
  margin-top: 30px;
}

.down_btn {
  background-color: #fff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 100px;
  height: 49px;
  color: #000;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 0 7px;
  font-size: 16px;
  line-height: 47px;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-right: 15px;
}

.down_btn:hover {
  background-color: #000;
  color: #fff;
}

i.icofont-download-alt {
  padding: 10px;
  font-size: 21px;
}

.shareicon {
  font-size: 42px;
  margin: 0px 20px 0px 20px;
}

@media(max-width: 990px) {

  .card h3 {
    font-weight: 100;
    font-size: 15px;
  }

  .card h5 {
    font-weight: 100;
    font-size: 15px;
  }

  .card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
  }

}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2a2c39;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.mb-15 {
  margin-bottom: 15px;
}

.subscribe-text span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}

.subscribe-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 6px;
}

.subscribe-wrapper {
  overflow: hidden;
}

.mb-15 {
  margin-bottom: 15px;
}

.subscribe-form {}

.subscribe2-wrapper .subscribe-form input {
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 57px;
  margin-right: 17px;
  padding-left: 35px;
  width: 70%;
  cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
  background: #ffff;
  border: none;
  border-radius: 10px;
  color: #4b5d73;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 46px;
  transition: all 0.3s ease 0s;
  border: 1px solid #5f5f5f;

}

.subscribe-form button:hover {
  background: #666871;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {

  .subscribe2-wrapper .subscribe-form button {
    padding: 18px 30px;
    margin-top: 25px;
  }

  .subscribe2-wrapper .subscribe-form input {
    width: 97%;

  }

  .subscribe-form {
    text-align: center;
  }

}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/* :: 9.0 Album Catagory Area CSS */
.featured-artist-area {
  position: relative;
  z-index: 1;
}

.featured-artist-content {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .featured-artist-content {
    margin-top: 50px;
  }
}

.featured-artist-content p {
  color: #fff;
}

.browse-by-catagories {
  position: relative;
  z-index: 1;
}

.browse-by-catagories a {
  display: inline-block;
  background-color: #f4f4f4;
  border: 2px solid transparent;
  padding: 6px 9px;
  font-size: 15px;
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .browse-by-catagories a {
    padding: 4px 7px;
    font-size: 14px;
    margin-right: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .browse-by-catagories a {
    padding: 4px 7px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .browse-by-catagories a {
    padding: 2px 5px;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.browse-by-catagories a:hover,
.browse-by-catagories a:focus,
.browse-by-catagories a.active {
  border: 2px solid #000000;
}

.browse-by-catagories a:first-child {
  border-color: transparent;
  background-color: transparent;
}

.single-album {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px;
}

.single-album img {
  width: 100%;
}

.single-album .album-info {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-album .album-info h5 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.single-album .album-info p {
  margin-bottom: 0;
  text-transform: capitalize;
}

.single-album:hover,
.single-album:focus {
  box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.15);
}

.single-album-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px;
}

.single-album-area .album-thumb {
  position: relative;
  z-index: 1;
}

.single-album-area .album-thumb .album-price p {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fff;
  margin-bottom: 0;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 15px;
  z-index: 20;
}

.single-album-area .album-thumb .play-icon a {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-album-area img {
  width: 100%;
}

.event-thumbnail img {
  width: 100%;
  max-width: 100%;
}

.single-album-area .album-info {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-album-area .album-info h5 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.single-album-area .album-info p {
  margin-bottom: 0;
  text-transform: capitalize;
}

.artist-info {
  text-align: center;
  padding-top: 30px;
}

.artist-thumb img {
  border-radius: 50%;
  width: 60%;
}

.albums-slideshow {
  position: relative;
  z-index: 1;
}

.albums-slideshow .single-album {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.albums-slideshow .single-album:hover,
.albums-slideshow .single-album:focus {
  border: 1px solid #000000;
  box-shadow: none;
  background-color: #f5f9fa;
}

.albums-slideshow .owl-prev,
.albums-slideshow .owl-next {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  top: 50%;
  left: -25px;
  margin-top: -50px;
  z-index: 50;
  text-align: center;
  line-height: 48px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {

  .albums-slideshow .owl-prev,
  .albums-slideshow .owl-next {
    left: 0;
  }
}

.albums-slideshow .owl-prev:hover,
.albums-slideshow .owl-prev:focus,
.albums-slideshow .owl-next:hover,
.albums-slideshow .owl-next:focus {
  background-color: #000000;
  color: #fff;
}

.albums-slideshow .owl-next {
  left: auto;
  right: -25px;
}

@media only screen and (max-width: 767px) {
  .albums-slideshow .owl-next {
    right: 0;
  }

}

.albums-slideshow:hover .owl-prev,
.albums-slideshow:hover .owl-next {
  opacity: 1;
  visibility: visible;
}



/* :: 10.0 Songs Area CSS */
.single-song-area {
  position: relative;
  z-index: 1;
}

.single-song-area .song-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  max-width: 135px;
  width: 135px;
  margin-right: 50px;
}

.single-song-area .song-thumbnail img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .single-song-area .song-thumbnail {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.single-song-area .song-play-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 185px);
  flex: 0 0 calc(100% - 185px);
  max-width: calc(100% - 185px);
  width: calc(100% - 185px);
  background-color: #262626;
  padding: 10px 15px 20px;
}

/* extra code audio */
.single-song-area1 .song-play-area1 {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 185px);
  flex: 0 0 calc(100% - 185px);
  max-width: calc(100% - 185px);
  width: calc(100% - 185px);
  padding: 10px 15px 20px;
}


@media only screen and (max-width: 767px) {
  .single-song-area .song-play-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.single-song-area .song-play-area .song-name p {
  color: #b8b8b8;
  margin-bottom: 5px;
}

.single-song-area .song-play-area .audioplayer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  align-items: center;
  border: none;
  border-radius: 0;
  background: transparent;
}

.single-song-area .song-play-area .audioplayer-playing .audioplayer-playpause,
.single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #fff;
}

.single-song-area .song-play-area .audioplayer-time {
  font-size: 14px;
  color: #fff;
}

.song-play-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #262626;
  padding: 15px 30px 20px;
  border: 1px solid rgba(0, 0, 0, .075);
}

.song-play-area .song-name p {
  color: #b8b8b8;
  margin-bottom: 5px;
}

.song-play-area .audioplayer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  align-items: center;
  border: none;
  border-radius: 0;
  background: transparent;
}

.song-play-area .audioplayer-playing .audioplayer-playpause,
.song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #fff;
}

.song-play-area .audioplayer-time {
  font-size: 14px;
  color: #fff;
}

/* :: 11.0 Miscellaneous Area CSS */
.weeks-top-area {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid transparent;
}

.weeks-top-area .single-top-item {
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
}

.weeks-top-area .single-top-item:last-child {
  margin-bottom: 0;
}

.weeks-top-area .single-top-item .thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73px;
  flex: 0 0 73px;
  max-width: 73px;
  width: 73px;
  margin-right: 20px;
}

.weeks-top-area .single-top-item .content- h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.weeks-top-area .single-top-item .content- p {
  font-size: 14px;
  margin-bottom: 0;
}

.weeks-top-area:hover,
.weeks-top-area:focus {
  background-color: #f5f9fa;
  border-color: #d8d8d8;
}

.popular-artists-area {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #d8d8d8;
  background-color: #f5f9fa;
}

.popular-artists-area .single-artists {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
}

.popular-artists-area .single-artists:last-child {
  margin-bottom: 0;
}

.popular-artists-area .single-artists .thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  max-width: 63px;
  width: 63px;
  margin-right: 20px;
  border-radius: 50%;
}

.popular-artists-area .single-artists .thumbnail img {
  border-radius: 50%;
}

.popular-artists-area .single-artists .content- p {
  font-size: 16px;
  margin-bottom: 0;
}

.new-hits-area {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #d8d8d8;
  background-color: #f5f9fa;
}

.new-hits-area .single-new-item {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.new-hits-area .single-new-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.new-hits-area .single-new-item .thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73px;
  flex: 0 0 73px;
  max-width: 73px;
  width: 73px;
  margin-right: 20px;
}

.new-hits-area .single-new-item .content- h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.new-hits-area .single-new-item .content- p {
  font-size: 14px;
  margin-bottom: 0;
}

.new-hits-area .single-new-item .audioplayer {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
}

.new-hits-area .single-new-item .audioplayer-playing .audioplayer-playpause,
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #d6d6d6;
}

.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid #fff;
}

.new-hits-area .single-new-item .audioplayer-time,
.new-hits-area .single-new-item .audioplayer-volume,
.new-hits-area .single-new-item .audioplayer-bar {
  display: none;
}

/* :: 12.0 Login Area CSS */
.login-content {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  background-color: #f5f9fa4d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 40px;
  box-shadow: 0 2px 60px 0 #5f5f5f30;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .login-content {
    padding: 50px 30px;
  }
}

.login-content h3 {
  margin-bottom: 30px;
}

.login-content .form-group {
  text-align: left;
}

.login-content .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #000000;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
  border-radius: 0;
}

.login-content .form-control:focus {
  box-shadow: none;
}

/* :: 13.0 Services Area CSS */
.single-service-area .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
  max-width: 78px;
  width: 78px;
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  border: 1px solid #000000;
  text-align: center;
}

.single-service-area .icon span {
  line-height: 76px;
  font-size: 40px;
}

.single-service-area .text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 78px);
  flex: 0 0 calc(100% - 78px);
  max-width: calc(100% - 78px);
  width: calc(100% - 78px);
  padding-left: 30px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: #14151c;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2a2c39;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}


#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #ef6603;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #bd5102;
  color: #fff;
  text-decoration: none;
}



/* :: 14.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #000000;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .footer-area {
    text-align: center;
  }
}

.footer-area .copywrite-text {
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(166, 165, 165, 0.54);
}

.footer-area .copywrite-text a {
  color: rgba(166, 165, 165, 0.54);
  font-size: 12px;
}

.footer-area .copywrite-text a:hover,
.footer-area .copywrite-text a:focus {
  color: #fff;
}

.footer-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.footer-area .footer-nav li a {
  color: #898888;
  font-size: 16px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-nav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-nav li a {
    padding: 0 10px;
    font-size: 10px;
  }
}

.footer-area .footer-nav li a:hover,
.footer-area .footer-nav li a:focus {
  color: #fff;
}

.footer-area .footer-nav li:last-child a {
  padding-right: 0;
}

/* :: 15.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 385px;
  margin-top: 6.5%;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area {
    height: 270px;
    margin-top: 21%;
  }
}

.breadcumb-area .bradcumbContent {
  position: absolute;
  background-color: #fff;
  width: 552px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  text-align: center;
  padding-top: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent {
    width: calc(100% - 60px);
    padding-top: 30px;
  }
}

.breadcumb-area .bradcumbContent p {
  line-height: 1.5;
  font-size: 16px;
  color: #5f5f5f;
}

.breadcumb-area .bradcumbContent h2 {
  font-size: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent h2 {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

/* :: 16.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1;
}

.single-blog-post .blog-post-thumb {
  position: relative;
  z-index: 1;
}

.single-blog-post .blog-post-thumb .post-date {
  width: 76px;
  height: 106px;
  border: 1px solid #000000;
  text-align: center;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: 30px;
  padding: 17px 0;
}

.single-blog-post .blog-post-thumb .post-date span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.single-blog-post .blog-post-thumb .post-date span:first-child {
  font-size: 36px;
}

.single-blog-post .blog-content {
  background-color: #f5f9fa;
  padding: 45px 40px;
  border: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content {
    padding: 30px 20px;
  }
}

.single-blog-post .blog-content .post-title {
  font-size: 24px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content .post-title {
    font-size: 20px;
  }
}

.single-blog-post .blog-content .post-title:hover,
.single-blog-post .blog-content .post-title:focus {
  color: #232323;
}

.single-blog-post .blog-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.single-blog-post .blog-content .post-meta p {
  color: #8d8d8d;
  font-size: 13px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}

.single-blog-post .blog-content .post-meta p::after {
  content: '|';
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 5;
}

.single-blog-post .blog-content .post-meta p:last-child::after {
  display: none;
}

.single-blog-post .blog-content .post-meta p a {
  color: #8d8d8d;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
}

.single-blog-post .blog-content .post-meta p a:hover,
.single-blog-post .blog-content .post-meta p a:focus {
  color: #000000;
}

.single-blog-post .blog-content p {
  margin-bottom: 0;
}

.oneMusic-pagination-area .pagination .page-item .page-link {
  background-color: transparent;
  display: block;
  padding: 0;
  border: 1px solid transparent;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 400;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
}

.oneMusic-pagination-area .pagination .page-item .page-link:hover,
.oneMusic-pagination-area .pagination .page-item .page-link:focus {
  color: #000000;
  border: 1px solid #000000;
}

.oneMusic-pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.oneMusic-pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.oneMusic-pagination-area .pagination .page-item.active .page-link {
  color: #000000;
  border: 1px solid #000000;
}

.blog-sidebar-area {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-area {
    margin-top: 100px;
  }
}

.single-widget-area {
  position: relative;
  z-index: 1;
  background-color: #f5f9fa;
  border: 1px solid #d8d8d8;
}

.single-widget-area img {
  width: 100%;
}

.single-widget-area .widget-title {
  padding: 25px 45px;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-widget-area .widget-title {
    padding: 20px 30px;
  }
}

.single-widget-area .widget-title h5 {
  margin-bottom: 0;
  line-height: 1;
}

.single-widget-area .widget-content {
  padding: 25px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-widget-area .widget-content {
    padding: 20px 30px;
  }
}

.single-widget-area .widget-content ul li {
  margin-bottom: 10px;
}

.single-widget-area .widget-content ul li a {
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 400;
}

.single-widget-area .widget-content ul li a:hover,
.single-widget-area .widget-content ul li a:focus {
  color: #000000;
}

.single-widget-area .widget-content ul li:last-child {
  margin-bottom: 0;
}

.single-widget-area .widget-content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-widget-area .widget-content .tags li {
  margin-bottom: 0;
}

.single-widget-area .widget-content .tags li a {
  display: block;
  line-height: 28px;
  font-size: 15px;
  color: #5f5f5f;
  height: 30px;
  background-color: #fff;
  padding: 0 15px;
  border: 1px solid #000000;
  margin: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-widget-area .widget-content .tags li a {
    padding: 0 10px;
  }
}

/* :: 17.0 Skills Area CSS */
.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.single-skils-area .circle {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}

.single-skils-area .skills-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-skils-area .skills-text span {
  font-size: 24px;
  color: #232323;
  font-weight: 500;
}

.single-skils-area .skills-text p {
  font-size: 15px;
  color: #5f5f5f;
  line-height: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #232323;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, .075);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #000;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ef6603;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact-social-info a {
  display: inline-block;
  font-size: 22px;
  margin: 0px 20px;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* :: 19.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1;
}

.elements-title h2 {
  font-size: 24px;
}

/* :: 20.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1;
}

.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 0;
  color: #232323;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
}

.single-cool-fact .scf-text p {
  font-size: 15px;
  margin-bottom: 0;
  color: #5f5f5f;
  line-height: 1;
}

/* :: 20.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #000000;
}

.single-accordion h6 a span {
  background: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #ffffff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  color: #232323;
}

.single-accordion h6 a.collapsed span {
  color: #000000;
}

.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
}

.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}

.single-accordion .accordion-content p {
  padding: 20px 15px 5px;
  margin-bottom: 0;
}

/* :: 20.3.0 Tabs Area CSS */
.oneMusic-tabs-content {
  position: relative;
  z-index: 1;
}

.oneMusic-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}

.oneMusic-tabs-content .nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid #000000;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #232323;
  margin: 0 2px;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .oneMusic-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .oneMusic-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .oneMusic-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }
}

.oneMusic-tabs-content .nav-tabs .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}

.oneMusic-tabs-content .oneMusic-tab-text {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.oneMusic-tabs-content .oneMusic-tab-text p {
  margin-bottom: 0;
}

.oneMusic-tabs-content .tab-content h6 {
  font-size: 18px;
}

.single-web-icon {
  position: relative;
  z-index: 1;
  background-color: #f5f9fa;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #b8b8b8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-web-icon i {
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
}

.single-web-icon span {
  font-size: 16px;
}

.single-web-icon:hover {
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
}


/*--------------- Extra code --------------------*/

/* The Modal (background) */
.modal {
  position: fixed;
  z-index: 10;
  display: none;
  padding-top: 150px;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(54, 36, 29, 0.61)
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #f2f4f8;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}


.modal-header {
  padding: 2px 16px;
  background-color: #f2f4f8;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #f2f4f8;
  color: white;
}



/* --- Beautified Cards & Grid (Desktop) Added by Agent --- */
@media (min-width: 768px) {
  .custom-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    /* Subtle initial shadow */
    transition: all 0.3s ease;
    height: 100%;
    /* Uniform height */
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
  }

  .custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.0);
  }

  .custom-card img {
    transition: transform 0.5s ease;
  }

  .custom-card:hover img {
    transform: scale(1.03);
  }

  /* 5 Column Grid */
  .col-five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Compact Text for Albums/Songs */
  .custom-card .album-info p,
  .custom-card .single-event-area p,
  .custom-card .artist-info h5 {
    margin-bottom: 2px;
    line-height: 1.4;
    margin-top: 5px;
  }

  .custom-card .album-info h5,
  .custom-card .single-event-area h5 {
    margin-bottom: 2px;
  }

  .custom-card {
    padding-bottom: 10px;
    /* Reduce bottom padding */
  }
}