

@font-face {
    font-family: 'Hackney Vector';
    src: url('../fonts/HackneyPersonalUseOnly.woff2') format('woff2'),
        url('../fonts/HackneyPersonalUseOnly.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #4f4f4f;
    font-weight: 400;
    font-style: normal;
    background-color: #000000;
  
  }
  
  @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;
  }
  
  h1,
  h2 {
    line-height: 35px;
  }
  
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  
  h2 {
    font-size: 42px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  h4 {
    font-size: 16px;
  }
  
  h5 {
    font-size: 14px;
  }
  
  h6 {
    font-size: 11.9px;
  }
  
  .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;
  }
  
  .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 {
    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: 20px;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: 0px 4px 0px #0b6753 !important;
  }
  .clear-fluid {
    clear: both;
  }
  
  /*
  =======================================================================
      main-full-wrap
  =======================================================================
  */
  .main-full-wrap-l{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .back-bg123 {
    background-image: url("../images/landing-hm-bg.jpg") ;
  }
  
  /*
  =======================================================================
      main-full-wrap end
  =======================================================================
  */
  /*
  =======================================================================
      header
  =======================================================================
  */
  
  
  .ar-sprite-nav {
    background-image: url("../images/ar-sprite-nav.png") !important;
    background-repeat: no-repeat;
    height: 21px !important;
    width: 21px !important;
  }
  .search-icon {
    background-position: 0px 0px;
  }
  .close-icon {
    background-position: -21px 0px;
  }
  #header-wrap {
    background: rgba(0, 0, 0, 0.70);
    border-bottom: 1px solid #252525;
    z-index: 88;
    position: fixed;
    height: 80px;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0px;
    padding: 0px;
  }
  #header-wrap.fixed-header {
    background: rgba(29, 29, 33, 0.95);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .padd-fix {
    padding-top: 0px;
  }
  .logo {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    margin: 0px !important;
  }
  .logo a {
    display: inline-block;
    text-align: center;
  }
  .logo img {
    width: 110px;
  }
  .vidlylogo-svg {
    background-image: url(../images/svg/vidly.svg);
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
  }
  .corss-land {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
  .cross-svg {
    width: 30px;
    height: 30px;
    background-image: url(../images/svg/cross.svg);
  }
  .right-head {
    float: right;
  }
  .nav-wrap {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
  }
  .nav-wrap nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
  }
  
  .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: 80px;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin: 0px;
    padding: 0px 9px;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
  }
  
  .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: #15cda5;
    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;
  }
  .liv-strm-top {
    width: 7px;
    height: 7px;
    background: #898989;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    top: -3px;
  }
  .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;
  }
  
  .nav-header-list {
    float: right;
    margin-top: 17px;
  }
  .nav-header-list > li {
    float: left;
    padding: 0px 20px 0px;
    position: relative;
  }
  .nav-header-list .wel-drop-top .title-wel {
    color: #555555;
  }
  .nav-header-list .wel-drop-top .title-user {
    color: #7f6565;
  
  }
  .nav-header-list .wel-drop-top .title-wel,
  .nav-header-list .wel-drop-top .title-user{
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px;
  }
  .nav-header-list svg{
    fill: #ffffff;
    width: 24px;
  
  }
  
  .thumb-welc {
    width: 36px;
    height: 36px;
    background: #15cda5;
    border-radius: 100%;
    display: block;
  }
  .drop-log .cn_item {
    position: absolute;
    right: -15px;
    top: 6px;
    color: #fff;
  }
  .thumb-welc img {
    width:36px ;
    height:36px;
    border-radius: 100%;
  }
  .drop-log .title-user-drop {
    color: #7f7a7a;
    display: block;
    font-size: 16px;
    padding: 5px 15px;
    line-height: 25px;
  }
  
  .drop-log .dropdown-menu {
    padding: 0px;
    margin: 0px;
  }
  .drop-log ul > li > ul a {
    color: #555555;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 5px 15px;
  }
  .drop-log ul > li > ul a:hover {
    background: #0acda3;
    color: #fff;
  }
  .drop-log ul > li > ul a:hover .ar-sprite-account {
    background-position: -30px -625px;
  }
  
  .ar-sprite-setting {
    background-position: -60px -629px;
  }
  
  .drop-log ul > li > ul a:hover .ar-sprite-setting, .drop-log .sub-menu.active > a .ar-sprite-setting {
    background-position: -90px -629px;
  }
  
  .ar-sprite-logout {
    background-position: 0 -647px;
  }
  
  .drop-log ul > li > ul a:hover .ar-sprite-logout {
    background-position: -30px 647px;
  }
  .ar-sprite-icon1 {
    background-image: url(../images/ar-sprite-icon1.png) !important;
    background-repeat: no-repeat;
    height: 25px !important;
    width: 30px !important;
  }
  .ar-sprite-arrowdown {
    background-position: 1px -24px;
  }
  .language-ce {
    padding-top: 8px;
    display: block;
  }
  .svg-padd {
    padding-top: 8px;
    display: block;
  }
  
  .search-con svg{
    fill: #ffffff;
    width: 24px;
  }
  .search-con:after {
    position: absolute;
    bottom: -18px;
    height: 5px;
    border-radius: 5px;
    width: 100%;
    background: #0acda3;
    content: '';
    left: 2px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .toggled-on.search-con:after {
    opacity: 1;
  }
  .top-search {
    display: block;
  }
  .search-close {
    display: none;
  }
  .toggled-on .top-search {
    display: none;
  }
  .toggled-on .search-close {
    display: block;
  }
  #top-search-wrap {
    background: rgba(10, 205, 163, 0.95);
    padding: 20px 0px;
    box-shadow: 0px 3px 10px rgba(12,13,13,.44);
    position: absolute;
    top: -200px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
  }
  #top-search-wrap .center-searchtop {
  
    margin: 0px auto;
    border-bottom: 1px solid transparent;
  }
  #top-search-wrap .form-control, #top-search-wrap button {
    background: transparent;
    border: transparent;
  }
  #top-search-wrap button {
    position: absolute;
    top: 31px;
  }
  #top-search-wrap button .cn_item i {
    left: 5px;
  }
  #top-search-wrap .form-control {
    background: transparent;
    border: transparent;
    box-shadow: none;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
  }
  #top-search-wrap .form-control:focus {
    box-shadow: none;
  }
  .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #fff;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #fff;
  }
  #top-search-wrap:after {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    height: 100vh;
    position: absolute;
    right: 0;
    top: -200px;
    width: 100%;
    z-index: 999;
    opacity: 0;
    content: '';
    background: rgba(12, 19, 39, 0.6);
  }
  .search-toggled#top-search-wrap {
    opacity: 1;
    top:74px;
    z-index: 88;
  
  }
  .search-toggled#top-search-wrap:after {
    opacity:1;
    top: 89px;
  }
  .header-subcribe .btn {
    font-size: 14px;
    border-radius: 35px;
    text-transform: uppercase;
    padding: 9px 25px;
    font-family: 'Montserrat';
  
  }
  @media (min-width: 768px) {
    #top-search-wrap .center-searchtop {
        width: 50%;
    }
  }
  @media (min-width: 1200px) {
    .nav-header-list .wel-drop-top .visible-lg {
        display: none !important;
    }
  }
  @media (min-width: 1280px) {
    #top-search-wrap .center-searchtop {
        width: 33%;
    }
  }
  @media (min-width: 1300px) {
    .nav-header-list .wel-drop-top .visible-lg {
        display: block !important;
        margin-right: 30px;
    }
  
  }
  
  @media (min-width: 1600px) {
    #header-wrap {
        height: 114px;
    }
    .nav-wrap nav > ul > li {
        margin-right: 40px;
    }
    .nav-wrap nav > ul > li > a {
        padding: 0px 15px;
        line-height: 114px;
    }
  
    .header-subcribe .btn {
        padding: 9px 45px;
    }
  
    .logo img {
        width: 166px;
    }
  }
  
  
  /*
  =======================================================================
      sidebar
  =======================================================================
  */
  
  .toogle-logo {
    display: inline-block;
    float: left;
    left: 66px;
    position: absolute;
    top: 23px;
  }
  .toogle-logo img {
    width: 143px;
  
  }
  @media (max-width: 479px) {
    .toogle-logo {
        left: 35px;
        top: 12px;
    }
  }
  @media (min-width: 480px) and (max-width: 767px) {
    .toogle-logo {
        left: 35px;
        top: 12px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .toogle-logo {
        left: 59px;
    }
    .toogle-logo img {
        width: 116px;
    }
  
  }
  @media (min-width: 768px) and (max-width: 1279px) {
  
    .toogle-logo {
        left: 61px;
        top: 8px;
    }
    .sidebar-toggled .toogle-logo {
        left: 61px;
  
    }
    .toogle-logo img {
        width: 170px;
    }
    .toggled .logo-sidebar-pic img {
        margin-left: 0px;
        margin-top: 7px;
        width: 162px;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1279px) {
  
    .toogle-logo {
        top: 22px;
    }
  
    .toogle-logo img {
        width: 130px;
    }
  
  }
  @media (min-width: 1600px) {
    .toogle-logo {
        top: 24px;
    }
  
  }
  @media (min-width: 1920px) {
    .toogle-logo {
        top: 14px;
    }
    .toogle-logo img {
        width: auto;
    }
  }
  
  #menu-trigger:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -11px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 0;
  }
  
  #menu-trigger.open:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  
  
  #menu-trigger {
    margin-left: -15px;
    float: left;
    position: relative;
    margin-right: 15px;
  }
  .wrap-menu {
    background: #1cbb9d;
    display: block;
    margin-right: 0px;
    padding: 25px 20px;
    height: 73px;
  }
  
  .line-wrap {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 22px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 22px;
  }
  
  .line-wrap .line {
    height: 2px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 5px;
    background-color: #fff;
  }
  
  .line-wrap .line.center, .line-wrap .center-responsive img.line, .center-responsive .line-wrap img.line {
    margin:5px 0;
  }
  
  .open .line-wrap {
    transform: rotate(180deg);
  }
  
  .open .line-wrap .line.top {
    transform: translateX(-2px) translateY(9px) rotate(45deg);
    -webkit-transform: translateX(-2px) translateY(9px) rotate(45deg);
    width: 22px;
  }
  
  .open .line-wrap .line.bottom {
    transform: translateX(-1px) translateY(7px) rotate(-45deg);
    -webkit-transform: translateX(-1px) translateY(7px) rotate(-45deg);
    width: 22px;
  }
  
  .open .line-wrap .line.center, .open .line-wrap .center-responsive img.line, .center-responsive .open .line-wrap img.line {
    display: none;
  }
  
  .open .toogle-logo {
    display: none;
  }
  
  .open#menu-trigger {
    background: transparent none repeat scroll 0 0;
    height: auto !important;
  }
  @media (max-width: 1199px) {
    #header-wrap {
        height: 65px;
    }
  
    .logo img {
        width: 30px;
    }
    .padd-fix {
        padding-top: 65px;
    }
    .nav-wrap nav > ul > li {
        margin-right: 10px;
    }
    .nav-wrap nav > ul > li > a {
        line-height: 66px;
        font-size: 16px;
    }
    .wrap-menu {
        padding: 25px 16px;
        height: 65px;
    }
    .nav-header-list {
        margin-top: 14px;
    }
    .nav-header-list > li {
        padding:0px 11px 0px;
    }
    .header-subcribe .btn {
        font-size: 12px;
        padding: 6px 15px;
    }
  }
  @media (max-width: 767px) {
    #header-wrap {
        height: 65px;
    }
    .padd-fix {
        padding-top: 65px;
    }
    .logo {
        left: 30px;
    }
    .nav-wrap {
        float: right;
        padding-right: 50px;
    }
    .nav-wrap nav > ul > li {
        margin-right: 10px;
    }
    .nav-wrap nav > ul > li > a {
        line-height: 65px;
        font-size: 16px;
    }
  
    .wrap-menu {
        padding: 25px 16px;
        height: 65px;
    }
    .nav-header-list {
        margin-top: 14px;
    }
    .nav-header-list > li {
        padding:0px 11px 0px;
    }
    .header-subcribe .btn {
        font-size: 12px;
        padding: 6px 15px;
    }
    .search-toggled#top-search-wrap {
        top: 65px;
    }
    .search-con:after {
        bottom: -13px;
        width: 100%;
        left: 0px;
        height: 3px;
    }
  }
  @media (max-width: 360px) {
  
    .header-subcribe .btn {
        font-size: 10px;
        padding: 6px 10px;
    }
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .nav-wrap {
        margin-left: 10px;
    }
    .nav-wrap nav > ul > li {
        margin-right: 30px;
    }
    .nav-header-list > li {
        padding: 8px 9px 0px;
    }
  
  }
  
  .horzontalsidebar {
    border-top: 1px solid #15cda5;
    margin: 20px auto;
    width: 88%;
    height: 1px;
  }
  
  .horzontalsidebar:before, .horzontalsidebar:after {
    content: " ";
    display: table;
  }
  
  .horzontalsidebar:after {
    clear: both;
  }
  
  .horzontalsidebar:before, .horzontalsidebar:after {
    content: " ";
    display: table;
  }
  
  .horzontalsidebar:after {
    clear: both;
  }
  #header .sidebar {
  
    padding: 0;
    z-index: 999;
    position: relative;
  }
  
  @media (max-width: 767px) {
    #header .sidebar {
        padding: 0;
        position: absolute;
        cursor: pointer;
        left: 19px;
        top: 0px;
        width: 150px;
    }
  
  }
  .hideoverflow {
    overflow: hidden;
  }
  #sidebar {
    position: fixed;
    background: rgba(28, 187, 157, 0.99);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    top: 0px;
    height: 100%;
    -webkit-transform: translate3d(-268px, 0, 0);
    transform: translate3d(-268px, 0, 0);
    z-index: 1000;
    overflow-y: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  
  #sidebar, #sidebar .sidebar-inner {
    width: 228px;
  }
  @media (max-width: 479px) {
    #sidebar, #sidebar .sidebar-inner {
        width: 222px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1279px) {
    #sidebar, #sidebar .sidebar-inner {
        width: 200px;
    }
  }
  @media (min-width: 1280px) and (max-width: 1340px) {
    #sidebar, #sidebar .sidebar-inner {
        width: 213px;
    }
  }
  @media (min-width: 1600px) {
    #sidebar, #sidebar .sidebar-inner {
        width: 238px;
    }
  }
  @media (min-width: 1920px) {
    #sidebar, #sidebar .sidebar-inner {
        width: 238px;
    }
  }
  
  #sidebar .sidebar-inner {
    height: 100%;
    overflow-y: auto;
  }
  
  #sidebar.toggled {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  @media (max-width: 767px) {
    #sidebar {
        top: 65px;
        height: calc(100% - 65px);;
        left: 0px;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    #sidebar, #sidebar .sidebar-inner {
        width: 268px;
    }
    #sidebar {
        top: 73px;
        height: calc(100% - 73px);;
        left: 0px;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    #header .sidebar {
        padding-left: 0;
    }
    #header .sidebar {
        min-height: 67px;
        background: #e9780a none repeat scroll 0 0;
    }
  
  }
  @media (min-width: 1025px) and (max-width: 1199px) {
  
    #sidebar {
        top: 70px;
        height: calc(100% - 70px);
    }
    #header .sidebar {
        min-height: 70px;
        background: #e9780a none repeat scroll 0 0;
    }
  }
  @media (min-width: 1200px) and (max-width: 1279px) {
    #header .sidebar {
        min-height: 85px;
        background: #e9780a none repeat scroll 0 0;
    }
    #sidebar {
        height: calc(100% - 70px);
        top: 70px;
        left: 0;
    }
  }
  @media (min-width: 1280px)  {
  
  
    #header .sidebar {
        min-height: 85px;
        background: #e9780a none repeat scroll 0 0;
    }
    #sidebar {
        top: 70px;
        height: calc(100% - 70px);;
        left: 0px;
    }
  }
  @media (min-width: 1600px) {
    #header .sidebar {
        width: 14.88%;
    }
  }
  .logo-sidebar {
    background: #e9780a none repeat scroll 0 0;
    display: none;
  }
  @media (min-width: 1280px) {
    .logo-sidebar {
        display:none;
    }
  }
  
  .logo-sidebar > a .logo-sidebar-pic {
    padding: 12px 12px 18px;
  }
  
  @media (max-width: 767px) {
    .logo-sidebar > a .logo-sidebar-pic {
        padding: 17px 12px 16px;
    }
    .logo-sidebar > a .logo-sidebar-pic img {
        width: 120px;
    }
  
  
  }
  @media (min-width: 768px) and (max-width: 1279px) {
    .logo-sidebar > a .logo-sidebar-pic {
        padding: 3px 12px 14px;
    }
  }
  .main-menu {
    display: inline-block;
    list-style: outside none none;
    margin: 21px 0 0;
    padding-left: 0;
    width: 100%;
  }
  
  .main-menu .cn_item {
    padding-right: 6px;
  }
  
  .main-menu > li > a {
    border-right: 5px solid transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 0 12px 18px;
    position: relative;
  }
  
  .main-menu > li > a:hover {
    background-color: #000;
    color: #fff;
  }
  
  .main-menu > li > a > .cn_item > i {
    top: 0px;
  }
  
  .main-menu > li.active > a {
    color: #fff;
    background-color: rgba(216, 110, 122, 0.3);
    border-right: 5px solid #e15061;
  }
  .main-menu > li.sub-menu {
    float: left;
    width: 100%;
  }
  .sub-menu .sub-ul > li > a {
    color: #a9a9a9;
    display: block;
    font-size: 17px;
    font-weight: 300;
    padding: 10px 0 10px 8px;
    position: relative;
  }
  
  .sub-menu .sub-ul > li > a:hover {
    background-color: rgba(216, 109, 122, 0.3);
    color: #fff;
  }
  
  .sub-menu .sub-ul > li.active > a {
    color: #fff;
    background-color: rgba(216, 109, 122, 0.3);
    border-right: 5px solid #e15061;
  }
  
  .sidebarsub-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .sidebar-inner .addplaylist-drop {
    float: right;
    position: relative;
    top: -2px;
  }
  
  .sidebar-inner .sidebarsub-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0px 15px;
  }
  
  .playlist-section {
    margin: 10px 0;
  }
  
  .playlist-section img {
    float: left;
    height: 47px;
    margin-right: 10px;
    width: 47px;
  }
  
  .playlist-section-play {
    margin: 10px 0px;
  }
  
  .playlist-section h5, .playlist-section-play h5 {
    color: #e15061;
    margin: 0 0 3px;
  }
  
  .playlist-section-notplay h5, .playlist-section-notplay h6 {
    color: #7f7a7a !important;
  }
  
  .playlist-section h5, .playlist-section h6,
  .playlist-section-play h6, .playlist-section-play h5, .playlist-section-play h5 i {
    font-weight: 300;
  }
  
  .playlist-section h6, .playlist-section-play h6 {
    margin: 0;
    font-size: 14px;
    color: #7f7a7a;
  }
  
  .playlist-section-play h5 i {
    font-size: 13px;
    color: #fff;
  }
  
  .playlist-section-play > .cn_item {
    float: left;
    margin-right: 8px;
  }
  
  .ar-sprite-newarrive {
    background-position: 0 -99px;
  }
  
  .main-menu > li > a:hover .ar-sprite-newarrive,
  .main-menu > li.active > a .ar-sprite-newarrive {
    background-position: -30px -99px;
  }
  
  .ar-sprite-star {
    background-position: 0 -123px;
    top: -1px !important;
  }
  
  .main-menu > li > a:hover .ar-sprite-star,
  .main-menu > li.active > a .ar-sprite-star {
    background-position: -30px -123px;
  }
  
  .ar-sprite-gitar {
    background-position: 0 -149px;
    top: -1px !important;
  }
  
  .main-menu > li > a:hover .ar-sprite-gitar,
  .main-menu > li.active > a .ar-sprite-gitar {
    background-position: -30px -149px;
  }
  
  .ar-sprite-gossipe {
    background-position: 0 -176px;
  }
  
  .main-menu > li > a:hover .ar-sprite-gossipe,
  .main-menu > li.active > a .ar-sprite-gossipe {
    background-position: -29px -176px;
  }
  
  .ar-sprite-videoplay {
    background-position: 0 -227px;
  }
  
  .ar-sprite-video2 {
    background-position: -30px -552px;
  }
  
  .main-menu > li > a:hover .ar-sprite-videoplay,
  .main-menu > li.active > a .ar-sprite-videoplay {
    background-position: -30px -227px;
  }
  
  .ar-sprite-audioplay {
    background-position: 0 -200px;
  }
  
  .main-menu > li > a:hover .ar-sprite-audioplay,
  .main-menu > li.active > a .ar-sprite-audioplay {
    background-position: -29px -200px;
  }
  
  .ar-sprite-song {
    background-position: -60px -253px;
  }
  
  .main-menu > li > a:hover .ar-sprite-song,
  .main-menu > li.active > a .ar-sprite-song,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-song,
  .sub-menu .sub-ul > li.active > a .ar-sprite-song {
    background-position: -90px -253px;
  }
  
  .ar-sprite-artists {
    background-position: -60px -328px;
  }
  
  .main-menu > li > a:hover .ar-sprite-artists,
  .main-menu > li.active > a .ar-sprite-artists,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-artists,
  .sub-menu .sub-ul > li.active > a .ar-sprite-artists {
    background-position: -90px -328px;
  }
  
  .ar-sprite-album {
    background-position: -60px -302px;
  }
  
  .main-menu > li > a:hover .ar-sprite-album,
  .main-menu > li.active > a .ar-sprite-album,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-album,
  .sub-menu .sub-ul > li.active > a .ar-sprite-album {
    background-position: -90px -302px;
  }
  
  .ar-sprite-music {
    background-position: -60px -252px;
  }
  
  .main-menu > li > a:hover .ar-sprite-music,
  .main-menu > li.active > a .ar-sprite-music,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-music,
  .sub-menu .sub-ul > li.active > a .ar-sprite-music {
    background-position: -90px -252px;
  }
  
  .ar-sprite-video {
    background-position: 0px -552px;
  }
  
  .main-menu > li > a:hover .ar-sprite-video,
  .main-menu > li.active > a .ar-sprite-video,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-video,
  .sub-menu .sub-ul > li.active > a .ar-sprite-video {
    background-position: -30px -552px;
  }
  
  .ar-sprite-movielength {
    background-position: 0 -801px;
  }
  
  .main-menu > li > a:hover .ar-sprite-movielength,
  .main-menu > li.active > a .ar-sprite-movielength,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-movielength,
  .sub-menu .sub-ul > li.active > a .ar-sprite-movielength {
    background-position: -30px -801px;
  }
  .ar-sprite-about {
    background-position: 0px -603px;
  }
  
  .main-menu > li > a:hover .ar-sprite-about,
  .main-menu > li.active > a .ar-sprite-about,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-about,
  .sub-menu .sub-ul > li.active > a .ar-sprite-about {
    background-position: -30px -603px;
  }
  .ar-sprite-top {
    background-position: 0 -776px;
  }
  
  .main-menu > li > a:hover .ar-sprite-top,
  .main-menu > li.active > a .ar-sprite-top,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-top,
  .sub-menu .sub-ul > li.active > a .ar-sprite-top {
    background-position: -30px -776px;
  }
  .ar-sprite-mymusic {
    background-position: 0 -826px;
  }
  .main-menu > li > a:hover .ar-sprite-mymusic, .main-menu > li.active > a .ar-sprite-mymusic, .sub-menu .sub-ul > li > a:hover .ar-sprite-mymusic, .sub-menu .sub-ul > li.active > a .ar-sprite-mymusic {
    background-position: -30px -826px;
  }
  .ar-sprite-myvideo {
    background-position: 0 -851px;
  }
  .main-menu > li > a:hover .ar-sprite-myvideo, .main-menu > li.active > a .ar-sprite-myvideo, .sub-menu .sub-ul > li > a:hover .ar-sprite-myvideo, .sub-menu .sub-ul > li.active > a .ar-sprite-myvideo {
    background-position: -30px -851px;
  }
  .ar-sprite-mymovies {
    background-position: 0 -876px;
  }
  .main-menu > li > a:hover .ar-sprite-mymovies, .main-menu > li.active > a .ar-sprite-mymovies, .sub-menu .sub-ul > li > a:hover .ar-sprite-mymovies, .sub-menu .sub-ul > li.active > a .ar-sprite-mymovies {
    background-position: -30px -876px;
  }
  .ar-sprite-releas {
    background-position: 0 -951px;
  }
  
  .main-menu > li > a:hover .ar-sprite-releas,
  .main-menu > li.active > a .ar-sprite-releas,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-releas,
  .sub-menu .sub-ul > li.active > a .ar-sprite-releas {
    background-position: -30px -951px;
  }
  .ar-sprite-populars {
    background-position: 0 -975px;
  }
  
  .main-menu > li > a:hover .ar-sprite-populars,
  .main-menu > li.active > a .ar-sprite-populars,
  .sub-menu .sub-ul > li > a:hover .ar-sprite-populars,
  .sub-menu .sub-ul > li.active > a .ar-sprite-populars {
    background-position: -30px -975px;
  }
  .ar-sprite-account {
    background-position: 0 -625px;
  }
  
  
  .ar-sprite-addplus {
    background-position: 0 -74px;
  }
  .ar-sprite-addplus3 {
    background-position: -86px -98px;
  }
  
  .ar-sprite-addplus:hover, .ar-sprite-addplus1 {
    background-position: -30px -74px;
  }
  
  
  body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
  }
  
  @media (min-width: 1200px) {
    body.sw-toggled #sidebar {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    }
  }
  @media (max-width: 1200px) {
    body.sw-toggled #sidebar {
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    }
  }
  @media (min-width: 1200px) {
    .ie9 body.sw-toggled #sidebar {
        display: block;
    }
  }
  .ie9 body:not(.sw-toggled) #sidebar:not(.toggled) {
    display: none;
  }
  
  #sidebar:hover .nicescroll-rails-vr {
    display: block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  
  /*
  =======================================================================
      sidebar-end
  =======================================================================
  */
  /*
  =======================================================================
      main
  =======================================================================
  */
  
  .padd-fix-nav {
    padding-top: 73px;
  }
  @media (max-width: 767px) {
    .padd-fix-nav {
        padding-top: 65px;
    }
  }
  .content-hm-top {
    padding-top: 80px;
    padding-left: 25px;
    padding-bottom: 60px;
  }
  .content-hm-top h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 55px;
    line-height: 58px;
    font-weight: 200;
    margin-top: 0px;
  }
  .content-hm-top h1 span {
    font-size: 55px;
    font-weight: 700;
  }
  .content-hm-top .nor-text {
    font-weight: 400;
  }
  .content-hm-top p {
    font-size: 18px;
    font-weight: 100;
    line-height: 31px;
    margin-bottom: 30px;
    color: #fff;
    width: 54%;
  }
  .mn-responsedesk {
    margin-top: 40px;
  }
  .plstro-list a {
    display: inline-block;
  }
  .plstro-list a+a {
    margin-left: 8px;
  }
  @media (max-width: 767px) {
    .back-bg123 {
        background-image: url("../images/top-gadgets.jpg") ;
        height: 600px;
        background-image: none;
        margin-top: 50px;
    }
    .content-hm-top {
        padding-top: 0px;
        padding-left: 15px;
        padding-bottom: 30px;
        margin-top: 0px;
    }
  
  }
  @media (max-width: 479px) {
    .back-bg123 {
        background-image: url("../images/top-gadgets.jpg");
        height: 375px;
    }
  
    .content-hm-top h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .content-hm-top h1 span {
        font-size: 35px;
    }
    .content-hm-top p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        width: auto;
    }
    .content-hm-top .btn {
        padding: 11px 20px;
        font-size: 19px;
    }
    .mn-responsedesk {
        margin-top: 40px;
        width: 150px;
    }
  
  
  }
  @media (max-width: 350px) {
  
    .content-hm-top h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .content-hm-top h1 span {
        font-size: 27px;
    }
    .content-hm-top p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
  }
  @media (min-width: 992px) {
    .content-hm-top {
        padding-bottom: 240px;
    }
  }
  @media (min-width: 1200px) {
    .content-hm-top {
        padding-top: 120px;
        padding-left: 78px;
        padding-bottom: 360px;
    }
    .content-hm-top h1 {
        font-size: 60px;
        line-height: 68px;
    }
    .content-hm-top h1 span {
        font-size: 63px;
    }
    .content-hm-top p {
        font-size: 20px;
        line-height: 35px;
        width: 40%;
    }
    .btm-banne-up {
        margin-top: -30px;
    }
  }
  @media (min-width: 1440px) {
    .content-hm-top {
        padding-top: 240px;
        padding-left: 78px;
        padding-bottom: 490px;
    }
    .content-hm-top h1 span {
        font-size: 73px;
    }
  }
  @media (min-width: 1600px) {
    .content-hm-top {
        padding-top: 193px;
        padding-left: 128px;
        padding-bottom: 710px;
    }
    .content-hm-top h1 {
        font-size: 80px;
        line-height: 88px;
    }
    .content-hm-top h1 span {
        font-size: 80px;
    }
    .content-hm-top p {
        font-size: 24px;
        line-height: 42px;
    }
    .btm-banne-up {
        margin-top: -150px;
    }
  }
  
  /*
  =======================================================================
      main end
  =======================================================================
  */
  
  /*
  =======================================================================
      main-headingtext
  =======================================================================
  */
  .main-headingtext h1 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom:30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
  }
  .main-headingtext h1 span {
    font-weight: 900;
  }
  .main-headingtext p {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 40px;
  }
  @media (max-width:767px) {
    .mar-top-heading {
        margin-top: 0px;
    }
    .main-headingtext h1 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 60px;
        line-height: 38px;
    }
    .main-headingtext p {
        font-size: 17px;
        margin-bottom: 20px;
    }
  }
  @media (max-width:414px) {
    .main-headingtext h1 {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 42px;
    }
    .main-headingtext p {
        font-size: 16px;
        margin-bottom: 35px;
        line-height: 25px;
    }
  }
  @media (max-width:350px) {
    .main-headingtext h1 {
        font-size: 23px;
    }
  }
  @media (min-width: 992px) {
    .mar-top-heading {
        margin-top: -90px;
    }
  }
  @media (min-width: 1200px) {
  
    .main-headingtext h1 {
        font-size: 55px;
        margin-bottom: 30px;
        margin-top: 100px;
    }
    .main-headingtext p {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .mar-top-heading {
        margin-top: -280px;
    }
  }
  @media (min-width: 1600px) {
    .mar-top-heading {
        margin-top: -340px;
    }
    .main-headingtext h1 {
        font-size: 68px;
        margin-top: 140px;
    }
  
  }
  /*
  =======================================================================
      main-headingtext
  =======================================================================
  */
  /*
  =======================================================================
      custome-carousel
  =======================================================================
  */
  .ch-content {
    display: none;
  }
  .custome-carousel.ch-content img {
    box-shadow: 14px 14px 24px 0px rgba(35, 35, 35, 0.6);
  }
  .custome-carousel .owl-carousel .owl-stage {
    padding-bottom: 80px;
  }
  .custome-carousel .owl-carousel .owl-stage {
    padding-bottom: 40px;
  }
  .str3-2 li {
    display: inline-block;
    padding: 20px 20px;
  }
  .str3-2 ul {
    width: 100%;
    display: inline-block;
  }
  .str3-3  {
    background: #101010;
  }
  .str3-3 li {
    display: inline-block;
    margin: 0 15px;
  }
  .str3-3 .str_move {
    padding: 60px 0px 60px;
  }
  .str3-3.str_wrap.str_active {
    background:#101010;
  }
  .str3-3 .str_move:before {
    content: '';
    left: 0px;
    position: absolute;
    background-repeat:repeat-x;
    top: 0px;
    background-image: url(../images/exclu-top-re.jpg);
    height: 35px;
    width: 100%;
  }
  .str3-3 .str_move:after {
    bottom: 0px;
    background-image: url(../images/exclu-bot-re.jpg);
    content: '';
    left: 0px;
    position: absolute;
    background-repeat:repeat-x;
    height: 35px;
    width: 100%;
    visibility: visible;
  
  }
  .full-width-image {
    width: 100%;
  }
  .flickity-prev-next-button, .flickity-prev-next-button, .flickity-page-dots {
    display: none;
  
  }
  .str3-3.str_wrap img {
		object-fit:cover;
    }
  @media (max-width: 767px) {
    .custome-carousel.ch-content img {
        box-shadow: 12px 12px 18px 0px rgba(35, 35, 35, 0.6);
    }
    .str_move {
        padding-top: 0px;
        padding-bottom: 20px;
  
    }
    .str3-2.str_wrap img {
        width:270px;
    }
    .str3-2 li {
        padding: 15px 15px;
    }
    .str3-3.str_wrap img {
        width:320px;
		height:220px;
		object-fit:cover;
    }
  
  }
  
  @media (min-width: 1200px) {
    .custome-carousel .owl-carousel .owl-stage {
        padding-bottom: 80px;
    }
    .carousel-cell {
        margin-right: 60px;
    }
    .str3-3.str_wrap img {
		height:220px;
    }
  }
  @media (min-width: 1600px) {
    .str3-3 li {
        display: inline-block;
        margin: 0 30px;
    }
    .str3-3.str_wrap img {
		height:240px;
    width: 400px;
    }
  }
  /*
  =======================================================================
      custome-carouselend
  =======================================================================
  */
  /*
  =======================================================================
      footer-section
  =======================================================================
  */
  .footer-section {
    border-top: 1px solid #252525;
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom:0px;
  
  }
  .footer-section .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
  .copyright p {
    font-size: 17px;
    color: #7b7b7b;
    font-weight: 300;
    margin: 15px 0px 17px;
  }
  .footer-nav li {
    float: left;
    margin: 0px 5px;
    color: #fff;
    font-size: 17px;
  }
  .footer-nav li:first-child {
    margin-left: 0px;
  }
  .footer-nav li a {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    padding: 0px 5px;
  
  }
  .footer-nav li a:first-child {
    padding-left: 0px;
  
  }
  .social-footer li {
    float: left;
    margin-right: 20px;
  }
  .social-footer .mv-social {
    margin-top: 5px;
  }
  .social-footer li .cn_item {
    position: relative;
    top: 5px;
  }
  .social-footer li .cn_item svg {
    fill: #fff;
  }
  .social-footer li .cn_item:hover svg {
    fill: #0acda3;
  }
  @media (max-width: 1199px) {
    .footer-section {
      padding-bottom: 20px;
      padding-top: 30px;
  }
    .footer-left {
      width: 100%;
    }
    .footer-right {
      float: left;
      width: 100%;
    }
    
  }
  @media (max-width: 767px) {
    .footer-section {
        padding-bottom: 20px;
        padding-top:30px;
    }
    .footer-section .container-fluid {
        padding-left:15px;
        padding-right: 15px;
    }
    .footer-nav li, .social-footer li {
        margin-bottom: 15px;
    }
    .footer-nav li, .footer-nav li a {
        font-size: 15px;
        margin-left: 0px;
    }
    .copyright p {
        font-size: 15px;
        margin: 0px 0px 9px;
    }
  }
  /*
  =======================================================================
      footer-section end
  =======================================================================
  */
  /*
  =======================================================================
      category section
  =======================================================================
  */
  
  .custome-carousel .owl-theme .owl-nav  div, .custome-carousel-default .owl-theme .owl-nav  div, .custome-carousel-drama .owl-theme .owl-nav  div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: .9;
    border-radius: 0px;
    height: 121px;
  }
  
  .custome-carousel .owl-theme .owl-nav div:hover {
    filter: Alpha(Opacity=100);
    opacity: .9;
  }
  .custome-carousel .owl-theme .owl-nav [class*='owl-']:hover,
  .custome-carousel-default .owl-theme .owl-nav [class*='owl-']:hover,
  .custome-carousel-drama .owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
  }
  .custome-carousel .owl-theme .owl-nav .owl-prev.disabled,
  .custome-carousel .owl-theme .owl-nav .owl-next.disabled,
  .custome-carousel-drama .owl-nav .owl-next.disabled{
    opacity: .0;
  }
  .custome-carousel .owl-nav .owl-prev, .custome-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    z-index: 44;
  }
  
  .custome-carousel .owl-nav .owl-prev{
    left: 0px;
  }
  .custome-carousel .owl-nav .owl-next {
    right: 0px;
  }
  @media (max-width:767px ) {
    .custome-carousel .owl-theme .owl-nav .owl-next,
    .custome-carousel .owl-theme .owl-nav .owl-prev  {
        display: none;
    }
  }
  /*
  =======================================================================
      category section end
  =======================================================================
  */
  /*
  =======================================================================
      stream-section
  =======================================================================
  */
  .stream-section {
    padding-bottom: 50px;
  }
  .stream-section-bg {
    background-image: url(../images/stream-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .stream-text-content {
    padding-left: 15px;
    text-align: center;
    padding-top: 40px;
  }
  .stream-text-content h3 {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 72px;
    line-height: 54px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
  }
  .stream-text-content h3 span {
    font-weight: 900;
    -webkit-text-stroke: transparent;
  }
  .stream-text-content p {
    font-weight: 100;
    font-size: 21px;
    line-height: 44px;
    margin: 30px 0px 30px;
    color: #fff;
  }
  .stream-left {
    background:none;
    padding-right: 15px;
  }
  .stream-left, .stream-text-content {
    padding-top: 80px;
  }
  @media (max-width:1199px ) {
    .stream-section {
        padding-bottom: 80px;
    }
    .stream-left, .stream-text-content {
        padding-top: 50px;
    }
  }
  @media (max-width:767px ) {
    .stream-section {
        padding-bottom: 60px;
    }
    .stream-text-content h3 {
        font-size: 46px;
        line-height: 49px;
    }
    .stream-text-content p {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0px;
    }
  }
  @media (max-width:479px ) {
  
    .stream-text-content h3 {
        font-size: 40px;
        line-height: 42px;
    }
    .stream-text-content p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0px;
    }
    .stream-text-content .btn {
        padding: 11px 20px;
        font-size: 17px;
    }
  }
  @media (min-width:1200px ) {
    .stream-section {
        padding-bottom: 105px;
        padding-top:0px;
    }
    .stream-left, .stream-text-content {
        padding-top: 150px;
    }
    .stream-left {
        padding-right: 70px;
        background: url(../images/verticalline-stream.png) no-repeat right center;
    }
    .stream-text-content {
        text-align: left;
    }
    .stream-text-content h3 {
        font-size: 72px;
    }
  
  }
  @media (min-width:1600px ) {
    .stream-section {
        padding-bottom: 105px;
    }
    .stream-section .padd-both-fluid {
        padding-left: 120px;
        padding-right: 60px;
    }
  
    .stream-text-content p {
        font-size: 28px;
        line-height: 46px;
    }
  }
  /*
  =======================================================================
      stream-section end
  =======================================================================
  */
  /*
  =======================================================================
      kids-corner
  =======================================================================
  */
  /*.kids-corner .custome-carousel .owl-item{
  opacity: .2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }
  .kids-corner .custome-carousel .owl-item.active {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  }*/
  .kids-corner .custome-carousel {
    position: relative;
    overflow: hidden;
  
  }
  .kids-corner .owl-item:after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0px;
    position: absolute;
    background-image: url(../images/cloud-anim.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    /*-webkit-animation: moveclouds 20s linear infinite;
   -moz-animation: moveclouds 20s linear infinite;
   -o-animation: moveclouds 20s linear infinite;*/
  }
  @-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
  }
  @-moz-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
  }
  @-o-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
  }
  
  .kids-corner .custome-carousel .owl-carousel .owl-stage {
    padding-bottom: 20px;
    padding-top: 80px;
  }
  .kids-corner .custome-carousel .owl-item {
    background: #008df7;
    height: 514px;
  }
  .kids-corner .custome-carousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    position: absolute;
    right: 20px;
    top: 40%;
  }
  .kids-corner .custome-carousel .owl-theme .owl-dots .owl-dot {
    display: block;
  }
  .kids-corner .custome-carousel .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0px 0px 20px;
    background: transparent;
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 30px;
    border: 1px solid #fff;
  }
  .kids-corner .custome-carousel .owl-theme .owl-dots .owl-dot.active span, .kids-corner .custome-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: scale(1.6);
  }
  
  .kids-cornerright {
    top: -60px;
    margin-right: 50px;
  }
  .kids-cornerright img {
    width: 342px !important;
  }
  .kids-cornerleft {
    width: 350px;
    margin-left: 25px;
    margin-top: 120px;
  }
  
  .kids-cornerleft h2, .kids-cornerleft span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .kids-cornerleft span {
    display: block;
  }
  .kids-cornerleft .kids-text-top {
    font-size: 50px;
    text-shadow: 0px 9px 10px rgba(36,120,244,.66);
  }
  .kids-cornerleft .kids-text-bot {
    font-size: 57px;
  }
  .kids-cornerleft h2 {
    font-size: 80px;
    line-height: 89px;
    text-shadow: 3px 9px 18px rgba(36,120,244,.85);
    position: relative;
    left:0px;
  }
  .kids-cornerleft p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    margin-top: 25px;
  }
  @media (max-width:767px) {
    .kids-corner .custome-carousel .owl-item {
        opacity: .2;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .kids-corner .owl-item:after {
        display: none;
    }
    .kids-corner .custome-carousel .owl-item.active{
        opacity: 1;
    }
    .kids-corner .custome-carousel .owl-carousel .owl-stage {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .kids-corner .custome-carousel .owl-item {
        height: 704px;
    }
    .kids-cornerright {
        top: 0px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: inline-block;
        width: 100%;
        float: none;
    }
    .kids-cornerright img {
        width: 300px !important;
        margin: 0px auto;
    }
    .kids-cornerleft {
        width: 100%;
        margin-left: auto;
        margin-top: 50px;
        margin-right: auto;
        text-align: center;
    }
  
    .kids-cornerleft .kids-text-top {
        font-size: 33px;
    }
    .kids-cornerleft .kids-text-bot {
        font-size: 33px;
    }
    .kids-cornerleft h2 {
        font-size: 45px;
        line-height: 35px;
        left: 0px;
    }
    .kids-cornerleft p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        padding: 0px 15px;
    }
  }
  @media (min-width: 1200px) {
    .kids-corner {
        margin-top: -133px;
    }
    .kids-corner .custome-carousel .owl-carousel .owl-stage {
        padding-bottom: 32px;
        padding-top: 130px;
    }
    .kids-corner .custome-carousel .owl-item {
        height: 624px;
    }
    .kids-cornerright {
        top: -130px;
        margin-right: 70px;
    }
    .kids-cornerleft {
        width: 530px;
        margin-left: 80px;
        margin-top: 140px;
    }
    .kids-cornerleft .kids-text-top {
        font-size: 72px;
    }
    .kids-cornerleft .kids-text-bot {
        font-size: 80px;
    }
    .kids-cornerleft span {
        line-height: 50px;
    }
    .kids-cornerleft h2 {
        font-size: 170px;
        line-height: 130px;
        left: -10px;
    }
    .kids-cornerleft p {
        font-size: 25px;
        line-height: 34px;
        margin-top: 25px;
    }
    .kids-cornerright img {
        width: 452px !important;
    }
  }
  @media (min-width: 1600px) {
    .kids-corner {
        margin-top: -170px;
    }
    .kids-corner .custome-carousel .owl-carousel .owl-stage {
        padding-bottom: 80px;
        padding-top: 170px;
    }
    .kids-corner .custome-carousel .owl-item {
        height: 824px;
    }
    .kids-cornerleft {
        width: 640px;
        margin-left: 300px;
        margin-top: 190px;
    }
    .kids-cornerright {
        top: -160px;
        margin-right: 250px;
    }
    .kids-cornerright img {
        width: auto !important;
    }
    .kids-cornerleft .kids-text-top {
        font-size: 98px;
    }
    .kids-cornerleft .kids-text-bot {
        font-size: 108px;
    }
    .kids-cornerleft span {
        line-height: 50px;
    }
    .kids-cornerleft h2 {
        font-size: 180px;
        line-height: 180px;
        margin: 0px 0px 10px;
    }
    .kids-cornerleft p {
        font-size: 30px;
        line-height: 50px;
        margin-top: 38px;
    }
  
  }
  /*
  =======================================================================
      kids-corner end
  =======================================================================
  */
  /*
  =======================================================================
      ad-bar
  =======================================================================
  */
  .dbar {
    margin: 50px 0px 0px;
    padding: 0px;
    position: relative;
    z-index: 2;
  }
  .dbar li {
    display: inline-block;
    width: 33%;
    margin: 0px 10px 50px;
  }
  .dbar li:last-child {
    margin-right: 0px !important;
  }
  .dbar-table {
    height: 122px;
    border: 2px dotted rgba(21, 205, 165,.5);
    display: table;
    width: 100%;
  }
  .dbar-outer {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 6px;
    background: rgba(21, 205, 165, 0.078);
  }
  .icon-dbar {
    border-right: 2px solid #0be6af;
    display: inline-block;
    padding: 0px 20px;
  }
  .dbar-text {
    display: inline-block;
    padding: 0px 16px;
    position: relative;
    top: 11px;
    text-align: left;
  }
  .dbar-text span {
    display: block;
    color: #b5b5b5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:400;
    line-height: 1.1;
  }
  .dd-svg {
    background: url(../images/svg/noads.svg);
    width:42px ;
    height:42px ;
  }
  .CancelAnytime-svg {
    background: url(../images/svg/CancelAnytime.svg);
    width:43px ;
    height:43px ;
  }
  .download-content-svg {
    background: url(../images/svg/download-content.svg);
    width:43px ;
    height:37px ;
  }
  .free-trial-svg {
    background: url(../images/svg/Secure-Payment.svg);
    width:52px ;
    height:40px ;
  }
  .Multiple-devices-svg {
    background: url(../images/svg/Multiple-devices.svg);
    width:26px ;
    height:44px ;
  }
  @media (max-width: 1199px) {
    .dbar {
        margin: 0px 0px 0px;
  
    }
  }
  @media (max-width: 767px) {
    .dbar {
        margin: 20px 0px 0px;
  
    }
    .dbar li {
        width: 36%;
        margin: 0px 10px 20px;
    }
  }
  @media (max-width: 479px) {
    .dbar li {
        width: 90%;
        margin: 0px 10px 20px;
    }
  }
  
  @media (min-width: 992px) {
    .dbar li {
        width: 24%;
    }
  }
  @media (min-width: 1200px) {
    .dbar li {
        width: 18%;
        margin: 0px 20px 50px 0px;
    }
  }
  
  /*
  =======================================================================
      ad-bar end
  =======================================================================
  */
  /*
  =======================================================================
      exclu-section
  =======================================================================
  */
  .exclu-section {
    margin-bottom: 100px;
  }
  
  .exclu-section .owl-stage-outer {
    background: #101010;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
  }
  .exclu-section .owl-stage {
    float: left;
  
  }
  .exclu-section .owl-stage:before {
    content: '';
    left: 0px;
    position: absolute;
    background-repeat:repeat-x;
    top: 0px;
    background-image: url(../images/exclu-top-re.jpg);
    height: 35px;
    width: 100%;
  }
  .exclu-section .owl-stage:after {
    bottom: 0px;
    background-image: url(../images/exclu-bot-re.jpg);
    content: '';
    left: 0px;
    position: absolute;
    background-repeat:repeat-x;
    height: 35px;
    width: 100%;
    visibility: visible;
  }
  .exclu-section .custome-carousel .owl-carousel .owl-stage {
    padding-bottom: 57px;
    padding-top: 57px;
  }
  
  @media (max-width: 767px) {
    .exclu-section {
      margin-bottom: 70px;
    }
  }
  /*
  =======================================================================
      exclu-section end
  =======================================================================
  */
  /*
  =======================================================================
      trend-section
  =======================================================================
  */
  .trend-section {
    padding-bottom: 60px;
  }
  .car-padd-top {
    padding-top: 0px;
  }
  .car-padd-bot {
    padding-top: 30px;
  }
  .trend-right {
    overflow: hidden;
  }
  .trend-section .carousel-fade .carousel-inner .item img {
    width: 100%;
  }
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transition: all 4s ease;
    transition: all 4s ease;
  }
  
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
  }
  @media (max-width: 991px) {
    .car-padd-top {
        padding-top: 30px;
    }
  }
  /*
  =======================================================================
      trend-section end
  =======================================================================
  */
  
  
  
  /*banner-slider-hm*/
  .banner-slider-hm {
    overflow: hidden;
  }
  .rotator-wrapper {
    width: 100%;
    overflow: hidden;
  
  }
  ul.rotator-list, ul.rotator-list li {
    float: left;
    width: 100%;
  }
  ul.rotator-list li {
    float: left;
    overflow: hidden;
  }
  
  ul.rotator-list li:first-child {
    float: left;
  }
  /*ul.rotator-list li > .rotator-image {
  position: relative;
  display: none;
  -webkit-transition:.6s ease-in-out left;
  -o-transition:.6s ease-in-out left;
  transition:.6s ease-in-out left
  
  }*/
  /*ul.rotator-list li > .rotator-image {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  }*/
  /*ul.rotator-list li > .rotator-image.active {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fadein .8s;
  -moz-animation: fadein .8s;
  -ms-animation: fadein .8s;
  -o-animation: fadein .8s;
  animation: fadein .8s;
  }*/
  
  .rotator-list .bann-lg {
    margin-right: 30px;
    border: 1px solid #000;
    border-left: none;
  }
  .rotator-list .bann-md {
    margin-bottom: 16px;
    border: 1px solid #000;
    border-right: 1px solid transparent;
  }
  .rotator-list .bann-md-last {
    border: 1px solid #000;
    border-right: 1px solid transparent;
  }
  .rotator-image img {
    object-fit: fill;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
  }
  #homemain-slider.owl-theme .owl-dots {
    margin-top: 0px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #homemain-slider.owl-theme .owl-dots .owl-dot span {
    margin: 5px 12px;
    background: #fff;
  }
  #homemain-slider.owl-theme .owl-dots .owl-dot.active span, #homemain-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #45ba8d;
  }
  @media (max-width: 1199px) {
    ul.rotator-list li {
        float: left;
        width: 100%;
    }
    .rotator-list .bann-lg {
        margin-right: 0px;
        margin-bottom: 10px;
        border: 1px solid #000 !important;
    }
    .rotator-list .bann-md {
        margin-bottom: 10px;
        border: 1px solid #000 !important;
    }
    .rotator-list .bann-md-last {
        border: 1px solid #000 !important;
    }
    #homemain-slider.owl-theme .owl-dots {
        bottom: 1%;
  
    }
  }
  @media (max-width: 767px) {
    #homemain-slider.owl-theme .owl-dots {
        bottom: 0;
        left: 50%;
    }
  }
  @media (min-width: 1200px) {
    ul.rotator-list li .rotator-image {
        /*background-position: 100% 38%;
        background-size: cover;*/
        /*background-repeat: no-repeat;*/
        float: left;
        width: 100%;
    }
  }
  @media (min-width: 1600px) {
    #homemain-slider.owl-theme .owl-dots {
        bottom: 5%;
    }
  }
  /*banner-slider-hm end*/
  /*all-contt-text*/
  .padd-off {
    padding-left: 0px;
    padding-right: 0px;
  }
  .produc-text-wrapper {
    padding-top: 20px;
    padding-bottom: 8px;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    margin-top: 94px;
  }
  .produc-text-wrapper .str_move {
    padding: 30px 0px 30px;
  
  }
  .str3-4 .box-imghm {
    margin: 0px 50px;
    display: inline-block;
  }
  .str3-4 .box-imghm span {
    color: transparent;
    font-size: 72px;
    line-height: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    display: inline-block;
    font-weight: 400;
  }
  @media (max-width: 1199px) {
    .str3-4 .box-imghm span {
        font-size: 50px;
    }
  }
  @media (max-width: 767px) {
    .produc-text-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .produc-text-wrapper .str_move {
        padding: 30px 0px 20px;
  
    }
    .str3-4 .box-imghm span {
        color: transparent;
        font-size: 40px;
        line-height: 20px;
    }
    .str3-4 .box-imghm {
        margin: 0px 30px;
    }
  }
  /*all-contt-text end*/ 
  /*mustwatch-sec*/ 
  .mustwatch-sec .container-custome {
    padding: 150px 190px 110px 110px;
  }
  .mustwatch-border {
    position: relative;
  }
  .mustwatch-border:before, .mustwatch-border:after {
    height: 15px;
  }
  .mustwatch-border:before {
    width: 100%;
    left: 0px;
    top: 0px;
  }
  .mustwatch-border:after{
    width: 100%;
    left: 0px;
    bottom:-30px ;
  }
  .mustwatch-border>span:before{
    height:100%;
    left: 0px;
    top: 15px;
  }
  .mustwatch-border>span:after{
    height:100%;
    right:0px;
    top:15px ;
  }
  .mustwatch-border>span:before, .mustwatch-border>span:after {
    width: 16px;
  }
  .mustwatch-border:before, .mustwatch-border:after, .mustwatch-border>span:before, .mustwatch-border>span:after {
    content: '';
    position: absolute;
    background: rgba(19, 209, 166, 0.15);
  }
  .watch-heading {
    position: relative;
    padding-top: 45px;
  }
  .watch-heading>span {
    font-weight: 900;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
  } 
  .watch-heading h3 {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 72px;
    line-height: 54px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
  }
  .watch-heading h3 span {
    font-weight: 900;
    -webkit-text-stroke: transparent;
  }
  .watch-heading h4 {
    font-weight: 900;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: -1px;
  }
  .watch-heading:after {
    content: '';
    margin: 20px 0px;
    width: 100px;
    background-image: linear-gradient(to right, rgba(21, 205, 165, 1) 20%, rgba(21, 205, 165, 0) 0%);
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    height: 1px;
    display: block;
  }
  .watch-content h5 {
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0px;
  }
  .watch-content p {
    font-weight: 100;
    font-size: 20px;
    line-height: 44px;
    margin: 10px 0px 30px;
    color: #fff;
  }
  .watch-content ._dotted-link {
    border: 2px dotted rgba(21, 205, 165,.5);
    box-shadow: none !important;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
  }
  .watch-content ._dotted-link:hover, .watch-content ._dotted-link:focus {
    background-color: #1cbb9d;
    border: 2px solid rgba(21, 205, 165,.5);
  }
  @media (max-width: 1199px){
    .mustwatch-sec .container-custome {
        padding: 90px 50px 100px 50px;
    }
    .watch-heading {
        padding-top:20px;
    }
  }
  @media (max-width: 767px){
    .mustwatch-sec .container-custome {
        padding: 50px 30px 30px 30px;
    }
    .watch-heading>span {
        font-size: 18px;
    }
  
    .watch-heading h3 {
        font-size: 40px;
        line-height: 42px;
    }
    .watch-heading h4 {
        font-size: 18px;
        margin-top: 18px;
    }
    .watch-content h5 {
        font-size: 18px;
    }
    .watch-content p {
        font-size: 18px;
        line-height: 33px;
    }
    .watch-content ._dotted-link {
        font-size: 17px;
    }
  }
  @media (min-width: 1350px){
    .container-custome {
        width: 1270px;
    }
  }
  @media (min-width: 1600px){
    .container-custome {
        width: 1400px;
    }
  }
  /*mustwatch-sec end*/ 
  /*ch-content-padding*/
  .ch-content-padding {
    display:block !important;
  } 
  .ch-content-padding .wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wrapper {
    display: flex;
    overflow: hidden;
  }
  
  .wrapper .content-landing {
    display: flex;
    flex: none;
  }
  .content-landing {
    display: flex;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.left .content-landing {
    animation: left 30s linear infinite
  }
  
  .wrapper.right .content-landing {
    animation: right 30s linear infinite
  }
  
  .wrapper .content-landing .img-imghm {
    padding-left: 40px;
    position: relative;
  }  
  .wrapper .content-landing .img-imghm img {
    width: 100%;
  }
  /* .wrapper .content-landing .img-imghm:first-child {
  padding-left:0px;
  }  */
  @keyframes left {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(-100%)
    }
  }
  
  @keyframes right {
    from {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0%)
    }
  }
  @media (max-width: 480px) {
    .wrapper .content-landing .img-imghm img {
        max-width: 280px;
    }
  }
  /*ch-content-padding end*/ 
  .more-loginbtn .btn {
    font-size: 12px;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 23px;
    border-radius: 5px;
    margin-top: 2px;
  }
  .svk-img {
    max-width: 530px;
    margin-bottom: 60px;
  }
  .playare-mar {
    margin-bottom: -30px;
}
  .lg-mdtp {
    margin-top: 20px;
  }
  #video-plybar {
    position: relative;
    width: 100%;
  }
  .vid-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 4;
  }
  .vid-play img {
    width: 120px;
  }
  .thumb-vid, .vid-play {
    position: absolute;
  }
  .thumb-vid {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  @media (max-width: 1199px) {
    #video-plybar {
        margin-top: 0px;
    }
  }
  @media (max-width: 767px) {
    .svk-img {
        max-width: 200px;
        margin-bottom: 20px;
    }
    #video-plybar {
        margin-bottom: 0px;
  
    }
    .vid-play img {
        width: 60px;
    }
  }
  
  /*top right form*/ 
  .padd-fix {
    padding-top: 80px;
  }
  .lg-md-form {
    margin-top: 8px;
  }
  .lg-md-form .form-group {
    margin-bottom: 30px;
  }
  .lg-md-form .lgmdinput-box {
    height: 51px;
    border: 1px solid #3e3e3f;
    border-radius: 8px;
  }
  .lg-md-form .lgmdinput-box label {
    margin-bottom: 0px;
    font-weight: 400;
    color: #c0c0c0;
    font-size: 11px;
    background: #0b0b0b;
    padding: 0px 5px;
    position: absolute;
    top: -13px;
    left: 10px;
  }
  .lg-md-form .lgmdinput-box .form-control {
    border-color: transparent;
    display: block;
    width: 100%;
    height: 51px;
    padding: 6px 35px 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    border: transparent;
    border-radius: 0px;
    border-color: transparent;
    box-shadow: none;
  }
  .lg-md-form .lgmdinput-box .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .lg-md-form .lgmdinput-box .form-control::placeholder {
    color: #c0c0c0;
    opacity: 1;
  }
  
  .lg-md-form .lgmdinput-box .form-control:-ms-input-placeholder {
    color: #c0c0c0;
  }
  
  .lg-md-form .lgmdinput-box .form-control::-ms-input-placeholder {
    color: #c0c0c0;
  }
  .lg-mdtp h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: 35px;
  }
  .modllogin-social-list {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .modllogin-social-list li {
    margin-bottom: 12px;
  } 
  .modllogin-social-list li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #3b3b3b;
    display: block;
    padding: 13px 10px;
    border-radius: 20px;
    position: relative;
    background: transparent;
    text-align: center;
  }
  .modllogin-social-list li.fb-style a {
    border: 1px solid #126db1;
    background: #126db1;
  }
  .modllogin-social-list li.gm-style a {
    border: 1px solid #fff;
    background: #fff;
    color: #404040;
  }
  .modllogin-social-list li a .cn_item {
    position: absolute;
    left: 20px;
    top: 25%;
  }
  .modllogin-social-list li.fb-style a .cn_item {
    top: 34%;
  }
  .modllogin-social-list li.gm-style a .cn_item {
    top: 32%;
  }
  .lg-md-form .modal-all .btn {
    padding: 11px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    width: 150px;
    border: 1px solid transparent;
    box-shadow: none !important;
  }
  .lg-md-form .modal-all .btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
    cursor: pointer;
  }
  .lgmd-headng-inform span {
    font-size: 13px;
    font-weight: 500;
    color: #c0c0c0;
    display: block;
    line-height: 1.5;
  }
  .after-success-padd {
    padding: 40px 20px 35px;
  }
  .modal-proceed-success.in, .modal-pin-verf.in {
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  .modal-proceed-success .modal-dialog, .modal-pin-verf .modal-dialog {
    margin-top: 12%;
  }
  .modal-proceed-success .modal-body, .modal-pin-verf .modal-body {
    padding: 0px;
  }
  .modal-proceed-success .modal-content, .modal-pin-verf .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .modal-proceed-success .modal-content {
    position: relative;
  }
  .modal-pin-verf .modal-content {
    position: relative;
  }
  .modal-proceed-success .modal-proceed, .modal-pin-verf .modal-proceed {
    border-bottom: none;
    border-radius: 8px;
    background: #1b1b1b;
    border: 1px solid #141e1c;
  }
  .modal-pin-verf .modal-proceed {
    border-radius: 11px;
  }
  .modal-proceed-success .modal-proceed-content {
    margin: 0px auto;
  }
  .after-success-padd {
    padding: 40px 20px 35px;
  }
  .after-sucs-icons {
    display: inline-block;
    margin-bottom: 0px;
  }
  .after-success-heading h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .after-success-heading span {
    color: #c0c0c0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: block;
  }
  .after-sucs-signup-btn {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px;
    margin-top: 40px;
  }
  .after-sucs-signup-btn div {
    height: 50px;
    text-align: center;
    border-top: 1px solid #262626;
  }
  .after-sucs-signup-btn div a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
  }
  .modal-pin-verf .modal-pnpaddin {
    padding: 47px 21px 0px;
  }
  .pin-input-field {
    margin: 10px auto 0px;
  }
  .pin-input-field li {
    display: inline-block;
    width: 43px;
    margin-right: 13px;
  }
  .pin-input-field li .form-control {
    height: 46px;
    padding: 6px 0px 8px 0px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #3e3e3f;
    border-radius: 7px;
    text-align: center;
  }
  .pin-input-field li .form-control:focus {
    background-color: #111111;
    border: 1px solid #fff;
    box-shadow: none;
  }
  .pin-input-field .form-control::placeholder {
    color: #a6a6a6;
    opacity: 1;
  }
  .pin-input-field .form-control:-ms-input-placeholder {
    color: #a6a6a6;
  }
  .pin-input-field .form-control::-ms-input-placeholder {
    color: #a6a6a6;
  }
  .pin-input-checker {
    margin: 22px 0px 20px;
  }
  .pin-input-checker span.pinresend-title {
    font-size: 11px;
    color: #aaaaaa;
    position: relative;
  }
  .lgmdl-verfypn-top h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0px;
  }
  .lgmdl-verfypn-top p {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: -2px;
    color: #c0c0c0;
  }
  .lgmdl-verfypn-top .verifynumber-title {
    font-size: 13px;
    color: #fff;
  }
  .lg-md-form {
    margin-top: 8px;
  } 
  .lgmdl-verfypn-link {
    height: 56px;
    text-align: center;
    border-top: 1px solid #262626;
  }
  .lgmdl-verfypn-link a {
    font-size: 13px;
    font-weight: 600;
    color: #1fb49a;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
  }
  .modal-proceed-success2.in, .modal-pin-verf.in {
    background: transparent !important;
  }
  @media (max-width: 1199px) {
    .padd-fix {
        padding-top: 50px;
    }
    .playare-mar {
        margin-bottom: 20px;
    }
    .modal-proceed-success .modal-content {
        left: auto;
    }
    .lg-modal-twostyle .modal-dialog {
        width: 454px;
        margin: 50px auto 10px;
    }
    .modal-pin-verf .modal-content {
        left: auto;
    }
  }
  @media (max-width: 767px) {
    .padd-fix {
        padding-top: 50px;
    }
    .modllogin-social-list {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .playare-mar {
        margin-bottom:0px;
    }
    .modal-pin-verf .modal-dialog {
        width: 290px;
    }
  }
  @media (max-width: 479px){
  
    .modal-proceed-success .modal-dialog, .modal-pin-verf .modal-dialog {
        margin-top: 59%;
    }
  
    .lg-md-form .remind-field {
        font-size: 10px;
    }
    .select-vdsubc li {
        margin-right: 10%;
    }
  }
  @media (min-width: 320px){
    .modal-proceed-success .modal-dialog, .modal-pin-verf .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
    .modal-proceed-success .modal-dialog {
        width: 237px;
    }
  }
  @media (min-width: 480px){
    .modal-pin-verf .modal-dialog {
        width: 343px;
    }
  
  }
  @media (min-width: 1200px) {
    .lg-modal-twostyle .modal-dialog {
        width: 876px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-proceed-success .modal-dialog, .modal-pin-verf .modal-dialog {
        margin-right: -9%;
    }
  }
  
  .video-js {
    width: 100% !important;
    height: auto ;
  }
  .bg-banner-vidfull {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
  padding-top:0px;
  }
  .banner-contrl-sevk {
  max-width: 470px;
  }
  .sek-heading p {
    width: 80%;
    text-align: center;
    margin-left:auto;
  margin-right:auto;
  }
  .modal-open.sevk-modal {
    padding-right: 0px !important;
    overflow: visible !important;
  
  }
  .sevk-modal .modal-backdrop {
    z-index: -1 !important;
  }
  .sevk-modal .modal-backdrop.in {
    background: transparent !important;
  }
  .popup-vid-sev {
    position: fixed;
    right: 2%;
    top: auto;
    left: auto;
    bottom: 0px;
    z-index: 14;
    overflow: visible !important;
    display: none;
  }
  .popup-vid-sev.fade .modal-dialog  {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
   -webkit-transition: -webkit-transform .9s ease-out;
    -o-transition: -o-transform .9s ease-out;
    transition: transform .9s ease-out;
    -webkit-transform: translate(0,70%);
    -ms-transform: translate(0,70%);
    -o-transform: translate(0,70%);
    transform: translate(0,70%);
  }
  .popup-vid-sev.in  {
    opacity: 1;
  }
  .popup-vid-sev.in .modal-dialog {
    transform: translate(0px, -10%);
  }
  .postrealivet {
    position: relative;
  }
  .modlloginvvid-social-list {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .modlloginvvid-social-list li {
    margin-bottom: 19px;
  } 
  .modlloginvvid-social-list li a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #3b3b3b;
    display: block;
    padding: 14px 10px;
    border-radius: 15px;
    position: relative;
    background: transparent;
    text-align: center;
  }
  .modlloginvvid-social-list li.emailstt a {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    border: 1px solid #cccccc;
    display: block;
    padding: 14px 10px;
    border-radius: 15px;
    position: relative;
    background: #cccccc;
    text-align: center;
  }
  .modlloginvvid-social-list li.fb-style a {
    border: 1px solid #E0E0E0;
    background: transparent;
  }
  .modlloginvvid-social-list li.gm-style a {
    border: 1px solid #2B2B2B;
    background: #2B2B2B;
    color: #fff;
  }
  .modlloginvvid-social-list li a .cn_item {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 4px;
  }
  .hang-lgo-vidly {
    padding-top: 58px;
    margin-bottom: 18px;
  }
  .lg-newmdtp h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
    line-height: 33px;
  }
    .modal-newgetapp-modal .modal-content {
        background: #000000;
    border: 1px solid rgba(26, 192, 159, 0.3);
    border-radius: 25px;
    padding: 0 25px 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    }
    .modal-newgetapp-modal .modal-dialog {
        width: 316px;
        margin: 0px auto 0px;
    }
    .newlgmodl-close {
        position: absolute;
        top: -33px;
        right: -23px;
        z-index: 2;
    }
  @media (max-width: 1200px) {
    .banner-contrl-sevk {
  max-width: 300px;
  }
  }
  @media (max-width: 1199px) {
  .sek-heading p {
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-vid-sev {
    right: 0px;
    top: 20%;
    left: 0px;
    bottom: 0px;
   
  }
  .popup-vid-sev.fade .modal-dialog  {
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }
  .popup-vid-sev.in .modal-dialog {
    transform: translate(0px, 0px);
  }
  }
  
  
  
  .video-js.vjs-paused .vjs-big-play-button{
  display: block;
  }
  .video-js.vjs-playing .vjs-big-play-button{
  display: none;
  }
  .vjs-poster{
      background-position: 50% 30%;
  }
  
  .hang-lgo-vidly {
    padding-top: 32px;
    margin-bottom: 13px;
  }
  
  .modlloginvvid-social-list {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  
  .mute-custom-icon {
    position: absolute;
    bottom: 50%;
    left: 46%;
    width: 90px;
    cursor: pointer;
    background: #00000078;
    border-radius: 50%;
    padding: 15px;
  }
  
  @media (max-width: 767px) {
  .banner-contrl-sevk {
    max-width: 170px;
  }
  .bg-banner-vidfull {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  
  .mute-custom-icon {
    bottom: 40%;
    left: 38%;
    width: 77px;
    cursor: pointer;
    background: #00000078;
    border-radius: 50%;
    padding: 10px;
  }
  #freestreampopup{
  display:none !important;
  }
  }
  
  
  /*vidcontent-sec*/
  .vidcontent-sec {
    padding: 30px 0px 0px;
  }
  .vid-incont {
    position: relative;
  }
  .vid-incont:before, .vid-incont:after{
    content: '';
    position: absolute;
    background: #fff;
  }
  .vid-incont>span:before, .vid-incont>span:after{
    content: '';
    position: absolute;
    background: #fff;
  }
  .vid-incont:before{
    width: 90%;
      height: 1px;
      left: 4%;
      top: 0px;
  }
  .vid-incont:after{
    width: 90%;
    height: 1px;
    left: 4%;
    bottom:0px ;
  }
  .vid-incont>span:before{
    width: 1px;
      height: 100%;
      left: 4%;
      top: 0px;
  }
  .vid-incont>span:after{
    width: 1px;
      height: 100%;
    right:6%;
    top:0px ;
  }
  
  .vid-incont .owl-carousel .owl-stage {
    padding-top: 140px;
      padding-bottom: 161px
  }
  .vid-incontthumb-scene {
    position: relative;
  }
  .vid-incontscene-vid-content {
    position: relative;
  }
  .iconcenter {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
  }
  .playicon {
    background-image: url(../images/plyvid.png);
    width: 82px;
    height: 82px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .vid-tttbig {
    position: absolute;
    color: #fff;
    z-index: 5;
    display: block;
    text-align: center;
    width: 100%;
    bottom: -115px;
  }
  .vid-tttbig .first {
    color: #fdb216;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #000;
    letter-spacing: -1px;
    display: block;
    margin-top: 20px;
    line-height: 100px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
  }
  .vid-tttbig .second {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: block;
    line-height: 20px;
  }
  .vid-incont .owl-item.center  .vid-tttbig .first {
    color: #fdb216;
    font-size: 64px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #000;
    letter-spacing: -1px;
    display: block;
    margin-top: -10px;
  }
  .vid-incont .owl-item.center .vid-tttbig .second {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-top: 0px;
    
  }
  .vid-incont .owl-item .vid-incontthumb-scene img {
    -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
   transform: scale(1);
   -webkit-transform: scale(1);
  }
  .vid-incont .owl-item.center .vid-incontthumb-scene img {
   transform: scale(1.2);
   -webkit-transform: scale(1.2);
   
  }
  .video-js {
    border-radius: 20px !important;
  }
  @media (max-width: 1200px) {
  .vid-tttbig .first {
    font-size: 40px;
    margin-top: 20px;
    line-height: 60px;
    text-transform: uppercase;
  }
  .vid-tttbig .second {
    font-size: 16px;
    line-height: 20px;
  }
  .vid-incont .owl-item.center  .vid-tttbig .first {
    font-size:60px;
    margin-top: -10px;
  }
  .vid-incont .owl-item.center .vid-tttbig .second {
    font-size: 18px;
    margin-top: 0px;
    
  }
  }
  @media (max-width: 1199px) {
    .vid-tttbig .first {
      font-size: 30px;
      margin-top: 20px;
      line-height: 50px;
      text-transform: uppercase;
    }
    .vid-tttbig .second {
      font-size: 16px;
      line-height: 20px;
    }
    .vid-incont .owl-item.center  .vid-tttbig .first {
      font-size:40px;
      margin-top: -10px;
    }
    .vid-incont .owl-item.center .vid-tttbig .second {
      font-size: 18px;
      margin-top: 0px;
      
    }
    }
    @media (max-width: 991px) {
    .vid-incont .owl-carousel .owl-stage {
      padding-top: 70px;
      padding-bottom: 101px;
  }
   }
   @media (max-width: 767px) {
    .vid-tttbig {
      display: block;
      width: 100%;
      bottom: -51px;
  }
    .vid-tttbig .first {
      font-size: 20px;
      margin-top: 20px;
      line-height: 40px;
      text-transform: uppercase;
    }
    .vid-tttbig .second {
      font-size: 14px;
      line-height: 20px;
    }
    .vid-incont .owl-item.center  .vid-tttbig .first {
      font-size:30px;
      margin-top: -10px;
    }
    .vid-incont .owl-item.center .vid-tttbig .second {
      font-size: 16px;
      margin-top: 0px;
      
    }
    .iconcenter {
      transform: translate(-30%, -30%);
      -webkit-transform: translate(-30%, -30%);
  }
    .playicon {
      background-size: 60%;
    }
   }
   @media (max-width: 414px) {
    .vid-tttbig .first {
      font-size: 16px;
      margin-top: 20px;
      line-height: 30px;
      text-transform: uppercase;
    }
    .vid-tttbig .second {
      font-size: 14px;
      line-height: 20px;
    }
    .vid-incont .owl-item.center .vid-tttbig .first {
      font-size: 30px;
      margin-top: -10px;
  }
    .vid-incont .owl-item.center .vid-tttbig .second {
      font-size: 16px;
      margin-top: 6px;
      
    }
    
   }
  /*vidcontent-sec end*/
  .video-pp {
    height: 450px;
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .video-pp video {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
   border-radius: 25px;
  }
  @media (max-width: 767px) {
  .video-pp {
    height: 197px;
    margin-top: 34px;
    margin-bottom: 0px;
}
  }