* {
    padding: 0px;
    margin: 0;
}

body {
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: #171e22;
}

p {
    line-height: 28px;
    color: #7b7a7a;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0
}

a,
a:hover {
    text-decoration: none;
}

.pd {
    padding: 160px 0px 90px;
}

.mr-b {
    margin-bottom: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.m-b-5 {
    margin-bottom: 15px;
}

.m-b-8 {
    margin-bottom: 30px;
}

.mg-45 {
    margin: 45px 0px;
}

.small-font {
    font-size: 14px;
}

.bg-color {
    background-color: #f6f6f6;
}

button:focus {
    outline: 0px;
}

.div-center {
    margin: 0 auto;
}

.banner_btn_blue {
    margin-top: 100px;
}

.color-blue {
    color: #007bff;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.banner_btn_blue a {
    background-image: linear-gradient(to top right, #264699 0%, #4964a9 100%);
    padding: 15px 45px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.img-radius {
    border-radius: 5px;
}

.font-semibold {
    font-weight: 700;
}

.font-size {
    font-size: 45px;
}

.mrg-space {
    margin: 70px 0px;
}

.col-white {
    color: #fff;
}


/* Navbar-menu*/

.nav-dark-bg {
    background-color: #000;
}

.menu li {
    padding-left: 35px;
    position: relative;
}

.menu li a {
    color: #939090 !important;
    display: inline-block;
}

.menu-btn {
    border-color: #fff;
    border-radius: 50px;
    color: #fff;
}

.menu-btn:hover,
.menu-btn:focus,
.menu-btn:active {
    border-color: #fff !important;
    background-color: #fbba1c !important;
    color: #fff;
    box-shadow: none !important;
}

.nav-link.active {
    font-weight: 600;
    color: #dfc16e !important;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    left: 30px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #dfc16e;
    border-radius: 50px;
    margin: 0 auto;
    top: 37px;
}


/* End_Navbar-menu*/


/* banner-bg*/

.banner-bg {
    margin-top: 85px;
    position: relative;
}


/* .banner-caption {
    position: absolute;
    right: 15%;
    top: 43%;
    left: 130px;
    text-align: left;
    width: 50%;
} */


/*Smooth Scroll Button animation*/

@-webkit-keyframes dot-animation {
    0% {
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px);
        opacity: 1;
    }
    40% {
        top: 50%;
        opacity: 0;
    }
    100% {
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px);
        opacity: 0;
    }
}

@-moz-keyframes dot-animation {
    0% {
        top: -moz-calc(50% - 6px);
        top: calc(50% - 6px);
        opacity: 1;
    }
    40% {
        top: 50%;
        opacity: 0;
    }
    100% {
        top: -moz-calc(50% - 6px);
        top: calc(50% - 6px);
        opacity: 0;
    }
}

@keyframes dot-animation {
    0% {
        top: -webkit-calc(50% - 6px);
        top: -moz-calc(50% - 6px);
        top: calc(50% - 6px);
        opacity: 1;
    }
    40% {
        top: 50%;
        opacity: 0;
    }
    100% {
        top: -webkit-calc(50% - 6px);
        top: -moz-calc(50% - 6px);
        top: calc(50% - 6px);
        opacity: 0;
    }
}


/* End_banner-bg*/

.w-title h1 {
    color: #f1cf76;
}

.w-title p {
    color: #f2f2f2;
}

.w-text {
    position: relative;
}

.before-text {
    position: absolute;
    /* left: 90px; */
    top: -25px;
    font-size: 60px;
    line-height: 61px;
    font-weight: 700;
    background: linear-gradient(to right, #b422b4 40%, #715dca 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0.7;
    letter-spacing: 12px;
}


/* End_About */


/* TRENDING */

.music_bg {
    background-color: #273138;
}

.full_pad {
    padding: 50px 0;
}

.video-box {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 620px;
}

.video-box iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.video-box::before {
    content: '';
    position: absolute;
    top: -23px;
    left: -19px;
    height: 100px;
    width: 100px;
    border-top: 9px solid #f1cf76;
    border-left: 9px solid #f1cf76;
    z-index: 4;
}

.video-box::after {
    content: '';
    position: absolute;
    bottom: -23px;
    right: -19px;
    height: 100px;
    width: 100px;
    border-bottom: 9px solid #f1cf76;
    border-right: 9px solid #f1cf76;
    z-index: 4;
}


/* / TRENDING */


/* / LISTEN */

.left-music img {
    padding: 15px;
    background: linear-gradient(to right, #b422b4 40%, #715dca 80%);
    border-radius: 5px;
}

.right-music h2 {
    color: #fff;
    font-weight: 500;
}

.store-box {
    margin-top: 50px;
}

.store-box h5 {
    color: #f1cf76;
    letter-spacing: 4px;
}

.store-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.store-box ul li {
    width: 50%;
    display: block;
    float: left;
    padding-bottom: 30px;
}

.store-box ul li a {
    color: #f1cf76;
}

.store-box ul li a span {
    padding-left: 10px;
}


/* / LISTEN */

.about-footer p {
    color: #f2f2f2;
}


/*songs*/

.song-title a {
    font-weight: 500;
}

.song-img>img {
    max-width: 100%;
    border-radius: 10px;
}

.song-img {
    position: relative;
    overflow: hidden;
}

.main_overlay {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.song-img:hover .main_overlay {
    opacity: 1;
}

.box_overlay {
    position: absolute;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, #79b7f7 0%, rgba(32, 167, 196, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.song-img:hover .box_overlay {
    top: 0;
}

.div-mt {
    margin-top: 50px;
}

.view-btn>a {
    padding: 15px 50px;
    border-radius: 50px;
    color: #1584ed;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0px 0px 5px 0px #1584ed;
}

.view-btn>a:hover {
    color: #fff;
    background: -moz-linear-gradient(90deg, #d32eb2, #0c72c7);
    background: -webkit-linear-gradient(90deg, #d32eb2, #0c72c7);
    background: linear-gradient(90deg, #d32eb2, #0c72c7);
}


/*End_songs*/


/*Trending*/

.section-bg {
    background-color: #f8fcff;
    padding: 50px 0px 50px;
}

.song-img_1 {
    position: relative;
    overflow: hidden;
}

.song-img_1 {
    float: left;
    width: 80px;
}

.song-img_1 {
    margin-right: 15px;
}

.song-img_1>img {
    border-radius: 5px;
}

.song-dec_1 {
    padding-top: 7px;
    position: relative;
    float: left;
}

.song-dur_1 {
    float: right;
    padding-top: 20px;
    font-weight: 600;
    color: #fff;
}


/* Videos*/

.video-owl {
    position: relative;
}

.video-owl .owl-nav {
    display: block !important;
}

.video-owl .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 41%;
    background-image: linear-gradient(to right, #1487F3, #3065D8) !important;
    background-image: -ms-linear-gradient(to right, #1487F3, #3065D8) !important;
    background-image: -moz-linear-gradient(to right, #1487F3, #3065D8) !important;
    background-image: -webkit-linear-gradient(to right, #1487F3, #3065D8) !important;
    padding: 8px 8px !important;
    box-shadow: 0 5px 20px 0 rgba(255, 255, 255, 0.5), 0 2px 4px 0 rgba(199, 199, 199, 0.5) !important;
    z-index: 2 !important;
    color: #fff !important;
}

.video-owl .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 41%;
    background-image: linear-gradient(to right, #1487F3, #3065D8) !important;
    background-image: -ms-linear-gradient(to right, #1487F3, #3065D8) !important;
    background-image: -moz-linear-gradient(to right, #1487F3, #3065D8) !important;
    background-image: -webkit-linear-gradient(to right, #1487F3, #3065D8) !important;
    padding: 8px 8px !important;
    box-shadow: 0 5px 20px 0 rgba(255, 255, 255, 0.5), 0 2px 4px 0 rgba(199, 199, 199, 0.5) !important;
    z-index: 2 !important;
    color: #fff !important;
}

.video-poster {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-poster>a>img {
    width: 100%;
    border-radius: 5px;
}

.ms_rcnt_box_text h3,
.w_top_song .w_tp_song_name h3 {
    font-size: 16px;
}

.ms_rcnt_box_text p,
.w_top_song .w_tp_song_name p {
    color: #777777;
    font-size: 14px;
    margin: 0px;
}

.mb-40 {
    margin-bottom: 40px;
}


/* End_Videos*/


/*Main-title*/

.main-title h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f1cf76;
    font-size: 40px;
}


/*OWL-singer*/

.owl-ht {
    height: 265px;
}

.owl-item>div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.owl-item.center>div {
    cursor: auto;
    margin: 0;
}


/* .owl-item:not(.center)>div:hover {
    opacity: .75;
} */

.owl-img {
    position: relative;
}

.owl-img img {
    border-radius: 50%;
    width: 190px !important;
    height: 180px;
    margin: 0 auto;
    position: relative;
}

.owl-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 190px;
    background: -moz-linear-gradient(to right, #d32eb2 20%, #0c72c7 80%);
    background: -webkit-linear-gradient(to right, #d32eb2 20%, #0c72c7 80%);
    background: linear-gradient(to right, #d32eb2 20%, #0c72c7 80%);
    opacity: .5;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
}

.center .owl-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 190px;
    background: -moz-linear-gradient(to right, #d32eb2 20%, #0c72c7 80%);
    background: -webkit-linear-gradient(to right, #d32eb2 20%, #0c72c7 80%);
    background: linear-gradient(to right, #d32eb2 20%, #0c72c7 80%);
    opacity: .5;
    left: 19px;
    top: 0;
    border-radius: 50%;
    z-index: 1;
}

.owl-title p {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.owl-title {
    margin-top: 15px;
}

.center .owl-title p {
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #1584ed;
    padding: 10px;
    border-radius: 5px;
    color: #2984db;
    width: 80%;
    margin: 0 auto;
}

.client-div .owl-item.active {
    filter: blur(4px);
}

.client-div .owl-theme_1 .owl-item.active,
.client-div .owl-theme_2 .owl-item.active {
    filter: blur(0px) !important;
}

.client-div .owl-item.center {
    filter: blur(0px) !important;
}


/*End_OWL-singer*/


/* Songs */

.owl-theme_1 .owl-stage-outer {
    padding: 55px 0px 55px;
}

.owl-theme_1 .song-img {
    background: #42bdc2;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 220px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.owl-theme_1 .song-img img {
    width: 220px;
    height: 200px;
    border-radius: 50%;
}

.owl-theme_1 {
    position: relative;
}

.owl-theme_1::before {
    content: '';
    position: absolute;
    width: 952px;
    background-image: linear-gradient(to top right, #321b8e 0%, #3b1a53 100%);
    left: 0;
    height: 100%;
    padding: 15px 0px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    box-shadow: #b59ff6 4px 8px 10px 5px;
}


/* End_Songs */

.releases-bg {
    background: url(../images/releases-bg/releases-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}

.rect-box-img {
    position: relative;
}

.rect-box-img a img {
    position: relative;
    border-radius: 5px;
}

.rect-box-text h5 {
    margin-top: 16px;
    text-align: left;
    font-size: 16px;
}

.slider-icon .owl-nav {
    display: block !important;
    position: absolute;
    top: -60px;
    right: 5px;
}

.slider-icon .owl-nav .owl-prev,
.slider-icon .owl-nav .owl-next {
    background: transparent;
    color: #000 !important;
}

.slider-icon .owl-nav .owl-prev:hover,
.slider-icon .owl-nav .owl-next:hover {
    background: transparent;
}

.slider-icon .owl-nav .owl-prev,
.slider-icon .owl-nav .owl-next i {
    font-size: 18px;
}


/** Footer **/

.footer-bg {
    background: #273138;
    position: relative;
    padding: 50px 0px;
}

/*.footer-top {*/
/*    padding-bottom: 25px;*/
/*    border-bottom: 2px dashed rgb(242, 215, 128);*/
/*}*/

.footer-dec {
    text-align: right;
}

.footer-dec li {
    display: inline-block;
}

.footer-dec li a {
    color: #171e22;
    font-size: 18px;
    background: #f2d880;
    padding: 5px 12px;
    border-radius: 5px;
    margin-right: 10px;
}


/* .footer-dec li a:hover {
    box-shadow: 0px 0px 5px 0px #1584ed
} */

.footer-dec p {
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    width: 80%;
}

.copy-footer {
    /* background-image: -moz-linear-gradient(to right, #1487F3, #3065D8); */
    background-color: #171e22;
    padding: 20px 0px;
}

.copy-text h5 {
    color: #fff;
    font-size: 16px;
}

.menu-heading {
    margin-top: 20px;
}

.menu-heading h3 {
    color: #f1cf76;
    font-size: 18px;
}

.f-mt {
    margin-top: 40px;
}

.f-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-menu ul li {
    padding-bottom: 10px;
}

.f-menu ul li a {
    color: #f2f2f2;
    text-transform: capitalize;
}

.f-menu-store p {
    color: #f2f2f2;
}

.f-menu-store ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.f-menu-store ul li {
    display: inline-block;
    padding-right: 20px;
}

.f-menu-store ul li:last-child {
    padding-right: 0px;
}

.f-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-contact ul li {
    display: block;
    float: left;
    margin-bottom: 25px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    float: left;
    border-radius: 5px;
    border: 1px solid #fecd46;
}

.contact-icon i {
    color: #fecd46;
}

.c-menu {
    margin-top: 40px;
}

.c-menu ul li {
    color: #f2f2f2;
    padding-bottom: 11px;
    display: block;
}

.recet-menu ul li {
    display: inline-block;
    margin-right: 10px;
}

.recet-menu>img {
    border-radius: 5px;
}

.video_trailer_img {
    position: relative;
}

.video_trailer_img>img {
    width: 100%;
}

.video_trailer_img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(to right, #1487F3, #3065D8);
    opacity: .5;
    left: 0;
    top: 0;
    border-radius: 5px;
}


/* End_Footer*/


/* BLOG */

.t_news {
    margin-top: 80px;
}

.large_img_news {
    position: relative;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    border: 4px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: rgb(222, 223, 224);
    border-radius: 5px;
}

.large_img_news:hover {
    border-color: #0c72c7;
}

.img_div {
    min-height: 355px;
    padding: 30px 30px 19.995px 30px;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    display: flex;
    -webkit-align-items: flex-end;
}

.img_post_bg {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img_post_bg:hover {
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img_holder_content a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    width: 40%;
    color: #fff;
    display: inline-block;
}

.img_post_bg ::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .45;
    background: #000;
}

.left_large img {
    width: 100%;
}

.left_col_img img {
    width: 100%;
}

.img_holder_content {
    position: relative;
}

.img_holder_content h3 {
    padding-bottom: 10px;
    margin-left: -10px;
}

.holder_dec p {
    color: #fff;
}

.n_1 {
    min-height: 616px;
}

.n_2 {
    min-height: 250px;
}

.n_3 {
    min-height: 250px;
}

.mb-20 {
    margin-bottom: 18px;
}

.card_bg {
    background: #fff;
}

.card_news_title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    width: 80%;
    display: inline-block
}

.text-muted {
    color: #7b7a7a !important;
}

.card_news_text {
    padding-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 92%;
    color: #000;
    display: inline-block;
}

.news_btn {
    background: transparent;
    color: #1487F3;
    border-color: #1487F3;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.post_tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post_tags ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 32px;
}

.post_tags ul li a {
    border: 1px solid #d7d5d5;
    padding: 8px 25px;
    text-decoration: none;
    text-transform: capitalize;
}


/* /BLOG */


/* Contact */

.conatct-wrapper {
    margin-top: 100px;
}

.form-inpt {
    padding: 30px 15px;
}

.right-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.right-contact ul li {
    margin-bottom: 40px;
    display: block;
    color: #202020;
    line-height: 40px;
}

.c-icon {
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(to right, #1487F3, #3065D8);
    background-image: -ms-linear-gradient(to right, #1487F3, #3065D8);
    background-image: -moz-linear-gradient(to right, #1487F3, #3065D8);
    background-image: -webkit-linear-gradient(to right, #1487F3, #3065D8);
    padding: 10px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.after-div::after {
    content: '';
    width: 2px;
    height: 360px;
    right: 8px;
    position: absolute;
    background-color: #cccbcb;
    z-index: 111;
    top: 110px;
}


/* /Contact */

@media (min-width:320px) and (max-width:767px) {
    img {
        max-width: 100%;
    }
    p {
        font-size: 14px;
    }
    .pd {
        padding: 40px 0px 60px;
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 24px;
    }
    .mrg {
        margin: 40px 0px;
    }
    .mrg-space {
        margin: 35px 0px;
    }
    .div-mt {
        margin-top: 0px;
    }
    .center .owl-img::before {
        position: absolute;
        content: "";
        height: 180px;
        width: 190px;
        background: linear-gradient(to right, #cb0035 20%, #e06900 80%);
        opacity: .5;
        left: 78px;
        top: 0;
        border-radius: 50%;
        z-index: 1;
    }
    .center .owl-title p {
        width: 45%;
    }
    .cube-img img {
        top: 50px;
    }
    .service-1 {
        margin-bottom: 85px;
    }
    .no-mrg-btm {
        margin-bottom: 0px !important;
    }
    /* .banner-bg {
        padding: 100px 0px;
    } */
    .banner-left h1 {
        font-size: 22px;
        line-height: 33px;
    }
    .banner-left p {
        font-size: 14px;
        padding-top: 10px;
    }
    .banner_btn_blue a {
        font-size: 14px;
    }
    .venture-title p {
        line-height: 30px;
        font-size: 14px;
    }
    .raunka-img {
        margin-top: 25px;
    }
    .center .owl-img::before {
        left: 93px;
    }
    .sub-title h2 span {
        padding: 0 25px;
    }
    .sub-title span::before,
    .sub-title span::after {
        top: 12px;
    }
    .owl-theme_1::before {
        width: 200px;
    }
    .owl-theme_1 .owl-stage-outer {
        padding: 55px 0px 40px;
    }
    .subscribe-bg {
        background-position: 40% center;
        padding: 46px 0px 20px;
    }
    .email-section button {
        margin-left: -136px;
    }
    .owl-img {
        position: relative;
        width: 50%;
        margin: 0 auto;
    }
    .center .owl-img::before {
        width: 93%;
        left: 7px;
    }
    .navbar-light .navbar-toggler {
        border: none !important;
    }
    .menu li {
        padding-left: 0px;
    }
    .navbar-scroll .menu li {
        text-align: center;
        border-top: 1px solid #000;
        padding-left: 0px;
    }
    .navbar-scroll ul li a {
        color: #000 !important;
        padding: 15px 0px;
    }
    .xs-menu-bg {
        background: #fff;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
        transition-duration: 0.6s;
    }
    .navbar .menu li {
        text-align: center;
        border-top: 1px solid #000;
        padding-left: 0px;
    }
    .navbar ul li a {
        color: #939090 !important;
        padding: 15px 0px;
    }
    .description h3 {
        font-size: 30px;
    }
    .footer_menu {
        text-align: center;
    }
    .footer_menu ul li:first-child {
        padding-bottom: 13px;
    }
    .footer_menu ul li a {
        border-left: none;
        padding-left: 0px;
    }
    .footer-bg {
        margin-top: 0;
    }
    .footer-dec {
        text-align: left;
    }
    .xs-mr {
        margin-top: 20px;
    }
    .before-text {
        top: -15px;
        font-size: 27px;
        line-height: 31px;
    }
    .nav-link.active::after {
        display: none;
    }
    /* BLOG */
    .n_1 {
        min-height: 200px;
    }
    .n_2 {
        min-height: 180px;
    }
    .n_3 {
        min-height: 180px;
    }
    /* /BLOG */
    .after-div::after {
        display: none;
    }
    .video-box::before,
    .video-box::after {
        display: none;
    }
    .video-box {
        height: 250px;
    }
    .right-music {
        margin-top: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation :landscape) {
    .xs-menu-bg {
        background-image: linear-gradient(to top right, #321b8e 0%, #3b1a53 100%);
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    }
    .navbar-scroll .menu li {
        text-align: center;
        border-top: 1px solid #000;
        padding-left: 0px;
    }
    .navbar-scroll ul li a {
        color: #000 !important;
        padding: 15px 0px;
    }
}


/*IPAD*/

@media (min-width:768px) and (max-width:992px) {
    img {
        max-width: 100%;
    }
    /* .banner-bg {
        padding: 100px 0px;
    } */
    .ipad-center {
        text-align: center;
    }
    .center .owl-img::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 190px;
        background: linear-gradient(to right, #cb0035 20%, #e06900 80%);
        opacity: .5;
        left: 25px;
        top: 0;
        border-radius: 50%;
        z-index: 1;
    }
    .owl-theme_1::before {
        width: 400px;
    }
    .owl-theme_1 .owl-stage-outer {
        padding: 55px 0px 16px;
    }
    .footer_menu {
        text-align: center;
        width: 100%;
    }
    .after-div::after {
        display: none;
    }
    .nav-link.active::after {
        display: none;
    }
}


/*End_IPAD*/