

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    background-color: #121317;

}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
a {
    color: #0eacf3;
    font-size: 13px;
    text-decoration: none;
}

a:hover {
    color: #098eca;
    text-decoration: none;
}

a, .nav-tabs > li > a {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:focus, .btn:focus {
    outline: none !important;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px;
}

li {
    line-height: 20px;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
    text-align: center;
}

.center-responsive img {
    margin: 0px auto;
}

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.cn_item i {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
}
.text-primary {
    color: #15cda5 !important;
}

.text-secondary {
    color: #4b4b4b;
}
.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.float-right-right {
    float: right;
}

.full-width-float, .float-left-left {
    float: left;
}

.full-width-inblocks {
    display: inline-block;
}

.full-width-blocks {
    display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks, .full-width-img {
    width: 100%;
}

.white-color {
    color: #fff;
}

.blue-color {
    color: #09bce8 !important;
}

.red-color {
    color: #f05154 !important;
}

.btn-info {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #df3b3e;
    border-color: #df3b3e;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-primary {
    background-color: #1cbb9d;
    border-color: #1cbb9d;
    color: #fff;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #159e84;
    border-color: #159e84;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #159e84;
    border-color: #159e84;
    color: #fff;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #098eca;
    border-color: #098eca;
}
.btn-default {
    background-color: transparent;
    border-color: #e3af25;
    color: #000000;
    border-width: 3px;
}
.btn-default:hover, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-primary {
    background-color: #bc8c18;
    border-color: #bc8c18;
    color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #bc8c18;
    border-color: #bc8c18;
    color: #fff;
}
.btn {
    padding: 13px 33px;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
}
.clear-fluid {
    clear: both;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
/*header*/
#header-wrap {
    background: rgba(18, 19, 23, 0.70);
    border-bottom: 1px solid rgba(53, 53, 63, 0.2);
    z-index: 88;
    position: fixed;
    height: 64px;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0px;
    padding: 17px 0px 16px;
}

.padd-fix {
    padding-top: 0px;
}
.logo {
    display: block;
    text-align: left;
}
.logo a {
    display: inline-block;
}

.corss-land {
    float: left;
    cursor: pointer;
    position: relative;
    top: 8px;
}
.cross-svg {
    width: 30px;
    height: 30px;
    background-image: url(../images/svg/cross.svg);
}
.right-head {
    float: right;
}
.nav-wrap {
    float: right;
    margin-top: 0px;
}
.nav-wrap nav > ul {
    list-style-type: none;
    margin: -10px 0px 0px 0px;
    padding: 0;
    font-size: 0;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-wrap nav > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}
.nav-wrap nav > ul > li:last-child {
    margin-right: 0px;
}
.nav-wrap nav > ul > li.more > a .fa {
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 1px;
    padding-right: 13px;

}

.nav-wrap nav > ul > li.hide-off {
    display: none;
}


.nav-wrap nav > ul > li > a {
    display: block;
    line-height:0px;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin: 0px;
    padding: 0px 9px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-wrap nav > ul > li > .btn {
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 11px;
    text-transform: uppercase;
    background: #cf0056;
    color: #fff !important;
    position: relative;
    top: -5px;
    box-shadow: none;
}

.nav-wrap nav > ul > li > a .v-line {
    height: 5px;
    content: '';
    position: absolute;
    left: 0px;
    border-radius: 4px;
    background: #0acda3;
    width: 100%;
    display: none;
}
.nav-wrap nav > ul > li.active > a .v-line {
    display: block;
}

.nav-wrap nav > ul > li a + ul li {
    margin-top: 1px;
}

.nav-wrap nav > ul > li a + ul li a {
    padding: 10px 15px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
}


.nav-wrap nav > ul > li a + ul li a:hover {
    color: #fff;
}

.nav-wrap nav > ul > li:hover > a, nav > ul > li > a:hover, .nav-wrap nav > ul > li > a:focus, .nav-wrap nav > ul > li.active > a  {
    color: #fff;
    text-decoration: none;
}
.nav-wrap nav .open > a .v-line {
    display: block;
}
.nav-wrap nav .open > a, .nav .open > a:focus, .nav-wrap nav .open > a:hover {
    background-color:transparent;
    border-color: transparent;;
    color: #fff !important;
    text-decoration: none;
}
.nav-wrap nav > ul > li:hover > a .liv-strm-top, nav > ul > li > a:hover .liv-strm-top, .nav-wrap nav > ul > li > a:focus .liv-strm-top, .nav-wrap nav > ul > li.active > a .liv-strm-top {
    background: #1cbb9d;
}

#header-wrap.fixheader {
    height: 50px;
    padding: 9px 0px 0px;
}
.nav-wrap nav > ul {
    margin: -10px 0px 0px 0px;
}
@media (max-width: 767px) {
    #header-wrap {
        height: 46px !important;
        padding: 10px 0px 0px !important;
    }
    .nav-wrap nav > ul {
        margin: -13px 0px 0px 0px;
    }
    .logo a {
        margin-top: 0px;
    }
    .logo img {
        width: 90px;
    }
    .nav-wrap nav > ul > li {
        margin-right: 10px;
    }
    .nav-wrap nav > ul > li > a {
        line-height: 0px;
        font-size: 14px;
    }
    .nav-wrap nav > ul > li > .btn {
        padding: 3px 8px;
        font-size: 13px;
    }
    .corss-land {
        top: 9px;
    }
}
@media (min-width: 1600px) {

    .nav-wrap nav > ul > li {
        margin-right: 45px;
    }
    .nav-wrap nav > ul > li > a {
        padding: 0px 15px;
    }

    .header-subcribe .btn {
        padding: 9px 45px;
    }
}
/*header end*/
/*hm-tophead*/
.hm-tophead {
    position: relative;
}

/*hm-tophead end*/
/*single-content-sec*/
.single-content-sec {
    margin-top: -7%;
    position: relative;
    padding-bottom: 58px;
}
.opct-svg {
    opacity: .5;
}
.disc-svg {
    left: 3%;
    top: 40%;
}

.single-content {
    position: relative;
    text-align: center;
}
.single-content-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.single-content-middle {
    display: table-cell;
    width: 100vw;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
}
.single-content .single-content-overlay h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}
.anim-leftright {
    -webkit-animation: leftright 30s linear infinite;
    animation: leftright 30s linear infinite;
}
@keyframes leftright {
    from { transform: translate3d(-200px, 0, 0);     }
    to   { transform: translate3d(500px, 0px, 0); }
}
@-webkit-keyframes leftright {
    0% {margin-left: -200px;}
    100% {margin-left: 800px;}
}
.colorfill11-svg {
    left: 3%;
    top: 45%;
}
.colorfill1-svg {
    right: 30%;
    bottom: 0%;
}
.radio-svg {
    right:3%;
    top: 9%;
}
.space-seprate {
    width: 1px;
    height: 58px;
    background: #cf0056;
    margin: 0px auto 0px;
}
.title-sm-tt h1 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height:46px ;
    margin: 30px 0px;
}
.single-content-sec .wrapper-linear.left-dir .content-move {
    animation: left 180s linear infinite;
    -webkit-transform-style: preserve-3d;
}
.single-content-move{
    flex: none;
    margin: 0px 14px 0px;
    position: relative;
}

@media (max-width: 1199px) {
    .single-content-move img{
        width: 360px;
    }
}
@media (max-width: 991px) {
    .single-content-sec {
        margin-top: -4%;
        padding-bottom: 38px;
    }
    .single-content .single-content-overlay h3 {
        font-size: 31px;
    }
    .title-sm-tt h1 {
        font-size: 28px;
        line-height: 39px;
        margin: 20px 0px;
    }
    .single-content-move img{
        width: 320px;
    }

}
@media (max-width: 767px) {
    .single-content-sec .col-sm-4 {
        width: 80%;
        margin: 0px auto;
    }
    .single-content {
        margin-bottom: 20px;
    }
    .single-content-sec {
        margin-top: 0px;;
        padding-bottom: 20px;
    }
    .title-sm-tt h1 {
        font-size: 24px;
        line-height: 40px;
        margin: 30px 0px;
    }
    .single-content-move{
        margin: 0px 10px 0px;
    }
    .single-content-move img{
        width: 270px;
    }

}
@media (max-width: 414px) {
    .single-content-move img {
        width: 210px;
    }
}
@media (min-width: 1600px) {
    .single-content-sec {
        padding-bottom: 88px;
        margin-top: -8%;
    }
    .title-sm-tt h1 {
        font-size: 36px;
        line-height: 54px;
        margin: 40px 0px;
    }
    .space-seprate {
        height: 78px;
    }
    .colorfill11-svg {
        left: 8%;
        top: 45%;
    }
    .colorfill1-svg {
        right: 30%;
        bottom: 0%;
    }
    .radio-svg {
        right: 6%;
        top: 9%;
    }
}
/*single-content-sec end*/
/*discover-latestsec*/
.discover-latestsec {
    padding-top: 70px;
}
.title-main-st h1 {
    font-size: 37px;
    font-weight: 500;
    color: #fff;
    line-height: 47px;
    margin: 0px;
}
.title-main-st hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 2px solid #cf0056;
    width: 123px;
    display: inline-block;
}
.title-main-st p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 31px;
    margin-bottom: 30px;
}
.overflow-hidden {
    overflow: hidden;
}
.netcurve-left {
    left: 0px;
    top: 15%;
}
.netcurve-left img {
    width: 80%;
}
.starcurve-right {
    right: 0px;
    top: -5%;
}
.colorfill2-svg {
    left: 1%;
    top: 45%;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}
.colorfill10-svg {
    right: 28%;
    top: 45%;
    -webkit-animation: bounceIn 3000ms infinite;
    animation: bounceIn 3000ms infinite;
}

.inview {
    opacity: 0;
    -webkit-transition: all 0.5s 0.2s ease;
    -moz-transition: all 0.5s 0.2s ease;
    -ms-transition: all 0.5s 0.2s ease;
    -o-transition: all 0.5s 0.2s ease;
    transition: all 0.5s 0.2s ease;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
.inview.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.discover-latestsec-outer.animate .h-g-thumb {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.2) translate3d(40px, -40px, 0);
    -moz-transform: scale(1.2) translate3d(40px, -40px, 0);
    -ms-transform: scale(1.2) translate3d(40px, -40px, 0);
    -o-transform: scale(1.2) translate3d(40px, -40px, 0);
    transform: scale(1.2) translate3d(40px, -40px, 0);
}
.discover-latestsec-outer.activate-animation .h-g-thumb {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
.ho-ga-anim {
    top: 150%;
    left: 0;
    width: 100%;
}
.bp-ab {
    position: absolute;
}
.item-listdiscover-outer {
    padding: 0px;
}
.item-disc-1 {
    right: 9%;
    top: -160px;
}
.item-disc-2 {
    left: 9%;
    top: 50px;
}
.item-disc-3 {
    left: 0%;
    top: 280px;
}
.item-disc-4 {
    left: 29.5%;
    top: 170px;
}
.item-disc-5 {
    right: 19.5%;
    top: 310px;
}
.item-disc-6 {
    right: 0%;
    top: 310px;
}
@media (max-width: 1199px) {
    .item-disc-1 {
        right: 0%;
        top: -160px;
    }
    .item-disc-2 {
        left: 0%;
        top: 50px;
    }
    .item-disc-3 {
        left: 0%;
        top: 280px;
    }
    .item-disc-4 {
        left: 24.5%;
        top: 0px;
    }
    .item-disc-5 {
        right: 35.5%;
        top: 300px;
    }
    .item-disc-6 {
        right: 10%;
        top: 310px;
    }
    .ho-ga-anim {
        top:20%;
    }
}
@media (max-width: 991px) {
    .title-main-st h1 {
        font-size: 33px;
        line-height: 43px;
    }
    .item-disc-1 {
        right: 0%;
        top: -200px;
    }
    .item-disc-1 img {
        width: 290px;
    }
    .item-disc-4 {
        left: 25.5%;
        top: 0px;
    }
    .item-disc-5 {
        right: 21.5%;
        top: 300px;
    }
    .item-disc-6 {
        right: 10%;
        top: 133px;
    }
    .title-main-st hr {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .discover-latestsec-outer {
        overflow: hidden;
    }
    .item-listdiscover-outer {
        text-align: center;
        padding-top: 20px;
    }
    .title-main-st h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .item-listdiscover {
        display: inline-block;
        width: 30%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .item-listdiscover:nth-child(3n) {
        margin-right: 0px;
    }

    .item-listdiscover img {
        border-radius: 5px;
    }
}
@media (max-width: 480px) {
    .item-listdiscover {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .item-listdiscover:nth-child(3n) {
        margin-right: 2%;
    }

    .item-listdiscover:nth-child(2n) {
        margin-right: 0px;
    }
}
@media (min-width: 1600px) {
    .netcurve-left {
        top: 30%;
    }
    .netcurve-left img {
        width: auto;
    }
}
/*working fine just give width .flip-content*/
.flip_card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 1.0s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 1.0s linear;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.flip-content {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}
.item-listdiscover:hover .flip_card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.face-disc {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.face-disc.flipback-discover {
    display: block;
    -webkit-transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateY(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateY(180deg);
    -o-box-sizing: border-box;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: center;
    background-color: #aaa;
}
@media (min-width: 1600px) {
    .discover-latestsec {
        padding-top: 150px;
    }
    .title-main-st h1 {
        font-size: 48px;
        line-height: 56px;
    }
    .title-main-st hr {
        margin-top: 38px;
        margin-bottom: 38px;
        width: 123px;
    }
    .title-main-st p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .colorfill2-svg {
        left: 8%;
        top: 45%;
    }
    .colorfill10-svg {
        right: 28%;
        top: 45%;
    }
    .starcurve-right {
        right: 0px;
        top: -12%;
    }
}
/*discover-latestsec end*/
/*listsong-sec */
.listsong-sec {
    background-image: url(../images/listsong-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 490px;
    padding-bottom: 150px;
    margin-top: 170px;
}
.listsong-content-padd {
    padding-top: 40px;
    text-align: center;
}
.listsong-content {
    text-align: center;
    margin-bottom: 50px;
}
.listsong-content .cn_item i {
    background-repeat: no-repeat;
    background-position: 0px 0px;

}
.mike-svg {
    background-image: url(../images/svg/mike.svg);
    width: 39px;
    height: 54px;
}
.playlist-svg {
    background-image: url(../images/svg/playlist.svg);
    width: 50px;
    height: 54px;
}
.makeyour-svg {
    background-image: url(../images/svg/makeyour.svg);
    width: 54px;
    height: 54px;
}
.No-Ads-svg {
    background-image: url(../images/svg/No-Ads.svg);
    width: 54px;
    height: 54px;
}
.Custom-Playlist-svg {
    background-image: url(../images/svg/Custom-Playlist.svg);
    width: 43px;
    height: 54px;
}
.Cancel-Anytime-svg {
    background-image: url(../images/svg/Cancel-Anytime.svg);
    width: 60px;
    height: 54px;
}
.Multiple-Devices-svg {
    background-image: url(../images/svg/Multiple-Devices.svg);
    width: 64px;
    height: 54px;
}
.listsong-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0px 10px;
}
.listsong-content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 34px;
    margin: 0px auto 0px;
    width: 100%;
}
@media (max-width:1199px) {
    .listsong-content {
        float: none;
        display: inline-block;
        width: 30%;
    }
}
@media (max-width:991px) {
    .listsong-sec {
        padding-bottom: 100px;
        margin-top: 170px;
    }
    .listsong-content-padd {
        padding-top: 15px;
    }
    .listsong-content {
        margin-bottom: 35px;
        width: 46%;
    }
}
@media (max-width:767px) {
    .listsong-sec {
        padding-bottom: 80px;
        margin-top: 0px;
        padding-top: 80px;
    }
    .listsong-content {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media (min-width:1600px) {
    .listsong-sec {
        padding-top: 470px;
        padding-bottom: 210px;
        margin-top: 250px;
    }
}

/*listsong-sec end */
/*share-you-sec */
.share-you-sec {
    background-image: url(../images/share-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 24px;

}
.app-store {
    margin: 0px 0px 30px;
    text-align: center;
}
.app-store a {
    display: inline-block;
    margin-right: 22px;
}
.app-store a:last-child {
    margin-right: 0px;
}
.share-bajao-app {
    transform: scale(1);
    -webkit-transform: scale(1);
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}
@media (max-width:767px) {
    .share-you-sec {
        -webkit-animation: slide 15s linear infinite;
        overflow: hidden;
    }
    .share-bajao-app {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        margin-top: 20px;
        padding-bottom: 10px;
    }
}
@media (max-width:991px) {
    .share-you-sec {
        padding-top: 0px;
    }
}
@media (min-width:1600px) {
    .share-you-sec {
        padding-top: 54px;
    }
}
/*share-you-sec end*/
/*share-you-sec */
.watchfv-sec {
    background-image: url(../images/watchfv-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 200px;
}
.wrapper-linear {
    display: flex;
    overflow: hidden
}

.wrapper-linear .content-move {
    display: flex;
    flex: none
}

.wrapper-linear.left-dir .content-move {
    animation: left 50s linear infinite;
    -webkit-transform-style: preserve-3d;
}
@keyframes left {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(-100%)
    }
}

.wrapper-linear.right-dir .content-move {
    animation: right 30s linear infinite
}
@keyframes right {
    from {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0%)
    }
}
.msv-list-two{
    flex: none;
    margin: 20px 22px 45px;
    position: relative;
}
.msv-list-two .msv-list-img {
    margin-bottom: 45px;
}
.msv-list-two .msv-list-img img {
    width: 611px;
    box-shadow: 0px 18px 22px 0px rgba(0,0,0,0.3);
}

@media (max-width:1199px) {
    .watchfv-sec {
        padding-bottom: 200px;
        padding-top: 80px;
    }
    .msv-list-two {
        margin: 10px 10px;
        width: 380px;
    }
}
@media (max-width:991px) {
    .watchfv-sec {
        padding-bottom: 130px;
        padding-top: 80px;
    }
}
@media (max-width:767px) {
    .watchfv-sec {
        padding-bottom: 65px;
        padding-top:80px;
    }
    .msv-list-two {
        margin: 10px 10px;
        width: 280px;
    }
    .msv-list-two .msv-list-img {
        margin-bottom: 20px;
        width: 280px;
    }
}
@media (min-width:1600px) {
    .msv-list-two .msv-list-img img {
        width: auto;
        box-shadow:0px 22px 29px 0px rgba(0,0,0,0.3);
    }
}
/*share-you-sec end */
/*bj-video-sec */
.bj-video-sec {
    margin-top: -11%;
}
.thumb-videoply {
    margin-top: 20px;
    margin-bottom: 40px;
}
.play-vid {
    background: url(../images/play-vid.png) no-repeat 0px 0px;
    width: 90px;
    height: 90px;
}
.thumb-videoply .thumb-videoply-abs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.thumb-videoply .thumb-videoply-plycent {
    display: table-cell;
    width: 100vw;
    height: 0px;
    text-align: center;
    vertical-align: middle;
}

@media (max-width:991px) {
    .thumb-videoply-outer {
        padding: 0px;
    }
    .thumb-videoply {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}
@media (max-width:767px) {
    .bj-video-sec {
        margin-top: -5%;
    }
}
@media (min-width:1600px) {
    .bj-video-sec {
        margin-top: -8%;
    }
    .thumb-videoply {
        margin-top: 20px;
        margin-bottom: 127px;
    }
}
/*bj-video-secend */
/*slide-ms-sec */
.slide-ms-sec {
    background-image: url(../images/slide-mus-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 122px;
    padding-bottom: 60px;
}
.slide-ms-sec .swiper-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
}
.slide-ms-sec .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 401px;
}
.slide-ms-sec .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .6;
}
.slide-ms-sec .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
@media (max-width:1199px) {
    .slide-ms-sec {
        padding-top: 72px;
        padding-bottom: 20px;
    }
}
@media (max-width:767px) {
    .slide-ms-sec .swiper-slide {
        width: 300px;
        height: 301px;
    }
}
/*slide-ms-sec end */
/*footer-section */
.footer-section {
    background-image: url(../images/fotterbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
}
.footer-section, .fotter-mdle {
    height: 388px;
}
.fotter-mdle {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    position: relative;
    z-index: 2;
}
.fotter-mdle .app-store {
    margin: 20px 0px 30px;
}
.copyrights {
    font-size: 13px;
    font-weight: 300;
}
.social-footer {
    margin-bottom: 25px;

}
.social-footer li {
    display: inline-block;
    margin-right: 20px;
}
.social-footer li:last-child {
    margin-right: 0px;
}
.social-footer li .cn_item {
    border: 1px solid #969696;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
}
.icon-svg1, .icon-svg2, .icon-svg3 {
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.social-footer .icon-svg1 {
    background-image: url(../images/svg/facebook.svg);
}
.social-footer .cn_item:hover .icon-svg1 {
    background-image: url(../images/svg/facebook2.svg);
}
.social-footer .icon-svg1 {
    width: 12px;
    height: 18px;
}
.social-footer .icon-svg2 {
    background-image: url(../images/svg/youtube.svg);
}
.social-footer .cn_item:hover .icon-svg2 {
    background-image: url(../images/svg/youtube2.svg);
}
.social-footer .icon-svg2 {
    width: 21px;
    height: 15px;
}
.social-footer .icon-svg3 {
    background-image: url(../images/svg/instagram.svg);
}
.social-footer .cn_item:hover .icon-svg3 {
    background-image: url(../images/svg/instagram2.svg);
}
.social-footer .icon-svg3 {
    width: 19px;
    height: 18px;
}
.background-videopl {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.background-videopl video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.footer-section .embed-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
}
#iframeYoutube {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0px;
    top: -121px;
    display: none;
}
.footer-section iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: none;
}
@media (max-width:1199px) {
    .footer-section, .fotter-mdle {
        height: auto;
        padding: 30px 0px;
    }
}
@media (max-width:767px) {
    /*.footer-section {
      background-image: url(../images/fotterbg.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }*/
    .footer-section, .fotter-mdle {
        padding: 20px 0px;
    }
    .fotter-mdle .app-store {
        margin: 15px 0px 25px;
    }
    #iframeYoutube {
        display: none;
    }
}
/*footer-section end */
/*---video-container---*/
.video-container {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#121317;
    display: none
}
.video-container.in {
    display: block
}
.video-container .close-video {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 99
}
.video-container .close-video:after,.video-container .close-video:before {
    content: '';
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.video-container .close-video:after:hover,.video-container .close-video:before:hover {
    border-color: #656666
}
.video-container .close-video:before {
    border-top: 1px solid #989999;
    border-bottom: 1px solid #989999;
    height: 0;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -12px
}
.video-container .close-video:after {
    border-left: 1px solid #989999;
    border-right: 1px solid #989999;
    height: 24px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -12px
}
.video-container .video-area {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.video-container .video-area:before,.video-container .video-area:after {
    content: '';
    display: none;
    width: 101%;
    height: 52px;
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: #000
}
.video-container .video-area:before {
    top: 0
}
.video-container .video-area:after {
    bottom: -1px;
    display: none;
}
.video-container .video-area #videoplayer {
    width: 100%;
    height: 100%
}
/*---video-container end---*/
