body {
    font-family: 'Hind Siliguri', sans-serif;
}

.header-style-5 .logo {
    padding: 10px;
}

.header-style-5 .logo img {
    max-height: 100px;
}

.header-style-5 .playlist_menu_bar li a {
    padding: 10px 20px;
}

.navigation-1 ul>li>a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Hind Siliguri', sans-serif;
}

.kode_subscribe_menu p {
    color: #fff;
    padding-bottom: 15px;
}

.sub-banner {
    padding: 73px 0 73px;
}
.sub-banner p{
    min-width: 50%;
}
.kode_blog_content h5 a {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 28px;
}

.kode_blog_content p {
    margin-bottom: 20px;
    padding-right: 15px;
    text-align: justify;
}

.invalid-feedback strong {
    margin-top: 0.25rem;
    font-size: 0.857rem;
    color: #ea5455;
}

.banner_slider .slide:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #07835E;
    background: -moz-linear-gradient(45deg, #07835E 25%, #AB4017 100%);
    background: -webkit-linear-gradient(45deg, #07835E 25%, #AB4017 100%);
    opacity: 0.50;
    /* background: url("../images/pettren_img.png") repeat scroll 0 0%, #0f0f0f; */
    z-index: 1;
}

/* Width Class */
.w-5 {
    width: 5%;
}

.w-6 {
    max-width: 6%;
}

.w-7 {
    max-width: 7%;
}

.w-8 {
    max-width: 8%;
}

.w-9 {
    max-width: 9%;
}

.w-10 {
    max-width: 10% !important;
}

.w-11 {
    max-width: 11%;
}

.w-12 {
    max-width: 12%;
}

.w-13 {
    max-width: 13%;
}

.w-14 {
    max-width: 14%;
}

.w-15 {
    max-width: 15% !important;
}

.w-16 {
    max-width: 16% !important;
}

.w-17 {
    max-width: 17% !important;
}

.w-18 {
    max-width: 18% !important;
}

.w-19 {
    max-width: 19% !important;
}

.w-20 {
    max-width: 20% !important;
}

.w-21 {
    max-width: 21% !important;
}

.w-22 {
    max-width: 22% !important;
}

.w-23 {
    max-width: 23% !important;
}

.w-24 {
    width: 24% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.p-5x {
    padding: 5px;
}

.p-6x {
    padding: 6px;
}

.p-7x {
    padding: 7px;
}

.p-8x {
    padding: 8px;
}

.m-5x {
    padding: 5px;
}

.m-6x {
    padding: 6px;
}

.m-7x {
    padding: 7px;
}

.m-8x {
    padding: 8px;
}

.bg-dark {
    background: #273138;
}

.bg-white {
    background: #fff;
}

.bg-light-black {
    background: #7d8386;
}

.bg-dark-black {
    background: #333;
}

@keyframes news_blink {
    0% {
        color: #D64D16;
    }

    50% {
        color: green;
    }

    100% {
        color: deepskyblue;
    }
}

.news-blink {
    animation: news_blink 1s linear infinite;
    color: #D64D16;
    font-weight: bold;
}

/* ======================== HOME ======================== */
.simple-banner .banner_content p,
.banner_content p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'Hind Siliguri', sans-serif;
    line-height: 25px;
}

/* ======================== ABOUT US ======================== */
.music-main-section {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
}

.title-style-1 .light-color span {
    color: #e05711;
    font-size: 20px;
    font-weight: 600;
}

.music-live-performance,
.music-prformance-detail,
.music-prfomance-image a,
.music-prfomance-image a img,
.music-prformance-detail h2,
.music-prformance-detail p {
    float: left;
    width: 100%;
}

.music-prfomance-image {
    float: left;
    position: relative;
    margin: 0;
}

.music-prfomance-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 179px solid #fff;
    border-left: 179px solid transparent;
}

.music-prfomance-image img {
    border-radius: 3px;
}

.music-prformance-detail {
    padding: 50px 25px;
    position: relative;
}

.music-prformance-detail:before,
.music-prformance-detail:after,
.music-prformance-detail span:before,
.music-prformance-detail span:after {
    background-color: #e05711;
}

.music-prformance-detail:before {
    content: "";
    height: 2px;
    width: 180px;
    left: -12px;
    top: 0;
    position: absolute;
}

.music-prformance-detail:after {
    content: "";
    height: 180px;
    width: 2px;
    left: -14px;
    top: 0;
    position: absolute;
}

.music-prformance-detail span {
    position: absolute;
    right: 0;
    bottom: 0;
}

.music-prformance-detail span:before {
    content: "";
    height: 2px;
    width: 180px;
    right: 0;
    bottom: 0;
    position: absolute;
}

.music-prformance-detail span:after {
    content: "";
    height: 180px;
    width: 2px;
    right: 0;
    bottom: 0;
    position: absolute;
}

.music-prformance-detail h2 {
    color: #e05711;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 24px;
}

.music-prformance-detail p {
    margin-bottom: 20px;
    text-align: justify;
}

.featured-artist-link {
    text-align: center;
    margin: 15px 0;
}

.featured-artist-link .btn-1 {
    background: #f95806;
    color: #fff;
}

.featured-artist-link .btn-1:hover {
    background-color: #e05711 !important;
    color: #ccc;
}

.featured-artist {}

/* ======================== ABOUT END ======================== */


/* ======================== VIDEO START ======================== */
.msl-heading {
    background: #fee78a;
    padding: 10px 0px;
}

.msl-heading h5:after,
div.light-color.msl-heading h5:before {
    background: #fff;
}

div.light-color.msl-heading h5:after,
div.light-color.msl-heading h5:before {
    background: #fff;
}

#playlist .light-color {
    color: #fff;
}

#playlist .featured-thumb-list:first-child {
    padding-top: 10px;
}

#playlist .featured-thumb-list:last-child {
    padding-bottom: 10px;
}

#playlist .featured-thumb-list {
    padding: 10px 10px;
}

.kode_blog_content {
    min-height: 380px;
}

.concent_content h3 {
    margin-top: 10px;
}

#biography .widget-event-info li {
    text-transform: lowercase;
}

#biography .kode_content_wrap .kode_wrapper .text {
    text-align: justify;
}

#biography .artist-bio .text>p {
    text-align: justify;
}

.video-list-thumb .text {
    text-align: justify;
}

.featured-thumb-list .featured-title {
    font-size: 15px;
    margin: 0 0 5px;
}

.kf_blog_detail_des {
    text-align: justify;
}

/* ======================== VIDEO END ======================== */
@media (max-width: 767px) {

    .header-style-5 .playlist_menu_bar li a,
    .header-style-5 .logo,
    .header-style-5 .login-register {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #2f3539;
    }

    .breaking-news-column {
        margin-bottom: 10px !important;
    }

    .header-style-5 div.right-side {
        float: left;
    }
}

/* ======================== blink ======================== */
.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {

    0% {
        background-color: #D64D16;
    }

    50% {
        background-color: green;
    }

    100% {
        background-color: deepskyblue;
    }
}