* {box-sizing: border-box; padding: 0; margin: 0; margin-bottom: 0px;}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
h1, h2, h3, h4, h5, h6, p { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
figure { margin: 0; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
legend { white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
button, input { line-height: 1; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); }
button, input[type="button"], input[type="reset"], input[type="submit"] { line-height: 1; cursor: pointer; -webkit-appearance: button; border: none; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: 'Roboto'; text-align: inherit; margin: 0; padding: 0; background: var(--secondary-white); }
ul, li { margin: 0; padding: 0; list-style: none; }
h2 { font-size: 20px; color: #344E66; }
h2.large span { font-size: 55px; }
h2.large i { font-size: 37px; }
h2 span { margin: 0 10px; }
.btn { appearance: none; -webkit-appearance: none; font-family: sans-serif; cursor: pointer; padding: 10px 20px; border: 0px; border-radius: 10px; font-size: 14px; outline: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.btn-outline { background: rgba(255, 255, 255, 0); color: var(--white); }
.btn-outline:hover { background: rgba(255, 255, 255, 1); }
.btn-outline:hover i { color: #D63333; }
.btn-outline:hover span { color: #D63333; }
.btn:focus, .btn.focus, .btn:visited, .btn.visited { outline: 0; border: 0; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.btn-round-1 { border-radius: 8px; }
.btn-round-2 { border-radius: 20px; }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: #212121; color: var(--white); }
.btn-light { background: #ededed; color: var(--black); }
.btn-light:hover { background: #dbdbdb; color: var(--black); }
.btn-primary { background: rgba(255, 255, 255, .6); color: #D63333; }
.btn-primary:hover { background: rgba(255, 255, 255, 1); }
.btn-black { background: rgba(255, 255, 255, .6); color: #707070; }
.btn-black i { color: #707070; }
.btn-black span { color: #707070; }
.btn-black:hover { background: rgba(255, 255, 255, 1); }
.btn-black:hover span { color: var(--black); }
.btn-white { background: rgba(255, 255, 255, .8); color: var(--darkgray); }
.btn-white i { color: var(--darkgray); }
.btn-blwhiteack span { color: var(--darkgray); }
.btn-white:hover { background: var(--white); }
.btn-white:hover span { color: var(--black); }
a { text-decoration: initial; }

/* Custom Root */
:root {
    --primary-color: #112A41;
    --secondary-color: #22909A;
    --primary-gray: #839AAF;
    --black: #000000;
    --white: #FFFFFF;
    --darkgray: #5A6795;
    --lightgray: #A0B3C6;
    --secondary-white: #F0F4F8;
    --lightgreen: #C0F7FC;
    --softgreen: #8CE9F1;
}

:root .rtl { --direction: rtl; }
:root .ltr { --direction: ltr; }
body { direction: var(--direction); }

.top-banner { font-size: 32px; background: var(--darkgray); color: var(--white); font-size: 11px; padding: 10px 0; letter-spacing: .3em; font-weight: 500; }
.container { max-width: 1166px; margin: 0 auto; }
.darkred i { color: #C83333; }
.blue i { color: #467DCF; }
.skyblue i { color: #04AFFC; }
.green i { color: #19A271; }
.darkorange i { color: #CC673C; }
.purple i { color: #CF46CA; }
.yellow i { color: #E8B32C; }
.darkpurple i { color: #A062EE; }
.red i { color: #FF2B2B; }
.blue-light i { color: #33A4C8; }

/* ------ Single Page Breadcrum ------ */
.banner-breadcrum { background: url('/../assets/images/breadcrum-banner-image-category.jpg')no-repeat left top; padding: 20px 0; background-size: cover; }
.banner-breadcrum.regularBanner { background: url("/../assets/images/breadcrum-banner-all-track.jpg")no-repeat right top; background-size: cover; }
.banner-breadcrum.speakerbanner { background: url("/../assets/images/breadcrum-banner-speaker.jpg")no-repeat left top; background-size: cover; }
.banner-breadcrum.category-banner-list { background: url("/../assets/images/breadcrum-banner-image.jpg")no-repeat left top; background-size: cover; position: relative; }
/* .banner-breadcrum.category-banner:hover:before { content: ""; height: 100%; backdrop-filter: blur(7.51449px); -webkit-backdrop-filter: blur(7.51449px); border-radius: 8px; z-index: 2; display: block; position: absolute; width: 100%; } */
.breadcrum-title{position: relative; z-index: 3;}
.banner-breadcrum h1 { font-size: 90px; line-height: 80px; }
.banner-breadcrum h1 span { color: rgba(255, 255, 255, .5) }
.banner-breadcrum .container { display: flex; justify-content: space-between; align-items: center; }
.banner-breadcrum h1 { max-width: 600px; }
.banner-breadcrum .search { width: 249px; min-width: 249px; height: 42px; background: rgba(242, 242, 242, .2); border-radius: 10px; display: flex; }
.banner-breadcrum .searchBtnCategory { display: flex; align-items: center; min-width: 40px; align-items: center; justify-content: center; color: var(--white); }
.banner-breadcrum .searchBtnCategory a { color: var(--white); }
.banner-breadcrum .search input { width: 100%; border: 0; height: 100%; padding: 0 10px; background: none; color: var(--white); }
.breadcrum-border { border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .2); color: var(--white); padding: 2px 10px; border-radius: 5px; }
.sub-heading { font-size: 13px; line-height: 18px; font-family: 'almoni-mlv-aaa-bold'; color: var(--primary-gray); padding-bottom: 10px; }

/* ------ Custom Button ------ */
.playBtn { background: var(--white); border-radius: 8px; padding: 5px 10px; font-family: 'almoni-medium'; color: var(--secondary-color); font-size: 19px; white-space: nowrap; cursor: pointer; display: flex; align-items: center; gap: 5px; }
.playBtn i { color: var(--secondary-color); font-size:15px; }
.playBtn:hover, .playBtn:hover i { color: var(--secondary-color); }
.playBtn:hover{background: #f3f3f3;}
.playBtn.green i { color: var(--lightgreen); }
.playBtn.green span { color: var(--softgreen); }
.playBtn.green { background: rgba(34, 144, 154, 1); color: var(--lightgreen); cursor: pointer; }
.playBtn.green:hover { background: rgba(34, 144, 154, .8); }
.classesBtn { background: var(--white); border-radius: 8px; padding: 5px 15px; font-family: 'almoni-medium'; color: var(--secondary-color); font-size: 19px; white-space: nowrap; cursor: pointer; }
.classesBtn.green { background: rgba(34, 144, 154, 1); color: var(--lightgreen); cursor: pointer; }
.classesBtn.green:hover { background: rgba(34, 144, 154, .8); }

/*--------------->
    Header
<-------------------*/
.main-header { background: var(--primary-color); position: relative; }
.header-main { display: flex; justify-content: space-between; padding: 30px 0; align-items: center; }
.header-main .right-section { display: flex; align-items: center; }
.logo a { width: 100%; max-width: 181px; display: block; }
.logo img { width: 100%; }
.nav-links { display: flex; align-items: center; }
.nav-links .searchBtn { padding: 10px; font-size: 20px; display: none; }
.nav-links .searchBtn i { color: var(--darkgray); }
.navigation ul, .navigation ul li { margin: 0; padding: 0; list-style: none; }
.navigation ul { display: flex; justify-content: space-between; text-align: left; }
.navigation ul li { display: flex; justify-content: flex-start; text-align: left; margin: 0 20px 0 0; position: relative; }
.navigation ul li:last-child { margin-right: 0; }
.navigation ul li img { display: inline-block; margin-right: 10px; }
.navigation ul li a { text-decoration: none; font-size: 18px; font-weight: 400; color: #D9E2EB; padding: 15px 20px; font-family: 'almoni-medium'; display: flex; align-items: center; justify-content: center; gap: 3px; }
.navigation ul li a i { opacity: 1; color: var(--primary-gray); font-size: 14px; }
.navigation ul li a i.fa-phone { transform: rotate(248deg); }
.ltr .navigation ul li a i.fa-phone { transform: rotate(0deg); }
.navigation ul li a:hover { opacity: .7; }

/* ------ Search box ------ */
.searching { display: flex; align-items: center; position: relative; gap: 17px; }
.search-section { width: 43px; height: 43px; margin: 0; max-width: 500px; transition: all .5s ease; }
.search-panel { border-radius: 10px; height: 43px; width: 100%; position: relative; }
.search-section button { position: absolute; right: 0; top: 50%; transform: translateY(-50%); border: 0; background: none; outline: none; width: 43px; height: 100%; }
.ltr .search-section button { right: initial; left: 0; }
.search-section input {
    width: 100%;
    height: 100%;
    padding-right: 0;
    direction: var(--direction);
    border: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none;
    outline: none;
    background: #253B51;
    border: 0;
    border-radius: 10px;
    color: var(--white);
    padding-right: 41px;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.ltr .search-section input {
    padding-left: 41px;
    padding-right: initial;
}
.search-section:not(.active) .cancelbtn { display: none; }
.search-section button i {
    font-size: 16px;
    color: var(--lightgray);
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-section.active { width: 251px; }
.search-section.active input {
    border-color: #637D96;
}
/* .search-section.active .search-panel { width: 100%; } */
.category-dropdown {
    background: var(--white);
    padding: 0 24px 0px 20px;
    border-radius: 10px;
    width: 388px;
    position: absolute;
    top: 100%;
    margin-top: 0;
    z-index: 3;
    left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dropdown-list { margin: 6px 0 6px; padding: 0; overflow-y: auto; height: 243px; padding-left: 4px; }
.dropdown-list li { position: relative; }
.dropdown-list li:not(:last-child) { border-bottom: 1px solid #ccc; }
/* .dropdown-list li:first-child{padding-top: 5px;} */
.dropdown-list li:hover a, .dropdown-list li:hover i { color: var(--primary-color); }
.dropdown-list a {
    font-size: 22px;
    line-height: 20px;
    color: #637D96;
    font-family: 'almoni-regular';
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 0px 12px 0;
}
.dropdown-list a b { font-family: 'almoni-mlv-bold'; }
.dropdown-list a .arrowBtn { margin-right: auto; }
.ltr .dropdown-list a .arrowBtn { margin-right: initial; margin-left: auto; }
.dropdown-list a i { font-size: 20px; color: var(--lightgray); }
.dropdown-list a span { color: #BDCCDB; }

/* ------ Select box ------ */
.centering { width: 70px; height: auto; margin: 0 auto; }
.custom-select { width: 100%; position: relative; font-family: 'almoni-medium'; }
.custom-select select { display: none; -webkit-appearance: none; }
.selected-item { background: #49657F; padding: 0 15px 0 20px; color: var(--white); cursor: pointer; z-index: 99; border-radius: 10px; text-align: left; height: 43px; display: flex; align-items: center; font-family: 'almoni-medium'; font-size: 21px; }
.selected-item:after { font-family: var(--fa-style-family, "Font Awesome 6 Pro"); content: "\f107"; font-size: 16px; color: var(--white); position: absolute; left: 15px; transition: 0.5s; font-weight: 900; }
.ltr .selected-item:after { left: initial; right: 10px; }
.arrowanim.selected-item:after { transform: rotate(180deg); }
.item { padding: 5px 10px; color: var(--black); cursor: pointer; }
.item:hover { background: #87d2d8; color: var(--white); }
.all-items { position: absolute; top: 100%; left: 0; width: 100%; z-index: 100; border-radius: 10px; background: var(--white); box-shadow: 0 0 10px rgba(0, 0, 0, .1); font-family: 'almoni-medium'; font-size: 21px; }
.ltr .all-items { text-align: left; }
.all-items .item:first-child { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.all-items .item:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.all-items-hide { display: none; }

/* ------ Toogle menu ------ */
.menu-icon { padding: 9px; background: none; display: inline-block; float: right; z-index: 4; position: relative; display: none; }
#nav-icon1 { width: 28px; height: 22px; position: relative; margin: 0 auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span { display: block; position: absolute; height: 2px; width: 100%; background: var(--secondary-color); border-radius: 0; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
#nav-icon1 span:nth-child(1) { top: 0px; }
#nav-icon1 span:nth-child(2) { top: 9px; }
#nav-icon1 span:nth-child(3) { top: 18px; }
#nav-icon1.open span:nth-child(1) { top: 9px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
#nav-icon1.open span:nth-child(2) { opacity: 0; left: -60px; }
#nav-icon1.open span:nth-child(3) { top: 9px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

/*--------------->
    Banner Area
<-------------------*/
.banner-section { margin: 60px 0 0 0; }
.banner-section .container { display: flex; justify-content: space-between; background: linear-gradient(90deg, var(--secondary-color) -23%, rgba(34, 144, 154, 0.874228) 54.8%, var(--secondary-color) 97.98%); border-radius: 10px; padding: 45px 55px; }
.banner-section .banner-info { display: flex; justify-content: space-between; width: 100%; flex-direction: row-reverse; align-items: center; }
.banner-info .left-panel { display: flex; gap: 38px; }
.banner-info .sound-bar-section { display: flex; align-items: center; gap: 10px; }
.banner-info .progress-section { width: 150px; }
.banner-info .song-progress-bar { padding: 8px 0px; }
.audio-on-off i { color: var(--softgreen); }

/* ------ Breadcrum ------ */
.breadcrum-text ul { display: flex; }
.breadcrum-text ul li { position: relative; color: var(--lightgreen); font-size: 13px; padding: 0 10px; font-family: 'almoni-mlv-aaa-bold'; }
.breadcrum-text ul li:before { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 10px; background: var(--lightgreen); top: 50%; transform: translateY(-50%); right: -4px; }
.ltr .breadcrum-text ul li:before { right: 0px; left: -4px; }
.breadcrum-text ul li:first-child:before { display: none; }
h1 { font-size: 50px; color: var(--white); font-family: 'almoni-mlv-bold'; line-height: 44px; }
.banner-info .circle-range { right: calc(var(--data-position) - 10px); }
.ltr .banner-info .circle-range { right: initial; left: calc(var(--data-position) - 10px); }

/* ------ Song Progress Bar ------ */
.song-progress-bar { display: block; margin: 0 0 0 0; position: relative; z-index: 1; padding: 0; direction: var(--direction); cursor: pointer; }

.circle-range {
    --data-position: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid var(--softgreen);
    border-radius: 100%;
    width: 11px;
    height: 11px;
    background: var(--secondary-color);
    right: var(--data-position);
}
.ltr .circle-range { right: initial; left: var(--data-position); }
.progress { width: 100%; max-width: 100%; height: 2px; background: #37B0BB; border-radius: 5px; overflow: hidden; }
.progress .progress-bar { display: block; height: 100%; background: var(--softgreen); background-size: 300% 100%; -webkit-animation: progress-animation 2s linear infinite; animation: progress-animation 2s linear infinite; }

/* ------ Section Title ------ */
.title-section { display: flex; justify-content: space-between; position: relative; height: 36px; align-items: center; padding: 0 12px; margin: 55px 0 0 0; }
.title-section:before { content: ""; width: 100%; height: 1px; background: var(--primary-gray); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1 }
.title-section h2, .title-section h2 a { background: var(--secondary-white); padding: 0 5px 0 15px; display: inline-block; line-height: 24px; font-family: 'almoni-mlv-bold'; color: #344E66; }
.title-section .white-space { background: var(--secondary-white); padding: 0 10px 0 13px; }
.rtl .title-section .playBtn i { margin-left: 5px; }
.ltr .title-section .playBtn i { margin-right: 5px; }

@media(max-width: 991px) {
    .menu-icon { display: block; z-index: 999; }
    .main-nav { display: none; position: fixed; left: 0; top: 0; height: 100vh; background: var(--white); width: 100%; z-index: 99; }
    .header ul.nav { flex-wrap: wrap; justify-content: center; width: 100%; text-align: center; }
    body.fixedscroll { overflow: hidden; }
    .header ul.nav li { width: 70%; border-bottom: 1px solid #eaeaea; }
    .header ul.nav li a { color: var(--black); font-size: 18px; }
    .center-nav { display: flex; align-items: center; height: 100%; }
}

/*--------------->
    News Area
<-------------------*/
/* ------ Owl Slider ------ */
.slider-wrapper {}
/* .slider-wrapper .container {
    max-width: 1298px;
}
.slider-wrapper .title-section {
    max-width: 1166px;
    margin: 55px auto 0;
} */
.slider-section { margin-top: 0; display: flex; position: relative; }
/* .slider-section:before { width: 200px; height: 100%; position: absolute; left: 0; content: ""; z-index: 4; background: linear-gradient(270deg, rgba(240, 244, 248, 0) 2.3%, #F0F4F8 80%); }
.ltr .slider-section:before { left: initial; right: 0px; background: linear-gradient(-270deg, rgba(240, 244, 248, 0) 2.3%, #F0F4F8 80%); }
.slider-section:after { width: 200px; height: 100%; position: absolute; right: 0; content: ""; z-index: 4; background: linear-gradient(-270deg, rgba(240, 244, 248, 0) 2.3%, #F0F4F8 80%); }
.ltr .slider-section:after { right: initial; right: 0px; background: linear-gradient(270deg, rgba(240, 244, 248, 0) 2.3%, #F0F4F8 80%); } */
.news-carousel.owl-carousel.owl-rtl { direction: var(--direction); }
.owl-carousel.owl-rtl { margin-bottom: -30px; }
.slider-section .owl-stage { display: flex; align-items: stretch; }
/* .news-carousel .owl-stage { right: -60px; }
.ltr .news-carousel .owl-stage { left: -60px; right: initial; } */
.slider-section .owl-item { display: flex; margin-top: 35px; margin-bottom: 35px; }
.slider-section .owl-nav button.owl-next, .slider-section .owl-nav button.owl-prev { position: absolute; top: 0; font-size: 14px; display: flex; align-items: center; justify-content: center; aspect-ratio: initial; height: 100%; border: initial; outline: initial; background: initial; margin: initial; box-sizing: initial; transform: initial; }
.slider-section .owl-nav button.owl-prev { right: 40px; }
.slider-section .owl-nav button.owl-next { left: 40px; }
.slider-section .owl-nav button i { position: relative; z-index: 2; aspect-ratio: 1 / 1; width: 50px; height: 50px; border-radius: 100%; background: var(--white); display: flex; justify-content: center; align-items: center; margin: 0 auto 30px; box-shadow: 0px 9px 12px rgba(131, 154, 175, 0.1); cursor: pointer; }
.slider-section .owl-next:after, .slider-section .owl-prev:after { content: ''; position: absolute; top: 0; height: 100%; width: 200px; z-index: 1; pointer-events: none; }
.slider-section .owl-prev:after { right: -40px; background: linear-gradient(-90deg, #F0F4F8 0%, rgba(240, 244, 248, 0.00) 71.74%) }
.slider-section .owl-next:after { left: -40px; background: linear-gradient(90deg, #F0F4F8 0%, rgba(240, 244, 248, 0.00) 71.74%) }
button.disabled { opacity: 0; visibility: hidden; }

.ltr .slider-section .owl-nav button.owl-next { right: 40px; left: initial; }
.ltr .slider-section .owl-prev:after { background: linear-gradient(90deg, #F0F4F8 0%, rgba(240, 244, 248, 0.00) 71.74%); left: -40px; right: initial; }
.ltr .slider-section .owl-next:after { background: linear-gradient( -90deg, #F0F4F8 0%, rgba(240, 244, 248, 0.00) 71.74%); left: initial; right: -40px; }
.ltr .slider-section .owl-nav button.owl-prev { left: 40px; right: initial; }
.ltr .slider-section .owl-nav button i { transform: rotate(180deg); }

/* Card Listing */
.listing-slider { border-radius: 12px; background: var(--white); box-shadow: 0px 19.0123px 26.6172px rgba(131, 154, 175, 0.14); -webkit-box-shadow: 0px 19.0123px 26.6172px rgba(131, 154, 175, 0.14); -moz-box-shadow: 0px 19.0123px 26.6172px rgba(131, 154, 175, 0.14); transition: all .3s ease; display: flex; flex-direction: column; flex: 1; direction: var(--direction); overflow: hidden; outline: 2px solid transparent; outline-offset: -2px; }
.listing-slider:hover{box-shadow: 0px 28px 35px rgba(131, 154, 175, 0.14); -webkit-box-shadow: 0px 28px 35px rgba(131, 154, 175, 0.14); -moz-box-shadow: 0px 28px 35px rgba(131, 154, 175, 0.14); transform: translateY(-2%)}
.listing-slider .listing-top-section { padding: 0; flex: 1; display: flex; flex-direction: column; }
.topHeadingLink { padding: 28px 25px 0  25px; text-decoration: none; display: block; flex: 1; }
.topHeadingLink h3, .topHeadingLink .time { text-decoration: none; }
.listing-slider .time { font-size: 14px; color: #637D96; line-height: 20px; font-family: 'almoni-mlv-aaa-bold'; }
.listing-slider h3 { font-size: 23px; line-height: 20px; color: #253B51; font-family: 'almoni-mlv-bold'; margin: 5px 0 10px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; }
.listing-slider.auto-height h3 { min-height: inherit; }
.listing-slider h3 span { display: block; }
.listing-slider h3.large { font-size: 40px; line-height: 40px; font-family: 'fb-elitism-black'; }
.listing-slider.name { font-size: 13px; color: #637D96; line-height: 20px; font-family: 'almoni-mlv-aaa-bold'; }
.links-section { border-top: 1px solid #D9E2EB; margin: 0 25px 25px 25px; padding-top: 10px; }
.links-section li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.links-section.mb-15{margin-bottom: 15px;}
.links-section a { font-size: 14px; line-height: 20px; color: #637D96; font-family: 'almoni-mlv-bold'; text-decoration: none; display: inline-block; margin: 0px 5px; }
.links-section i { font-size: 12px; color: var(--lightgray); margin: 0 0 0 8px; }
.ltr .links-section i { margin: 0 8px 0 0; }
.links-section a span { color: #BDCCDB; }
.links-section a:hover, .links-section a:hover i, .links-section a:hover span { color: #344E66; }
.listing-bottom-section { display: flex; justify-content: space-between; gap: 10px; background: #E1FCFF; padding: 18px 25px; align-items: center; white-space: nowrap; border-top:2px solid transparent; }
.listing-bottom-section .share { font-size: 20px; line-height: 23px; color: #37B0BB; font-family: 'almoni-medium'; cursor: pointer; min-height: 38px; display: flex; align-items: center; margin-right: auto; }
.listing-bottom-section .share span i { font-size: 14px; margin: 0 10px 0 10px; color: var(--softgreen); }
.listing-bottom-section .share:hover { color: var(--secondary-color); }
.listing-bottom-section .share:hover span i { color: var(--secondary-color); }
.listing-bottom-section .queue-btn, .listing-bottom-section .share-btn, .playing-info-section .queue-btn, .playing-info-section .share-btn {
    display: flex;
    height: 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 7.605px;
    background: #FFF;
    padding: 5px 7px;
    color: #37B0BB;
    text-align: center;
    font-size: 14.536px;
    width: 34px;
    margin: initial !important;
    position: relative;
    transition: all 0.3s;
}
.listing-bottom-section .queue-btn {
    margin-right: auto !important;
}
.ltr .listing-bottom-section .queue-btn {
    margin-left: auto !important;
    margin-right: initial !important;
}
.playing-info-section .queue-btn {
    margin-right: auto !important;
}
.queue-btn.playing-next {
    background: #22909A;
}
.queue-btn::before, .share-btn::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px 10px;
    border-radius: 14px;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    color: #637D96;
    text-align: right;
    font-family: Inter;
    font-size: 13.309px;
    font-weight: 600;
    line-height: normal;
    transition: all .3s;
}
.queue-btn:hover::before, .share-btn:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Current Card Play */
.current-play.listing-slider, .all-track-listing-section.grid-view .current-play.all-track-list { background: var(--secondary-white); outline: 2px solid #BDCCDB; outline-offset: -2px; }
.current-play .listing-bottom-section, .all-track-listing-section.grid-view .current-play .playing-info-section { border-top: 2px solid #BDCCDB; background: #D9E2EB; }
.current-play .playBtn.green { background: var(--primary-gray); }
.current-play .playBtn.green, .current-play .playBtn.green span, .current-play .playBtn.green i { color: #F0F4F8; }
.current-play .share { color: #637D96 !important; }
.current-play .share span i { color: #A0B3C6 !important; }

/* Highlighted Track */
.highlighted-track.listing-slider, .all-track-listing-section.grid-view .highlighted-track.all-track-list { background: #F5F5F5; outline: 2px solid #d8d8d8; }
.highlighted-track .listing-bottom-section, .all-track-listing-section.grid-view .highlighted-track .playing-info-section { border-top: 2px solid #d8d8d8; background: #dfe7f0; }
.highlighted-track .playBtn.green { background: var(--primary-gray); }
.highlighted-track .playBtn.green, .highlighted-track .playBtn.green span, .highlighted-track .playBtn.green i { color: #F0F4F8; }
.highlighted-track .share { color: #637D96 !important; }
.highlighted-track .share span i { color: #A0B3C6 !important; }


/*--------------->
    Categories Area
<-------------------*/
.categories-panel { margin-top: 38px; display: grid; grid-column-gap: 30px; grid-row-gap: 30px; }
.categories-panel.three-col-list { grid-template-columns: repeat(auto-fill, minmax(368px, 1fr)); margin-bottom: 30px; }
.categories-panel.four-col-list { grid-template-columns: repeat(auto-fill, minmax(269px, 1fr)); grid-column-gap: 26px; }
.news-grid-four-col { margin-top: 18px; display: grid; grid-column-gap: 15px; grid-row-gap: 15px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.categories-list { background: var(--white); padding: 0; border-radius: 15px; box-shadow: 0px 18.8564px 26.399px rgba(131, 154, 175, 0.14); transition: all .5s; display: flex; flex-direction: column; }
.categories-list:hover{transform: translateY(-3%)}
.categoryTopLink{padding: 20px 20px 0; display: block; text-decoration: none; flex: 1;}
.categories-panel.four-col-list .categoryTopLink { padding: 16px 16px 0; }
.categories-panel.four-col-list .category-links-section { border-top: 1px solid #D9E2EB; margin: 0 16px 16px 16px; }
.categories-list h3 { font-size: 28px; font-family: 'almoni-mlv-bold'; text-decoration: none; color: #253B51; margin: 13px 0 15px; }
.categories-list.noImage h3 a{padding: 20px 20px 10px 20px; text-decoration: none; color: #253B51; display: block;}
.categories-list .image-panel { position: relative; transition: all .5s; }
.categories-list .image-panel img { border-radius: 10px; width: 100%; position: relative; aspect-ratio: 4/3; object-fit: cover; }
.categories-panel.four-col-list .categories-list .image-panel img { aspect-ratio: 1/1; }
.categories-list .image-panel:before { content: ""; height: 100%; backdrop-filter: blur(7.51449px); -webkit-backdrop-filter: blur(7.51449px); border-radius: 8px; z-index: 2; display: block; position: absolute; width: 100%; transition: all .3s; opacity: 0; visibility: hidden; }
.categories-list:hover .image-panel:before { opacity: 1; visibility: visible; }
.categories-list .callus { position: absolute; right: 15px; top: 15px; z-index: 2; }
.categories-list .callus b { font-weight: normal; color: var(--white); padding: 5px 13px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .2); color: var(--white); text-decoration: none; border-radius: 4px; font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.categories-list .callus b span { min-width: 60px; text-align: left; }
.categories-list .callus b i { color: var(--white); font-size: 13px; }
.category-links-section { border-top: 1px solid #D9E2EB; margin: 0 20px 20px 20px; padding-top: 10px; }
.category-links-section a { font-size: 14px; line-height: 20px; color: #637D96; font-family: 'almoni-mlv-bold'; text-decoration: none; display: block; }
.category-links-section i { font-size: 12px; color: var(--lightgray); margin: 0 0 0 8px; }
.ltr .category-links-section i { margin: 0 8px 0 0; }
.category-links-section a:hover, .category-links-section a:hover i, .category-links-section a:hover span { color: #344E66; }
.category-links-section a span { color: #BDCCDB; }

/*--------------->
    Preacher Area
<-------------------*/
.preacher-panel { display: flex; justify-content: space-between; }
.preachers .right-section-slider { width: 75%; }
.preacher-panel .left-section { width: 25%; display: flex; justify-content: center; align-items: center; }
.topHeadingLinkNoImage { padding: 28px 25px 10px  25px; text-decoration: none; display: block; flex: 1; }
.topHeadingLinkNoImage h3, .topHeadingLinkNoImage .time { text-decoration: none; }
.preachers .listing-slider h3 { font-size: 40px; line-height: 40px; margin-top: 10px; color: #344E66; display: block; font-family: 'fb-elitism-black'; }
.preacher-panel .listing-slider .name { color: var(--primary-gray); font-size: 14px; font-family: 'almoni-mlv-aaa-bold'; }
.preacher-panel .listing-slider h5 { color: var(--primary-gray); font-size: 14px; font-family: 'almoni-mlv-aaa-bold'; }
.preacher-panel .content-panel { text-align: center; margin-bottom: 0; }
.slider-button { width: 50px; height: 50px; border-radius: 100%; background: var(--white); display: flex; justify-content: center; align-items: center; margin: 0 auto 30px; box-shadow: 0px 9px 12px rgba(131, 154, 175, 0.1); cursor: pointer; }
.slider-button i { color: #839AAF }
.ltr .slider-button i { transform: rotate(180deg); }
.slider-button:hover i { color: #253B51; }
.date-section { width: 100%; font-size: 29px; line-height: 32px; text-align: center; color: #253B51; font-family: 'almoni-mlv-bold'; }
.preachers-carousel .owl-nav { display: none; }
.preachers .links-section i {
    margin: 0px;
}

/*--------------->
    Music Player Area
<-------------------*/
.sticky-player, .enron-player { position: sticky; bottom: 0; z-index: 9; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.mobile-player { display: none; }
.openFullPlayer { cursor: pointer; }

.playing-list { width: 100%; }
.playing-list a { padding: 14px 10px 12px 18px; background: var(--white); display: block; color: #A7B1B1; text-decoration: none; }
.playing-list a:hover { color: var(--black); }
.playing-list a span { font-size: 14px; }
.playing-list i { margin-right: 5px; }

/* ------ Player Expand ------ */
.playerExpand{ background: #49657F; }
.swipeTogglePlayer{ display: none; }
.fullwidthPlayer { background: #49657F; padding: 20px 25px 15px; display: flex; justify-content: space-between; align-items: center; margin: 80px 0 0 0; min-height: 133px; }
.fullwidthPlayer .center-panel { max-width: 500px; }
.fullwidthPlayer .left-panel, .fullwidthPlayer .center-panel, .fullwidthPlayer .right-panel { flex: 1; }
.fullwidthPlayer .sound-bar-section { width: 500px; margin: 0 auto 0; }
.fullwidthPlayer .song-progress-bar.white .progress { background: var(--primary-gray); }
.fullwidthPlayer .song-progress-bar.white .progress .progress-bar { background: #BDCCDB; }
.fullwidthPlayer .song-progress-bar.white .circle-range { border-color: var(--white); background: #49657F; }
.fullwidthPlayer .sound-bar-section .progress-section { display: flex; margin-top: 10px; gap: 30px; }
.fullwidthPlayer .song-progress-bar { width: 100%; align-items: center; display: flex; align-items: center; justify-content: center; direction: var(--direction); }
.fullwidthPlayer .time-text { color: #BDCCDB; font-family: 'almoni-mlv-aaa-bold'; font-variant-numeric: tabular-nums; }
.fullwidthPlayer .time-text.right{ color:var(--primary-gray);}
.fullwidthPlayer .right-panel { display: flex; min-width: 300px; justify-content: flex-end; text-align: left; }
.fullwidthPlayer .right-panel .button > a { position: relative; color: var(--lightgray); width: 40px; height: 40px; margin: 0 10px; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 24px; }
.fullwidthPlayer .right-panel .button > a:hover { color: var(--white); }
.count-list { position: absolute; top: -5px; right: -8px; font-size: 12px; font-family: 'Inter'; font-weight: 400; border-radius: 10px; padding: 1px 4px; display: flex; align-items: center; justify-content: center; background: #22909a; color: #fff; z-index: 1; }

/* Song Deatis */
.fullwidthPlayer a { text-decoration: none; }
.song-info-section { display: flex; align-items: center; direction: var(--direction); width: 100%; gap: 24px; }
.song-info-section .song-image { width: 100%; aspect-ratio: 1/1; max-width: 94px; }
.song-info-section img { box-shadow: 0px 15px 27px rgba(4, 10, 65, 0.28), 0px 5.47525px 9.85544px rgba(4, 10, 65, 0.193195), 0px 2.65813px 4.78464px rgba(4, 10, 65, 0.155761), 0px 1.30307px 2.34552px rgba(4, 10, 65, 0.124239), 0px 0.515234px 0.927421px rgba(4, 10, 65, 0.0868052); border-radius: 5px; width: 100%; height: 100%; object-fit: cover; }
.song-info-section h3 { color: #D9E2EB; font-weight: 700; font-size: 24px; font-family: 'almoni-mlv-bold'; line-height: 80.478%; margin-bottom: 6px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.song-info-section p { color: var(--lightgray); font-weight: 600; font-size: 18px; font-family: 'almoni-mlv-aaa-bold'; }
.song-info-section .song-desc { max-width: 300px; }

/* Player Controls */
.player-controls { max-width: 164px; margin: 10px auto 20px; }
.top-controls a { color: var(--white); }
.bottom-controls a { color: #3E3E3E }
.top-controls a:hover { opacity: .5; }
.bottom-controls a:hover { opacity: .5; }
.top-controls { color: #C83333; display: flex; justify-content: space-between; align-items: center; }
.top-controls .backward, .top-controls .forward, .top-controls .repeat-icon, .top-controls .audio-on-off, .mobile-player .controls .backward a, .mobile-player .controls .forward a { font-size: 20px; transform: rotate(180deg); }
.ltr .top-controls .backward, .ltr .top-controls .forward, .ltr .top-controls .repeat-icon, .ltr .top-controls .audio-on-off, .ltr .mobile-player .controls .backward a, .ltr .mobile-player .controls .forward a { transform: rotate(0deg); }
.top-controls .play a, .top-controls .backward a, .top-controls .forward a, .mobile-player .controls .play a, .mobile-player .controls .backward a, .mobile-player .controls .forward a { display: flex; align-items: center; justify-content: center; width: 30px; aspect-ratio: 1/1; letter-spacing: 7px; }
.top-controls .play, .mobile-player .controls .play a { font-size: 36px; }
.bottom-controls { color: var(--black); display: flex; justify-content: space-between; margin-bottom: 20px; }

/* ------ Player Right panel ------ */
.player-button-bottom-section { display: flex; direction: var(--direction); }
.airPlayBtn { display: none; }

/* Volume Button */
.volume-btn {position: relative;}
.volume-up, .volume-mute { cursor: pointer; }
.active-volume .volume-updown-wrapper { opacity: 1; visibility: visible; }
.volume-updown-wrapper { position: absolute; bottom: calc(100% + 20px); z-index: 1; left: 0; width: 100%; max-width: 290px; opacity: 0; visibility: hidden; transition: all 0.3s; min-width: 290px; }
.ltr .volume-updown-wrapper { left: inherit; right: 0px; }
.volume-updown-inner { padding: 8px; display: flex; align-items: center; gap: 8px; font-size: 19px; border-radius: 11.407px; background: #FFF; box-shadow: 0 19.012px 26.617px 0 rgba(131, 154, 175, 0.14); }
.ltr .volume-updown-inner { flex-direction: row-reverse; }
.volume-updown-wrapper input { display: none; }
.volume-bar { width: 100%; height: 8px; background: #d1d1d1; border-radius: 4px; position: relative; cursor: pointer; }
.bar-fill { position: absolute; top: 0; right: 0; height: 100%; background: var(--black); border-radius: 4px; }
.ltr .bar-fill { left: 0; right: initial; }

/* playList Area */
.playListSection { position: relative; }
.playListSection .player-list { position: absolute; bottom: calc(100% + 20px); display: none; z-index: 1; left: 0; min-width: 430px; border-radius: 11.407px; background: #FFF; box-shadow: 0 19.012px 26.617px 0 rgba(131, 154, 175, 0.14); }
.ltr .playListSection .player-list { left: initial; right: 0px; }
.song-group-heading { font-size: 19px; font-family: 'almoni-mlv-aaa-bold'; color: #637D96; padding: 10px 20px 10px; text-align: right; border-bottom: 1px solid #d2dbe6; display: block; position: relative; }
.scrollbarsection { overflow-y: auto; padding: 0; height: 205px; direction: var(--direction); margin: 0 20px; padding-left: 24px; }
.ltr .scrollbarsection { padding-left: 0px; padding-right: 24px; }
.scrollbarsection::-webkit-scrollbar-thumb { background: var(--primary-gray); }
.listing-player li a:hover .play i, .listing-player li a:hover .song-desc h3, .listing-player li a:hover .song-desc p { color: #49657F; }
.listing-player li { border-bottom: 1px solid #D9E2EB; padding: 10px 0; width: 100%; position: relative; display: flex; align-items: center; gap: 9px; }
.listing-player li:last-child { border: 0; }
.listing-player .song-info-section { gap: 9px; cursor: pointer; }
.listing-player .song-info-section .song-image { max-width: 42px; }
.listing-player h3 { color: #637D96; font-size: 20px; line-height: 1; -webkit-line-clamp: 1; }
.listing-player p { color: var(--primary-gray); font-weight: 600; font-size: 15px; font-family: 'almoni-mlv-aaa-bold'; }
.listing-player h3 a { color: #637D96; }
.listing-player p a { color: var(--primary-gray); }
.listing-player .song-info-section .song-desc { max-width: initial; padding-left: 50px; width: 100%; text-align: right; position: relative; }
.listing-player .play { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.listing-player .play i { color: var(--lightgray); }
.ltr .listing-player .song-info-section .song-desc { padding-left: 0px; padding-right: 50px; text-align: left; }
.ltr .listing-player .play { left: initial; right: 0; }
.song-desc .playBtn { background: initial; border-radius: initial; padding: initial; font-family: initial; color: var(--lightgray); font-size: 24px; white-space: nowrap; cursor: pointer; display: flex; align-items: center; }
.fullwidthPlayer .song-action a { color: var(--lightgray); width: 18px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; }
.fullwidthPlayer .song-action:hover i { color: #344E66; }
.song-info-section:hover h3 a, .song-info-section:hover p a:hover { color: var(--primary-color); }
.song-info-section:hover .play { color: #344E66; }
.song-info-section:hover .play i { color: #344E66; }
.song-info-section .song-action a:hover > i { color: #344E66; }
.fullwidthPlayer .song-action { margin: 0; }

/*--------------->
    Footer Area
<-------------------*/
.footer { background: var(--primary-color); color: var(--white); padding: 80px 0; margin-top: -2px; z-index: 2; }
.footer > .container{max-width: 1800px; margin: 0 auto; padding: 0 40px;}
.footer-content { display: flex; direction: ltr; align-items: center; justify-content: space-between; }
.footer .left-panel { max-width: 470px; }
.footer .right-panel { display: flex; align-items: center; }
.footer .website-made { padding: 10px 0; margin: 0; }
.footer .website-made { text-transform: uppercase; font-size: 11px; align-items: center; }
.footer .website-made a {
    font-family: Inter;
    font-weight: 400;
    font-size: 10.88px;
    line-height: 100%;
    letter-spacing: 19%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer .developmentBy img {
    width: 100%;
    max-width: 115px;
}
.footer .website-made span { display: inline-block; color: #C2CAE9; }
.footer .developmentBy { margin: 0 20px 20px 0; }
.footer p { color: var(--white); font-size: 14px; line-height: 18px; }
.aboutinfo { color: var(--white); background: var(--primary-color); padding: 0 40px; margin: 0; border-radius: 16px; text-align: center; display: block; max-width: 443px; }
.aboutinfo .internal-text { max-width: 720px; margin: 0 auto; text-align: center; }
.aboutinfo h2 {
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    font-family: ploni;
    margin-bottom: 14px;
}
.aboutinfo h2 span { color: #229EF8; }
.aboutinfo h3 {
    color: var(--secondary-color);
    font-family: 'ploni';
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 10px;
}
.aboutinfo h3 span { color: #229EF8; }
.aboutinfo p {
    font-family: 'ploni';
    font-weight: 400;
    font-size: 10.88px;
    line-height: 18px;
    letter-spacing: 5.5%;
    text-transform: uppercase;
}
.aboutinfo p:not(:last-child) {
    margin-bottom: 5px;
}
.aboutinfo p span {
    color: #22909A;
    font-family: 'ploni';
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 2px;
}
.aboutinfo .bottom-text p:not(:last-child) {
    margin-bottom: initial;
}
.footer-logo a {
    max-width: 182px;
}
.footer-logo a img {
    width: 100%;
    max-width: 182px;
}

/*--------------->
    All Track 
<-------------------*/
.row-col {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}
.row-col .news {
    flex: 1;
}
.filter {
    border-radius: 15px;
    margin: 0 0 0 0;
    background: var(--white);
    width: 100%;
    position: relative;
    width: 308px;
    /* left: 0;
    top: 0;
    z-index: 99; */
    display: none;
    direction: var(--direction);
    margin-top: -74px;
}
.filter .filter-title { background: rgba(225, 252, 255, 1); padding: 19px 33px; display: flex; justify-content: space-between; border-top-left-radius: 15px; border-top-right-radius: 15px; align-items: center; }

/*.filter.bgNone .filter-title{background: none;}
.filter.bgNone {background: none;}*/
.filter.bgNone { width: 309px; height: auto; background: var(--white); }
.filter-accordian-main-section { padding: 13px; padding-bottom: 1px; }
.filter .filter-title h4 { font-size: 24px; font-family: 'almoni-mlv-aaa-bold'; color: rgba(34, 144, 154, 1); }
.filter.bgNone h4 { display: block; }
.filter .filter-title .filter-toggle i { color: rgba(34, 144, 154, 1); font-size: 24px; }
.accordian-list { background: var(--white); border-radius: 15px; padding: 0 20px 15px 20px; margin: 0 0 15px 0; border: 1px solid #BDCCDB; }
.accordian-list.expand { background: rgba(240, 244, 248, 1); }
.accordian-content { display: none; margin: 10px 0 0; }
.accordian-list .list-title { display: flex; justify-content: space-between; align-items: center; padding: 15px 0 0; cursor: pointer; }
.accordian-list .list-title i { color: #637D96; font-size: 14px; transition: all .5s ease; }
/* .accordian-list .list-title i { transform: rotate(-180deg) } */
.accordian-list.expand .list-title i { transform: rotate(-180deg) }
.accordian-list .list-title h5 { color: #637D96; font-family: 'almoni-mlv-aaa-bold'; font-size: 20px; }
.grid-list-view { padding: 10px; background: var(--white); padding: 10px; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.grid-list-view .btn { padding: 8px 10px; background: var(--white); display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 19px; color: #637D96; text-decoration: none; font-family: 'almoni-regular'; }
.grid-list-view .btn i { font-size: 15px; color: #637D96; }
.grid-list-view .btn.active { background: #637D96; color: var(--white); ; }
.grid-list-view .btn.active i { color: var(--white); }
.sub-accordian { margin-top: 10px; }
.sub-accordian .sub-accordian-title { display: flex; justify-content: space-between; background: #637D96; border-radius: 10px; padding: 8px 11px; align-items: center; text-decoration: none; cursor: pointer; }
.sub-accordian h5 { color: #D9E2EB; font-family: 'almoni-mlv-aaa-bold'; font-size: 20px; }
.sub-accordian i { color: #D9E2EB; font-size: 14px; }
.sub-accordian h5 i { margin: 0 0 0 10px; }
.ltr .sub-accordian h5 i { margin: 0 10px 0 0; }

/*........radio button css start.................*/
.checkbox-section [type="checkbox"]:checked, .checkbox-section [type="checkbox"]:not(:checked) { position: absolute; left: -9999px; visibility: hidden; }
.checkbox-section [type="checkbox"]:checked + label, .checkbox-section [type="checkbox"]:not(:checked) + label { position: relative; padding-left: 16px; cursor: pointer; line-height: 18px; display: inline-block; color: #666; font-family: 'Roboto', sans-serif; font-weight: 500; }
.checkbox-section [type="checkbox"]:checked + label:before, .checkbox-section [type="checkbox"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 16px; height: 16px; border: 2px solid rgba(31, 42, 79, .4); border-radius: 3px; background: var(--white); }
.checkbox-section [type="checkbox"]:checked + label:after, .checkbox-section [type="checkbox"]:not(:checked) + label:after { content: "\f00c"; width: 16px; height: 16px; position: absolute; top: 4px; left: 1px; border-radius: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; font-family: 'Font Awesome 6 Pro'; color: #637D96; font-size: 11px; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.checkbox-section [type="checkbox"]:not(:checked) + label:after { opacity: 0; }
.checkbox-section [type="checkbox"]:checked + label:after { opacity: 1; }

/*........radio button css end.................*/
.data-list-section {
    margin: 10px 0 0;
    overflow-y: auto;
    max-height: 250px;
    overflow-x: hidden;
    padding-left: 6px;
}
.data-list-section .date-list { display: flex; justify-content: space-between; align-items: center; border-radius: 8px; margin: 0 0 6px 0; }
.checkbox-section { position: relative; overflow: hidden; width: 100%; }
.data-list-section .year { display: flex; width: 100%; }
.data-list-section .date-list .year_text { padding: 0 30px 0 0; }
.ltr .data-list-section .date-list .year_text { padding: 0 0 0 30px; }
.data-list-section .two-col { display: flex; justify-content: space-between; width: 100%; }
.checkbox-section.datechekbox [type="checkbox"]:checked + label, .checkbox-section.datechekbox [type="checkbox"]:not(:checked) + label { width: 100%; padding: 8px 12px; background: var(--white); border-radius: 10px; color: #637D96; }
.checkbox-section.datechekbox [type="checkbox"]:checked + label { background: #637D96; color: #D9E2EB; }
.checkbox-section.datechekbox [type="checkbox"]:checked + label { width: 100%; }
.checkbox-section.datechekbox [type="checkbox"]:checked + label:before, .checkbox-section.datechekbox [type="checkbox"]:not(:checked) + label:before { right: 10px; top: 8px; border: 1px solid #637D96; }
.ltr .checkbox-section.datechekbox [type="checkbox"]:checked + label:before, .ltr .checkbox-section.datechekbox [type="checkbox"]:not(:checked) + label:before { right: initial; left: 10px; }
.checkbox-section.datechekbox [type="checkbox"]:checked + label:after, .checkbox-section.datechekbox [type="checkbox"]:not(:checked) + label:after { right: 10px; top: 8px; }

/* Filter Area */
.filter-main-wrapper {
    position: relative;
    left: 40px;
    transition: all 0.3s;
    width: 0;
    z-index: 8;
    top: -162px;
    direction: ltr;
}
.filter-main {
    position: sticky;
    top: 40px;
}
.ltr .filter-main-wrapper {
    left: initial;
    right: 40px;
    direction: rtl;
}

.filter-btn { width: 96px; height: auto; background: #E1FCFF; border-radius: 15px; display: flex; justify-content: center; align-items: center; padding: 25px 0; position: relative; z-index: 999;cursor: pointer; }
.filter-btn a { transition: all .5s ease; }
.filter-main.bgNone .filter-btn a { transform: rotate(-180deg) }
.filter-main.bgNone .filter-btn { background: transparent; }
.filter-toggle { display: none; }
/* .filter-main { position: absolute; left: 40px; } */
.fixed-filter .filter-main {
    /* top: 86px;
    position: fixed;
    z-index: 1; */
}
/* .ltr .filter-main { right: 40px; left: initial; } */
.ltr .filter { right: 0; left: initial; }
.filter-btn i { font-size: 24px; color: var(--secondary-color); }
.ltr .filter-btn i { transform: rotate(180deg); }
.breadcrum-nav { display: flex; align-items: center; margin: 20px 0 0 0; gap: 20px; }
.breadcrum-nav li { color: var(--white); font-size: 20px; font-family: 'almoni-regular'; display: flex; align-items: center; gap: 10px; }
.category-id {
    border-radius: 3.441px;
    border: 0.86px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(7.311217784881592px);
    padding: 5px 10px;
    justify-content: center;
    gap: 7px;
    color: #FFF;
    font-family: 'almoni-medium';
    font-size: 17.537px;
    line-height: 120.978%;
}
.breadcrum-nav li i { color: rgba(255, 255, 255, .7); font-size: 14px; }
.all-track-listing-section { padding: 20px 40px; background: var(--white); border-radius: 12px; margin: 40px 0 0 0; }
.all-track-list { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid #ccc; }
.grid-view .all-track-list{border-bottom: 0;}
.all-track-list:last-child { border-bottom: 0; }
.all-track-list .heading { font-size: 22px; font-family: 'almoni-mlv-bold'; color: #253B51; min-width: 150px; line-height: 23px; min-width: 190px; width: 100%; flex: 1; }
.all-track-listing-section .candle-section { background: var(--secondary-white); border: 1px solid #D9E2EB; padding: 5px 10px; border-radius: 8px; color: #637D96; font-size: 11px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; display: block; font-family: 'almoni-mlv-aaa-bold'; width: 100%; }
.all-track-list .deleteBtn { font-size: 14px; font-family: 'almoni-mlv-aaa-bold'; color: #637D96; }
.all-track-list .deleteBtn i { font-size: 11px; color: var(--lightgray); }
.all-track-list .newsBtn { font-size: 14px; font-family: 'almoni-mlv-aaa-bold'; color: #637D96; }
.all-track-list .newsBtn i { font-size: 11px; color: #637D96; }
.all-track-list .date-title { font-size: 13px; font-family: 'almoni-mlv-aaa-bold'; color: #637D96; flex: 1; }
.all-track-list .text-btns { display: flex; margin: 10px 0; gap: 20px; flex: 1; }
.all-track-list .text-btns > div { flex: 1; }
/* .all-track-list .text-btns > div { margin: 0 0 0 20px; } */
.playing-info-section { display: flex; align-items: center; }
.playing-info-section .share { margin: 0 15px 0 0; color: #37B0BB; font-size: 20px; font-family: 'almoni-regular'; }
.playing-info-section .share i { color: var(--softgreen); font-size: 14px; margin: 0 10px 0 10px; }
.text-btns a i { margin-left: 5px; }
.ltr .text-btns a i { margin-left: 0px; margin-right: 5px; }
.all-track-listing-section .candle-section i { color: var(--lightgray); font-size: 12px; margin: 0 0 0 10px; }
.ltr .all-track-listing-section .candle-section i { margin: 0 10px 0 0; }
.all-track-list a { cursor: initial; text-decoration: none; color: #637D96; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; }
.all-track-list-inner { display: flex; flex: 1; align-items: center; gap: 20px; }
.heading-area { display: flex; align-items: center; gap: 20px; max-width: 382px; width: 100%; }
.banner-breadcrum .container { position: relative; padding: 40px 0; }
.banner-breadcrum.all-track .container { position: static; }

.openFullPlayer { cursor: pointer; }

/* All Track Grid View */
.all-track-listing-section.grid-view { display: grid; grid-column-gap: 22px; grid-row-gap: 26px; grid-template-columns: repeat(auto-fill, minmax(273px, 1fr)); background: none; padding: 0; }
.all-track-listing-section.grid-view .all-track-list {
    flex-wrap: wrap;
    border-radius: 12px;
    background: var(--white);
    padding: 28px 0 0 0;
    box-shadow: 0px 19.0123px 26.6172px rgb(131 154 175 / 14%);
    align-items: stretch;
    transition: all .5s ease;
    flex-direction: column;
    overflow: hidden;
    outline: 2px solid transparent;
    outline-offset: -2px;
}
.all-track-listing-section.grid-view .all-track-list-inner { flex-direction: column; padding: 0px 25px; gap: initial; }
.all-track-listing-section.grid-view .date-title { flex: initial; }
.all-track-listing-section.grid-view .order_1 { order: 1; width: 100%; padding-bottom: 7px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.all-track-listing-section.grid-view .order_2 { order: 2; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.all-track-listing-section.grid-view .order_3 { order: 4; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; padding-top: 5px; }
.all-track-listing-section.grid-view .order_4 { order: 5; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.all-track-listing-section.grid-view .all-track-list .heading { min-width: inherit; border-bottom: 1px solid #D9E2EB; flex: 1; min-height: 46px; max-width: initial; }
.all-track-listing-section.grid-view .all-track-list .heading-area:has(.candle-section) .heading { border-bottom: 1px solid transparent; }
.all-track-listing-section.grid-view .all-track-list:hover{transform: translateY(-3%)}
.all-track-listing-section.grid-view .all-track-list .text-btns > div { flex: initial; }
.all-track-listing-section.grid-view .playing-info-section {
    display: flex;
    justify-content: space-between;
    background: #E1FCFF;
    padding: 18px 25px;
    align-items: center;
    white-space: nowrap;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin: 10px 0 0 0;
    border-top: 2px solid transparent;
    gap: 10px;
}
.playing-info-section .queue-btn {
    margin-right: auto !important;
}
.ltr .playing-info-section .queue-btn {
    margin-right: initial !important;
    margin-left: auto !important;
}
.all-track-listing-section.grid-view .all-track-list .text-btns { flex-direction: column; gap: initial; justify-content: flex-end; flex: initial; }
.all-track-listing-section.grid-view .heading-area { flex-direction: column; align-items: stretch; gap: initial; flex: 1; }
.all-track-listing-section.grid-view .candle-section { background: var(--secondary-white); border: 1px solid #D9E2EB; padding: 14px 10px; order: 3; margin: 16px 0 0; border-radius: 8px; color: #637D96; font-size: 11px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; display: block; font-family: 'almoni-mlv-aaa-bold'; flex: 1; }
.all-track-listing-section.grid-view .all-track-list.candle  .heading  a { -webkit-line-clamp: 2; }

.popup-header-info{background:rgba(225, 252, 255, 1); border-top-left-radius: 8px; border-top-right-radius: 8px; padding:10px 25px; display: flex; justify-content: space-between; align-items: center;}
.popup-header-info h2{font-size:15px; color: #0C4E53; font-family: 'almoni-bold';}
.popup-header-info p{font-size:13px; color: #42BDC7; font-family: 'almoni-regular';}
.share-info-section{display: flex; justify-content: space-between; background: var(--secondary-white); border-radius: 8px; padding: 5px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; align-items: center;  border:0; direction: rtl;}
.share-info-section .shareInputbox { height: 25px; font-size: 12px; color: var(--lightgray); border: 0; outline: none; background: none; margin: 0 10px 0 0; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; direction: ltr; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; }
.copyshareLink a i{font-size:13px; color:var(--white);}
.copyshareLink a { width: 25px; display: flex; justify-content: center; height: 25px; align-items: center; color: var(--white); position: relative; }
.share-form{padding: 25px 25px;}
.copyshareLink {background: #637D96; height:100%; border-radius: 5px;}
.copyshareLink i { display: flex; align-items: center; justify-content: center; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.copyshareLink a.copied .copy { opacity: 0; transform: scale(0.25); }
.check-ico { opacity: 0; transform: scale(0.25); }
.copyshareLink a.copied .check-ico { opacity: 1; transform: scale(1); }
.delayedPopup { position: fixed; padding: 0; width: 100%; max-width: 450px; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); background-color: var(--white); z-index: 999999; border-radius: 10px; box-shadow: 0 0 10px rgb(0 0 0 / 15%); opacity: 0; /* transition: all 0.5s ease;*/ visibility: hidden; }
.delayedPopup.activeFade{ opacity: 1; transition: all 0.5s ease; transform: translate(-50%, -50%) scale(1); visibility: visible; }
.delayedPopup.small{max-width: 260px;}
.delayedPopup .btn { background: rgba(34, 144, 154, 1); color: var(--white); border: none; font-size: 19px; border-radius: 8px; cursor: pointer; padding: 10px 10px; margin-top: 6px; text-decoration: none; font-family: 'almoni-mlv-aaa-bold'; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.delayedPopup .btn:hover { background: rgba(34, 144, 154, .8); }
.backgroundOverlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; margin: 0; padding: 0; background: rgba(0,0,0,.7); z-index: 99999; display: none; }
.delayedPopup .button-panel { display: flex; margin-top:10px; justify-content: center; }
#btnClose { color: #70D5DF; font-size: 20px; opacity: 1; }
#btnClose:hover{opacity: .8;}

/* Designing for scroll-bar */
::-webkit-scrollbar { width: 3px; }

/* Track */
::-webkit-scrollbar-track { background: #F5F5F5; border-radius: 20px; }

/* Handle */ /* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: var(--primary-gray); }
::-webkit-scrollbar-thumb { background: black; background-clip: padding-box; }

/* .all-track-listing-section .all-track-list.candle .heading a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 150px; display: block; }
.all-track-listing-section.grid-view .all-track-list.candle .heading a { text-overflow:inherit; white-space:normal; overflow: inherit; width: auto; display:block; } */

.tracks-pagination { margin: 40px 0 20px; }
.tracks-pagination .news_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    color: #22909a;
    gap: 10px;
    margin: 0;
}
.tracks-pagination .page-item {
    padding: 4px 0;
    border: 1px solid #22909a;
    border-radius: 10px;
    min-width: 32px;
    height: 32px;
    text-align: center;
    transition: all 0.2s ease-out;
}
.tracks-pagination .page-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #22909a;
    text-decoration: none;
}
.tracks-pagination .page-item:hover, .tracks-pagination li.page-item.active {
    background: #22909a;
    color: var(--lightgreen);
}
.tracks-pagination .page-item:hover a, .tracks-pagination li.page-item.active a { color: var(--lightgreen); }

/*--------------->
    Contact Page
<-------------------*/
.contact-wrapper {
    padding: 100px 0px;
}
.contact-wrapper h2 {
    font-size: 30px;
    font-family: 'almoni-medium';
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.form-group-block {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
    flex: 1;
}
.form-group label {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #000;
}
.form-control {
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Roboto';
    outline: initial;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-weight: 400;
    background: #fff;
}

.form-wrapper .playBtn {
    padding: 8px 15px;
}
.form-control.error {
    border-color: #ff0000;
}
label.error {
    display: none !important;
}
.alert-success {
    font-size: 16px;
    font-family: 'Roboto';
    margin-bottom: 20px;
    color: #016211;
}


