.player-radio-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1
}

.player-radio-icon.isPlayngRadio:before {
    animation: pulse 1s infinite;
    background: rgba(43, 0, 147, .271);
    border-radius: 50%;
    content: "";
    height: 115%;
    position: absolute;
    transform: scale(1);
    width: 115%
}

.player-radio-icon>img:first-child {
    max-width: 100%
}

.player-radio-icon>img:last-child {
    max-width: 50%;
    padding-left: 2px;
    position: absolute
}

.player-radio-icon>i {
    color: #ffe100 !important;
    position: absolute
}

.audio {
    display: none
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.offcanvas-navigation ul {
    padding-left: 0
}

.offcanvas-navigation ul li.has-children .sub-menu {
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden
}

.offcanvas-navigation ul li.has-children.active>.sub-menu {
    height: 100%;
    opacity: 1;
    padding-left: 0;
    visibility: visible
}

.offcanvas-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0
}

.offcanvas-navigation ul li a:hover {
    color: #6eeb56
}

.offcanvas-navigation ul.sub-menu {
    margin-left: 15px;
    transition: .4s
}

.offcanvas-navigation ul.sub-menu li {
    border: none;
    list-style: none
}

.offcanvas-navigation ul.sub-menu li a {
    color: #fff;
    font-weight: 400
}

.offcanvas-navigation ul.sub-menu li a:hover {
    color: #6eeb56
}

.offcanvas-navigation ul.sub-menu li .sub-menu li a {
    font-size: 13px;
    padding: 5px 0
}

.offcanvas-navigation ul li.has-children {
    display: block;
    position: relative
}

.offcanvas-navigation ul li.has-children a {
    display: inline-block
}

.offcanvas-navigation ul li.has-children.active>.menu-expand {
    background-color: hsla(0, 0%, 100%, .2)
}

.offcanvas-navigation ul li.has-children.active>.menu-expand i:before {
    transform: rotate(0)
}

.offcanvas-navigation ul li.has-children .menu-expand {
    background-color: hsla(0, 0%, 100%, .1);
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 35px
}

.offcanvas-navigation ul li.has-children .menu-expand:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.offcanvas-navigation ul li.has-children .menu-expand i {
    border-bottom: 1px solid #fff;
    display: block;
    left: 50%;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px
}

.offcanvas-navigation ul li.has-children .menu-expand i:before {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transition: .4s;
    width: 100%
}

.loader {
    background: transparent;
    height: 100px;
    margin: 50px auto;
    position: relative;
    width: 100px
}

.loader span {
    animation: soundBar 3s ease-in-out infinite;
    background: #ffe000;
    bottom: 0;
    display: block;
    height: 5px;
    position: absolute;
    width: 9px
}

.loader span:first-child {
    left: 0
}

.loader span:nth-child(2) {
    animation-delay: .2s;
    left: 10px
}

.loader span:nth-child(3) {
    animation-delay: .4s;
    left: 20px
}

.loader span:nth-child(4) {
    animation-delay: .6s;
    left: 30px
}

.loader span:nth-child(5) {
    animation-delay: .8s;
    left: 40px
}

.loader span:nth-child(6) {
    animation-delay: 1s;
    left: 50px
}

.loader span:nth-child(7) {
    animation-delay: 1.2s;
    left: 60px
}

.loader span:nth-child(8) {
    animation-delay: 1.4s;
    left: 70px
}

@keyframes soundBar {
    0% {
        background: #ffe000;
        height: 5px
    }

    20% {
        background: #1f0069;
        height: 50px
    }

    40% {
        background: #ffe000;
        height: 5px
    }

    60% {
        background: #ffe000;
        height: 5px
    }
}

.table {
    display: inline-table
}

.table> {
    width: 100%
}

.programing-area {
    background: #082033
}

.programing-area .nav-tabs .nav-item.show .nav-link,
.programing-area .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #ffe000;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.programing-area .nav-tabs .nav-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.programing-area .nav-tabs .nav-link:focus,
.programing-area .nav-tabs .nav-link:hover {
    border: none;
    color: #ffe000;
}

.programing-area {
    color: #fff
}

.programing-area .inner-content {
    padding: 0 10%
}

@media only screen and (max-width:768px) {
    .programing-area .inner-content {
        padding: 0
    }
}

.portfolio-filter-menu {
    margin-bottom: -40px
}

.portfolio-filter-menu button {
    opacity: .5
}

.portfolio-filter-menu button.mixitup-control-active,
.portfolio-filter-menu button:hover {
    color: #ffe000;
    opacity: 1
}

.player-radio-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1
}

.player-radio-icon.isPlayngRadio:before {
    animation: pulse 1s infinite;
    background: rgba(43, 0, 147, .271);
    border-radius: 50%;
    content: "";
    height: 115%;
    position: absolute;
    transform: scale(1);
    width: 115%
}

.player-radio-icon>img:first-child {
    max-width: 100%
}

.player-radio-icon>img:last-child {
    max-width: 50%;
    padding-left: 2px;
    position: absolute
}

.player-radio-icon>i {
    color: #ffe100 !important;
    position: absolute
}

.audio {
    display: none
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.offcanvas-navigation ul {
    padding-left: 0
}

.offcanvas-navigation ul li.has-children .sub-menu {
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden
}

.offcanvas-navigation ul li.has-children.active>.sub-menu {
    height: 100%;
    opacity: 1;
    padding-left: 0;
    visibility: visible
}

.offcanvas-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0
}

.offcanvas-navigation ul li a:hover {
    color: #6eeb56
}

.offcanvas-navigation ul.sub-menu {
    margin-left: 15px;
    transition: .4s
}

.offcanvas-navigation ul.sub-menu li {
    border: none;
    list-style: none
}

.offcanvas-navigation ul.sub-menu li a {
    color: #fff;
    font-weight: 400
}

.offcanvas-navigation ul.sub-menu li a:hover {
    color: #6eeb56
}

.offcanvas-navigation ul.sub-menu li .sub-menu li a {
    font-size: 13px;
    padding: 5px 0
}

.offcanvas-navigation ul li.has-children {
    display: block;
    position: relative
}

.offcanvas-navigation ul li.has-children a {
    display: inline-block
}

.offcanvas-navigation ul li.has-children.active>.menu-expand {
    background-color: hsla(0, 0%, 100%, .2)
}

.offcanvas-navigation ul li.has-children.active>.menu-expand i:before {
    transform: rotate(0)
}

.offcanvas-navigation ul li.has-children .menu-expand {
    background-color: hsla(0, 0%, 100%, .1);
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 35px
}

.offcanvas-navigation ul li.has-children .menu-expand:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.offcanvas-navigation ul li.has-children .menu-expand i {
    border-bottom: 1px solid #fff;
    display: block;
    left: 50%;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px
}

.offcanvas-navigation ul li.has-children .menu-expand i:before {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transition: .4s;
    width: 100%
}