    * {
        padding: 0;
        margin: 0;
        transition: all ease .5s;
    }

    body {
        padding: 0;
        margin: 0 auto;
        font-family: 'Poppins', sans-serif;
        position: relative;
        background: #151515;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    a, a:hover {
        text-decoration: none;
    }

    .letter-space {
        letter-spacing: 2px;
    }

    .col-center {
        margin: 0 auto;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .margin-space {
        margin: 80px 0px;
    }

    .orange-clr {
        color: #f5421c;
    }

    .blue-clr {
        color: #05117d;
    }

    .font-bold {
        font-weight: 600;
    }

    .letter-space {
        letter-spacing: 5px;
    }

    .main-title {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        margin: 0;
    }

    .main-title::before {
        content: '';
        width: 5px;
        height: 50px;
        background: #000;
        position: absolute;
        left: 0;
    }

    .paragraph {
        line-height: 32px;
        font-size: 16px;
    }

    /** header **/

    .main-header {
        background: #000;
        position: relative;
    }

    .menu-ul {
        margin: 0 auto;
    }

    .logo-width {
        width: 25%;
        margin-right: 0;
        background: #000;
        padding: 30px;
    }

    .logo-width:hover {
        opacity: .7;
    }

    .header-navbar {
        padding: 10px 0px;
        position: relative;
    }

    /* .header-logo img {
    max-width: 50%;
} */

    .header-navbar .navbar-nav .nav-link:hover {
        color: rgba(227, 227, 227, 0.4);
    }

    .header-navbar .navbar-nav .nav-link.active {
        color: #fff;
        font-weight: 600;
    }

    .header-navbar .navbar-nav .nav-link {
        color: #fff;
        font-weight: 600;
        font-size: 13px;
    }

    .header-navbar .navbar-nav .nav-item {
        display: inline-block;
        margin: 0 15px;
    }

    .header-logo-1 {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -15px;
        z-index: 1;
    }

    .sign-btn {
        border: 1px solid #fff;
        padding: 10px !important;
    }

    .navbar-scroll.active {
        background: #000;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
        transition-duration: 0.6s;
        padding: 10px 0px;
        display: block;
        /* padding: 20px 0px */
        transition: all 0.5s ease;
    }

    /* .navbar-scroll.active .logo-scroll {
       display: block !important;
       transition: all 0.5s ease;
    } */

    /* .navbar-scroll.active .logo-white {
       display: none !important;
    } */

    .logo-scroll {
        display: none;
    }

    .navbar-scroll.active {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    /* .navbar-scroll.active .container {
    max-width: 100% !important;
} */

    .navbar-scroll.active .logo-scroll {
        display: block
    }

    .navbar-scroll.active .logo-width {
        width: 24%;
        margin-right: 0;
        background: #000;
        padding: 30px;
    }

    /* .navbar-scroll.active .logo-white {
    display: none
}

.navbar-scroll.active .header-logo {
    width: 4%;
} */

    /* .navbar-scroll.active .header-logo img {
    max-width: 65%;
} */

    .navbar-scroll.active .menu-ul {
        margin: 0 auto !important;
    }

    .navbar-scroll.active .navbar-nav .nav-link {
        color: #fff;
        padding: 0;
    }

    .navbar-scroll.active .navbar-nav .sign-btn {
        color: #fff;
        padding: 10px;
    }

    .navbar-scroll.active .social-icons {
        color: #fff !important;
    }

    .logo-scroll {
        display: none
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translateY(8px) rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }

    .client-btn-sec {
        display: block;
    }

    /** End-header **/

    .releases-box {
        width: 100%;
        float: left;
    }

    .releases-box ul li {
        width: 25%;
        float: left;
        display: block;
        position: relative;
        border: 2px solid #000;
    }

    .release-poster {
        margin: 0 auto;
        position: relative;
        width: 100%;
        transition: all 500ms;
        overflow: hidden;
    }

    .release-poster:hover img {
        transition: all 500ms;
        transform: scale(1.1);
    }

    /** Priavcy-page **/

    .privacy-title {
        padding: 40px 0 40px;
        margin-bottom: 40px;
    }

    .privacy-title h1 {
        margin-bottom: 0;
        font-size: 2.3em;
        line-height: 1em;
        font-weight: bold;
    }

    .privacy-content p {
        padding-bottom: 25px;
        line-height: 1.8em;
        font-size: 15px;
        font-weight: 400;
        color: #7f7f7f;
        text-transform: uppercase;
    }

    .privacy-content ul {
        display: block;
        margin: 0 0 40px 20px;
        list-style: disc;
    }

    .privacy-content ul {
        padding-bottom: 5px;
        line-height: 1.8em;
        font-size: 15px;
        font-weight: 400;
        color: #7f7f7f;
        text-transform: capitalize;
    }

    /** /Priavcy-page **/

    /** footer **/

    #footer {
        background: #1e1e1e;
        padding: 30px 0px 0px;
    }

    .footer-title h3 {
        font-size: 14px;
        font-weight: bold;
        display: block !important;
        clear: both;
        color: #fff;
        margin-bottom: 15px;
    }

    .footer-social-icons ul li {
        display: inline-block;
        margin: 10px;
    }

    .footer-social-icons ul li:first-child {
        margin-left: 0px !important;
    }

    .footer-social-icons ul li a {
        padding: 10px;
        font-size: 18px;
        color: #fff
    }

    .footer-social-icons ul li .fb-color:hover {
        color: #3e5b98 !important;
    }

    .footer-social-icons ul li .twitter-color:hover {
        color: #4da7de !important;
    }

    .footer-social-icons ul li .insta-color:hover {
        color: #e02a20 !important;
    }

    .footer-social-icons ul li .youtube-color:hover {
        color: #e02a20 !important;
    }

    /* .footer-social-icons ul li a:hover {
        opacity: 0.7;
    } */

    .important-links ul li a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }

    .copytext p {
        font-size: 14px;
    }

    .policy-links a {
        color: #fff;
    }

    .important-links ul li a:hover, .policy-links a:hover {
        opacity: 0.7;
    }

    .copyright-footer {
        padding: 20px 0 10px 0;

        color: #fff;
        background-color: #000;
        font-size: 14px;
    }

    .copytext p a {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 6px;
    }

    /** /footer **/

    /** full-release-details **/

    .release-heading {
        width: 70%;
        float: left;
    }

    .release-details {
        padding-top: 160px;
    }

    .release-title {
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        padding: 20px;
        width: 100%;
        float: left;
        clear: both;
    }

    .release-table {
        width: 100%;
        float: left;
    }

    .release-table ul li {
        padding-bottom: 14px;
        display: block;
        float: left;
        width: 100%;
    }

    .release-description {
        width: 100%;
        float: left;
        color: #fff;
    }

    .title_1 {
        width: 12%;
        float: left;
        font-weight: bold;
    }

    .dots {
        width: 5%;
        float: left;
    }

    .title_2 {
        width: 80%;
        float: left;
    }

    .release-table, .release-store, .stores-links, .release-ringtone {
        padding-top: 40px;
    }

    .release-table .table-bordered td, .release-table .table-bordered th {
        border: 1px solid #ddd;
        color: #fff;
    }

    .lt {
        margin-bottom: 40px;
        position: relative;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .lt::after, .lt::before {
        content: " ";
        display: block;
        position: absolute;
        width: 80px;
        border-bottom: 1px solid #fff;
        left: 50%;
        margin-left: -100px;
        bottom: -28px;
    }

    .lt::after {
        margin-left: 20px;
    }

    .lt h3 {
        position: relative;
        display: inline-block;
        font-weight: 600;
    }

    .lt h3 i.equalizer_menu::before, .lt h3 i.equalizer_menu::after {
        display: block;
        content: " ";
        border: solid;
        border-width: 0 1px;
        width: 16px;
        height: 20px;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -11px;
        animation: music .5s forwards;
        animation-duration: 1.8s;
        animation-iteration-count: infinite;
        transition: opacity .2s;
        transition-delay: .3s;
        bottom: -34px;
        color: #fff;
    }

    .lt h3 i.equalizer_menu::after {
        animation: musicB .5s forwards;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        margin: 0 0 0 -5px;
    }

    @keyframes musicB {
        0% {
            height: 20px
        }

        50% {
            height: 5px
        }

        100% {
            height: 20px
        }
    }

    @keyframes musicB {
        0% {
            height: 7px
        }

        25% {
            height: 18px
        }

        50% {
            height: 10px
        }

        75% {
            height: 20px
        }

        100% {
            height: 3px
        }
    }

    .store-link a {
        text-align: center;
        background: #30d567;
        padding: 15px 5px;
        border-radius: 5px;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        align-items: center;
        display: flex;
        justify-content: center;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .store-link a:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .bg-green {
        background-color: #30d567 !important;
    }

    .bg-youtube {
        background-color: #ee3838 !important;
    }

    .bg-cyan {
        background-color: #2bc5b4 !important;
    }

    .bg-blue {
        background-color: #0973b9 !important;
    }

    .bg-pink {
        background-color: #ff2d55 !important;
    }

    .bg-yellow {
        background-color: #ecb327 !important;
    }

    .bg-light-red {
        background-color: #fe5957 !important;
    }

    .bg-light-orange {
        background-color: #ff7c2d !important;
    }

    .bg-sky-blue {
        background-color: #2d9dff !important;
    }

    .bg-light-sky {
        background-color: #09cef6 !important;
    }

    .bg-dark {
        background-color: #000000 !important;
    }

    .bg-red {
        background-color: #ff3333 !important;
    }

    .ringtone_tile {
        text-align: center;
    }

    .ringtone_tile h3 {
        position: relative;
        display: inline-block;
        font-weight: 600;
        text-align: center;
        color: #fff;
        margin-bottom: 30px;
    }

    .ringtone-box {
        position: relative;
    }

    .ringtone-box p {
        border: 1px solid #fff;
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        position: relative;
        font-size: 14px;
        height: 45px;
    }

    .copy_btn {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        box-shadow: none;
        border: 0;
        color: #000;
        padding: 12px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 14px;
    }

    .copy_btn:focus {
        outline: none;
    }

    .release-store {
        width: 100%;
        float: left;
    }

    .margin-btm-60 {
        margin-bottom: 60px;
    }

    .footer-set {
        padding-bottom: 30px;
    }

    /** /full-release-details **/



    .breadcrumbs {
        background: #242424;
        display: flex;
        min-height: 280px;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .breadcrumbs_box h1 {
        color: white;
    }

    .section-speace {
        padding: 90px 0px;
    }

    .content .section-title span {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
    }

    .content h1 {
        margin-bottom: 20px;

    }

    .content h1, h2 {

        color: #fff;
    }

    .content h2 {
        font-size: 40px;
    }

    .content p {
        color: #fff;
        line-height: 30px;
    }

    .who-we-box {
        padding-top: 90px;
    }

    .who-we-right {
        background-color: #232323;
        padding: 30px;
        margin-top: 20px;
        color: #fff;
    }

    .who-we {
        position: relative;
        padding-bottom: 240px;
    }

    .who-we::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        background-image: url(../images/about-img-glow.jpg);
    }

    .form-style {
        border: 2px solid #afafaf;
        margin-bottom: 10px;
        background: transparent;
        color: #fff !important;
    }
    .form-style:focus {
        background: transparent;
        box-shadow: none;
        border: 2px solid #afafaf;
    }

    .form_height {
        height: 60px;
    }
    .page-btn {
        padding: 20px 50px;
        color: #000;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        z-index: 2;
        display: inline-block;
        border-radius: 15px;
        background: #fff;
        font-weight: 500;
        font-size: 20px;
    }
    .page-btn:hover {
        color: #000;
    }
    .contact_title {
        text-align: center;
        padding: 40px 0px;
        color: #fff;
    }

    @media screen and (min-width:320px) and (max-width:767px) {
        .margin-space {
            margin: 40px 0px;
        }

        .nav-secondary {
            background: #fff;
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
            width: 100%;
            position: fixed;
            z-index: 21;
            top: 0;
        }

        .navbar-toggler {
            padding: .25rem .75rem;
            font-size: 1.25rem;
            line-height: 1;
            border-radius: .25rem;
        }

        .xs-toggle {
            background-color: transparent !important;
            border: none !important;
            color: #fff !important;
        }

        .xs-toggle:focus {
            outline: none;
        }

        /* .mobile-navbar-collapse .navbar-toggler {
        position: absolute;
        right: 17px;
        top: 20px;
        border-radius: 0px;
    } */
        .mobile-navbar-collapse .sidebar-menu .nav-item .nav-link {
            font-size: 22px;
            color: #000;
            font-weight: 100;
        }

        /* .header-logo {
            width: 15% !important;
        } */
        /* #navbarSupportedContent {
        position: fixed;
        width: 80%;
        height: 100%;
        background: #fff;
        top: 0;
        left: -100%;
        z-index: 100;
        transition-timing-function: ease-in;
        transition: 0.2s;
        bottom: 0;
        overflow: auto;
        box-shadow: 4px 10px 10px -4px rgb(5, 17, 125);
    }
    #navbarSupportedContent.show {
        left: 0%;
        transition-timing-function: ease-out;
        transition: 0.25s;
    } */
        #navbarSupportedContent {
            padding: 15px;
        }

        .header-navbar .navbar-nav .nav-item {
            display: inline-block;
            margin: 10px 15px;
        }

        .mobile-navbar-collapse .navbar-toggler {
            border: none !important;
            background: transparent !important;
            color: #05117d;
            margin-top: 30px;
            font-size: 28px;
            font-weight: 100 !important;
        }

        .header-navbar {
            padding: 10px 10px !important;
        }

        .sign-btn {
            padding: 10px !important;
        }

        .mrg-btm {
            margin-bottom: 0px;
        }

        #footer {
            padding: 30px 10px 0px !important;
        }

        .xs-padding {
            padding-bottom: 30px;
        }

        .releases-box ul li {
            width: 50%;
            float: left;
            display: block;
            position: relative;
            border: 2px solid #000;
        }

        .logo-width {
            width: 32%;
        }

        .title_1 {
            width: 17%;
            float: left;
            font-weight: bold;
        }

        .dots {
            width: 3%;
            float: left;
        }

        .title_2 {
            width: 80%;
            float: left;
        }

        .release-heading {
            font-size: 30px;
        }

        .release-heading {
            width: 100%;
            float: left;
        }

        .release-details {
            padding-top: 0;
        }

        .copyright {
            text-align: center;
            padding-bottom: 21px;
        }

        .footer-set {
            padding-bottom: 0px;
        }
        .breadcrumbs {
            background: #242424;
            display: flex;
            min-height: 150px;
            align-content: center;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }
        .breadcrumbs_box h1 {
            
            font-size: 24px;
        }
        .content h2,h1 {
            font-size: 20px;
        }
        .who-we::after {
            display: none;
        }
        .who-we {
            padding-bottom: 0px;
        }
    }

    @media screen and (min-width:768px) and (max-width:992px) {
        .logo-width {
            display: block !important;
        }

        .navbar-toggler {
            padding: .25rem .75rem;
            font-size: 1.25rem;
            line-height: 1;
            border-radius: .25rem;
        }

        .xs-toggle {
            background-color: transparent !important;
            border: none !important;
            color: #fff !important;
        }

        .xs-toggle:focus {
            outline: none;
        }

        .d-block-md {
            display: flex;
        }

        .logo-width {
            width: 18%;
        }

        .nav-secondary {
            background: #fff;
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
            width: 100%;
            position: fixed;
            z-index: 21;
            top: 0;
        }

        /* .mobile-navbar-collapse .navbar-toggler {
        position: absolute;
        right: 17px;
        top: 20px;
        border-radius: 0px;
    } */
        .mobile-navbar-collapse .sidebar-menu .nav-item .nav-link {
            font-size: 22px;
            color: #000;
            font-weight: 100;
        }

        /* #navbarSupportedContent {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #ffbd28;
        top: 0;
        left: -100%;
        z-index: 100;
        transition-timing-function: ease-in;
        transition: 0.2s;
        bottom: 0;
        overflow: auto;
    }
    #navbarSupportedContent.show {
        left: 0%;
        transition-timing-function: ease-out;
        transition: 0.25s;
    } */
        .mobile-navbar-collapse .navbar-toggler {
            border: none !important;
            background: transparent !important;
            color: #05117d;
            margin-top: 30px;
            font-size: 28px;
            font-weight: 100 !important;
        }

        .header-navbar {
            padding: 10px 10px !important;
        }

        #navbarSupportedContent {
            padding: 15px;
        }

        .header-navbar .navbar-nav .nav-item {
            display: inline-block;
            margin: 10px 15px;
        }

        .navbar-scroll.active .header-logo {
            width: 16%;
        }

        .page-main-banner .item {
            height: auto;
        }

        .about-image::before {
            content: "";
            position: absolute;
            top: -40px;
            left: -40px;
            width: 65%;
            height: 100%;
            border: 4px solid #000;
            border-radius: 5px;
            z-index: -1;
        }

        .about-image::before {
            top: -20px;
            left: 10px;
        }

        .about-image.position-relative {
            margin-bottom: 50px;
        }

        .release-poster {
            margin: 0 auto;
            position: relative;
            width: 100%;
            transition: all 500ms;
        }

        .release-poster:hover img {
            transition: all 500ms;
            transform: scale(1.2);
        }

        .disc-img {
            display: none;
        }

        .bg-style {
            background: #fbfbfb;
            padding: 50px 0px;
        }

        .release-description ul {
            margin-top: 50px;
        }

        .release-description ul li {
            width: 100%;
            display: inline-block;
            padding: 0px 15px 30px;
            border-left: none;
        }

        .release-description ul li:last-child {
            padding: 0px 15px 0px;
        }

        .query-filed {
            width: 100%;
            margin: 0 auto;
        }

        .shadow-text {
            display: none;
        }

        #footer {
            background: #1e1e1e;
            padding: 50px 0px 25px;
        }

        .header-navbar .navbar-nav .nav-item {
            display: inline-block;
            margin: 10px 15px;
        }

        .menu-ul {
            margin: inherit;
        }

        .release-heading {
            width: 100%;
            float: left;
        }
    }

    @media screen and (min-width:950px) and (max-width:1300px) {
        .left-side ul li {
            width: 40%;
            display: inline-block;
            font-size: 14px;
            position: relative;
            margin-right: 25px;
        }

        .right-side {
            width: 66%;
            float: right;
            position: relative;
        }

        .left-side ul li::after {
            right: 25px;
        }
    }

    /* .collapse:not(.show) {
    display: none;
} */

    img {
        vertical-align: middle;
        border-style: none;
        max-width: 100%;
    }

    .xs-toggle {
        color: #fff !important;
        font-size: 22px;
    }

    .header-navbar .navbar-nav .nav-link:hover .logo_hindi {
        opacity: .7;
    }

    .full_poster {
        padding: 50px 0px;
    }

    .poster_box img {
        border-radius: 15px;
    }

    
    
    
a.Youtube    ,
a.YT.Music
{
    background: #FF0000 !important;    
}


a.Spotify
{
    background: #1ED760 !important; 
}
a.Ganna
{
    background: #E72C30 !important; 
}
a.Itune
{
    background: #34B9FE !important; 
}
a.Amazon
{
    background: #0D70B4 !important; 
}
a.Deezer
{
    background: #E97E27 !important; 
}
a.Jio 
{
    background: #2BC5B4 !important; 
}
a.Raunka
{
    background: #CB951E !important; 
}
 
a.SoundCloud 
{
    background: #FF551A !important; 
}
a.Hungama
{
    background: #0F7EF3 !important; 
}
a.Wynk 
{
    background: #EC2127 !important; 
}
a.Resso
{
    background: #000036 !important; 
}