@charset "utf-8";
/*
Theme Name:artajoje
Theme URI: http://dibapc.com
Version: 2.4
Description: dibapc.com
Author:amir.sheikhzadeh@gmail.com
Author URI: http://dibapc.com
*/
/* css rest   */
:root {
    --text-color: rgba(4, 10, 31, 0.87);
    --theam-color: #022857;
    --theam-secend-color: #de2400;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    direction: rtl;
    font-size: 14px;
}

*{
    box-sizing:border-box;
    font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    width: 100%;
}
nav ul {
    list-style: none;
    margin: 0px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 8px 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/****font***/
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/IRANSansXFaNum-Medium.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('../fonts/IRANSansXFaNum-Medium.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: swap;
}

* {
    font-family: BYekan;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
}


body{
    font-family:BYekan;
    direction: rtl;
}

header{
    width:100%;
    float: right;
    position: relative;
    z-index: 9999;
}
section{
    width:100%;
    float: right;
}
img{
    max-width:100%;
}
header .header{
    width:100%;
    float:right;
    padding: 15px;
    position: relative;
    border: 1px solid #BFBFBF;
    border-radius: 20px;
    margin: 20px 0px 0px 0px;
}
.header.sticky {
    position: fixed;
    top: 0;
    right: 0px;
}
header .header .row .logobox{
    padding:0px;/* position: relative; */
    width: 20%;
    float: left;
}
header .header .navbox{
    width: 100%;
    float: right;
    margin-top: 25px;
    height: auto;
    position: static;
}
header .header .row  .col-9{
    padding-top: 18px;
}
header .header .dropdown-toggle{
    padding: 6px 10px;
    background: var(--theam-color);
    /* border: 2px solid #ec1b25; */
    color: #fff;
    font-size: 14px;
    width: 100%;
}
header .header .selectloc{
    position: relative;
    left: 0px;
    float: right;
}
header .header .btn-group{
    float: right;
    width: 100%;
}
header .header .btn-group .dropdown{
    width: 100%;
}
header .banner{
    margin: 20px 0px;
    position: relative;
    z-index: 0;
}
header .banner a{
    float: right;
    width: 100%;
}
header .banner a img{
    float: right;
    border: 1px solid #ccc;
    border-radius: 15px;
}
header .banner-swiper-mobile{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
header .banner-swiper-mobile .swiper-slide a{
    display: block;
    margin-bottom: 0;
}
header .banner-swiper-mobile .swiper-pagination{
    display: none;
}

.track-card{
    border: 0px;
    background: url();
    color: #fff;
    box-shadow: 0px 3px 3px #ccc;
}
.track-stats{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    background: #cccccc66;
    border-radius: 10px;
    padding: 2px 0px;
}
.single-track .track-title{
    width: 100%;
    background: var(--theam-color);
    padding: 40px 0px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.single-track .track-img{
}
.single-track .track-img img{
    width: 90%;
    display: block;
    /* border-radius: 50% !important; */
    object-fit: cover;
    margin: 20px auto;
    background: var(--theam-color);
}
img.card-img-top {
    background: var(--theam-color);
}
.single-track .single-track-text{
    height: 925px;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #000000;
}
.single-track .single-track-text::-webkit-scrollbar {
    width: 7px;
}
.single-track .single-track-text::-webkit-scrollbar-thumb {
    background: #e91e63;
    border-radius: 10px;
}
.single-track .single-track-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.single-track .single-track-text h2{
}
.single-track .single-track-text p{
    line-height: 3;
    font-size: 14px;
    text-align: center;
}
.single-track .hmax{
    max-height: min-content;
    /* position: relative; */
}
.single-track .track-stats{
    position: relative;
    width: 98%;
    bottom: 15px;
}
.single-track  .card-body{
    position: relative;
}
.single-track .track-info{
    position: relative;
}
.single-track .track-info .card-title{
    font-size: 19px;
}
.search-container{
    float: right;
    padding: 0 10px !important;
    position: relative;
    width: 100%;
}
.search-container select{
    width: 40%;
    float: right;
    padding: .375rem .5rem .375rem 2.25rem;
    font-size: 14px;
    height: 40px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid var(--theam-color);
    border-left: 0px;
}
.search-container input{
    border: 1px solid var(--theam-color);
    border-radius: 10px 0px 0px 10px;
    padding: 6px;
    font-size: 14px;
    width: 60%;
    color: #000;
    font-family: 'BYekan';
    float: right;
    height: 40px;
}

.search-container button{
    border: 0px;
    background: var(--theam-color);
    padding: 5px;
    border-radius: 10px 0px 0px 10px;
    float: right;
    border: 1px solid var(--theam-color);
    position: absolute;
    left: 2px;
    width: 40px;
    /* top: -16px; */
    height: 40px;
    width: 30px;
}
header .header .selectloc select{
    width: 172px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'BYekan';
}
header .logobox{
    width: 100%;
    float: right;
    margin-bottom: 15px;
}
header .logo{
    float: right;
    width: 100%;
}
header .shoar{
    float: left;
    width: auto;
    margin-top: 12px;
}

header .logo img{
    margin: 0 auto;
    width: auto;
    max-height: 110px;
    display: block;
    background: var(--theam-color);
    /* filter: invert(1); */
}
header .sidebarmeno{
    float:left;
    border:0px;
    background:none;
    padding: 7px 0px;
    margin-top: 20px;
}
header .sidebarmeno img{
    width:30px;
}
header .header .dropdown .dropdown-menu{
    top: 20px !important;
}
.banner{
}
.banner img{
    background: var(--theam-color);
    border-radius: 15px;
    float: right;
}
.slider{
    width:100%;
    position: relative;
    top: -1px;
    height: auto;
    float: right;
}
.slider-info{
    position:absolute;
    width: 50%;
    padding: 30px;
    color: #fff;
    line-height: 3;
    bottom: 20%;
}
.slider-swiper{
    width:100%;/* max-height: 450px; */
    overflow: hidden;
}

.swiper-slide .swiper-no-swiping,
.swiper-slide button,
.swiper-slide .btn {
    touch-action: manipulation;
}

.swiper-slide a {
    touch-action: manipulation;
}

.swiper-slide a.swiper-no-swiping {
    cursor: pointer;
}

.featured-track-swiper,
.uni-swiper,
.last-swiper,
.slider-swiper,
.artist-gallery-swiper {
    position: relative;
    padding-inline: 2.5rem;
}

.swiper-button-next,
.swiper-button-prev,
.theme-swiper-nav {
    z-index: 30;
    pointer-events: auto;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.95);
    color: var(--theam-color);
    border: 2px solid var(--theam-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus {
    background: var(--theam-color);
    color: #fff;
}

.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.featured-track-swiper .swiper-pagination,
.uni-swiper .swiper-pagination,
.last-swiper .swiper-pagination,
.slider-swiper .swiper-pagination {
    display: none !important;
}

.swiper-pagination-bullet {
    background: var(--theam-color);
    opacity: 0.35;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.featured .swiper-button-next,
.featured .swiper-button-prev {
    background: #fff;
    color: var(--theam-color);
    border-color: #fff;
}
.featured .swiper-button-next:hover,
.featured .swiper-button-prev:hover {
    background: var(--theam-txt-color);
    color: var(--theam-color);
    border-color: var(--theam-txt-color);
}

@media (max-width: 767.98px) {
    .featured-track-swiper,
    .uni-swiper,
    .last-swiper,
    .slider-swiper,
    .artist-gallery-swiper {
        padding-inline: 2rem;
    }
    
    .swiper-button-next,
    .swiper-button-prev,
    .theme-swiper-nav {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 10px !important;
    }

    .swiper-slide .track-actions .btn,
    .artist-tracks-section .track-actions .btn {
        width: 34px;
        height: 34px;
        min-width: 34px;
        padding: 0;
        border-radius: 50% !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .swiper-slide .track-actions .btn span,
    .artist-tracks-section .track-actions .btn span {
        display: none;
    }

    .swiper-slide .track-actions .btn i,
    .artist-tracks-section .track-actions .btn i {
        font-size: 0.85rem;
        margin: 0 !important;
        line-height: 1;
    }

    .swiper-slide .track-actions,
    .artist-tracks-section .track-actions {
        justify-content: center;
        gap: 0.5rem;
    }

    .swiper-slide .track-actions .action-buttons,
    .artist-tracks-section .track-actions .action-buttons {
        flex: 0 0 auto;
        justify-content: center;
    }
}

.slider img{
    width:100%;
}
.slider .swiper-container{
    padding: 0px;
}
.collapse-toggle {
    display: none;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: var(--theam-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapse-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.05);
}

.collapse-toggle.collapsed {
    /* transform: translateY(-50%) rotate(45deg); */
}
.artist-gallery-box{
    padding: 10px;
    border: 1px solid var(--theam-txt-color);
    border-radius: 5px;
}

.artist-gallery-box .swiper-slide{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.artist-gallery-box .swiper-slide img{
    border-radius:5px;
    float: right;
}
.artist-gallery-box .swiper-button-next,
.artist-gallery-box .swiper-button-prev {
    color: var(--theam-color);
    border-color: var(--theam-color);
}
.artist-popular{
    padding: 25px;
    background: var(--theam-color);
    border-radius: 10px;
}
.gallery-page{}
.gallery-page .gallery-item a{}
.gallery-page .gallery-item img{
    float: right;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.artist-popular .track-card{
    background: #fff;
    border: 1px solid #ffff;
}

@media (max-width: 767.98px) {
    .artist-page.container {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .artist-popular {
        padding: 1rem 0.75rem;
        border-radius: 8px;
    }

    .artist-popular h2,
    .artist-tracks-section h2 {
        font-size: 1.15rem;
        line-height: 1.5;
    }

    .artist-tracks-section > .row,
    .artist-tracks-section .row.g-3,
    .artist-tracks-section .row.g-md-4 {
        --bs-gutter-y: 0.75rem;
        --bs-gutter-x: 0.75rem;
        margin-bottom: 0;
    }

    .artist-tracks-section .track-card {
        margin-bottom: 0;
    }

    .artist-tracks-section .track-card .card-body {
        padding: 0.75rem 0.875rem 0.875rem;
    }

    .artist-tracks-section .track-card .card-title {
        margin-bottom: 0.5rem !important;
        font-size: 0.95rem;
    }

    .artist-tracks-section .track-meta {
        margin-bottom: 0.625rem !important;
    }

    .artist-tracks-section .track-actions {
        flex-wrap: nowrap;
        gap: 0.375rem;
        align-items: center;
        justify-content: space-between;
    }

    .artist-tracks-section .track-actions .action-buttons {
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-start;
        display: flex;
        flex-wrap: nowrap;
        gap: 0.375rem;
    }

    .artist-tracks-section .track-actions .download-action {
        width: auto;
        flex-shrink: 0;
    }

    .artist-tracks-section .track-actions .btn {
        padding: 0.35rem 0.65rem;
        font-size: 0.8rem;
    }

    .artist-page-mood-filters {
        width: 100%;
    }

    .artist-page-mood-filters .btn-sm {
        padding: 0.25rem 0.6rem;
        font-size: 0.8rem;
    }
}

.artists-container {
    transition: all 0.4s ease;
    overflow: hidden;
    max-height: 0px;
}
/* Animation for smooth transitions */
.artists-container:not(.collapsed) {
    max-height: none;
    padding: 0;
}

.artistList{
    width: 100%;
    float: right;
    margin: 10px 0 20px 0px;
    border: 1px solid #bfbfbf;
    border-radius: 15px;
    padding: 15px;
}
.artistList .title{
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--theam-color);
    position: relative;
}
.artistList ul{
    width: 100%;
    list-style: none;
}
.artistList ul li{
    width: 50%;
    float: right;
    margin-bottom: 10px;
}
.artistList ul li a{
    color: #858585;
}


/* کلاس‌های JavaScript */
#artistsContainer.collapsed {
    display: none !important;
}

.featured{
    background-color: var(--theam-color);
    border-radius: 15px;
}
.featured .track-stats{
    border: 1px solid #fff;
    background: unset;
}
.featured .btn-playlist{
    background: unset;
    border: 0px;
}
.btn-playlist{
    background: unset;
    border: 0px;
}
.featured .btn-playlist i{
    color: #fff;
}
.btn-playlist i{
}
.featured .track-card{
    box-shadow: unset;
    background:#ffffff;
}


.artist-bio{
    text-align: justify;
    line-height: 2;
}
.artist-bio p {
}
.artist-bio ul{
    list-style-position: inside;
}
.artist-bio ul li{
}
.artist-bio ol {
    list-style-position: inside;
}
.artist-bio ol li{
}

.artist-bio h2{
    font-size: 17px;
    margin: 20px 0px 10px 0px;
}
.artist-bio h3{
    font-size: 17px;
    margin: 20px 0px 10px 0px;
}
.artist-bio h2:before{
    content:"";
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    background: #259d1e;
    margin-left: 10px;
    margin-top: 3px;
}
.artist-bio h3:before{
    content:"";
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    background: var(--theam-color);
    margin-left: 10px;
    margin-top: 3px;
}

/*******************
*
*about
*
*******************/
.about{
    background: url(../images/bg.svg);
    background-position: 0px;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-attachment: fixed;
}
.about .about-logo{
}
.about .about-logo img{
    width: 100%;
}
.about .about-titr{
    width: 100%;
    float: right;
    margin-bottom: 30px;
    border-bottom: 2px solid #ec1b25;
}
.about .about-text{
}
.about .about-titr h1{
    font-size: 24px;
    line-height: 3;
}
.about .about-text p{
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}

@media (max-width: 480px) {
    .about .about-logo{
        padding: 0px 20%;
    }
}


.last_business{
    width:100%;
}
.last_ads{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.last_ads .swiper-container{
    padding: 0px;
}
.last_ads .last_ads_box{
    width: 24%;
}
.last_ads_box{

    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.last_ads_box a{
    color: #333333;
    width: 100%;
    float: right;
}
.last_ads_box .img_box{
    width: 100%;
    position:relative;
    height: 300px;
    overflow: hidden;
}
.last_ads_box .img_box img{
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 350px;
    max-height: 350px;
}
.last_ads_box .title {
    width: 100%;
    padding: 0 10px;
    position: relative;
    /* bottom: 35px; */
}
.last_ads_box h2{
    background: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    font-size: 12px;
}
.last_ads_box h3{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    font-size: 12px;
}
.last_ads_box .address{
    line-height: 2;
    padding: 0px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: right;
    width: 100%;
    float: right;
}
.last_ads_box .address img{
    float:right;
}
.last_ads_box .address img.premium{
    float: left;
    width: 28px;
}
.last_ads_box .address .more{
    float: left;
}
.last_ads_box .address .more img{
    float: LEFT;
    width: 30px;
}
.last_ads_box .discount{
    position:absolute;
    left: 10px;
    top: 10px;
    background: #0073ab;
    color:#fff;
    padding: 10px;
    border-radius: 5px;
}


.navbar {
    padding: 5px 10px;
    background: var(--theam-secend-color);
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.navbar ul li.active>a,
a[aria-expanded="true"] {
    color: #000000;
    background: unset !important;

}

.navbar  a.nav-link.active{
    color:#a4ffec;
}
.navbar  a.nav-link{
    color:#fff;
}
.navbar  a.menu-item{
    color:#fff;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.notifications{
    color: #67778F !important;
    font-size: 14px;
}
.notifications .dropdown-toggle::after{
    display: none;
}
.notifications .dropdown-toggle svg{
    fill: #fff !important;
}
.notifications .dropdown-menu {
    min-width: 22rem;
    overflow: hidden;
}
.notifications .dropdown-menu svg {
    fill: #67778F !important;
}
.notifications .dropdown-menu svg:hover {
    fill: #5a8dee !important;
}
.notifications .dropdown-menu h6{
    font-size: 1rem;
}
.notifications .badge-notifications {
    top: 0.5rem;
    padding: 0.2rem 0.4rem;
}
[dir=rtl] .badge.badge-notifications {
    transform: translate(50%, -30%);
}

.badge.badge-notifications {
    position: absolute;
    top: auto;
    display: inline-block;
    margin: 0;
    transform: translate(-50%, -30%);
}
.notifications .dropdown-menu .text-muted {
    --bs-text-opacity: 1;
    color: #a8b1bb !important;
}
.notifications .dropdown-menu small, .small {
    font-size: 85%;
}
.notifications .dropdown-menu p{
    font-size: 0.8rem;
}
.notifications .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {

    padding: 1rem;
    cursor: pointer;
}
.notifications .dropdown-notifications-actions {
    text-align: center;
}
.notifications .dropdown-notifications-list .dropdown-notifications-item:not(.marked-as-read) .dropdown-notifications-archive {
    visibility: hidden;
}
.notifications .dropdown-notifications-list .dropdown-notifications-item:hover:not(.marked-as-read) .dropdown-notifications-archive {
    visibility: visible;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.education{
}
.education .education-box{
    padding: 50px;
    background: var(--theam-color);
    border-radius: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.education .education-info{
}
.education .education-info h2{
    line-height: 3;
    font-size: 21px;
    margin-bottom: 20px;
}
.education .education-info p{
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}
.education .education-info .more{
    width: 100%;
    float: right;
    margin-top: 20px;
    display: flex;
    justify-content: left;
    gap: 20px;
}
.education .education-info .more a{
    padding: 5px 20px;
}
.education .education-info .btn-danger{
    background: no-repeat;
}
.education .education-info .btn-success{
    background: #38b449;
}
.education .education-cover{
    background: #fff;
    border-radius: 15px;
}
.education .education-cover video{
    width: 100%;
    border-radius: 23px;
    border: 1px solid #dc3546;
}

.education .education-list{
    margin-bottom: 50px;
    padding: 0px 15px;
}
.education .education-title{
    float: right;
    width: 100%;
    border-bottom: 2px solid var(--theam-color);

    margin-bottom: 30px;
}
.education .education-title h3{
    line-height: 3;
    font-size: 19px;
}
.education .education-list .edu-box{
}
.education .education-list .edu-box .img-box{
    border:1px solid #ccc;
    float:right;
    width:100%;
    border-radius:15px;
    text-align:center;
    background: #fff;
    position:relative;
}

.education .education-list .edu-box .img-box img{
    border-radius: 15px;
    height: 330px;
    max-width:100%;
    width: auto;
    float: right;
    margin: 0 auto;
    display: block;
}
.education .education-list .edu-box a{
    color:#002957;
    width:100%;
    float:right;
    text-align: center;
    margin-top: 20px;
}
.education .education-list .edu-box .img-box h2{
    width:100%;
    float:right;
    text-align:center;
}

.challenge{
    background: #002957;
    color: #fff;
    padding: 20px 0px;
    margin-bottom: 30px;
}
.challenge .challenge-titr{
    width: 100%;
    float: right;
    margin-bottom: 30px;
}
.challenge .challenge-titr h2{
    font-size: 21px;
    line-height: 3;
}
.challenge .challenge-text{
    float: right;
    width: 100%;
}
.challenge .challenge-text p{
    text-align: justify;
    line-height: 2;
}
.challenge .challenge-box{
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
}
.challenge .challenge-box .percent{
    width: 100px;
    height: 100px;
    border: 5px solid #ec1b25;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    margin: 20px auto;
}
.challenge .challenge-box h3{
    font-size: 19px;
    text-align: center;
    line-height: 3;
}
.challenge .challenge-box ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style-position: inside;
}
.challenge .challenge-box li{
    width: calc(50% - 5px);
    font-size: 11px;
}

@media (max-width: 480px) {
    .challenge .challenge-box{
        margin-bottom: 20px;
        margin-top: 20px;
    }

}
.blog-slider .title_box{
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    float: right;
    margin-bottom: 30px;
}
.blog-slider .title_box span{
    background: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 20px;
    font-size: 21px;
}
.blog-slider .title_box:before{
    content:"";
    width: 100%;
    display: block;
    top: 20px;
    position: relative;
    z-index: -1;
    border-bottom: 2px solid var(--theam-color);
}

.blog-slider .uni-swiper{
    width: 100%;
    float: right;
    position: relative;
}
.blog-slider .uni-box{
    width: 100%;/* border: 1px solid #ccc; */
    overflow: hidden;
    background: #F4FAFF;
    border-radius: 15px;
    position: relative;
}
.blog-slider .uni-box img{
    width: auto;
    height: 270px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.blog-slider .uni-box .img-box{
    background: #fff;
}
.blog-slider .uni-box a{
    float: left;
    color: #fff;
    background: var(--theam-secend-color);
    position: absolute;
    bottom: 15px;
    right: 0px;
    z-index: 4;
    padding: 7px;
    font-size: 14px;
    /* border-radius: 0px 15px 15px 0px; */
    width: 100%;
}
.blog-slider .uni-box:after{
    content:"";
    background-image: linear-gradient(0deg,rgba(68,79,91,1) 0%,rgba(127,137,148,.22) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
}
.blog-slider .swiper-container{
    padding: 0px;
}
.blog-slider .uni-swiper  h2{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    padding: 10px 10px;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    right: 0px;
}
.blog-slider .blog-list{
    padding: 0px 15px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* background: #7386D5; */
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FF4040;
    text-align: center;
}
#sidebar  h3{
    font-size: 13px;
    line-height: 3;
    margin: 0px;
}
#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    font-size: 13px;
    text-align: center;
    color: #6b6666;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fe403f;
    background: #ffffff;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /* display: block; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.dropdown-toggle ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.catinfo{
    margin-bottom: 20px;
}
.catinfo div{
    padding:0px;
}
.catinfo .title_box{
    text-align: right;
    padding: 20px 0px 0 0;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 0px;
}
.catinfo img{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.catinfo .title_box h1 {
    line-height: 3;
    font-size: 23px;
    color: #022857;
}
.catinfo p{
    padding: 10px;
    line-height: 2;
}

.sidebar{
    background: var(--theam-color);
    border-radius: 15px;
    margin-top: 20px;
    width: 100%;
    float: right;
    padding: 0px 15px;
}
.categoryslider{
    width: 100%;
    float: right;
    padding-top: 30px;
}
.categoryslider .title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.categorylist{
}
ul.categorylist{
    list-style-position: inside;
    float: right;
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    list-style-type: none;
}
ul.categorylist li{
    width: 100%;
    line-height: 2;
    float: right;
    padding: 15px;
    background: #05244a;
    margin-bottom: 10px;
    border-radius: 15px;
}
ul.categorylist li:last-child{
    border: unset;
}
ul.categorylist li a{
    color: #fff;
    float: right;
}
.pager{
    float: right;
}
.pager .active>.page-link, .page-link.active{
    background: var(--theam-secend-color);
    border-color: var(--theam-secend-color);
    color: #fff;
}
.pager  .page-link{
    color: var(--text-color);
}
.lastPost {
}
.lastPost ul.categorylist li{

    border-bottom: 1px solid #ccc;
    border-radius: unset;
    padding: 0px;
}
.last_blog{
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin-top: 20px;
}
.last_blog .last_blog_box{
    position: relative;
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.last_blog .last_blog_box .img_box{
    height: 230px;
    overflow: hidden;
    position: relative;
}
.last_blog .last_blog_box .img_box time{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 5px 0px 5px;
    line-height: 1.5;
}
.last_blog .last_blog_box .img_box img{
    width: 100%;
}
.last_blog .last_blog_box h2{
    text-align: center;
    font-size: 15px;
    margin: 0px;
    line-height: 2;
}
.last_blog .last_blog_box a{
    color: #333;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 14px;
}
.last_blog .last_blog_box .title{
    width: 100%;
    float: right;
}

.single_page.vedeo_page{
    padding: 0px;
}
.vedeo_page video{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
.single_page.vedeo_page:before{
    content: unset;
}
.single_page{
    width: 100%;
    float: right;
    position: relative;
    padding-right: 30px;
    font-size: 15px;
}
.single_page:before {
    content: "";
    background-color: var(--theam-color);
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 6px;
    height: 100%;
}
.single_page_color .title{
    text-align: center;
    background: var(--theam-color);
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 25px;
}
.single_page_color .title h1{
    line-height: 3;
    font-size: 23px;
    color: #fff;
}
.single_page .text{
    direction: rtl;
    text-align: justify;
    line-height: 2;
}
.single_page .text h2 {
    color: navy;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single_page .text img{
    max-width: 100%;
    height: auto;
    margin: 10px 0px;
    border-radius: 15px;
}
.single_page .text h3 {
    margin: 15px 0;
    color: #8B0000;
    font-size: 19px;
    text-align: right;
    float: right;
    width: 100%;
}

.single_page .text h4 {
    font-size: 18px;
    color: #006400;
    margin: 15px 0;
    text-align: right;
    float: right;
    width: 100%;
}

.single_page .text h5 {
    font-size: 17px;
    color: #ca2fe4;
    margin: 15px 0;
    text-align: right
}

.single_page .text h6 {
    font-size: 17px;
    color: #666;
    margin: 15px 0;
    text-align: right
}

.single_page  .img_box{
    float: right;
    width: 100%;
}
.single_page .img_box img{
    width: auto;
    padding: 20px;/* border: 1px solid #ccc; *//* border-radius: 15px; */
    max-height: 380px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.single_page .text p{
    line-height: 2;
    float: right;
    width: 100%;
}
.single_page .text video{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.single_page .text ol{
    width: 100%;
    float: right;
    list-style-position: inside;

}
.single_page .text ol li{
}
.single_page .text ul{
    width: 100%;
    float: right;
    list-style-position: inside;
}
.single_page .text ul li{
}

.single-sidebar.fixed {

    position: fixed;
}
.align-items-end {
    align-items: flex-end !important;
}
.d-flex {
    display: flex !important;
}
.single-sidebar {
    position: -webkit-sticky;
    position: sticky;
    padding-bottom: 20px;
    z-index: 999;
    width: 100%;
    float: right;
    border-radius: 15px;
}
.progress-container {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, .3);
    position: relative;
    float:right;
}
.progress-bar {
    height: 8px;
    background: var(--theam-color);
    width: 0;
}
.single-info{
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    box-shadow: 2px -17px 45px -20px rgba(0, 0, 0, .16), 2px 32px 42px -20px rgba(0, 0, 0, .16);
    background: #fff;
    width: 100%;
    float: right;
    border-radius: 15px;
}
.sidebar-articles{
    width: 100%;
    float: right;
    padding: 0 26px 20px;
    position: relative;
}
.sidebar-articles-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
    cursor: pointer
}
.sidebar-articles-title.active {
    border-bottom: none
}
.icon-bottom-arrow{
    border:solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.featured-image {
    background: #fff;
    width: 100%;
    float: right;
    border-radius: 10px;
    /* background-color: #fff; */
    /* box-shadow: 2px -17px 45px -20px rgba(0, 0, 0, .16), 2px 32px 42px -20px rgba(0, 0, 0, .16); */
    margin-bottom: 10px;
    position: relative;
}
.featured-image img {
    width: 100%;
    float: right;
    margin: 0px !important;
    border-radius: 15px 15px 0px 0;
    z-index: 2;
    display: block;
    margin: 0 auto;
    box-shadow: 0 7px 17px -11px rgba(0, 0, 0, .5);
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}
.icon-bottom-arrow{
    border:solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.sidebar-articles-title.active i {
    transition: .3s;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.sidebar-articles-title{
    font-size: 15px;
    color: var(--text-color);
}
.sidebar-articles-title i {
    font-size: 6px;
    color: #0095da
}
.sidebar-articles-itms {
    border-right: 1px solid var(--theam-color);
    display: none;
    overflow: visible!important;
    margin-top: 19px
}
.sidebar-articles-itms li {
    padding-right: 14px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3px
}
.sidebar-articles-itms li:first-child {
    margin-bottom: 0
}
.sidebar-articles-itms li.active .sidebar-articles-title:after {
    content: "";
    background-color: red;
    height: 1px
}
.sidebar-articles-itms li.active a {
    color: #000
}
.sidebar-articles-itms li.active:before {
    content: "";
    position: absolute;
    background-color: #fff!important;
    background: url(img/pic-sprite.png) -16px 41px;
    width: 15px;
    height: 20px;
    right: -8px;
    padding: 12px 0
}
.sidebar-articles-itms li a {
    font-size: 13px;
    color: var(--text-color);
    line-height: 31px
}
.single_page h2 {
    margin-right: -28px;
    padding-right: 27px;
    display: flex;
}
.single_page h2 {
    font-size: 20px;
    color: var(--text-color);
    align-items: center;
    position: relative;
    margin-bottom: 17px;
    font-variation-settings: "wght" 600, "DOTS" 0;
    width: 100%;
    float: right;
}

.single_page h2 .after-img2 {
    position: absolute;
    height: 104px;
    right: 0px;
    background-color: #fff;
}

.single_page h2 .after-img2 em {
    background: var(--theam-color);
    width: 10px;
    height: 10px;
    display: block;
    margin-left: 12px;
    position: relative;
    top: 50%;
    left: 20%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.single_page h2 .after-img2 i {
    position: absolute;
    font-size: 8px;
    color: #e5e5e5;
    cursor: pointer
}

.single_page h2 .after-img2 i:hover {
    color: #0095da
}

.single_page h2 .after-img2 i.h2-up {
    top: 25px;
    right: 0px;
    width: 10px;
    height: 10px;
    border: solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.single_page h2 .after-img2 i.h2-down {
    bottom: 25px;
    right: 0px;
    width: 10px;
    height: 10px;
    border: solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.blog-comment{
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    width: 100%;
    float: right;
}
.blog-comment hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}
.blog-comment a {
    background: none;
    color: #82b440;
    text-decoration: none;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
    display: table;
    clear: both;
}



.blog-comment ul{
    list-style-type: none;
    padding: 0;
}

.blog-comment img{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: right;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
}

.blog-comment .post-comments{
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-right: 85px;
    margin-left: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
    list-style-type: none;
    padding: 0;
    margin-right: 85px;
}

.blog-comment-form{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    /* margin-top: 30px; */
    background: #e9e9e9;
    border-radius: 15px;
    padding: 20px 0px;
    color: #022857 !important;
    width: 100%;
}

.auth-input-wrapper{
    direction: ltr;
}




.single_business{

}
.single_business .title{
    background: #dc1301;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}
.single_business .text{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.single_business .text ul{
}
.single_business .text ul li{
    width: 100%;
}
.single_business .text ul li a{
    color: var(--theam-color);
    float: right;
    width: 100%;
}
.single_business .text ul li img{
    float: right;
    margin-left: 10px;
}
.single_business .img_box{
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.single_business ul{
    width: 49%;
    float: right;
    list-style: inside;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    gap: 10px;
}
.content{
    width: 100%;
    float: right;
    list-style: inside;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menuuser{
    float: left;
    width: 100%;
}
.menuuser a.submitbussenes{
    background: var(--theam-secend-color);
    padding: 6px 20px;
    color: #fff;
    border-radius: 25px;
    float: right;
    position: relative;
    z-index: 999;
    margin-left: 10px;
}
.menuuser a.login{
    background: var(--theam-color);
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    float: right;
    position: relative;
    z-index: 999;
}
.menuuser .dropdown-toggle{
    background: var(--theam-color);
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ccc;
    z-index: 99;
    position: relative;
}
.menuuser .dropdown-toggle svg{
    display:none
}
.menuuser .dropdown ul.dropdown-menu{
    top: 3px !important;
    width: 100%;
}
.menuuser .dropdown ul li{
}
.menuuser .dropdown ul li svg{
    float: right;
    margin-left: 5px;
    width: 21px;
}
.menuuser .dropdown ul li a{
    font-size: 14px;
    color: #6c757d;
    line-height: 2;
}
.menuuser .dropdown ul li a:hover{
    color:var(--theam-color);
    background: unset;
}
.menuuser .dropdown ul li a:hover svg{
    fill: var(--theam-color) !important;
}
.menuuser .dropdown ul li span{
    text-align: center;
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menuuser .dropdown-toggle::after{
    position: absolute;
    top: 13px;
    left: 10px;
}
.menu {
    width: 100%;
    float: right;
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 5px;
    /* margin-top: 15px; */
    float: right;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    text-align: center;
}

.menu-mobile:after {
    content: "";
    padding: 0;
    width: 25px;
    display: block;
    position: relative;
    /* -webkit-transform: translateY(-25%); */
    -ms-transform: translateY(-25%);
    /* transform: translateY(-25%); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:%23de2400;transform: ;msFilter:;'%3E%3Cpath d='M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z'%3E%3C/path%3E%3C/svg%3E");
    height: 31px;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: 0px;
    height: 25px;
    position: relative;
    z-index: 100;
}

.menu-dropdown-icon:before {
    content: "";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 1em;
    /* background: #d3e7f7; */
    color: #807f7f;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: static;
    box-sizing: border-box;
}


.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: right;
    padding: 0;
    margin: 0;
    width: 50%;
}
.menu>ul>li.menu-dropdown-icon{
    padding-left: 15px;
    position: relative;
}
.menu>ul>li.active{
    border-bottom: 2px solid #de2400;
}
.menu>ul>li.menu-dropdown-icon:after {
    float: right;
    padding: 0;
    margin: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 10px;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    color: var(--text-color);
    text-align: right;
    font-size: 14px;
}
.menu ul li.menu-dropdown-icon:hover{
    position:static;
}
.menu>ul>li:hover>a {
    color: var(--theam-secend-color);
    position: unset;
}

.menu>ul>li.menu-dropdown-icon:hover:after {
    display: none;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.33%;
    background: none;
    float: right;
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .4em 0;
    width: 95%;
    font-size: 0.8rem;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu {
        width: auto;
        float: right;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:after {
        display: none;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        /* float: none; */
        display: block;
        border-bottom: 1px solid #ececec;
    }
    .menu>ul>li a {
        padding: 1.2em 2em;
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-right: 15px;
        color: var(--theam-color);
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        position: absolute;
        z-index: 9999;
        background: #ffffff;
        right: 0px;
        top: 0px;
        width: 70%;
        height: 100vh;
    }
    .menu.show-before-mobile::before{
        content:"";
        width: 100%;
        height: 100VH;
        background: #00000069;
        position: absolute;
        top: 0;
        z-index: 8888;
    }
}



/**************foooter******/

/**************foooter******/

.topbtn{
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: var(--theam-color);
    padding: 0px;
    border-radius: 10px;
}
.topbtn svg{
    fill: #fff !important;
    width: 40px;
    height: 40px;
}
footer .topfooter{
    position:relative;

}
footer .topfooter:before{
    content:"";
    position:absolute;
    width:100%;
    border: 1px solid var(--theam-color);
    top: 20px;
    left: 0px;
}
footer .topfooter .logo{
    position: absolute;
    left: calc(50% - 110px);
    width: 220px;
    top: -18px;
    background: #fff;
    padding: 0px 20px;
}
footer .topfooter .logo img{
    margin: 0px;
    float: right;
    background: var(--theam-secend-color);
}

footer .soila{
}


footer .mainfooter{
}



footer{
    float: right;
    width: 100%;
    margin-top: 50px;
    padding-top: 40px;
    padding-top: 40px;
    margin-top: 100px;
}
footer .copyrights{
    width: 100%;
    color: var(--text-color);
    text-align: center;
    padding: 15px 0px;
    float: right;
    border-top: 1px solid var(--theam-color);
}
footer .copyrights p{
}
footer .copyrights a{
}
.footer-wighet{
    width: 100%;
    float: right;
    text-align: right;
    height: 185px;
}
.footer-wighet .logofooter{
    margin-bottom: 30px;
    width: auto;
}
.footer-wighet .wighet-title{
    text-align: right;
    color: var(--theam-txt-color);
    font-size: 17px;
    line-height: 3;
}

.footer-wighet .contact{
    float: right;
    width: 100%;
    list-style: none;
    margin-top: 20px;
}

.footer-wighet ul.contact  li{
    float: right;
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--theam-txt-color);
}
.footer-wighet ul.contact  li svg{

}
.footer-wighet ul.contact li a{
    font-size: 14px;
}
.footer-wighet ul.contact li svg{
    width: 24px;
    float: right;
    margin-left: 5px;
    fill: var(--theam-secend-color) !important;
}

.footer-wighet ul {
    list-style: circle;
    color: var(--theam-color);
    list-style-position: inside;
    list-style: none;
}
.footer-wighet ul li{
    width: 100%;
    text-align: right;
    line-height: 2;
}
.footer-wighet ul li a{
    font-size: 14px;
    color: var(--theam-txt-color);
}
.footer-wighet ul li a:hover{
    color: var(--theam-color);
}
.footer-wighet .nemadbox{
    position: relative;
    float: right;
    width: 100%;
}
.footer-wighet .nemad{
    background: var(--theam-color);
    padding: 10px;
    border-radius: 15px;
    height: auto;
    float: right;
    width: 100%;
}
.footer-wighet .nemad ul{
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.footer-wighet .nemad ul li{
    width: 50%;
    padding: 0px 10px;
    background: #f3f3f3;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    height: 100px;
}
.footer-wighet .nemad ul li img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.footer-wighet p{
    width:100%;
    font-size: 14px;
    text-align: right;
    text-align: justify;
    padding-left: 20px;
    color: var(--theam-txt-color);
}



footer .soial-list{
    width: 100%;
    float: right;
}
footer .soial-list ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    list-style:none;
}

footer  .soial-list li{
    width: 40px;
    height: 40px;
    position: relative;
}
footer .soial-list li:before{
    content:"";
    background: var(--theam-color);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    /* transform: rotate(45deg); */
    border-radius: 9px;
}
footer .soial-list li a{
    display: block;
    margin: 0 auto;
}
footer .soial-list li a svg{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 27px;
    height: 27px;
    fill: #fff !important;
}
@media (max-width: 480px) {
    .last_blog .last_blog_box{
        width:100%;
    }
    .footer-wighet .nemad{
        height: auto;
        position: relative;
        top: 0px;
        margin-top: 20px;
    }
    footer{
        margin-top: 150px;
    }
    footer .copyrights{
        margin-top: 0px;
    }
    .footer-wighet{
        height: auto;
    }
}
#loginModal{
    line-height: 1.5;
    z-index: 99999;
}
.modal-backdrop.show {
    z-index: 9999;
}
.modal.show{
    z-index: 99999;

}
#loginModal p{
    color:#838383;
    float: right;
    font-size: 13px;
}

#loginModal .editPhone{
    float:left;
    background:#fff;
    border:unset;
    color:#007bff;
    font-size: 14px;
    width: auto;
    padding: 0px;
}
#loginModal .form-check{
    float: right;
    width: 100%;
    padding-right: 1.25em;
}
#loginModal .form-check input{
    margin-right: -1.25em;
}


@media (max-width: 480px) {

    .last_ads .last_ads_box{
        width: 100%;
    }
    header{
        /* margin-bottom: 20px; */
        /* padding: 0px 5px; */
    }
    .single-track .single-track-text{
        height: auto;
        overflow: auto;
    }
    .single-track .hmax{
        margin: 20px 0px;
    }
    header .shoar{
        width: 100%;
        text-align: center;
        display: none;
    }
    .search-container{
        width: 60%;
        padding: 0 0px !important;
        margin-right: 7%;
        margin-bottom: 10px;
    }
    .search-container button{
    left: -7px;
}
    header .header{
        padding: 5px 0px 0 0;
        padding: 10px 10px;
    }
    header .logobox{
        padding: 0px 0px !important;
        width: 30%;
    }
    header .header .navbox{
        padding: 0px 0px !important;
        width: 100%;
        margin-top: 0px;
    }
    header .header .selectloc{
        width: 70%;
        margin-bottom: 10px;
        /* margin-top: 10px; */
        /* padding: 0px 10px !important; */
        margin-right: 2%;
    }
    .menuuser{
        width: 69%;
        /* padding: 0px 10px !important; */
        padding: 0px;
        float: right;
        margin-right: 10px;
    }
    .darkmood{
    top: unset !important;
    bottom: 15px;
}
    .menuuser .btn-group{
        width: 24%;
        float: left;
        justify-content: center;
    }
    .menuuser .dropdown-toggle svg{
        display:block;
        float: right;
    }
    .menuuser a.submitbussenes{
        padding: 6px 10px;
        border-radius: 3px;
    }
    header .header .dropdown-toggle{
        padding: 4px 5px;
    }
    .menuuser .dropdown-toggle span{
        /* display:none; */
        float: right;
        margin-right: 10px;
    }
    header .header .selectloc select{
        margin: 0px;
        width: 49%;
        box-sizing: border-box;
        float: right;
    }
    header .banner a{
        margin-bottom: 20px;
    }
    header .header .selectloc select:first-child{
        margin-left: 2%;
    }
    .single_business .img_box{
        width:100%;
        margin-bottom:20px;
    }
    .single_business ul{
        width:100%;

    }
}


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    box-sizing: border-box;
}

.cd-dropdown-wrapper a {
    color: #fff;
    text-decoration: none;
}



/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 33px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
    float: left;
    z-index: 9999;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 20px 0 10px;
    line-height: 35px;
    background-color: #0073ac;
    color: #ffffff;
    border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
    background-color: #0073ac;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 16px;
    }
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: var(--theam-color);
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #de2300;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #111433;
        height: 35px;
        line-height: 2.5;
        font-size: 14px;
        border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: var(--theam-color);
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }
    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: var(--theam-color);
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        right: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        min-height: calc(100vh - 200px);
        height:auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
        width: 50%;
        float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 650px;
        padding-bottom: 65px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        bottom: 65px;
        right: 0px;
        height: 1px;
        width: 100%;
        background-color: #ebebeb;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        color: var(--theam-secend-color);
        font-size: 16px;
        /* margin-bottom: 10px; */
        line-height: 30px;
        height: 30px;
        /* pointer-events: none; */
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 10px 0 0 -1px;
        border-left-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 10px;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 14px;
        padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: var(--theam-color);
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 0px;
        overflow: hidden;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: var(--theam-color);
        margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: var(--theam-color);
        font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
        min-height: 560px;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 var(--theam-color);
        color: var(--theam-color);
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {

    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 var(--theam-color);
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}
.has-children > a::before, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {

}
.has-children > a::after, .go-back a::after {
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
}
@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        /* background: #b3b3b3; */
    }
}

.has-children > a {
    padding-left: 40px;
}
.has-children > a::before {
    /* arrow goes on the right side - children navigation */
    left: 20px;
    /* -webkit-transform-origin: 9px 50%; */
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    /* transform-origin: 50% 9px; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    top: 5px;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}
.cd-dropdown-content .go-back a {
    padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}
.btn-primary{
    background: var(--theam-color);
    border-color: var(--theam-color);
}
.btn-outline-primary{
    color: var(--theam-color);
    border-color: var(--theam-color);
}
.navbar-toggler{
    background:#FFF;
}


.contact-us{
}
.contact-us label{
    width: 100%;
    float: right;
    margin: 20px 0px;
}
.contact-us input{
}
.contact-us .list-unstyled{
}
.contact-us .list-unstyled li{
    padding: 10px;
    text-align: center;
    border: 1px solid #0073ad;
    margin-bottom: 30px;
    border-radius: 20px;
}
.contact-us textarea{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.contact-us .btn-primary{
    float: left;
}
.contact-us .list-unstyled a{
    color: #fc1b20;
}


.videobox{
    width: 100%;
    float: right;
}
.videobox video{
    width: 100%;
}

.pack-theme{
    fill: none;
    stroke: #414141;
    transition: all .3s;
}
.pack-theme svg {
    stroke: var(--theam-color);
    fill: var(--theam-color);
}

.bg-label-secondary {
    background-color: #e7ebef !important;
    color: #69809a !important;
}

.bg-label-success {
    background-color: #dff9ec !important;
    color: #39da8a !important;
}

.bg-label-info {
    background-color: #d6f7fa !important;
    color: #00cfdd !important;
}

.bg-label-warning {
    background-color: #fff2e1 !important;
    color: #fdac41 !important;
}

.bg-label-danger {
    background-color: #ffe5e5 !important;
    color: #ff5b5c !important;
}

.bg-label-light {
    background-color: #fbfbfc !important;
    color: #e5e9ed !important;
}

.bg-label-dark {
    background-color: #e2e4e6 !important;
    color: #495563 !important;
}

.bg-label-gray {
    background-color: rgba(242, 243, 245, 0.92) !important;
    color: rgba(38, 60, 85, 0.5) !important;
}


.prodacts_page_color .title{
    text-align: center;
    background: var(--theam-color);
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 25px;
}
.prodacts_page_color .title h1{
    line-height: 3;
    font-size: 23px;
    color: #fff;
}
#player iframe{
    width: 100%;
    height: calc(100vh - 200px);
    float: right;
}

.schema-faq {
    margin: 20px 0px;
    width: 100%;
    float: right;
}
.schema-faq .schema-faq-section{
    background: #ffffff;
    padding: 10px;
    margin: 15px 0px 0px 0px;
    border-radius: 10px;
    border: 1px solid #e4e2e2;
    width: 100%;
    float: right;
    min-height: 48px;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-box-shadow: 0 0 25px rgba(227,229,230,.5);
    -moz-box-shadow: 0 0 25px rgba(227,229,230,.5);
}
.schema-faq .schema-faq-section.active p{
    display:block;
    padding: 0px 45px 0px 20px;
}
.schema-faq .schema-faq-section p{
    display:none;
    margin-top: 10px;
    width: 100%;
    float: right;
    padding: 0px 45px 0px 20px;
}
.schema-faq-question {
    display: block;
    position: relative;
    font-size: 15px;
    padding: 0px 45px 0px 20px;
    cursor: pointer;
    color: #004225;
}

.schema-faq-question:before,.schema-faq-question:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #004225;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    right: 14px;
    top: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease
}

.schema-faq>.schema-faq-section .schema-faq-question:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.schema-faq>.schema-faq-section.active .schema-faq-question:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.schema-faq>.schema-faq-section.active .schema-faq-question:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.track-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.track-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.card-cover {
    overflow: hidden;
}

.card-cover img {
    transition: transform 0.3s ease;
    aspect-ratio: 1;
    object-fit: cover;
}

.track-card:hover .card-cover img {
    transform: scale(1.05);
}

.btn-play {
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #007bff;
    font-size: 24px;
}

.track-card:hover .btn-play {
    opacity: 1;
}

.btn-play:hover {
    background: rgba(255,255,255,1);
    color: #0056b3;
}





.track-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.track-actions .btn {
    border-radius: 20px;
    padding: 6px;
}

.track-stats {
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
}

@media (max-width: 576px) {
    .track-actions {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.375rem;
        align-items: center;
        justify-content: space-between;
    }

    .action-buttons {
        justify-content: flex-start;
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        flex-wrap: nowrap;
        gap: 0.375rem;
    }

    .download-action {
        width: auto;
        flex-shrink: 0;
    }

    .track-actions .btn span {
        white-space: nowrap;
    }
}



#audioProgress {
    /* box-shadow: 0 -2px 10px rgba(0,0,0,0.1); */
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    /* backdrop-filter: blur(10px); */
}

#audioProgress[style*="block"] {
    transform: translateY(0);
}

.progress-container {
    flex: 1;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    direction: ltr;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--theam-color, #007bff);
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--theam-color, #007bff);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}

.progress-container:hover .progress-fill::after {
    opacity: 1;
}

.trackInfo {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 3;
    min-width: 300px;
}

.trackInfobox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trackInfobox img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #f0f0f0;
}

.trackDetiles {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.trackDetiles #trackName {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.trackDetiles #trackAlbum {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.tackControlButtom {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tackControlButtom button,
.tackVolume button {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tackControlButtom button:hover i,
.tackVolume button:hover i {
    color: var(--theam-color);
    transform: scale(1.1);
}

.tackControlButtom #globalPlayBtn {
    background: #fff;
    color: var(--theam-color);
    font-size: 20px;
    width: 45px;
    height: 45px;
}

.tackControlButtom #globalPlayBtn:hover {
    transform: scale(1.05);
}

.tackVolume {
    display: flex;
    align-items: center;
}


/* Animation for showing player */
@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#audioProgress[style*="block"] {
    animation: slideUp 0.3s ease-out;
}

/* Loading state */
.trackPlayer.loading {
    opacity: 0.7;
    pointer-events: none;
}

.trackPlayer.loading #globalPlayBtn {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Accessibility improvements */
.tackControlButtom button:focus,
.tackVolume button:focus,
.progress-container:focus {
    color:var(--theam-secend-color);
}

/* RTL support */
[dir="rtl"] .progress-container {
    direction: ltr;
}

[dir="rtl"] .progress-fill::after {
    left: -6px;
    right: auto;
}


#audioProgress{
    padding: 0px 10px 10px 10px !important;
    background: unset !important;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgb(248, 249, 250);
    padding: 10px;
    z-index: 1000;
}
.trackPlayer{
    background: #000000d1;
    border-radius: 10px;
    padding: 5px;
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    padding: 10px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 5px;
}
.list-group-item.active{
    border-radius: 10px;
    background: var(--theam-color);
    border-color: var(--theam-color);
}
.list-group-item{   margin-bottom: 10px;}
.radio .trackPlayer{
    max-width: 100%;
    background: #000000d1;
}
.volume-slider{
    color: var(--theam-color);
    background: var(--theam-color);
    direction: ltr;
    accent-color:var(--theam-color);
}

.trackInfo{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-direction: row;
}
.radio .trackInfo:last-child{
    justify-content: end;
}
.trackInfobox{
    display: flex;
    flex-direction: row;
    color: #fff;
    gap: 4px;
    width: 33.333%;
    background: #0000005e;
    border-radius: 10px;
    overflow: hidden;
    padding: 3px;
}
.trackDetiles{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0px;
    text-align:right;
}
.trackDetiles span{
    color:#fff !important;
}
.trackInfobox img{
    width: 44px;
    border-radius: 5px;
    background: var(--theam-color);
    float:right;
    height: auto;
}
.radio  .trackInfobox{
    display: block;
    background: unset;
    overflow: visible !important; /* ✅ نمایش canvas در موبایل */
}
.radio .trackInfobox img{
    width: 100%;
}
.radio .trackDetiles{
    width: 100%;
    padding: 10px;
    margin-top: 25px;
}
.radio .trackDetiles #trackName{
    max-width: 100%;
}
.radio .trackDetiles #trackAlbum{
        max-width: 100%;

}
/* Equalizer Container Styles - Canvas based (like test2.html) */
.radio .equalizer-container {
    position: relative;
    display: inline-block;
    width: 450px;
    height: 450px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
}

.radio .equalizer-container canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px !important;
    height: 400px !important;
    max-width: 400px !important;
    max-height: 400px !important;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}

.radio .equalizer-container .cover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.radio .equalizer-container .cover img {
    width: 65%;
    height: 65%;
    object-fit: cover;
    border-radius: 50%;
    left: -17%;
    position: relative;
    top: 55px;
}

.progressBar{
    display: flex;
    color: #fff;
    font-size: 10px;
    gap:10px;
    line-height: 1;
    width: 100%;
}
.progressBar{
}
#globalCloseBtn{
    position: absolute;
    top: -35px;
    background: var(--theam-color);
    border: unset;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1.5;
    padding: 0px;
    color: var(--theam-text-color);
    font-size: 23px;
    right: 0px;
}
#globalCloseBtn i{
    display: block;
}
#progressBar{
    background: var(--theam-color) !important;
    margin-top: 3p;
}
.tackControlButtom{
    display: flex;
    flex-direction: row-reverse;
    width: 33.333%;
    justify-content: center;
}
.trackInfo button{
    background: url();
    border: unset;
}
#globalShuffleBtn.shuffle-on i{

  color: var(--theam-color); /* سبز */
}
.trackInfo button i{
    font-size: 22px;
    color: #fff;
}
#globalPlayBtn i{
    font-size: 34px;
    line-height: 0;
    color: var(--theam-color);
}
.tackVolume{
    width: 33.333%;
    display: flex;
    justify-content: end;
}
.tackVolume button{
}

/* Responsive Design */
@media (max-width: 768px) {
    .trackPlayer {
        flex-direction: column;
        gap: 10px;
        padding: 0 5px;
    }

    .progressBar {
        width: 100%;
        min-width: auto;
    }

    .trackInfo {
        justify-content: space-around;
        width: 100%;
        min-width: auto;
    }
    
    .radio .equalizer-container {
        width: 300px;
        height: 300px;
        padding: 12px;
        margin: 0 auto; /* ✅ مرکز کردن در tablet */
        display: block; /* ✅ نمایش container */
    }
    
    .radio .equalizer-container canvas {
        width: 250px !important;
        height: 250px !important;
        max-width: 250px !important;
        max-height: 250px !important;
        display: block !important; /* ✅ نمایش canvas */
        visibility: visible !important; /* ✅ قابل مشاهده بودن */
        opacity: 1 !important; /* ✅ شفافیت کامل */
    }

    .tackVolume {
        width: auto;
    }
    .tackControlButtom{
        width: auto;
        gap: 0px;
    }
    .trackInfobox{
        width: auto;
        overflow: visible !important; /* ✅ نمایش canvas در tablet */
    }
    
    .radio .trackInfobox {
        overflow: visible !important; /* ✅ نمایش canvas در tablet */
    }
    .trackDetiles #trackName,
    .trackDetiles #trackAlbum {
        max-width: 120px;
    }
.volume-slider-container{
    display: none;
  
    top: 0px;
}

}

.radio{}
.radio #audioProgress{
    position: static;
    padding: 0px !important;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .trackPlayer {
        padding: 5px;
    }

    .trackInfobox img {
        width: 40px;
        height: 40px;
    }
    
    .trackInfobox {
        overflow: visible !important; /* ✅ نمایش canvas در موبایل */
    }
    
    .radio .trackInfobox {
        overflow: visible !important; /* ✅ نمایش canvas در موبایل */
    }
    
    .radio .equalizer-container {
        width: 340px;
        height: 340px;
        padding: 10px;
        margin: 0 auto; /* ✅ مرکز کردن در موبایل */
        display: block; /* ✅ نمایش container */
    }
    
    .radio .equalizer-container canvas {
        width: 400px !important;
        height: 400px !important;
        max-width: 400px !important;
        max-height: 400px !important;
        display: block !important; /* ✅ نمایش canvas */
        visibility: visible !important; /* ✅ قابل مشاهده بودن */
        opacity: 1 !important; /* ✅ شفافیت کامل */
    }
    .radio .equalizer-container .cover img{
    /* width: 65%; */
    /* height: 51%; */
    /* left: -25%; */
    /* position: relative; */
    /* top: 75px; */
}
    .radio .equalizer-bar {
        width: 3px;
    }
    
    @keyframes equalizer-animation {
        0%, 100% {
            height: 10px;
            opacity: 0.4;
        }
        50% {
            height: 25px;
            opacity: 1;
        }
    }

    .trackDetiles #trackName {
        font-size: 12px;
        max-width: 100px;
    }

    .trackDetiles #trackAlbum {
        font-size: 10px;
        max-width: 100px;
    }

    .tackControlButtom button,
    .tackVolume button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .tackControlButtom #globalPlayBtn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}
.track-actions svg{
    fill: var(--theam-color);
}
.track-actions .btn{background: none;}
@media (prefers-color-scheme: dark) {
    body {
        background-color: #121212;
        color: #fff;
    }
    :root {
        --theam-bg-color: #ffffff;
        --theam-txt-color: #ffffff !important;
        --theam-color: #000 !important;
        --theam-text-color: #ffffff;
        --theam-secend-color: #121212 !important;
        --theam-secend-text-color: #ffffff;
        --text-color: #ffffff !important;
    }
    header .logo img {

        filter: invert(1);
    }
    footer .topfooter .logo img{
        filter: invert(1);

    }
    footer .topfooter .logo{
        background:var(--theam-color)
    }
    .blog-slider .title_box span{
        background: var(--theam-color);
    }
    .track-card{
        border: 1px solid #fff;
        color: var(--theam-text-color);
    }
    .text-dark,.text-muted{
        color: var(--theam-text-color) !important;
    }
    .featured .track-card,.card{
        background: var(--theam-color);

    }
    .btn-outline-primary{
        background:#fff;
        color: #000000 !important;
    }
    .artistList .title,.artistList ul li a,.card-header,.single-track .single-track-text,.single-track .track-info .card-title{
        color: var(--theam-text-color) !important;

    }
    .track-actions .btn{
        border: #fff 1px solid;
        color: #fff;
    }
    .bg-primary{
        background: #fff !important;
        color: #000000 !important;
    }
    .comment-form .form-label{
        color: #fff !important;
    }
    .comment-form  .text-muted{
        color: #000000 !important;
    }
    .comment-guidelines .text-muted{
        color: #fff !important;
    }
    .blog-comment .text-muted{
        color: #000000 !important;
    }
    .list-group-item{
        background: var(--theam-color);
        color:#fff;
    }
    .card{
        border:1px solid #fff;
    }
    .track-info .card{
        border:0px solid #fff;
    }
    .track-info .btn-primary{
        background:#fff;
        color:#000
    }
    .add-comment-card .card-header{
        background: var(--theam-color) !important;
        ;
        color:#fff !important;
    }
    .blog-comment h3, .blog-comment-form h3{
        background: unset !important;
        color:#fff !important;
    }
    .single-track .single-track-text::-webkit-scrollbar-thumb {
        background: #514a4d;
        border-radius: 10px;
    }
    .pager .page-link{
        background:var(--theam-color);
    }
    .text-decoration-none{
        color:#fff !important;
    }
    .track-actions svg {
        fill: #fff;
    }
    .catinfo .title_box h1{
        color:#fff !important;
    }
    ul.categorylist li{
        background: #121212;
    }
    .last_blog .last_blog_box .img_box time{
        color:#000;
    }
    .last_blog .last_blog_box a{
        color: #fff;
    }
    .single_page h2 .after-img2{
        background: unset;
        right: -29px;
        background: #121212;
    }
    .single_page .text h2 {
        color: #ffffff;

    }
    .single_page .text a{
        color: #170fe6;

    }
    .single_page .text h3 {

        color: #ffffff;

    }

    .single_page .text h4 {

        color: #fff;

    }

    .single_page .text h5 {

        color: #fff;

    }

    .single_page .text h6 {

        color: #fff;

    }
    .sidebar-articles-itms li a{
        color:#000;
    }
    .sidebar-articles-title{
        color:#000;
    }
}

/* Dark mode manual toggle */
html.manual-dark {
    --theam-bg-color: #ffffff;
    --theam-txt-color: #ffffff !important;
    --theam-color: #000 !important;
    --theam-text-color: #ffffff;
    --theam-secend-color: #121212 !important;
    --theam-secend-text-color: #ffffff;
    --text-color: #ffffff !important;
}

html.manual-dark body {
    background-color: #121212;
    color: #fff;
}

html.manual-dark header .logo img {
    filter: invert(1);
}

html.manual-dark footer .topfooter .logo img {
    filter: invert(1);
}

html.manual-dark footer .topfooter .logo {
    background: var(--theam-color);
}

html.manual-dark .blog-slider .title_box span {
    background: var(--theam-color);
}

html.manual-dark .track-card {
    border: 1px solid #fff;
    color: var(--theam-text-color);
}
html.manual-dark .synced-lyric-line--active{
    color: #fff;
}
html.manual-dark .auth-modal__top .btn-close{
    /* color: #fff; */
    /* background: #ffffff; */
    opacity: 1;
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
html.manual-dark .synced-lyric-line{color: #fff;}
html.manual-dark .menuuser a.login{color:#000;background:#fff;}
html.manual-dark .text-dark,
html.manual-dark .text-muted {
    color: var(--theam-text-color) !important;
}

html.manual-dark .featured .track-card,
html.manual-dark .card {
    background: var(--theam-color);
}

html.manual-dark .btn-outline-primary {
    background: #fff;
    color: #000000 !important;
}

html.manual-dark .artistList .title,
html.manual-dark .artistList ul li a,
html.manual-dark .card-header,
html.manual-dark .single-track .single-track-text,
html.manual-dark .single-track .track-info .card-title {
    color: var(--theam-text-color) !important;
}

html.manual-dark .track-actions .btn {
    border: #fff 1px solid;
    color: #fff;
}

html.manual-dark .bg-primary {
    background: #fff !important;
    color: #000000 !important;
}

html.manual-dark .comment-form .form-label {
    color: #fff !important;
}

html.manual-dark .comment-form .text-muted {
    color: #000000 !important;
}

html.manual-dark .comment-guidelines .text-muted {
    color: #fff !important;
}

html.manual-dark .blog-comment .text-muted {
    color: #000000 !important;
}

html.manual-dark .list-group-item {
    background: var(--theam-color);
    color: #fff;
}

html.manual-dark .card {
    border: 1px solid #fff;
}

html.manual-dark .track-info .card {
    border: 0px solid #fff;
}

html.manual-dark .track-info .btn-primary {
    background: #fff;
    color: #000;
}

html.manual-dark .add-comment-card .card-header {
    background: var(--theam-color) !important;
    color: #fff !important;
}

html.manual-dark .blog-comment h3,
html.manual-dark .blog-comment-form h3 {
    background: unset !important;
    color: #fff !important;
}

html.manual-dark .single-track .single-track-text::-webkit-scrollbar-thumb {
    background: #514a4d;
    border-radius: 10px;
}

html.manual-dark .pager .page-link {
    background: var(--theam-color);
}

html.manual-dark .text-decoration-none {
    color: #fff !important;
}

html.manual-dark .track-actions svg {
    fill: #fff;
}

html.manual-dark .catinfo .title_box h1 {
    color: #fff !important;
}

html.manual-dark ul.categorylist li {
    background: #121212;
}

html.manual-dark .last_blog .last_blog_box .img_box time {
    color: #000;
}

html.manual-dark .last_blog .last_blog_box a {
    color: #fff;
}

html.manual-dark .single_page h2 .after-img2 {
    background: unset;
    right: -29px;
    background: #121212;
}

html.manual-dark .single_page .text h2 {
    color: #ffffff;
}

html.manual-dark .single_page .text a {
    color: #170fe6;
}

html.manual-dark .single_page .text h3 {
    color: #ffffff;
}

html.manual-dark .single_page .text h4 {
    color: #fff;
}

html.manual-dark .single_page .text h5 {
    color: #fff;
}

html.manual-dark .single_page .text h6 {
    color: #fff;
}

html.manual-dark .sidebar-articles-itms li a {
    color: #000;
}

html.manual-dark .sidebar-articles-title {
    color: #000;
}

html.manual-dark .menu>ul>li:hover>a{
    color:red;
}

/* Site breadcrumb (SEO navigation) */
.site-breadcrumb-wrap {
    padding: 0.65rem 0 0.25rem;
}

.site-breadcrumb .breadcrumb {
    --bs-breadcrumb-divider: "›";
    margin-bottom: 0;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 0.375rem;
}

.site-breadcrumb .breadcrumb-item a {
    color: var(--theam-color, #0d6efd);
    text-decoration: none;
}

.site-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.site-breadcrumb .breadcrumb-item.active {
    color: var(--bs-secondary-color);
}

html.manual-dark .site-breadcrumb .breadcrumb {
    background: rgba(255, 255, 255, 0.06);
}

html.manual-dark .site-breadcrumb .breadcrumb-item a {
    color: var(--theam-secend-color, #6ea8fe);
}

html.manual-dark .site-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.72);
}

.site-breadcrumb--inline {
    margin-bottom: 1rem;
}

.site-breadcrumb--on-dark .breadcrumb {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.site-breadcrumb--on-dark .breadcrumb-item a {
    color: #fff;
    font-weight: 500;
}

.site-breadcrumb--on-dark .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.85);
}

.site-breadcrumb--on-dark .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.65);
}
html.manual-dark .track-list-item:hover {
    background-color: #747474;
    transition: background-color 0.2s;
}