/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Main Style
	- Daisy main
# WooCommerce styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15; }

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0; }

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none; }

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: #fff;
  border: 1px solid #1d2124;
  color: #000; }

button[type="submit"] {
  background-color: #304ffe;
  border: 1px solid #304ffe;
  border-radius: 4px;
  box-shadow: none !important;
  color: #fff;
  font-size: 14px;
  min-width: 140px;
  padding: 8px 25px; }
  button[type="submit"] .icon {
    margin-right: 14px;
    vertical-align: middle; }
  button[type="submit"] a {
    color: #fff; }
  button[type="submit"]:hover, button[type="submit"]:focus {
    background-color: #000;
    border: 1px solid #000;
    color: #fff; }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  font-family: 'Oswald';
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline; }

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item; }

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none; }

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #d5d5d5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 2em 1em;
  padding: 0 10px 0 25px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }
  table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  table td,
  table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top; }
  table p {
    margin-bottom: 0; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

a,
button,
input {
  touch-action: manipulation; }

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #304ffe;
  border: none;
  border-color: #304ffe #304ffe #293df0;
  box-shadow: none !important;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 2.2;
  min-width: 140px;
  padding: 4px 25px; }
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #000;
    border-color: #111 #111 #222; }
  input[type="button"]:active, input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #111 #111 #222; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.left-sidebar-active .site,
.shop-left-sidebar-active .site {
  display: grid;
  grid-template-columns: auto 25%;
  column-gap: 30px;
  grid-template-areas: "header header" "main sidebar" "footer footer"; }

.site-header {
  grid-area: header; }

.site-main {
  grid-area: main; }

#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #secondary ul li {
    line-height: 2.3; }

.site-footer {
  grid-area: footer; }

.no-sidebar .site,
.shop-full-width .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer"; }

.left-sidebar-active .site,
.tax-product_tag .site,
.tax-product_cat .site,
.shop-left-sidebar-active .site {
  display: grid;
  grid-template-columns: 25% auto;
  column-gap: 30px;
  grid-template-areas: "header header" "sidebar main" "footer footer"; }

.right-sidebar-active .site,
.shop-right-sidebar-active .site {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 70% auto;
  grid-template-areas: "header header" "main sidebar" "footer footer"; }

.site-header {
  grid-area: header; }

.widget-area {
  grid-area: sidebar; }

.site-footer {
  grid-area: footer; }

.no-sidebar .site,
.shop-full-width .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer"; }

@media (max-width: 767.98px) {
  .site-main {
    padding: 0 15px; }
  .toolbar .shop-display,
  .toolbar .woocommerce-result-count {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .left-sidebar-active .site,
  .shop-left-sidebar-active .site {
    display: grid;
    grid-template-columns: 100% auto;
    column-gap: 0px;
    grid-template-areas: "header header" "sidebar main" "footer footer"; }
  .right-sidebar-active .site,
  .shop-right-sidebar-active .site {
    display: grid;
    column-gap: 0px;
    grid-template-columns: 100% auto;
    grid-template-areas: "header header" "main sidebar" "footer footer"; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar-toggler-icon {
  background-color: #293038;
  background-size: 70%;
  border-radius: 4px; }

.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      left: -999em;
      position: absolute;
      top: 100%;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 50%;
  text-align: end; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
  border: 1px solid #333;
  padding: 20px;
  background: #d8f4f9; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }
  .page-links a {
    background: #faf9f7;
    padding: 10px 15px; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/
.comments-area {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comments-area .depth-2,
  .comments-area .depth-3,
  .comments-area .depth-4,
  .comments-area .depth-5 {
    margin-top: 30px; }
  .comments-area #reply-title small {
    border-bottom: 2px solid #f7f72e;
    margin-left: 15px; }
  .comments-area .reply a {
    border: 1px solid #ccc;
    display: table;
    font-size: 12px;
    padding: 2px 10px; }
    .comments-area .reply a:hover {
      border-color: #4169e1; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

.widget.block {
  margin-bottom: 25px; }

.widget_categories ul {
  list-style: none;
  padding: 0; }

.widget_categories li {
  text-transform: capitalize; }

.widget_categories li:not(a) {
  color: #dadada; }

.widget_categories select {
  display: block;
  height: 40px;
  margin-top: 15px;
  padding: 7px 10px;
  width: 100%; }
  .widget_categories select option {
    padding: 7px 10px; }

.widget_archive select {
  display: block;
  height: 40px;
  margin-top: 15px;
  padding: 7px 10px;
  width: 100%; }
  .widget_archive select option {
    padding: 7px 10px; }

.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* - product list Style
------------------------------------------*/
.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product_list_widget li {
    border-block-end: 1px solid #ddd;
    display: table;
    padding: 16px 0;
    width: 100%; }
    .product_list_widget li img {
      float: left;
      margin-right: 15px;
      width: 65px; }
    .product_list_widget li:last-child {
      border: none; }
  .product_list_widget .product-title {
    color: #111;
    display: block; }
  .product_list_widget .woocommerce-Price-amount.amount {
    display: block;
    font-family: 'Oswald';
    margin-left: 80px; }
  .product_list_widget .star-rating {
    left: -10px;
    margin-left: 85px;
    position: relative; }

/* - Rss Style
------------------------------------------*/
.widget_rss ul li {
  padding-bottom: 15px; }
  .widget_rss ul li a {
    display: block;
    padding-bottom: 4px; }
  .widget_rss ul li cite {
    display: inline-block;
    padding-top: 6px; }

a.rsswidget {
  font-weight: bold; }

span.rss-date {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 12px; }

/* - Recent comments
------------------------------------------*/
.recentcomments {
  border-bottom: 1px solid #efefef;
  color: #000;
  padding: 10px 0 !important; }
  .recentcomments .comment-author-link {
    font-weight: bold;
    text-transform: capitalize; }
  .recentcomments a {
    color: #3251fe;
    display: block; }

/* - Tag Cloud Style
------------------------------------------*/
.widget_tag_cloud .tagcloud {
  margin-top: 20px; }

.widget_tag_cloud a {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  color: #3f3f3f;
  display: inline-block;
  font-size: 0.7rem !important;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-right: 0.35rem;
  padding: 0.35rem 1rem;
  position: relative;
  text-transform: uppercase; }

.widget_tag_cloud span.tagcount {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  margin-left: 4px; }

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
  background-color: #efefef;
  color: #000;
  text-decoration: none; }

.footer-widget {
  margin-bottom: 40px; }

/* - Sidebar Default Menu Style 
------------------------------------------*/
.widget_nav_menu ul {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important; }
  .widget_nav_menu ul li {
    line-height: 1.7;
    margin-bottom: 0; }
    .widget_nav_menu ul li a {
      font-size: 15px;
      color: #333333;
      display: block;
      padding-left: 10px;
      position: relative; }
      .widget_nav_menu ul li a:before {
        color: #ff0100;
        content: "-";
        font-size: 18px;
        font-weight: bold;
        left: -12px;
        position: relative;
        top: 0; }
    .widget_nav_menu ul li .sub-menu {
      margin-left: 10px !important; }
      .widget_nav_menu ul li .sub-menu .sub-menu .sub-menu .sub-menu {
        margin-left: 0 !important; }

.widget_nav_menu .menu {
  padding-left: 20px; }

.dokan-store-widget li,
.dokan-store-widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.children.level-0 {
  margin-left: 5px; }

span.seller-rating {
  display: none; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1.5em;
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-bottom: 1.5em;
  margin-right: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-bottom: 1.5em;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Main style | daisy
--------------------------------------------- */
/*---------------------------------
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. m24_logo_wrapper
	5. main_slider_wrapper
	6. treanding_songs_wrapper
	7. concert_wrapper
	8. pricing_plan_wrapper
	9. blog_wrapper
	10. partners_Section
	11. footer_wrapper
	13. indx_title_main_wrapper
	14. artist_wrapper
	15. free_music_wrapper 
	16. m24_genres_box
	17. prs_es_about_main_section_wrapper 
	18. index2_main_header
	19. index3_main_header
---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

.mejs__container,
.mejs__container * {
  box-sizing: border-box; }

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%; }

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

.mejs__background,
.mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url(mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url(mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

.mejs__button > button:focus {
  outline: 1px dotted #999; }

.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
  outline: 0; }

.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes b {
  0% {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes b {
  0% {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important; }

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px; }

.mejs__time-rail .mejs__time-handle-content:active,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }

.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%; }

.mejs__volume-current,
.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  position: absolute; }

.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

.mejs__captions-button,
.mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

.mejs__overlay-error {
  position: relative; }

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: .8em; }

.mejs__cannotplay {
  position: relative; }

.mejs__cannotplay a,
.mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }

body {
  font-family: 'Roboto';
  font-size: 16px;
  color: #191919;
  background: #f9f9f9; }

::selection {
  background-color: #fe7945;
  color: #fff; }

a {
  color: #fa5b41;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fa5b41;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald';
  text-transform: capitalize;
  font-weight: 400;
  color: #191919; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #191919;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

p {
  margin: 0; }

input,
select,
button,
textarea {
  outline: none; }

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

/*-- Preloader css start --*/
.mob-menu {
  display: none; }

#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%; }

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

#status img {
  width: 200px;
  height: 200px; }

.cursor {
  border: 1px solid #f8473e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1011; }

@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: .7; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden; } }

.cursor-close {
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference; }

.cursor-close::before,
.cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: cursorClose .6s .1s ease-in-out both; }

.cursor-close::before {
  height: 100%;
  width: 1px; }

.cursor-close::after {
  height: 1px;
  width: 100%; }

.open .cursor {
  mix-blend-mode: lighten; }

.touch .cursor {
  display: none; }

.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both; }

.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both; }

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b; }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0); } }

@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b; }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0); } }

@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg); }
  100% {
    transform: scale(0.45) rotate(45deg); } }

/*-- header --*/
.m24_logo_div {
  float: left;
  width: auto;
  max-width: 170px; }

.m24_navi_main_wrapper {
  position: relative;
  padding: 5px 35px 0 15px;
  z-index: 1;
  background: #f9f9f9; }

.mainmenu ul li {
  display: inline-block; }

.mainmenu ul li a {
  color: #191919;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding: 25px 17px 28px; }

.gc_main_navigation a i:before {
  color: #111;
  margin-left: 3px;
  margin-right: 0;
  font-size: 10px;
  font-weight: 800; }

.navi_2_dropdown li a i:before {
  color: #191919;
  font-size: 14px;
  margin-right: 8px; }

.navi_2_dropdown li a {
  padding: 9px 20px !important; }

.navi_2_dropdown li a:hover {
  color: #fa5b41;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.navi_2_dropdown li a:hover i:before {
  color: #fa5b41;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  position: relative; }

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  opacity: 1;
  color: #fa5b41 !important; }

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent; }

.mainmenu ul ul li {
  display: block;
  position: relative;
  float: left;
  width: 100%; }

.mainmenu ul ul li:last-child > a {
  border-bottom: 0px; }

.mainmenu ul ul li a:after {
  content: ""; }

.mainmenu ul ul li > ul {
  left: -100%;
  top: 50%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0; }

.mainmenu ul ul li:hover > ul {
  top: 20%; }

.mainmenu ul li span a.active {
  font-weight: 600; }

.mainmenu ul ul li.active > a {
  background-color: #eee;
  font-weight: 600; }

.main_nav_ul {
  float: left;
  width: auto;
  height: 78px; }

.top_header_right_wrapper p {
  color: #fff;
  float: left;
  font-size: 18px;
  margin-left: -65px;
  margin-top: 17px; }

.top_header_right_wrapper p i:before {
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: 3px; }

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
  width: 220px;
  position: absolute;
  text-align: left;
  top: calc(100% + 30px);
  z-index: 9999999;
  opacity: 0;
  top: 100%;
  border-radius: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform-origin: top;
  transform: perspective(5em) rotateX(-90deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  background: #fbfbfb;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.07);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.07);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.07);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.07);
  transform: perspective(5em) rotateX(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.mainmenu ul li:hover .gc_main_navigation i:before,
.mainmenu ul li.active > .gc_main_navigation i:before {
  color: #fa5b41; }

.m24_navigation_wrapper {
  float: left;
  width: 70%;
  margin-left: auto;
  padding-left: 40px;
  position: relative; }

.active {
  color: #fa5840 !important; }

.mainmenu ul li a span {
  float: right; }

.mainmenu ul li:hover > .dropdown-menu-right {
  display: block; }

.mainmenu ul li .dropdown-menu-right {
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  left: 100%;
  right: auto;
  min-width: 210px; }

.mainmenu ul li .dropdown-menu-right li a {
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 400; }

.mainmenu ul li:hover > .dropdown-menu-right {
  display: block;
  padding: 10px 0; }

.dropdown-menu-right li {
  padding-right: 0; }

.m24_header_right_Wrapper {
  float: right;
  width: 15%;
  padding-top: 16px;
  position: relative; }

.m24_header_right_Wrapper:after {
  content: '';
  position: absolute;
  left: 30px;
  top: -6px;
  width: 1px;
  height: 83px;
  background: #e6e6e6; }

/**-----sidebar toggle wrapper css ------**/
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -473px;
  width: 260px;
  background-color: #ffffff;
  z-index: 1000;
  overflow-x: hidden;
  box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05); }

#toggle {
  float: right;
  width: auto;
  padding-top: 12px;
  cursor: pointer; }

#toggle a i:before {
  font-weight: 600;
  font-size: 22px; }

#cssmenu,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#cssmenu .sidebb {
  width: 100%;
  padding-top: 10%;
  float: left;
  padding-left: 10px; }

#cssmenu {
  width: 260px;
  color: #ffffff; }

#cssmenu img {
  padding-top: 25px;
  padding-left: 40px; }

#cssmenu img {
  width: 190px;
  padding-top: 50px; }

.admin-bar #cssmenu img {
  padding-top: 70px; }

#cssmenu ul ul {
  display: none;
  padding-left: 20px; }

#cssmenu .sidebb > li.active > ul {
  display: block; }

#cssmenu .sidebb > li > a {
  padding: 17px 25px;
  font-family: 'Oswald';
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #191919;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#cssmenu .sidebb > li > a:hover {
  color: #fa5b41;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 34px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #191919;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 30px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #191919;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#cssmenu ul ul li a {
  padding: 14px 26px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #060606;
  text-transform: capitalize;
  background: transparent;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

#cssmenu ul ul ul li a {
  padding-left: 32px; }

#cssmenu ul ul li a:hover {
  color: #fa5b41;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

#cssmenu ul ul li a i {
  margin-right: 10px; }

#cssmenu ul ul li a i:before {
  font-weight: 600;
  font-size: 16px; }

#toggle_close {
  position: absolute;
  z-index: 100;
  right: 9px;
  top: 24px;
  font-size: 32px;
  color: #f8473e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #fff; }

#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #ffffff; }

#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #ffffff; }

#cssmenu li a i {
  margin-right: 10px;
  color: #fa5b41;
  font-size: 18px; }

#cssmenu li a i:before {
  font-size: 19px;
  font-weight: 600; }

.ss_menu_btn {
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer; }

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background: #b446ff;
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  margin: 4px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 0px);
  -moz-transform: rotate(-45deg) translate(-8px, 0px);
  -o-transform: rotate(-45deg) translate(-8px, 0px);
  -ms-transform: rotate(-45deg) translate(-8px, 0px);
  transform: rotate(-45deg) translate(-8px, 0px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-10px, -2px);
  -moz-transform: rotate(45deg) translate(-10px, -2px);
  -o-transform: rotate(45deg) translate(-10px, -2px);
  -ms-transform: rotate(45deg) translate(-10px, -2px);
  transform: rotate(45deg) translate(-10px, -2px); }

.navi_searchbar_wrapper {
  position: relative;
  float: left;
  width: 49%;
  margin-left: 30px;
  padding-top: 11px; }

.navi_searchbar_wrapper i {
  float: left;
  width: 45px;
  height: 50px;
  line-height: 50px;
  color: #191919;
  position: absolute;
  left: 5px;
  cursor: pointer;
  text-align: center; }

.navi_searchbar_wrapper input {
  float: left;
  height: 50px;
  background: #fff;
  padding-left: 47px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #191919;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #e6e6e6; }

.comboTreeDropDownContainer ul input {
  height: auto !important; }

.mainmenu {
  float: left;
  width: 60%; }

.navi_searchbar_wrapper input::placeholder {
  color: #191919; }

.navi_searchbar_wrapper input:-ms-input-placeholder {
  color: #191919; }

.navi_searchbar_wrapper input::-ms-input-placeholder {
  color: #191919; }

.m24_navi_langauage_box {
  float: right;
  width: 10%; }

.comboTreeDropDownContainer {
  display: none;
  background: #fff;
  border: 1px solid #aaa;
  max-height: 250px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  top: 62px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05); }

.comboTreeDropDownContainer ul {
  padding: 0px;
  margin: 0;
  background: #fff;
  position: relative; }

.comboTreeDropDownContainer li {
  list-style-type: none;
  cursor: pointer;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px; }

.comboTreeDropDownContainer li:hover {
  background-color: #ddd; }

.comboTreeDropDownContainer li:hover ul {
  background-color: #fff; }

.comboTreeDropDownContainer li:hover {
  background-color: transparent;
  color: #fa5b41; }

span.comboTreeItemTitle {
  display: block;
  color: #191919;
  padding: 4px 10px;
  text-transform: capitalize; }

.comboTreeDropDownContainer label {
  cursor: pointer;
  width: 100%;
  display: block; }

.comboTreeDropDownContainer .comboTreeItemTitle input {
  position: relative;
  top: 2px;
  margin: 0px 8px 0px 0px;
  display: block;
  display: inline-block; }

.comboTreeParentPlus {
  position: relative;
  left: 0;
  top: 4px;
  width: 4px;
  float: left; }

.comboTreeInputBox {
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999;
  width: 100%;
  box-sizing: border-box;
  padding-right: 24px;
  padding: 0 20px !important;
  padding-left: 45px !important; }

.comboTreeArrowBtnImg {
  font-size: 14px; }

.comboTreeArrowBtn {
  position: absolute;
  right: 0;
  height: 50px;
  width: 40px;
  background: transparent;
  border: 0; }

.comboTreeArrowBtn i {
  top: 0;
  text-align: center;
  left: 12px;
  color: #5f5f5f;
  font-size: 16px;
  width: auto; }

.lang_m24_banner .modal-dialog {
  top: 15%; }

.lang_m24_banner .modal-content {
  border: 0;
  background: #fff;
  -ms-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.lang_m24_banner button.close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1000; }

.lang_m24_banner button.close {
  position: absolute;
  right: -10px;
  top: -11px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f8473e;
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  opacity: 1 !important; }

.lang_m24_banner button.close:hover {
  color: #fff !important; }

.modal-open {
  overflow-y: auto; }

.modal-open .m24_main_wrapper {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); }

.m24_language_box {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6; }

.m24_language_box h1 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 6px; }

.lang_list_wrapper {
  float: right;
  width: auto;
  padding: 24px 0 15px;
  padding-right: 30px; }

.lang_list_wrapper a {
  text-transform: capitalize;
  color: #191919; }

.lang_list_wrapper a i {
  margin-left: 5px;
  font-size: 18px;
  color: #fa5b41;
  position: relative;
  top: 2px; }

.lang_apply_btn {
  float: left;
  display: inline-block; }

.cancel_wrapper {
  float: left;
  display: inline-block; }

.cancel_wrapper a {
  background: #fff;
  width: 120px;
  height: 45px;
  float: left;
  font-family: 'Oswald';
  line-height: 45px;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin-left: 20px;
  text-transform: uppercase;
  color: #5a5a5a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.lang_list_checkbox li {
  width: 50%;
  float: left;
  padding: 14px 20px;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 1px 0px;
  margin-bottom: -1px;
  border-top: 0;
  padding-left: 31px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.cancel_wrapper a:hover {
  background: #f9f9f9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.music_field_box input[type="checkbox"] {
  display: none; }

.music_field_box label {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  width: 100%;
  margin: 0;
  color: #191919;
  font-weight: 500; }

.music_field_box label span {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  margin-left: 2px; }

.music_field_box input[type="checkbox"] + label:before {
  border: 1px solid #fa5b41;
  content: "\00a0";
  display: inline-block;
  font: 15px/1em sans-serif;
  height: 15px;
  margin: 5px 13px 0 0;
  padding: 0;
  vertical-align: top;
  width: 15px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.music_field_box input[type="checkbox"]:checked + label:before {
  border: 0;
  color: #fff;
  content: "\2713";
  font-weight: 900;
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%); }

.music_field_box input[type="checkbox"]:checked + label:after {
  font-weight: 900; }

.music_field_box .box {
  color: #ffffff;
  margin-top: 23px;
  text-align: left;
  margin-left: 26px; }

.music_field_box input[type="checkbox"] {
  display: none; }

.lang_list_checkbox li:hover {
  background: #f7f7f7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.lang_apply_btn a {
  width: 130px;
  float: left;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  height: 45px;
  text-transform: uppercase;
  line-height: 45px;
  background-image: linear-gradient(to right, #f8473e, #fe7945, #ff8d61, #ff3b1b);
  text-align: center;
  border: none;
  background-size: 280% 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'Oswald';
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.lang_apply_btn a:hover {
  background-position: 100% 0;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.lang_apply_btn_wrapper {
  padding: 35px;
  text-align: center; }

.budge_noti {
  position: relative; }

.budge_noti:after {
  content: '3';
  width: 17px;
  height: 17px;
  color: #ffffff;
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  float: left;
  line-height: 18px;
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: 12px; }

.m24_signin_wrapper {
  float: right;
  display: inline-block; }

.m24_signin_wrapper a img {
  float: left;
  width: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.m24_signin_wrapper .login_top_wrapper {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
  padding-top: 6px; }

.login_top_wrapper p {
  font-size: 16px;
  color: #191919;
  text-transform: capitalize; }

.res_search_bar {
  float: right;
  width: auto;
  color: #191919;
  font-size: 16px;
  cursor: pointer; }

.search_bar {
  padding-top: 24px;
  float: right;
  position: relative;
  right: -28px; }

.res_search_box {
  width: 200px;
  position: absolute;
  top: 100%;
  padding: 0 20px;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  -ms-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.07);
  -moz-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.07);
  -webkit-box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.07);
  box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.07);
  display: none;
  z-index: 1000;
  right: 0;
  padding-bottom: 10px; }

.responsive_search_toggle i {
  margin-right: 5px; }

.responsive_search_toggle {
  width: 100%;
  padding-bottom: 0; }

.notify_para {
  float: right;
  display: inline-block;
  position: absolute;
  left: 48px;
  font-size: 16px;
  text-transform: capitalize;
  top: -3px; }

/**--- slider wrapper css ----**/
.main_slider_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  height: 100%;
  position: relative;
  overflow: hidden; }

.slider-area .carousel-inner .carousel-item .caption-1,
.slider-area .carousel-inner .carousel-item .caption-2,
.slider-area .carousel-inner .carousel-item .caption-3 {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 537px; }

.slider-area .carousel-inner .carousel-item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding: 100px 0; }

.slider-area .carousel-inner .carousel-item .carousel-captions .content ul {
  display: inline-block; }

.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
  display: block;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  padding-top: 100px; }

.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
  color: #191919;
  font-size: 70px;
  margin: 0 0 30px;
  animation-delay: 1.6s;
  text-transform: uppercase;
  line-height: 70px; }

.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
  animation-delay: 2.0s;
  line-height: 30px;
  font-size: 18px;
  color: #303030; }

.slider-area .carousel-inner .carousel-indicators {
  right: 0;
  bottom: 35px;
  width: 100%;
  margin: 0px auto; }

.slider_btn .lang_apply_btn li {
  animation-delay: 2.3s; }

.slider_btn .lang_apply_btn a {
  width: 150px; }

.slider_btn .lang_apply_btn a i:before {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 600; }

.slider-area .carousel-inner .carousel-indicators li {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  margin: 2px 17px;
  color: #fff;
  border: 1px solid #333; }

.slider-area .carousel-inner .carousel-indicators li.active {
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0; }

.content_img_wrapper {
  position: absolute;
  right: 0; }

.carousel-nevigation {
  display: none; }

.slider-area .carousel-inner .carousel-item .carousel-captions .content h1 {
  font-size: 60px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 18px;
  animation-delay: 1.3s; }

.slider_right_wrapper {
  float: left;
  width: 25%;
  position: relative;
  height: 1000px;
  background: #30a3f0; }

.banner_top_wrapper {
  position: relative;
  overflow: hidden; }

.slider_btn {
  margin-top: 40px; }

.slider-area .carousel-inner {
  overflow: visible; }

.content_img_wrapper {
  position: absolute;
  right: -384px; }

.slider_headphone {
  position: absolute;
  left: 40px;
  bottom: 0px;
  -webkit-animation: movebounce 3.9s linear infinite;
  animation: movebounce 3.9s linear infinite; }

@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

.slider_side_width:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ededed;
  width: 500px;
  height: 100%;
  animation: 0; }

.slider-area .carousel-inner .carousel-indicators li span {
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  height: 1px;
  background: #666;
  left: 17px; }

.slider-area .carousel-inner .carousel-indicators li:last-child span {
  display: none; }

/**--------- treanding wrapper css -----------**/
.treanding_songs_wrapper {
  padding: 60px 0; }

.treanding_song_slider {
  float: left;
  width: 100%;
  text-align: center;
  z-index: 0;
  position: relative; }

.treanding_song_slider .owl-theme .owl-dots {
  display: none; }

.treanding_song_slider .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -65px;
  margin-top: 0;
  z-index: 1;
  display: block; }

.treanding_song_slider .owl-theme .owl-nav .owl-prev {
  color: #191919;
  font-size: 16px;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 21px;
  background: transparent;
  display: inline-block;
  cursor: pointer; }

.treanding_song_slider .owl-theme .owl-nav .owl-prev i:before,
.treanding_song_slider .owl-theme .owl-nav .owl-next i:before {
  font-weight: 600; }

.treanding_song_slider .owl-theme .owl-nav .owl-next {
  color: #191919;
  font-size: 16px;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 21px;
  background: transparent;
  display: inline-block;
  cursor: pointer; }

.treanding_song_slider .owl-theme .owl-nav .owl-next:hover,
.treanding_song_slider .owl-theme .owl-nav .owl-prev:hover {
  color: #fa5b41;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.m24_heading_wrapper {
  float: left;
  display: inline-block;
  margin-bottom: 40px; }

.m24_heading_wrapper h1 {
  font-size: 26px;
  text-transform: uppercase; }

.treanding_slider_main_box {
  overflow: hidden; }

.treanding_slider_main_box img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.m24_treanding_box_overlay {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }

.m24_rcnt_box:hover .m24_treanding_box_overlay {
  opacity: 1; }

ul.tranding_more_option {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 5px;
  right: 50px;
  background-color: #fff;
  max-width: 172px;
  width: 100%;
  list-style: none;
  padding: 15px 15px 0;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }

ul.tranding_more_option.tranding_open_option {
  opacity: 1;
  right: 32px;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px); }

ul.tranding_more_option li {
  width: 100%;
  display: block; }

ul.tranding_more_option li a {
  text-align: left !important;
  color: #191919;
  padding-bottom: 10px;
  display: block;
  text-transform: capitalize;
  font-size: 14px; }

ul.tranding_more_option li a:hover,
.m24_rcnt_box:hover .m24_rcnt_box_text h3 a {
  color: #fa5b41; }

ul.tranding_more_option li a .opt_icon {
  padding-right: 10px; }

ul.tranding_more_option li a .opt_icon i:before {
  color: #fa5b41;
  font-size: 15px;
  font-weight: 600; }

.treanding_slider_main_box:hover .m24_treanding_box_overlay {
  opacity: 1; }

.treanding_slider_main_box:hover .m24_tranding_box_overlay {
  top: 0;
  border-radius: 10px; }

.treanding_slider_main_box:hover .m24_tranding_more_icon {
  top: 15px; }

.treanding_slider_main_box:hover .tranding_play_icon a i {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.tranding_play_icon a i:before {
  font-size: 44px; }

.m24_tranding_box_overlay {
  position: absolute;
  background-image: -moz-linear-gradient(90deg, #161a2e 0%, #ed3fb3 0%, #f8473e 0%, rgba(254, 121, 69, 0.4) 100%);
  background-image: -webkit-linear-gradient(90deg, #161a2e 0%, #ed3fb3 0%, #f8473e 0%, rgba(254, 121, 69, 0.4) 100%);
  background-image: -ms-linear-gradient(90deg, #161a2e 0%, #ed3fb3 0%, #f8473e 0%, rgba(254, 121, 69, 0.4) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.m24_tranding_more_icon {
  position: absolute;
  top: -10%;
  right: 16px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }

.m24_tranding_more_icon i {
  color: #fff; }

.tranding_play_icon {
  position: absolute;
  top: 51%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.treanding_slider_main_box .tranding_play_icon a i {
  display: inline-block;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  color: #fff; }

.treanding_slider_main_box :hover .tranding_play_icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.top_songs_list_left .tranding_play_icon a i {
  padding-top: 5px; }

/**-------- login wrapper js -------**/
.comments_form .form-control {
  height: 45px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff; }

.comments_form textarea.form-control {
  height: auto;
  resize: none; }

.comments_form input::placeholder,
.comments_form textarea::placeholder {
  color: #999; }

.comments_form .form-control:focus,
.comments_form .form-control:hover {
  color: #111;
  background-color: transparent;
  border: 1px solid #fa5b41 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.comments_form {
  position: relative;
  margin-bottom: 25px; }

.login_form_wrapper {
  float: left;
  width: 100%;
  padding: 30px 30px 0 30px; }

.login_remember_box .control {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 500;
  padding-right: 10px; }

.login_remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.login_remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #999; }

.login_remember_box .control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.login_remember_box .control input:checked ~ .control__indicator:after {
  display: block; }

.login_remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.login_remember_box .forget_password {
  color: #191919;
  float: right;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize; }

.check-box {
  margin-top: 35px; }

.icon_form {
  position: relative;
  margin-bottom: 20px; }

.icon_form i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #9c9c9c; }

.check_box_anchr {
  color: #fa5b41 !important; }

.dont_have_account {
  text-align: left;
  padding-top: 20px; }

.dont_have_account p {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: capitalize; }

.dont_have_account p a {
  color: #fa5b41; }

.login_btn {
  text-align: center;
  margin: 30px 0; }

.login_btn a {
  width: 100%;
  float: none;
  display: inline-block; }

.signup_wrapper {
  padding: 78px 70px; }

/**--------- release album wrapper css --------**/
.release_tabs_wrapper {
  float: right;
  display: inline-block;
  margin-top: -8px; }

.release_tabs_wrapper h2 {
  font-size: 26px;
  color: #111111;
  font-weight: 600;
  display: inline-block; }

.release_tabs_wrapper .nav {
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 0; }

.release_tabs_wrapper .nav-tabs .nav-link:focus,
.release_tabs_wrapper .nav-tabs .nav-link:hover {
  border-color: transparent; }

.release_tabs_wrapper .nav li {
  float: left;
  border: 0;
  border-left: 0; }

.release_tabs_wrapper .nav-tabs .nav-item.show .nav-link,
.release_tabs_wrapper .nav-tabs .nav-link.active {
  color: #fa5840;
  border-radius: 0;
  border: 0;
  background: transparent; }

.release_tabs_wrapper .nav-tabs .nav-link {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding: 10px 15px;
  border: 0; }

.relaese_viewall_wrapper {
  float: right;
  display: inline-block;
  padding: 0 0 0 15px; }

.relaese_viewall_wrapper a {
  font-weight: 600;
  text-transform: uppercase;
  color: #191919;
  font-size: 15px; }

.relaese_viewall_wrapper a i:before {
  font-size: 15px;
  margin-left: 2px;
  color: #fa5840; }

.relaese_viewall_wrapper a:hover {
  color: #fa5840; }

.release_box_main_content {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05); }

.release_wrapper {
  padding: 60px 0 30px 0; }

.release_content_artist {
  float: left;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.release_box_main_content img {
  border-radius: 0;
  width: 100%; }

.release_box_main_content p a {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #191919;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.various_artist_text a {
  font-size: 16px !important;
  color: #888 !important;
  text-transform: capitalize !important; }

.release_box_overlay .tranding_play_icon {
  top: 40%; }

.release_box_overlay .tranding_play_icon a i:before {
  font-size: 50px; }

.release_box_main_content ul.tranding_more_option.tranding_open_option {
  right: 45px; }

.release_box_main_content:hover .release_content_artist {
  bottom: 120px;
  z-index: 1;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.release_box_main_content:hover p a,
.release_box_main_content:hover .various_artist_text a {
  color: #fff !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.pd1 {
  margin-bottom: 30px; }

.add_banner_img_wrapper {
  text-align: center; }

/**----- top songs wrapper css -------**/
.top_songs_wrapper {
  padding: 60px 0 40px 0; }

.top_songs_list {
  background: #fff;
  padding: 10px;
  margin-bottom: 29px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05); }

.top_songs_list_left {
  float: left;
  width: 75%;
  overflow: hidden; }

.top_songs_list_right {
  float: left;
  width: 22%; }

.top_songs_list_left .treanding_slider_main_box {
  position: relative;
  float: left;
  width: auto; }

.top_songs_list0img {
  width: 60px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }

.top_lis_left_content .release_content_artist {
  width: calc(100% - 60px);
  float: left;
  padding: 0;
  padding-left: 25px;
  padding-top: 5px; }

.top_list_content_artist {
  position: relative; }

.top_lis_left_content .release_content_artist p a {
  text-transform: capitalize;
  font-size: 18px;
  color: #191919; }

.top_list_tract_time {
  float: right;
  padding: 16px 0 12px 10px; }

.top_songs_list:hover .top_lis_left_content .release_content_artist p a {
  color: #fa5840; }

.top_songs_list:hover .m24_treanding_box_overlay {
  opacity: 1; }

.top_songs_list:hover .tranding_play_icon a i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.top_songs_list:hover .m24_tranding_box_overlay {
  top: 0;
  border-radius: 10px; }

.top_songs_list .tranding_play_icon a i:before {
  font-size: 28px; }

.top_list_tract_view {
  float: left;
  display: inline-block;
  padding: 16px 0 12px 50px; }

.top_list_tract_view p {
  color: #191919; }

.top_song_list_picks {
  float: right;
  position: relative;
  display: inline-block; }

.top_song_list_picks .m24_tranding_more_icon i:before {
  color: #191919;
  font-size: 18px; }

.top_song_list_picks .m24_tranding_more_icon {
  top: 15px; }

.top_song_list_picks ul.tranding_more_option {
  width: 200px;
  top: -8px;
  background: #fbfbfb;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05); }

.top_song_list_picks ul.tranding_more_option.tranding_open_option {
  right: 44px; }

.featured_song_slider {
  float: left;
  width: 100%;
  text-align: center; }

.featured_song_slider .owl-theme .owl-dots {
  display: none; }

.featured_song_slider .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -65px;
  margin-top: 0;
  z-index: 1;
  display: block; }

.song_heading_wrapper {
  padding-right: 20px; }

.featured_song_slider .owl-theme .owl-nav .owl-prev {
  color: #191919;
  font-size: 16px;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 21px;
  background: transparent;
  display: inline-block;
  cursor: pointer; }

.featured_song_slider .owl-theme .owl-nav .owl-prev i:before,
.featured_song_slider .owl-theme .owl-nav .owl-next i:before {
  font-weight: 600; }

.featured_song_slider .owl-theme .owl-nav .owl-next {
  color: #191919;
  font-size: 16px;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 21px;
  background: transparent;
  display: inline-block;
  cursor: pointer; }

.featured_song_slider .owl-theme .owl-nav .owl-next:hover,
.featured_song_slider .owl-theme .owl-nav .owl-prev:hover {
  color: #fa5b41;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.featured_artist_list {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05); }

.featured_artist_list img {
  float: left;
  width: 160px !important; }

.featured_artist_detail {
  float: left;
  width: calc(100% - 160px);
  padding: 16px 0 0 30px;
  text-align: left; }

.featured_artist_detail h3 a {
  font-size: 20px;
  color: #191919;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px; }

.various_artist_text {
  color: #888; }

.various_artist_text a {
  display: inline-block !important;
  padding-right: 15px; }

.release_box_main_content .various_artist_text a {
  padding-right: 0; }

.featured_artist_list .lang_apply_btn {
  margin-top: 10px; }

.featured_artist_list .lang_apply_btn li a i:before {
  margin-right: 5px;
  font-weight: 900; }

.featured_artist_list:hover .featured_artist_detail p a {
  color: #fa5b41; }

.featured_list_dropdown .m24_tranding_more_icon {
  top: 0; }

.featured_list_dropdown {
  position: absolute;
  top: 25px;
  right: 0; }

/**-------- concert wrapper css ----------**/
.concert_wrapper {
  width: 100%;
  float: left;
  background-image: url(../images/concert_banner.jpg);
  height: 100%;
  background-position: center 0;
  background-size: cover;
  position: relative;
  padding-top: 42px; }

.concert_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(248, 71, 62, 0.85); }

.concert_wrapper_slider {
  float: left;
  width: 50%;
  position: relative; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  line-height: 450px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.slider_area_wrapper .swiper-wrapper .swiper-slide .content {
  display: block;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  top: 0; }

.slider_area_wrapper .swiper-wrapper .swiper-slide .lr_banner_content_inner_wrapper {
  top: 200px;
  left: 90px; }

.lr_banner_content_inner_wrapper {
  float: left;
  width: 100%;
  position: relative; }

.slider_ball_img {
  -webkit-animation: movebounce 3.0s linear infinite;
  animation: movebounce 3.0s linear infinite; }

.concert_shape_img {
  position: absolute;
  top: -41px;
  right: 143px; }

.swiper-pagination {
  color: #fff;
  font-size: 30px; }

.swiper-container .swiper-pagination-fraction span:before {
  content: "0"; }

.os_frame_right_wrapper {
  padding-top: 90px;
  position: relative; }

.os_frame_tt_toggle_first a {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  z-index: 10; }

.os_frame_tt_toggle_first a i {
  float: left;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: #48201d;
  color: #fff;
  border-radius: 100%;
  font-size: 10px;
  -ms-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.3); }

.os_frame_tt_toggle_first a:after {
  content: '';
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.11);
  right: 0;
  bottom: 0;
  left: -6px;
  top: -6px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.os_frame_tt_toggle_first a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.os_frame_tt_toggle_first {
  position: absolute;
  left: 0;
  right: 123px;
  bottom: 74px;
  margin: 0px auto;
  width: 50px; }

.os_frame_tooltip_wrapper {
  width: 320px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.13);
  text-align: center;
  position: absolute;
  z-index: 10000;
  top: -116px;
  right: -86px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.os_frame_tt_toggle_first:hover .os_frame_tooltip_wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.os_frame_tooltip_wrapper h3 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-family: 'Roboto'; }

.os_frame_tooltip_wrapper p {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  padding-top: 10px; }

.os_frame_tt_toggle_second {
  position: absolute;
  top: 56px;
  right: 157px; }

.os_frame_tt_toggle_third {
  position: absolute;
  left: 46%;
  bottom: auto;
  top: 220px; }

.os_frame_tooltip_wrapper_third {
  top: -113px;
  right: -139px; }

.os_frame_tt_toggle_second img {
  position: absolute;
  top: -11px;
  left: 15px; }

.os_frame_tt_toggle_second .os_frame_tooltip_wrapper {
  top: -34px;
  right: 67px; }

.concert_video_wrapper {
  float: left;
  width: 50%;
  position: relative;
  top: 160px; }

.concert_video_wrapper .test-popup-link {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  border: 5px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.concert_video_wrapper .test-popup-link i:before {
  margin-left: 0;
  font-size: 28px;
  margin-right: -4px; }

.concert_content_wrap {
  float: left;
  width: calc(100% - 80px);
  padding-left: 40px;
  margin-top: -5px; }

.concert_content_wrap h1 {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px; }

.concert_content_wrap p {
  font-size: 22px;
  color: #fff; }

.various_song_playlist {
  float: left;
  width: 100%;
  padding: 15px;
  position: relative;
  z-index: 1;
  background: #f9f9f9; }

.various_song_playlist p a {
  text-transform: capitalize;
  color: #191919; }

.treanding_slider_main_box :hover .various_song_playlist p a {
  color: #fa5b41; }

.various_concert_icon {
  top: 42%; }

.playlist_songs_list {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 40px; }

.punjabi_sogns {
  padding-bottom: 0; }

/**-------- download wrapper css ----------**/
.download_wrapper {
  width: 100%;
  float: left;
  background-image: url(../images/download_bg.jpg);
  height: 100%;
  background-position: center 0;
  background-size: cover;
  position: relative;
  padding: 100px 0; }

.download_mockup_design {
  left: 0;
  position: absolute;
  top: -152px;
  -webkit-animation: movebounce 3.0s linear infinite;
  animation: movebounce 3.0s linear infinite; }

.download_app_store h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px; }

.download_app_store p {
  color: #fff;
  margin-bottom: 30px; }

.app_btn {
  float: left;
  width: auto; }

.app_btn a {
  width: 200px;
  height: 50px;
  background: transparent;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  font-family: 'Oswald';
  border: 2px solid #fff;
  line-height: 48px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.app_btn a:hover {
  color: #fa5840;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.download_app_logo {
  float: left;
  width: auto;
  padding-left: 30px;
  padding-top: 14px; }

.download_app_logo li {
  float: left;
  margin-right: 20px; }

.download_app_logo li a {
  color: #fff; }

.download_app_logo li a i:before {
  font-size: 22px; }

/***---pricing plan wrapper css-----*****/
.pricing_plan_wrapper {
  padding: 100px 0;
  padding-bottom: 50px; }

.pricing_box_wrapper {
  background: #fff;
  text-align: center;
  border: 1px solid #efefef;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  border-radius: 10px; }

.pricing_box_wrapper h1 {
  font-size: 28px;
  text-transform: uppercase;
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
  color: #191919; }

.pricing_box_wrapper h2 {
  font-size: 80px;
  font-weight: 500;
  padding: 20px 0;
  color: #191919;
  line-height: 13px;
  padding-right: 21px;
  text-transform: capitalize; }

.pricing_box_wrapper h2 span {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 400;
  padding-top: 30px; }

.pricing_main_text {
  font-size: 14px !important;
  padding: 30px 0 !important; }

.pricing_wrapper h5 {
  float: left;
  width: 100%;
  padding-top: 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #2d25c8;
  text-transform: capitalize; }

.pricing_list22 {
  float: left;
  width: 100%;
  text-align: center; }

.pricing_list22 {
  padding: 30px;
  padding-top: 0; }

.main_pdet {
  padding: 30px 20px 0 20px; }

.pricing_list22 li {
  display: block;
  padding: 8px 0;
  color: #2d3a4b;
  text-transform: capitalize; }

.dollarr {
  font-size: 30px !important;
  color: #191919 !important;
  float: none !important;
  width: auto !important; }

.price_btn {
  width: 170px;
  height: 50px;
  background: #f9f9f9;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  color: #191919;
  margin-bottom: 40px;
  line-height: 50px;
  text-transform: uppercase; }

.price_btn:hover {
  color: #fff; }

.monthly {
  float: right;
  position: relative;
  color: #797979;
  font-weight: 400;
  text-transform: capitalize;
  top: -33px;
  left: -22px; }

.pricing_box_wrapper:hover .price_btn {
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

/**-------- blog wrapper css ----------**/
.blog_wrapper {
  padding: 60px 0;
  padding-bottom: 30px; }

.blog_img_content {
  padding: 0; }

.blog_img_content img {
  width: 220px !important; }

.blog_content_box {
  width: calc(100% - 220px);
  padding: 25px 20px 17px 30px; }

.blog_content_box span i {
  margin-right: 7px;
  color: #fa5840; }

.blog_content_box span {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.blog_content_box a {
  margin-top: 6px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald'; }

/*-- partners slider  wrapper Start --*/
.partners_Section {
  padding-bottom: 70px; }

.partner_slider_wraper {
  float: left;
  width: 100%; }

.partner_slider_wraper .owl-theme .owl-dots {
  display: none; }

.partner_slider_wraper .owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto; }

.partner_slider_wraper .owl-theme .owl-nav .owl-prev {
  color: #191919;
  font-size: 16px;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 21px;
  background: transparent;
  display: inline-block;
  position: absolute;
  left: -30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.partner_slider_wraper .owl-theme .owl-nav .owl-next {
  color: #191919;
  font-size: 16px;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 21px;
  background: transparent;
  display: inline-block;
  position: absolute;
  right: -30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.partner_slider_wraper .owl-theme .owl-nav .owl-prev:hover,
.partner_slider_wraper .owl-theme .owl-nav .owl-next:hover {
  color: #fa5b41;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.partner_slider_wraper .owl-theme .owl-nav .owl-prev i:before,
.partner_slider_wraper .owl-theme .owl-nav .owl-next i:before {
  font-weight: 600; }

.lr_prt_img_wrapper {
  float: left;
  width: 100%;
  text-align: center; }

.lr_prt_img_wrapper img {
  width: auto !important;
  cursor: pointer;
  display: inline-block !important; }

.partner_slider_wraper {
  padding-top: 60px; }

/**------- quick link wrapper css ---------**/
.quick_link_wrapper {
  padding: 60px 0;
  background: #fff; }

.quick_list_songs {
  margin-bottom: 30px; }

.quick_list_songs h1 {
  font-size: 20px;
  text-transform: capitalize;
  color: #191919;
  font-family: 'Roboto';
  font-weight: 600; }

.quick_list_songs ul {
  margin-top: 15px; }

.quick_list_songs li a {
  margin-bottom: 5px;
  display: block;
  color: #707070;
  text-transform: capitalize; }

.quick_list_songs li a:hover,
.footer_about_link_wrapper li a:hover {
  color: #fa5b41; }

.more_playlist_wrapper h1 {
  font-size: 18px;
  font-family: 'Roboto'; }

.more_playlist_wrapper h1 a {
  font-size: 18px;
  color: #fa5b41;
  text-transform: capitalize; }

.sidebar_widget h4 {
  text-transform: capitalize;
  margin-bottom: 20px; }

.single-frp h5 {
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 12px; }

.radio-logo-img {
  max-width: 60px; }

h4.radio-name.radio-name {
  font-size: 15px;
  font-family: inherit; }

/****-----------footer wrapper css------------********/
footer.footer {
  padding-bottom: 100px;
  padding-top: 30px; }

.footer_wrapper {
  background: #f9f9f9;
  padding: 90px 0;
  padding-bottom: 80px; }

.footer_about_link_wrapper {
  padding-top: 30px; }

.section2_footer_wrapper {
  float: left;
  width: 100%; }

.footer_about_wrapper,
.wrapper_second_useful,
.wrapper_second_blog {
  float: left;
  width: 100%; }

.section2_footer_wrapper h4 {
  font-size: 22px;
  padding-bottom: 32px;
  font-weight: 500;
  font-family: 'Roboto';
  text-transform: capitalize;
  color: #fff; }

.footer_about_link_wrapper li i {
  margin-right: 10px; }

.footer_about_link_wrapper li a {
  color: #797979;
  text-transform: capitalize; }

.footer_about_wrapper .footer_about_link_wrapper li a {
  text-transform: capitalize; }

.footer_about_link_wrapper li {
  color: #797979;
  margin-bottom: 15px; }

.wrapper_first_image {
  padding-bottom: 20px; }

.usefull_linkx li {
  margin-bottom: 10px; }

.abotus_content {
  float: left;
  width: 100%; }

.abotus_content {
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2; }

.abotus_content p {
  font-size: 16px;
  color: #797979; }

.aboutus_social_icons {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer_useful_wrapper ul li {
  margin-bottom: 13px; }

.footer_useful_wrapper ul li i {
  color: #ececec;
  margin-right: 20px;
  font-size: 16px; }

.footer_useful_wrapper ul li a {
  color: #ececec;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.footer_useful_wrapper ul li a:hover {
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.section2_bottom_wrapper {
  background: #f9f9f9;
  margin-bottom: 89px; }

.footer_btn_wrapper {
  float: right; }

.usefull_linkx {
  padding: 0; }

.footer_widget h4 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 40px;
  font-family: 'Roboto'; }

.footer_blog_wrapper {
  padding-left: 50px; }

.contect_form_footer input {
  width: 100%;
  height: 45px;
  color: #111;
  background: #fff;
  font-size: 16px;
  padding-left: 15px;
  margin-top: 20px;
  text-transform: capitalize;
  line-height: 45px;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.footer_btn {
  padding-top: 5px; }

.footer_btn a {
  width: 100%;
  height: 40px;
  line-height: 38px; }

.aboutus_social_icons {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none; }

.aboutus_social_icons a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Oswald'; }

.treanding_index_wrapper {
  padding-bottom: 0; }

.treanding_index_wrapper .treanding_song_slider {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6; }

.footer_contact_wrapper p {
  color: #797979; }

.footer_cont_btn a i {
  margin-right: 5px; }

.footer_cont_btn {
  margin-top: 20px; }

.aboutus_social_icons a i:before {
  font-weight: 900;
  font-size: 18px; }

.aboutus_social_icons a i {
  margin-left: 3px; }

.footer_contact_wrapper span a img {
  width: 150px;
  height: 45px;
  margin-top: 15px; }

/**------ playlist wrapper css ------**/
.off-canvas {
  height: 100%;
  position: fixed !important;
  z-index: 1200;
  top: 0;
  transition: all 0.5s;
  background: #ffffff; }

.off-canvas.off-canvas-static {
  position: relative !important; }

.off-canvas.off-canvas-right {
  left: 100%;
  right: auto; }

.off-canvas.off-canvas-left {
  right: 100%;
  left: auto;
  transform: translate(0px, 0);
  width: 580px;
  max-width: 100%; }

.off-canvas.off-canvas-left.show {
  -webkit-box-shadow: 13px 36px 35px 0 rgba(165, 149, 198, 0.28);
  box-shadow: 13px 36px 35px 0 rgba(165, 149, 198, 0.28);
  transform: translate(100%, 0); }

.off-canvas.off-canvas-left-fixed {
  right: 100%;
  left: auto;
  transform: translate(0px, 0);
  width: 350px;
  max-width: 100%; }

.off-canvas.off-canvas-left-fixed.show {
  -webkit-box-shadow: 13px 36px 35px 0 rgba(165, 149, 198, 0.28);
  box-shadow: 13px 36px 35px 0 rgba(165, 149, 198, 0.28);
  transform: translate(100%, 0); }

.off-canvas.off-canvas-full {
  right: 100%;
  left: auto;
  transform: translate(0px, 0);
  width: 100%; }

.off-canvas.off-canvas-full.show {
  transform: translate(100%, 0); }

body.off-canvas-overlay-on {
  overflow-x: hidden; }

@media (min-width: 768px) {
  .off-canvas-off-md {
    position: inherit !important;
    z-index: 100 !important;
    height: auto !important; } }

@media (min-width: 1200px) {
  .off-canvas-off-xl {
    position: inherit !important;
    z-index: 100 !important;
    height: auto !important; } }

.des {
  padding-left: 20px; }

.des_option_wrapper {
  float: right;
  width: auto; }

.des_option_wrapper .m24_tranding_more_icon {
  top: 14px; }

.des_option_wrapper .m24_tranding_more_icon i:before {
  color: #777;
  font-size: 18px; }

#cssmenu .lang_apply_btn a i {
  color: #fff; }

.player-controls {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 6px; }

.sidebar_treanding_icon {
  float: right;
  display: inline-block; }

.sidebar_treanding_icon .m24_tranding_more_icon {
  top: 20px; }

.sidebar_treanding_icon .m24_tranding_more_icon i {
  color: #111;
  font-size: 20px; }

.side_bar_shuffle {
  float: left;
  padding-top: 20px;
  display: inline-block; }

.side_bar_shuffle .jp-shuffle {
  margin-right: 15px; }

.play-btn-dark i:before {
  color: #fff;
  font-size: 28px; }

.hover-state,
.absolute-info {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(248, 71, 62, 0.8) 20%, rgba(254, 121, 69, 0.8) 100%);
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.icon-dot-nav-horizontal {
  width: 5px;
  height: 5px;
  background: currentColor;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin: 5px 12px 2px 12px !important;
  z-index: 1000; }

.icon-dot-nav-horizontal::before,
.icon-dot-nav-horizontal::after {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: inherit;
  content: "";
  position: absolute;
  left: -200%;
  border-radius: 50%; }

.icon-dot-nav-horizontal::after {
  left: 200%; }

.player-details {
  padding-left: 25px;
  padding-top: 5px; }

@keyframes pulse {
  0% {
    height: 1px;
    margin-top: 0; }
  10% {
    height: 15px;
    margin-top: -15px; }
  50% {
    height: 12px;
    margin-top: -12px; }
  60% {
    height: 17px;
    margin-top: -17px; }
  80% {
    height: 15px;
    margin-top: -15px; }
  100% {
    height: 1px;
    margin-top: 0; } }

@media (max-width: 767px) {
  .current-item .song-poster {
    min-width: 40px !important; } }

.box-rounded-sm {
  border-radius: 5px !important;
  overflow: hidden; }

.album-listener {
  position: relative; }

.genres {
  list-style: none;
  padding-left: 0; }

.genres li {
  padding-left: 0; }

.genres li a {
  color: #000; }

.sidebar_treanding_icon ul.tranding_more_option.tranding_open_option {
  right: 50px; }

.sidebar_treanding_icon ul.tranding_more_option {
  top: -47px; }

.playlist-player-control .jp-play {
  padding: 0 25px; }

/**--- inner title header css ------**/
.indx_title_main_wrapper {
  background: url("../images/inner_bg.jpg") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px; }

.title_img_overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background: rgba(0, 0, 0, 0.8); }

.indx_title_left_wrapper {
  text-align: center; }

.indx_title_left_wrapper h2 {
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px; }

.indx_title_left_wrapper ul {
  display: inline-block; }

.indx_title_left_wrapper li {
  float: left;
  color: #ffffff;
  text-transform: capitalize; }

.indx_title_left_wrapper li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.indx_title_left_wrapper li a:hover {
  color: #ff7e00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.indx_title_left_wrapper li:last-child {
  color: #ff7e00;
  margin-left: 10px; }

.album_list_tab {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6; }

.album_list_tab .nav-tabs .nav-link {
  font-weight: 400;
  font-family: 'Oswald';
  padding: 12px 25px;
  position: relative;
  text-transform: uppercase; }

.album_list_tab .nav-tabs .nav-link:after {
  content: '';
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 3px;
  background: #fa5840;
  opacity: 0;
  bottom: -8px;
  visibility: hidden; }

.album_list_tab .nav {
  margin-bottom: 0; }

.album_list_tab .nav-tabs .nav-link.active:after {
  opacity: 1;
  visibility: visible; }

.blog_pagination_section {
  padding-top: 20px;
  text-align: center; }

.blog_pagination_section ul {
  display: inline-block; }

.blog_pagination_section li:first-child {
  margin-left: 0px; }

.blog_pagination_section ul li {
  float: left;
  margin-left: 10px; }

.blog_pagination_section ul li a {
  float: left;
  color: #222;
  line-height: 38px;
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

.album_list_wrapper .release_content_artist {
  background: #f9f9f9; }

.blog_pagination_section .next i:before,
.blog_pagination_section .prev i:before {
  color: #fe7945;
  font-size: 16px; }

.blog_pagination_section ul li a:hover {
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  cursor: pointer;
  -webkit-transition: all .6s ease;
  color: #fff;
  border: 1px solid #f8473e; }

.blog_pagination_section .next:hover i:before,
.blog_pagination_section .prev:hover i:before {
  color: #fff; }

.blog_pagination_section .third_pagger a {
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  cursor: pointer;
  -webkit-transition: all .6s ease;
  color: #fff; }

.album_list_wrapper {
  background: #fff; }

/**------ artist wrapper css -------**/
.artist_wrapper {
  background: #fff;
  padding-top: 80px; }

.artist_wrapper_content img {
  float: left;
  width: 250px; }

.artist_wrapper_content .artist_wrapper_text {
  float: left;
  width: calc(100% - 250px);
  padding-left: 30px; }

.artist_wrapper_text h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px; }

.artist_wrapper_text p {
  color: #797979;
  margin-bottom: 20px; }

.artist_btn {
  margin-top: 30px; }

.artist_btn .lang_apply_btn a i,
.artist_btn .cancel_wrapper a i {
  margin-right: 7px;
  position: relative;
  top: -1px; }

.artist_btn .lang_apply_btn a,
.artist_btn .cancel_wrapper a {
  width: 140px; }

.artist_wrapper_left {
  float: left;
  width: auto; }

.artist_list_icon {
  float: right;
  width: auto; }

.artist_list_icon .m24_tranding_more_icon {
  top: 0;
  right: 0; }

.artist_list_icon .m24_tranding_more_icon i {
  color: #111; }

.artist_list_icon ul.tranding_more_option {
  background: #fbfbfb;
  -ms-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05); }

.album_list_wrapper {
  width: 100%;
  float: left; }

.album_inner_list {
  background: #fff;
  padding: 70px 0;
  padding-bottom: 0; }

.m24_album_single_wrapper .m24_view_more {
  width: 100%; }

.m24_content_wrapper.m24_album_content {
  padding-top: 52px; }

.album_list_wrapper .album_list_name {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }

.album_list_wrapper > ul > li {
  float: left;
  width: 12%;
  color: #111;
  position: relative;
  text-transform: capitalize;
  top: auto;
  font-size: 18px;
  font-weight: 500;
  right: auto; }

.album_list_wrapper > ul > li > a {
  color: #111;
  margin-top: 10px;
  font-size: 16px;
  color: #797979;
  border-bottom: 0;
  display: inline-block;
  font-weight: 400;
  position: relative; }

.album_inner_list_padding {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

.album_list_wrapper > ul:hover > li > a,
.album_list_wrapper > ul:hover .top_song_artist_contnt h1 a {
  color: #fa5b41; }

.play_hover {
  position: absolute;
  left: -8px;
  top: -30px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.play_hover i:before {
  color: #fa5b41;
  font-weight: 900;
  font-size: 40px; }

.play_no {
  font-family: 'Oswald';
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.album_list_wrapper > ul:hover .play_hover {
  opacity: 1;
  top: 0;
  visibility: visible; }

.album_list_wrapper > ul:hover .play_no {
  opacity: 0;
  visibility: hidden; }

.top_song_artist_wrapper img {
  float: left;
  width: 60px; }

.album_list_wrapper {
  padding-bottom: 60px; }

.top_song_artist_wrapper .top_song_artist_contnt {
  float: left;
  width: calc(100% - 60px);
  padding-left: 20px;
  padding-top: 10px; }

.top_song_artist_wrapper .top_song_artist_contnt h1 {
  color: #191919;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400; }

.song_title_width {
  width: 30% !important; }

.top_song_artist_playlist .m24_tranding_more_icon i {
  color: #111; }

.top_song_artist_playlist .m24_tranding_more_icon {
  top: 10px; }

.top_song_artist_wrapper .various_artist_text a {
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #797979 !important; }

.album_list_wrapper > ul > li:last-child {
  text-align: right !important; }

.top_song_artist_playlist ul.tranding_more_option {
  width: 170px;
  background: #fbfbfb;
  -ms-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05); }

.artist_release_wraper {
  padding-bottom: 40px; }

/**---- blog category wrapper css ------**/
.blog_category_wrapper {
  padding: 70px 0; }

.archives_wrapper {
  float: left;
  width: 100%; }

.archives_wrapper ul li {
  padding: 8px 0px; }

.archives_wrapper ul li a {
  color: #191919;
  text-transform: capitalize; }

.archives_wrapper span {
  color: #338fd1;
  float: right; }

.archives_wrapper ul li i {
  margin-right: 20px;
  color: #5e6d77; }

.archives_wrapper ul li:hover a,
.archives_wrapper ul li:hover i {
  color: #fa5b41;
  transition: all 0.5s; }

.gc_blog_cloud_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.gc_blog_cloud_side_menu li {
  float: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px; }

.gc_blog_cloud_side_menu li a {
  padding: 8px 12px;
  background: #fff;
  padding-left: 13px;
  padding-right: 13px;
  color: #797979;
  border-radius: 50px;
  font-weight: 400;
  font-size: 15px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.gc_blog_cloud_side_menu li a:hover {
  color: #fff;
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  border: 1px solid #fa5b41;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.sidebar_widget_img {
  float: left;
  width: 100%; }

.blog_category_box_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05); }

.blog_category_box_wrapper:hover .blog_heaidng_top h3 a {
  color: #fa5b41; }

.btc_blog_indx_date_wrapper a {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #1d3571;
  line-height: 52px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  bottom: -22px;
  right: 40px; }

.sidebar_widget {
  float: left;
  width: 100%;
  padding: 25px;
  -ms-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px; }

.blog_image {
  float: left;
  width: 60px; }

.blog_wrapper1,
.blog_wrapper2 {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.blog_image img {
  width: 100%; }

/* search_form start */
.search_form .form-control {
  height: 50px;
  font-size: 16px;
  background: #fff;
  width: 100%;
  padding: 0px 40px 0px 20px;
  border: 1px solid #ececec;
  box-shadow: none;
  border-radius: 0;
  position: relative; }

.sv_blog_text {
  width: calc(100% - 60px);
  padding-left: 15px;
  float: left; }

.form-control:focus {
  border: 0;
  border: 1px solid #ccc; }

.search_form {
  position: relative; }

.sv_blog_text h5 a {
  font-size: 16px;
  color: #111; }

.search_box_wrapper h3 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px;
  padding-top: 10px; }

.search_form i {
  position: absolute;
  z-index: 1;
  top: 20px;
  color: #fa5b41;
  right: 15px;
  font-size: 14px;
  cursor: pointer; }

.blog_news_img_wrapper {
  position: relative; }

.blog_news_img_wrapper img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

#blogoneSlider img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.lest_news_cont_wrapper {
  float: left;
  width: 100%;
  padding: 30px;
  padding-top: 10px; }

.blog-item-category .cat-links {
  padding-left: 30px;
  display: block;
  padding-top: 25px; }

.blog-single_cntnt h1 {
  font-size: 22px; }

.blog_news_cnt_wrapper {
  border: none;
  padding-left: 0;
  padding-right: 0; }

.lest_news_cont_wrapper h5 a {
  font-size: 20px;
  text-transform: capitalize;
  color: #1d3571;
  font-weight: 500;
  line-height: 28px;
  padding-top: 10px;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.lest_news_cont_wrapper p {
  padding-top: 5px;
  margin-bottom: 30px;
  float: left; }

#blogoneSlider .carousel-control {
  top: 49%;
  bottom: 20px;
  position: absolute;
  width: 30px;
  height: 23px;
  font-size: 14px;
  font-weight: 600;
  color: #2d3a4b;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1; }

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
  background-image: none;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 5px;
  width: 40px;
  text-align: center;
  color: #111;
  height: 40px;
  line-height: 40px;
  background: #fff; }

#blogoneSlider .carousel-control:focus,
#blogoneSlider .carousel-control:hover {
  background-color: #fa5b41;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1; }

#blogoneSlider img {
  width: 100%; }

#blogoneSlider .carousel-control.left {
  left: 10px; }

#blogoneSlider .carousel-control.right {
  right: 10px; }

.tb_left_heading_wraper_2 {
  margin-bottom: 10px; }

.blog_heaidng_top h3 a {
  font-size: 22px;
  text-transform: capitalize; }

.blog_heaidng_top {
  margin-bottom: 10px; }

.blog_date_blog {
  margin-top: 5px;
  font-size: 14px; }

.blog_category_box_wrapper:hover .lest_news_date_wrapper {
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.blog_heaidng_top span {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.blog_heaidng_top span i {
  margin-right: 7px;
  color: #fa5840; }

.m24_banner_img {
  position: relative;
  margin-bottom: 40px; }

.banner_btn a {
  width: 130px;
  height: 40px;
  line-height: 40px; }

.banner_btn {
  position: absolute;
  bottom: 30px;
  left: 20px; }

.icon_list_news li {
  list-style: none;
  float: left;
  margin-left: 10px;
  font-size: 16px;
  width: 40px;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 36px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.icon_list_news li .fb {
  color: #fff;
  float: left;
  width: 100%;
  border-radius: 100px;
  background: #437ee0;
  border: 2px solid #437ee0; }

.footerNav p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px; }

.icon_list_news li .fb:hover {
  background: transparent;
  color: #437ee0;
  border: 2px solid #437ee0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.ft_icon {
  padding-left: 0;
  padding-top: 30px; }

.footer .ft_icon li a {
  font-size: 16px; }

.ft_icon li:first-child {
  margin-left: 0; }

.icon_list_news li .twit {
  color: #fff;
  float: left;
  border-radius: 100px;
  width: 100%;
  background: #1da1f2;
  border: 2px solid #1da1f2; }

.icon_list_news li .twit:hover {
  background: transparent;
  color: #1da1f2;
  border: 2px solid #1da1f2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.icon_list_news li .linkd {
  color: #fff;
  float: left;
  width: 100%;
  border-radius: 100px;
  background: #007bb5;
  border: 2px solid #007bb5; }

.icon_list_news li .linkd:hover {
  background: transparent;
  color: #007bb5;
  border: 2px solid #007bb5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.icon_list_news li .google {
  color: #fff;
  float: left;
  width: 100%;
  border-radius: 100px;
  background: #db4437;
  border: 2px solid #db4437; }

.icon_list_news li .google:hover {
  background: transparent;
  color: #db4437;
  border: 2px solid #db4437;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.detail_icon_lists {
  padding-top: 20px; }

.detail_icon_lists li {
  width: 117px;
  text-transform: capitalize;
  float: left;
  border-radius: 0;
  display: inline-table; }

.detail_icon_lists li .fb,
.detail_icon_lists li .twit,
.detail_icon_lists li .linkd,
.detail_icon_lists li .google,
.detail_icon_lists li .vimo,
.detail_icon_lists li .share {
  border-radius: 0; }

.detail_icon_lists li a {
  padding: 15px 10px;
  line-height: 22px;
  font-family: 'Roboto';
  text-transform: capitalize; }

.detail_icon_lists li a i {
  font-size: 24px;
  padding-bottom: 10px; }

.detail_icon_lists li .vimo {
  color: #fff;
  float: left;
  width: 100%;
  background: #4EBBFF;
  border: 2px solid #4EBBFF; }

.detail_icon_lists li .vimo:hover {
  background: transparent;
  color: #4EBBFF;
  border: 2px solid #4EBBFF;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.detail_icon_lists li .share {
  color: #fff;
  float: left;
  width: 100%;
  background: #9fdd7c;
  border: 2px solid #9fdd7c; }

.detail_icon_lists li .share:hover {
  background: transparent;
  color: #9fdd7c;
  border: 2px solid #9fdd7c;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blog_single_link ul {
  padding-top: 10px;
  float: left;
  margin-left: -10px; }

.author_btn {
  margin-top: 15px; }

.author_btn li a i {
  margin-right: 6px; }

.leave_comment_heading {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

.comment_heading_top {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6; }

.comment_heading_bottom {
  padding: 20px 0; }

.comment_heading_top p {
  float: left;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize; }

.comment_heading_top h1 {
  float: right;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  font-family: 'Roboto'; }

.leave_comment_wrapper {
  padding: 30px;
  background: #fff;
  -moz-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  -webkit-box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05);
  box-shadow: 0 4px 15px 0px rgba(248, 71, 62, 0.05); }

.comment_heading_top h1 a i,
.comment_heading_bottom h1 a i {
  color: #f94e3f;
  margin-right: 5px; }

.comment_heading_bottom h1 {
  float: left;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  font-family: 'Roboto'; }

.comment-area .nice-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 220px;
  text-transform: capitalize; }

.comment-area .nice-select.open .list {
  margin-top: 0; }

.comment-area .nice-select .option:last-child {
  text-align: left;
  padding-top: 0;
  color: #191919;
  font-weight: 400; }

.comment-area .nice-select span {
  float: right;
  font-size: 16px;
  padding-right: 30px; }

.sorting_droplist {
  position: relative;
  top: -8px;
  padding-right: 0; }

.comment-area .nice-select.open .list {
  width: 100%; }

.comment-area .nice-select:after {
  width: 7px;
  height: 7px;
  display: block; }

.sorting_droplist .nice-select .list {
  width: 220px; }

.comments_wrapper {
  margin-top: 50px; }

.comments_Box {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

.comments_Box .img_wrapper {
  float: left;
  width: 120px; }

.comments_Box .text_wrapper {
  float: left;
  width: calc(100% - 120px);
  padding-left: 30px; }

.author_detail {
  margin-bottom: 12px; }

.author_detail .author_name {
  font-size: 20px;
  color: #222;
  text-transform: capitalize; }

.author_detail .publish_date {
  font-size: 14px;
  color: #fa5b41;
  margin-left: 10px; }

.author_content a {
  float: left;
  padding-top: 6px; }

.text_wrapper a {
  text-transform: capitalize;
  padding-top: 12px;
  display: block; }

.comments_Box:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

/**------ shop wrapper css --------**/
.filter-area .showpro {
  float: right;
  margin-top: 8px; }

.filter-area .showpro p {
  margin: 0;
  text-transform: capitalize; }

.filter-area .nice-select {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 230px;
  text-transform: capitalize;
  -ms-box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03);
  -moz-box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03);
  -webkit-box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03);
  box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03); }

.filter-area .nice-select.open .list {
  width: 100%; }

.filter-area .nice-select:after {
  width: 7px;
  height: 7px; }

.filter-area {
  float: left;
  position: relative;
  margin: 0;
  margin-bottom: 30px; }

.filter-area .list-grid {
  display: inline-block;
  float: left;
  margin-right: 10px; }

.filter-area .list-grid ul li {
  padding: 0;
  margin-left: 10px; }

.job_listing_left_fullwidth {
  margin-top: 30px;
  border: 1px solid #e2e2e2;
  padding: 30px; }

.filter-area .list-grid ul li a {
  display: block;
  background: #fff;
  color: #777777;
  font-size: 16px;
  height: 41px;
  line-height: 41px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 41px;
  text-align: center;
  padding: 0;
  border: 0;
  -ms-box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03);
  -moz-box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03);
  -webkit-box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03);
  box-shadow: 0 2px 10px 0px rgba(248, 71, 62, 0.03); }

.list-grid .nav-tabs .nav-item.show .nav-link,
.list-grid .nav-tabs .nav-link.active {
  color: #fff;
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  border-color: transparent; }

.list-grid .nav-tabs .nav-item.show .nav-link i,
.list-grid .nav-tabs .nav-link.active i {
  color: #fff; }

.list-grid .nav-tabs {
  border-bottom: 0; }

.shop_video_wrapper img {
  width: 100% !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.shop_video_wrapper {
  padding: 0; }

.shop_sidebar {
  padding-left: 40px; }

.shop_video_wrapper .featured_artist_detail {
  padding-top: 25px; }

.shop_video_wrapper .featured_artist_detail h2 {
  font-size: 22px;
  font-weight: 500;
  color: #f8453e;
  margin-bottom: 10px; }

.shop_video_wrapper .featured_artist_detail .various_artist_text a {
  color: #191919 !important; }

.shop_featured_artist {
  padding: 30px; }

.star_rating li i {
  color: #ffe400;
  float: left;
  font-size: 14px;
  margin-left: 3px; }

.shop_rating_section {
  float: right;
  padding: 25px;
  position: relative;
  display: inline-block; }

.star_rating li {
  float: left; }

.shop_featured_artist {
  float: left;
  display: inline-block; }

.shop_playlist_link {
  top: 53px; }

.shop_playlist_link ul.tranding_more_option {
  top: -45px; }

.shop_list_img_wrapper img {
  float: left;
  width: 250px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0; }

.shop_list_img_wrapper .shop_featured_artist {
  width: auto;
  padding-left: 30px;
  float: left;
  display: inline-block; }

.shop_single_rating a {
  color: #fa5840;
  font-weight: 500;
  padding-left: 30px; }

.shop_single_rating {
  padding-bottom: 10px; }

.album_list_wrapper_shop ul > li {
  width: 9%; }

.album_list_wrapper_shop {
  padding-bottom: 0; }

.album_list_wrapper_shop ul.tranding_more_option li {
  width: 100%; }

.customer-rating .rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem; }

.customer-rating .rating .star-number {
  width: 3.5rem;
  margin-right: 0.3rem;
  color: #111; }

.customer-rating .rating .progress {
  width: 50%;
  flex: 0 0 50%;
  max-width: 20rem;
  flex-grow: 3;
  height: 3px;
  background-color: #e1e1e1; }

.customer-rating .rating .progress .progress-bar {
  height: 100%;
  background: -moz-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: -webkit-linear-gradient(90deg, #f8473e 20%, #fe7945 100%);
  background: linear-gradient(90deg, #f8473e 20%, #fe7945 100%); }

.customer-rating .rating .star-percent {
  width: 3.5rem;
  text-align: center;
  color: #111; }

.auti {
  padding-bottom: 50px; }

.customer-review img {
  max-width: 35px; }

.m24_shop_single_heading {
  position: relative; }

.m24_shop_single_heading:after {
  position: absolute;
  content: '';
  bottom: 18px;
  left: 0;
  width: 100%;
  border: 0.5px solid #e6e6e6; }

.customer-rating h4 {
  margin-bottom: 30px; }

.customer_rating_comments {
  margin-top: 20px; }

.comments_box_rivew .author_content p,
.comments_box_rivew .author_detail .publish_date {
  color: #666; }

.comments_box_rivew .author_detail,
.comments_box_rivew .star_rating {
  margin-bottom: 6px; }

.description_link_wrapper li {
  width: 100%;
  color: #666666;
  margin-bottom: 5px; }

.description_link_wrapper li i {
  margin-right: 12px;
  top: -2px;
  font-size: 8px;
  position: relative; }

/**------ contact us wrapper css -------**/
.contact_icon_section {
  padding: 80px 0; }

.contact_main {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #efefef;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; }

.contact_main:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px); }

.contact_main h4 {
  font-size: 24px;
  margin-top: 30px;
  color: #191919;
  text-transform: capitalize; }

.contact_main p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 40px;
  padding-top: 20px; }

.contact_main p a {
  color: #797979; }

.contact_main p a:hover {
  color: #fa5840; }

.contact_rotate {
  position: relative;
  padding: 40px 0 0 0; }

.contact_rotate i {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fa5840;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid #fa5840;
  text-align: center;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; }

.text-center p {
  margin-top: 10px; }

#map {
  width: 100%;
  height: 600px; }

.contact_section .form-control {
  height: 50px;
  padding: 15px 18px;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  border: 1px solid #efefef; }

.contact_section form {
  width: 100%; }

.contact_section textarea.form-control {
  height: auto;
  resize: none; }

.contact_section input::placeholder,
.contact_section textarea::placeholder {
  color: #999; }

.contact_section .form-control:focus,
.contact_section .form-control:hover {
  color: #111;
  border: 1px solid #fa5840 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.contact_section .btn:focus {
  outline: none; }

.contact_section .tb_es_btn_wrapper {
  float: left;
  width: 100%;
  text-align: center; }

.contact_section .tb_es_btn_wrapper button {
  width: 130px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  height: 45px;
  text-transform: uppercase;
  line-height: 45px;
  margin-top: 10px;
  background-image: linear-gradient(to right, #f8473e, #fe7945, #ff8d61, #ff3b1b);
  text-align: center;
  border: none;
  background-size: 280% 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'Oswald';
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.contact_section .tb_es_btn_wrapper button:hover {
  background-position: 100% 0;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.contact_section {
  padding: 80px 0; }

.contact_section .form-group {
  margin-bottom: 20px;
  position: relative; }

/**------ error wrapper css -------**/
.error_wrapper {
  padding: 80px 0; }

.error_page_cntnt {
  padding: 40px 40px 0 40px; }

.home_btn {
  text-align: center;
  margin-top: 20px; }

.home_btn li a {
  float: none;
  display: inline-block; }

.top_artist_border {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }

.top_artist_padding {
  padding-bottom: 0; }

.top_artist_wrapper_new {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

.top_artist_wrapper_new img {
  width: 100%; }

.top_artist_wrapper_new .various_song_playlist p a {
  text-align: center;
  display: block; }

.cancel_times {
  text-align: center !important;
  float: right; }

.album_list_wrapper > ul > .cancel_times:last-child {
  text-align: center !important;
  float: right; }

.favourit_album_list .song_title_width {
  width: 23% !important; }

/**----- free music wrapper css -------**/
.free_music_wrapper .top_songs_list_left {
  width: 60%; }

.free_music_wrapper .top_songs_list_right {
  width: 40%; }

.free_music_wrapper .top_list_tract_view {
  padding-left: 20px; }

.free_music_wrapper .top_list_tract_view p {
  float: left; }

.free_music_wrapper .top_list_tract_view a {
  margin-left: 27px;
  color: #111; }

.free_music_wrapper .top_list_tract_view a i:before {
  font-weight: 600; }

.download_trending_track_wrapper {
  background: #fff; }

.free_music_wrapper {
  border: 1px solid #eee; }

/**------ genres wrapper css------**/
.m24_genres_box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px; }

.m24_genres_box img {
  width: 100%;
  border-radius: 10px; }

.m24_genres_box:hover .m24_tranding_box_overlay {
  top: 0; }

.m24_genres_box:hover .m24_treanding_box_overlay {
  opacity: 1; }

.ovrly_text_div {
  position: absolute;
  width: 100%;
  bottom: -40%;
  padding: 0px 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

.ovrly_text_div span.ovrly_text1 a,
.ovrly_text_div span.ovrly_text2 a {
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

span.ovrly_text2 {
  float: right; }

.m24_genres_box:hover .ovrly_text_div {
  bottom: 20px; }

.m24_genres_box .m24_tranding_box_overlay_on {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #0000006b 0%, rgba(132, 42, 87, 0.83) 0%, rgba(31, 31, 31, 0.7) 0%, rgba(15, 16, 16, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #0000006b 0%, rgba(132, 42, 87, 0.83) 0%, rgba(31, 31, 31, 0.7) 0%, rgba(15, 16, 16, 0) 100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }

.m24_tranding_box_overlay_on .ovrly_text_div {
  bottom: 20px; }

.m24_genres_box:hover .m24_tranding_box_overlay_on {
  opacity: 0;
  top: 100%; }

.m24_genres_box .tranding_play_icon a i {
  color: #fff; }

.m24_genres_box .tranding_play_icon {
  top: 50%; }

.stations_wrapper .various_song_playlist {
  background: #fff; }

.sidebar-is-expanded .l-header {
  padding-left: 220px; }

.l-sidebar {
  width: 260px;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.11);
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

.sidebar-is-expanded .l-sidebar {
  width: 220px;
  overflow-y: auto; }

.l-sidebar {
  overflow: hidden; }

.sidebar-is-expanded .l-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ebebeb; }

.sidebar-is-expanded .l-sidebar::-webkit-scrollbar {
  width: 4px;
  background-color: #ebebeb; }

.sidebar-is-expanded .l-sidebar::-webkit-scrollbar-thumb {
  background-color: #5ac8fb; }

.hamburger-toggle i:before {
  color: #fff;
  font-size: 24px; }

.body_main_header .m24_navigation_wrapper {
  padding-left: 0;
  width: 50%; }

.body_main_header .m24_logo_wrapper:after {
  display: none; }

.body_main_header {
  padding: 30px 350px 0 290px;
  position: relative;
  -webkit-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  -ms-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out; }

.body_main_header .lang_list_wrapper {
  padding: 7px 25px 10px 0; }

#cssmenu .lang_apply_btn {
  padding: 30px 0 0 30px; }

#cssmenu .lang_apply_btn li a {
  line-height: 40px; }

.daisy_logo_info_widget img {
  width: 150px;
  margin-bottom: 20px; }

.footer_top_wrapper2 {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.footer_top_wrapper2 li a {
  color: #fff; }

.comment_btn {
  margin-top: 15px; }

.comment_btn li a {
  width: 150px;
  line-height: 25px; }

.comment_btn li a i {
  margin-right: 4px; }

@media (max-width: 1700px) {
  .navi_searchbar_wrapper {
    margin-left: 0; }
  .m24_navi_langauage_box {
    width: 24%; } }

@media (max-width: 1650px) {
  .m24_header_right_Wrapper:after {
    left: 8px; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content {
    padding-left: 100px; } }

@media (max-width: 1570px) {
  .mainmenu ul li a {
    padding: 23px 12px; }
  .navi_searchbar_wrapper {
    width: 30%; }
  .m24_navi_langauage_box {
    width: 10%; }
  .m24_header_right_Wrapper:after {
    display: none; } }

@media (max-width: 1550px) {
  .fixed_reatured_Artist,
  .fixed_top_songs {
    float: left;
    width: 100%;
    max-width: 100%;
    flex: 100%; }
  .body_main_header .m24_navigation_wrapper {
    width: 60%; } }

@media (max-width: 1500px) {
  .content_img_wrapper {
    right: -260px; }
  .add_banner_img_wrapper2 img {
    width: 100%; }
  .footer_top_wrapper2 li {
    margin: 0 10px; } }

@media (max-width: 1400px) {
  .login_top_wrapper p {
    display: none; }
  .m24_navi_main_wrapper {
    padding: 5px 0 0 0; }
  .m24_header_right_Wrapper {
    width: 10%; }
  .m24_navigation_wrapper {
    width: 75%; }
  .slider_headphone {
    left: 0; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content {
    left: 100px; }
  .os_frame_tt_toggle_third {
    left: 73%; }
  .swiper-button-next {
    left: 50%; }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 97px; }
  .os_frame_tt_toggle_second .os_frame_tooltip_wrapper {
    top: 30px;
    right: -102px; }
  .index2_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content {
    left: 0; } }

@media (max-width: 1300px) {
  .body_main_header {
    padding-right: 15px; } }

@media (max-width: 1255px) {
  .mainmenu ul li a {
    padding: 24px 7px; }
  .m24_navi_langauage_box {
    width: 30%; } }

@media (max-width: 1230px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 112px; }
  .swiper-button-next {
    left: 64%; }
  .download_mockup_design {
    left: -110px; } }

@media (max-width: 1199px) and (min-width: 991px) {
  .mob-menu {
    display: block; }
  .main_nav_ul {
    display: none; }
  .m24_logo_wrapper {
    width: 22%; }
  .m24_navigation_wrapper {
    width: 78%; }
  .navi_searchbar_wrapper {
    width: 69%;
    float: left; }
  .login_top_wrapper p {
    display: block; }
  .m24_signin_wrapper {
    padding: 15px 0; }
  .search_bar {
    width: 4%; }
  .search_bar {
    right: 0;
    top: 2px;
    left: -4px; }
  .mainmenu ul li:hover > .mega-menu,
  .mainmenu ul li:hover > ul {
    top: 75%; }
  .res_search_box {
    top: 70px; }
  .m24_navi_langauage_box {
    width: auto;
    padding-right: 5px; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content h1,
  .slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
    font-size: 54px;
    margin-bottom: 15px; }
  .m24_navi_main_wrapper {
    height: 82px; }
  .slider_side_width:after {
    display: none; }
  .slider_headphone {
    left: -44px; }
  ul.tranding_more_option {
    top: -11px; }
  .release_box_main_content img {
    width: 100%; }
  .release_box_main_content:hover .release_content_artist {
    bottom: 150px; }
  .top_songs_list_left {
    width: 60%; }
  .top_songs_list_right {
    width: 40%; }
  .swiper-button-next {
    left: 73%; }
  .various_artist_text a {
    padding-right: 0; }
  .partner_slider_wraper .owl-theme .owl-nav .owl-prev {
    left: 0; }
  .partner_slider_wraper .owl-theme .owl-nav .owl-next {
    right: 0; }
  .album_list_wrapper {
    width: 120%; }
  .album_list_wrapper2 {
    overflow-y: hidden;
    overflow-x: scroll; }
  .detail_icon_lists li {
    margin-bottom: 5px; }
  .shop_sidebar {
    padding-left: 15px; }
  .shop_video_wrapper .featured_artist_detail {
    width: 100%; }
  .album_list_wrapper2 {
    width: 100%; }
  .free_music_wrapper .top_lis_left_content .release_content_artist {
    padding-left: 6px; }
  .free_music_wrapper .top_list_tract_view a {
    margin-left: 15px; }
  span.ovrly_text2 {
    display: none; }
  .pricing_five_list_wrapper ul {
    padding: 0 10px 0 10px; }
  .pricing_five_list_wrapper li {
    font-size: 16px; }
  .ms_acc_ovrview_list {
    width: 60%; } }

@media (max-width: 1199px) {
  .l-sidebar {
    width: 0; }
  .body_main_header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }
  .body_main_header .m24_logo_wrapper {
    display: block;
    padding-top: 24px;
    padding-left: 10px; }
  .body_main_header .m24_navigation_wrapper {
    width: 73%; }
  .l-sidebar {
    background: #780131; }
  .body_main_header #cssmenu {
    padding-top: 12px; }
  .sidebar-is-expanded .l2_sidebar {
    width: 250px !important; } }

@media (max-width: 1045px) {
  .navi_searchbar_wrapper {
    width: 65%; } }

@media (min-width: 992px) {
  .col-lg-2.col-20p {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 991px) {
  .mob-menu {
    display: block; }
  .house_toggle .menubar {
    fill: #fff; }
  .inner_toggle .menubar {
    fill: #00aaef; }
  .cd-dropdown {
    width: 350px; }
  .cd-dropdown-wrapper {
    padding-top: 16px;
    margin-right: -20px; }
  .login_top_wrapper p {
    display: block; }
  .m24_signin_wrapper {
    padding: 15px 0; }
  .m24_logo_wrapper {
    width: 25%; }
  .m24_navigation_wrapper {
    width: 70%; }
  .navi_searchbar_wrapper {
    width: 87%; }
  .m24_navi_main_wrapper {
    padding: 5px 0 17px 0; }
  .content_img_wrapper,
  .slider_side_width:after {
    display: none; }
  .release_tabs_wrapper {
    float: right; }
  .error_wrapper img,
  .index2_footer_content .contect_form_footer input,
  .release_box_main_content img {
    width: 100%; }
  .song_heading_wrapper {
    padding-bottom: 50px; }
  .concert_video_wrapper,
  .concert_wrapper_slider {
    width: 100%; }
  .concert_video_wrapper {
    text-align: center;
    padding: 50px 0 70px 0;
    top: 0;
    float: left;
    width: 100%; }
  .download_mockup_design {
    position: relative;
    top: 0;
    left: 0; }
  .concert_content_wrap {
    float: none;
    display: inline-block;
    padding-left: 0; }
  .pricing_box_wrapper {
    margin-top: 50px; }
  .concert_video_wrapper .test-popup-link {
    float: none;
    display: inline-block;
    margin-bottom: 20px; }
  .pricing_plan_wrapper,
  .shop_responsive {
    padding-top: 30px; }
  .add_banner_img_wrapper img {
    width: 100%; }
  .footer_contact_wrapper {
    padding-top: 40px; }
  .release_box_main_content p a {
    padding-right: 0; }
  .release_box_main_content:hover .release_content_artist {
    bottom: 180px; }
  .swiper-button-next {
    left: 45%; }
  .monthly {
    float: left;
    left: 58%; }
  .footer_blog_wrapper {
    padding-left: 0; }
  .album_list_wrapper2 {
    overflow-y: hidden;
    overflow-x: scroll; }
  .album_list_wrapper {
    width: 120%; }
  .blog_responsive,
  .prs_es_about_main_section_wrapper2 {
    padding-bottom: 40px; }
  .detail_icon_lists li {
    margin-bottom: 5px; }
  .blog_single_wrapper {
    padding-bottom: 30px; }
  .shop_sidebar {
    padding-left: 15px; }
  .shop_video_wrapper .featured_artist_detail {
    width: 100%; }
  .contact_rotate:after,
  .contact_rotate:before {
    display: none; }
  .contact_main p {
    padding: 20px; }
  .contact_rotate i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .release_tabs_wrapper .nav-tabs .nav-link {
    padding: 10px 8px; }
  .pricing_box_wrapper2 {
    margin-bottom: 40px; }
  .pricing_overview {
    width: 100%;
    margin: 0; }
  .ms_acc_ovrview_list {
    width: 80%; }
  .pricing_five_list_wrapper {
    padding: 0 10px 0 10px; }
  .pricing_five_list_wrapper li {
    font-size: 16px; }
  .prs_ec_ue_left_img_wrapper,
  .prs_ec_ue_left_img_wrapper img,
  .prs_ec_ue_right_img_wrapper {
    width: 100%;
    border-radius: 10px;
    min-height: auto; }
  .event_single_text_wrapper {
    margin-bottom: 40px; }
  .index2_search_bar .res_search_bar i {
    color: #fff; }
  .index2_search_bar .res_search_bar i {
    color: #fff; }
  .index2_search_bar .budge_noti i,
  .index2_search_bar .lang_list_wrapper a,
  .index2_search_bar .login_top_wrapper p {
    color: #191919 !important; }
  .index2_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content h2 {
    font-size: 60px; }
  .slider2_about_img {
    left: 0; }
  .video_mockup {
    text-align: center; }
  .live_video_wrapper .concert_video_wrapper {
    top: 40px; }
  .index2_footer_content .abotus_content p {
    font-size: 15px; }
  .index2_footer_content:after {
    right: -15px;
    height: 130px; }
  .body_main_header .m24_navigation_wrapper {
    width: 70%; }
  .m24_navi_langauage_box {
    width: auto;
    padding-right: 0; }
  .res_search_box {
    margin-top: 12px; } }

@media (max-width: 767px) {
  .comboTreeArrowBtn i {
    display: none; }
  .m24_logo_wrapper {
    width: 30%; }
  .m24_navigation_wrapper {
    width: 65%; }
  .release_box_overlay .tranding_play_icon {
    top: 58%; }
  .various_artist_text a {
    padding-right: 0; }
  .top_songs_list_left {
    width: 70%; }
  .top_songs_list_right {
    width: 30%; }
  .prs_ec_ue_right_img_wrapper {
    padding: 22px; }
  .top_list_tract_view {
    padding-left: 20px; }
  .top_song_list_picks .ms_tranding_more_icon {
    right: 0; }
  .swiper-button-next {
    left: 59%; }
  .des {
    display: none; }
  .des_option_wrapper ul.tranding_more_option {
    right: 15px; }
  .des_option_wrapper .ms_tranding_more_icon {
    right: 40px; }
  .control-primary {
    padding-top: 10px; }
  .footer_blog_wrapper {
    padding-top: 30px; }
  .artist_wrapper_content img {
    width: 100%; }
  .artist_wrapper_content .artist_wrapper_text {
    padding-left: 0;
    width: 100%;
    padding-top: 20px; }
  .album_list_wrapper > ul > li {
    width: 10%; }
  .song_title_width {
    width: 35% !important; }
  .album_list_wrapper2 {
    overflow-y: hidden;
    overflow-x: scroll; }
  .album_list_wrapper {
    width: 120%; }
  .filter-area .showpro {
    float: left;
    width: 100%; }
  .filter-area .list-grid {
    float: right; }
  .shop_list_img_wrapper img {
    width: 100% !important; }
  .shop_list_img_wrapper .shop_featured_artist {
    width: 100%; }
  .shop_list_img_wrapper .shop_rating_section {
    padding-left: 25px;
    top: -35px; }
  .album_list_wrapper_shop ul > li {
    width: 7%; }
  .contact_main {
    margin-bottom: 30px; }
  .contact_icon_section {
    padding-bottom: 40px; }
  .release_tabs_wrapper {
    float: left; }
  .favourit_album_list .album_list_wrapper {
    width: 150%; }
  .album_list_wrapper2 {
    width: 100%; } }

@media (max-width: 580px) {
  .m24_navigation_wrapper {
    padding: 0;
    width: 100%; }
  .m24_logo_wrapper {
    width: 77%; }
  .m24_logo_wrapper:after {
    display: none; }
  .m24_navi_main_wrapper {
    padding: 0; }
  .navi_searchbar_wrapper {
    width: 100%; }
  .search_bar {
    position: absolute;
    right: 16px;
    top: -31px;
    padding: 0; }
  .navi_searchbar_wrapper {
    padding-top: 15px; }
  .m24_navi_main_wrapper {
    padding-bottom: 20px; }
  .slider_headphone {
    display: none; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content {
    padding-left: 0;
    padding-right: 0;
    left: 0; }
  .swiper-button-next {
    left: 71%; }
  .partner_slider_wraper .owl-theme .owl-nav .owl-prev {
    left: 0; }
  .album_list_wrapper2 {
    width: 100%; }
  .partner_slider_wraper .owl-theme .owl-nav .owl-next {
    right: 0; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content {
    padding: 80px 0; }
  .release_tabs_wrapper .nav-tabs .nav-link {
    padding: 10px 8px; }
  .release_box_main_content:hover .release_content_artist {
    bottom: 340px; }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 104px; }
  .section2_bottom_wrapper {
    margin-bottom: 76px; }
  .album_list_tab .nav-tabs .nav-link {
    padding: 12px 15px; }
  .album_list_wrapper_shop ul > li {
    font-size: 14px; }
  .ms_acc_ovrview_list ul li span {
    float: none;
    font-size: 16px; }
  .slider_treanding_stop {
    display: none; }
  .index2_slider_wrapper .carousel-inner .carousel-indicators {
    bottom: 65px; }
  .index2_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content {
    padding-bottom: 100px; }
  .slider2_about_img {
    margin-bottom: 30px; }
  .index2_main_header .m24_logo_wrapper {
    width: 90%; }
  .video_mockup img {
    width: 100%; }
  .body_main_header .m24_logo_wrapper {
    width: 10%; }
  .body_main_header .m24_navigation_wrapper {
    width: 83%; }
  .m24_navi_langauage_box {
    position: absolute;
    right: 47px;
    top: -56px; }
  #toggle {
    padding-top: 12px; } }

@media (max-width: 480px) {
  .m24_logo_wrapper {
    width: 76%; }
  .release_box_main_content:hover .release_content_artist {
    bottom: 280px; }
  .swiper-pagination-current {
    font-size: 24px; }
  .blog_img_content img {
    width: 100% !important; }
  .blog_content_box {
    width: 100%; }
  .des_option_wrapper ul.tranding_more_option {
    right: -27px;
    top: -200px; }
  .artist_list_icon {
    display: none; }
  .album_list_wrapper {
    width: 150%; }
  .comments_Box .text_wrapper {
    padding-left: 0;
    padding-top: 20px;
    width: 100%; }
  .filter-area .nice-select {
    width: 100%; }
  .ms_acc_ovrview_list {
    width: 90%; }
  .filter-area .list-grid {
    float: left;
    margin-top: 10px; }
  .favourit_album_list .album_list_wrapper {
    width: 200%; }
  .free_music_wrapper .top_lis_left_content .release_content_artist {
    padding-left: 6px; }
  .upcoming_event_wrapper h3 {
    font-size: 30px; }
  .album_list_wrapper2 {
    width: 100%; }
  .m24_navi_langauage_box {
    right: 38px; }
  .body_main_header .m24_navigation_wrapper {
    width: 100%; } }

@media (max-width: 440px) {
  .music_field_box label {
    font-size: 14px; }
  .lang_list_checkbox li {
    padding-left: 20px;
    padding-right: 0; }
  .music_field_box input[type=checkbox] + label:before {
    padding-right: 6px; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content h1 {
    font-size: 50px; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
    font-size: 60px;
    margin-bottom: 15px; }
  .ms_heading_wrapper h1 {
    font-size: 24px; }
  .m24_logo_wrapper {
    width: 73%; } }

@media (max-width: 380px) {
  .m24_logo_wrapper {
    width: 69%; }
  .release_box_main_content:hover .release_content_artist {
    bottom: 245px; }
  .top_list_tract_view p {
    display: none; }
  .top_songs_list_left {
    width: 90%; }
  .top_songs_list_right {
    width: 10%; }
  .featured_artist_list img {
    width: 100% !important; }
  .featured_artist_detail {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px; }
  .featured_list_dropdown {
    position: relative;
    top: -65px; }
  .concert_content_wrap h1,
  .download_app_store h1 {
    font-size: 40px; }
  .concert_content_wrap p {
    font-size: 18px;
    line-height: 24px; }
  .monthly {
    left: 67%; }
  .slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
    font-size: 50px; }
  .des_option_wrapper ul.tranding_more_option {
    right: -90px;
    width: 150px; }
  .des_option_wrapper .ms_tranding_more_icon {
    right: 20px; }
  .player-controls {
    position: relative;
    left: 20px; }
  .lang_apply_btn_wrapper {
    padding: 30px 15px; }
  .login_remember_box .forget_password {
    float: left; }
  .top_song_artist_wrapper .top_song_artist_contnt h1 {
    font-size: 16px; }
  .top_song_artist_wrapper .top_song_artist_contnt {
    padding-top: 0; }
  .cancel_wrapper a {
    margin-left: 10px; }
  .indx_title_left_wrapper h2 {
    font-size: 36px; }
  .shop_rating_section {
    top: -20px; }
  .shop_list_img_wrapper .shop_rating_section {
    top: -10px; }
  .index2_main_header .m24_logo_wrapper {
    width: 88%; }
  .free_music_wrapper .top_list_tract_view a {
    display: none; }
  .free_music_wrapper .top_songs_list_left {
    width: 80%; }
  .free_music_wrapper .top_songs_list_right {
    width: 20%; }
  .free_music_wrapper .top_lis_left_content .release_content_artist {
    padding-left: 15px; }
  .album_list_wrapper2 {
    width: 100%; } }

@media (max-width: 320px) {
  .relaese_viewall_wrapper {
    display: none; }
  .release_box_main_content:hover .release_content_artist {
    bottom: 220px; }
  .top_list_tract_time {
    display: none; }
  #clockdiv > div {
    margin-right: 0; }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .swiper-button-next {
    left: 148px; }
  .swiper-button-prev {
    left: -125px; }
  .m24_logo_wrapper {
    width: 67%; } }

/**--- dark theme css -----**/
body, html {
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--bg-color);
  color: var(--font-color);
  overflow-x: hidden; }

:root {
  --box-color: #fff;
  --font-color: #191919;
  --bg-color: #f9f9f9;
  --heading-color: #191919;
  --para-color: #707070;
  --default-color: #191919;
  --hover-color: #fa5b41;
  --side-color: #fff;
  --border-color: #e6e6e6
; }

[data-theme=dark] {
  --box-color: #0f0e37;
  --font-color: #fff;
  --bg-color: #04031d;
  --heading-color: #fff;
  --para-color: rgba(255, 255, 255, 0.55);
  --border-color: rgba(255, 255, 255, 0.3);
  --default-color: #191919;
  --hover-color: #fa5b41;
  --side-color: #080729
; }

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color); }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--heading-color); }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a {
  color: var(--hover-color); }

.contact_main p a {
  color: var(--font-color); }

.theme-switch-wrapper {
  margin: 0;
  width: auto;
  display: inline-flex;
  float: right;
  padding-top: 25px; }

.theme-switch {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 50px; }

.theme-switch input {
  display: none; }

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }

.slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 18px; }

.theme-switch-wrapper input:checked + .slider {
  background-color: #fa5b41; }

.theme-switch-wrapper input:checked + .slider:before {
  transform: translateX(23px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

#dfmr-player, .album_list_wrapper .release_content_artist,
.blog_pagination_section ul li a,
.comment_heading_bottom .crm_message_dropbox_wrapper .nice-select .option.selected.focus,
.contect_form_footer input,
.crm_message_dropbox_wrapper .nice-select .list,
.crm_message_dropbox_wrapper .nice-select .option.focus,
.crm_message_dropbox_wrapper .nice-select .option:hover,
.footer_wrapper,
.gc_blog_cloud_side_menu li a,
.lang_ms_banner .lang_list_checkbox li:hover,
.m24_navi_main_wrapper,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover,
.search_form .form-control,
.section2_bottom_wrapper,
.ui_pricing_five_wrapper,
.various_song_playlist {
  background: var(--bg-color); }

#accordion .card_pagee a, #accordion .card_pagee a.collapsed, #cssmenu ul ul li a, #sidebar #cssmenu > ul > li > a, #sidebar #toggle_close, .album_list_wrapper > ul > li, .archives_wrapper ul li a, .archives_wrapper ul li i, .artist_list_icon .ms_tranding_more_icon i, .author_detail .author_name, .blog_pagination_section ul li a, .budge_noti i, .comment-area .nice-select .option:last-child,
.comment_heading_bottom .crm_message_dropbox_wrapper .nice-select, .contact_main h4, .contact_section .form-control:focus, .contact_section .form-control:hover, .contect_form_footer input, .crm_mess_img_cont_wrapper h4 span, .crm_message_dropbox_wrapper ul li:first-child a, .customer-rating .rating .star-number, .customer-rating .rating .star-percent, .event_single_text_wrapper h2, .event_single_text_wrapper h4, .event_slider_wrappeer .owl-theme .owl-nav .owl-next, .event_slider_wrappeer .owl-theme .owl-nav .owl-prev,
.featured_artist_detail p a,
.featured_song_slider .owl-theme .owl-nav .owl-next,
.featured_song_slider .owl-theme .owl-nav .owl-prev,
.filter-area .nice-select,
.gc_blog_cloud_side_menu li a,
.gc_main_navigation a i:before, .jp-title, .jp_blog_single_client_cont h3, .lang_list_wrapper a, .lang_ms_banner .music_field_box label, .login_remember_box .forget_password, .login_top_wrapper p, .mainmenu ul li a, .partner_slider_wraper .owl-theme .owl-nav .owl-next, .partner_slider_wraper .owl-theme .owl-nav .owl-prev, .pricing_box_wrapper h1, .pricing_box_wrapper h2, .pricing_heading_wrapper h3,
.pricing_list22 li, .quick_list_songs h1, .relaese_viewall_wrapper a, .release_box_main_content p a, .release_tabs_wrapper .nav-tabs .nav-link, .res_search_bar, .slider-area .carousel-inner .carousel-item .carousel-captions .content h1, .slider-area .carousel-inner .carousel-item .carousel-captions .content h2, .smalltext, .sv_blog_text h5 a, .top_lis_left_content .release_content_artist p a, .top_list_tract_view p, .top_song_artist_playlist .ms_tranding_more_icon i, .top_song_list_picks .ms_tranding_more_icon i:before, .treanding_song_slider .owl-theme .owl-nav .owl-next, .treanding_song_slider .owl-theme .owl-nav .owl-prev, .ui_pricing_five_btn_wrapper a, .ui_pricing_five_wrapper h3, .various_song_playlist p a {
  color: var(--font-color); }

.navi_2_dropdown li a, .navi_2_dropdown li a i:before {
  color: var(--default-color) !important; }

.crm_mess_all_main_box_wrapper p a, .navi_2_dropdown li a:hover {
  color: var(--hover-color) !important; }

#sidebar, #sidebar #cssmenu > ul > li > a, #sidebar #toggle_close, .album_inner_list, .album_list_wrapper, .artist_wrapper, .download_trending_track_wrapper, .stations_wrapper {
  background: var(--side-color); }

#cssmenu ul > li.has-sub > a:after, #cssmenu ul > li.has-sub > a:before {
  background: var(--font-color); }

.lang_ms_banner .modal-content {
  background: var(--box-color); }

#accordion .card_pagee a span,
.album_list_wrapper > ul > li > a,
.artist_wrapper_text p, .author_content p, .comments_box_rivew .author_content p,
.comments_box_rivew .author_detail .publish_date, .description_link_wrapper li, .event_single_text_wrapper p, .event_slider_wrappeer .prs_feature_img_cont li, .event_slider_wrappeer .prs_ft_small_cont_left p, .foter_top_wrapper li a, .lang_ms_banner .m24_language_box p, .lang_ms_banner .music_field_box label span, .lest_news_cont_wrapper p, .monthly, .prs_ec_ue_right_img_cont .prs_up_pera_sec, .prs_feature_img_cont li, .prs_ft_small_cont_left p, .quick_list_songs li a, .slider-area .carousel-inner .carousel-item .carousel-captions .content p, .text-center p {
  color: var(--para-color); }

#dfmr-player .cn-type-single {
  border: transparent; }

.blog_pagination_section ul li a,
.contact_main,
.contact_section .form-control,
.contect_form_footer input,
.free_music_wrapper,
.gc_blog_cloud_side_menu li a,
.lang_ms_banner .lang_list_checkbox li,
.ms_shop_single_heading:after,
.pricing_box_wrapper,
.pricing_box_wrapper2,
.prs_feature_img_cont ul:after,
.search_form .form-control {
  border: 1px solid var(--border-color); }

#dfmr-player {
  border-top: 1px solid var(--border-color); }

.crm_mess_img_cont_wrapper h4, .pricing_box_wrapper h2 span {
  color: var(--font-color) !important; }

.crm_mess_img_cont_wrapper p,
.shop_video_wrapper .featured_artist_detail .various_artist_text a {
  color: var(--para-color) !important; }

.abotus_content, .album_list_tab, .album_list_wrapper .album_list_name, .comment_heading_top, .comments_Box, .lang_ms_banner .m24_language_box, .leave_comment_heading, .playlist_songs_list, .pricing_box_wrapper h1, .pricing_heading_wrapper, .top_artist_border, .treanding_index_wrapper .treanding_song_slider {
  border-bottom: 1px solid var(--border-color); }

#accordion .card-body, #accordion .card_pagee a, #accordion .card_pagee a.collapsed, .adonis-player-wrap .adonis-player-horizontal, .blog_category_box_wrapper, .contact_main, .contact_section .form-control, .featured_artist_list, .filter-area .list-grid ul li a, .filter-area .nice-select, .filter-area .nice-select.open .list, .foter_top_wrapper, .jp_blog_single_client_main_section, .leave_comment_wrapper, .main_slider_wrapper, .pricing_box_wrapper, .pricing_box_wrapper2, .pricing_heading_wrapper, .prs_ec_ue_inner_feat_wrapper, .prs_ec_ue_right_img_wrapper, .prs_feature_img_cont, .quick_link_wrapper, .release_content_artist, .sidebar_widget, .slider_side_width:after, .stations_wrapper .various_song_playlist, .top_songs_list {
  background: var(--box-color); }

.m24_header_right_Wrapper:after,
.m24_logo_wrapper:after {
  background: var(--border-color); }

@media (max-width: 1199px) {
  .res_search_box {
    background: var(--bg-color); }
  .notify_para {
    color: var(--font-color); } }
