﻿

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    /* height: auto; */
}

a:hover {
    text-decoration: none
}

html,
body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    width: 100%;
    color: #ffffff
}

.dark-bg {
    background-color: rgb(82 37 33 / 71%);
}

.dark-img {
    background-image: url(../images/body.jpg);
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*** hover effet **/
::-webkit-scrollbar {
    width: 8px;
}


::-webkit-scrollbar-track {
     background-color:#2f3946;
    
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #5d6875;
}
.gradient,
.gradient1 {
    overflow: hidden;
}

.gradient::after,
.gradient1::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.gradient:hover > img,
.gradient:hover > img,
.gradient1:hover > img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.gradient > img,
.gradient1 > img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.gradient:hover:after {
    content: "";
    background: -webkit-linear-gradient(to top, rgba(6, 15, 25, .6) 0%, rgba(29, 119, 29, 0.6) 100%);
    background: linear-gradient(to top, rgba(2, 2, 15, 0.94) 0%, rgba(0, 185, 236, 0.76) 100%);
    position: absolute;
}

.gradient1:hover:after {
    content: "";
    background: -webkit-linear-gradient(to top, rgba(2, 2, 15, 0.6) 0%, rgba(4, 15, 2, 0.33) 100%));
    background: linear-gradient(to top, rgba(2, 2, 15, 0.6) 0%, rgba(4, 15, 2, 0.33) 100%);
    position: absolute;
}

.hover03 .hover-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.hover03 .hover-box:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.hover12 .hover-box {
    background: linear-gradient(to top, rgb(21, 21, 22) 0%, rgb(32, 161, 197) 100%)
}

.hover12 .hover-box img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12 .hover-box:hover img {
    opacity: .5;
}


/*** button ***/

a.btn.btn-radus {
    padding: 12px 42px;
    color: #fff;
    border: 3px solid #4e4e57;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding-bottom: 10px;
}

a.btn.btn-radus span {
    margin-left: 7px;
    color: #ff7800
}

a.btn.btn-radus:hover {
    background-color: #00b9ec;
}

a.btn.btn-radus:hover span {
    color: #fff;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #00b8ed;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #00b9ec;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 9px auto;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*** color ***/

.c1 {
    color: #00b9ec;
}

.c1-bg {
    background-color: #00b9ec;
}

.c2 {
    color: #ff7800;
}

.c2-bg {
    background-color: #ff7800;
}


/*** margin padding ***/

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-30 {
    padding-top: 30px
}

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

.mt-30 {
    margin-top: 30px
}

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

.mb-30 {
    margin-bottom: 30px
}

a,
a:hover,
button,
button:hover,
.btn,
.btn:hover,
.zmovo-video-list-ply:hover .zmovo-h-btn,
.zmovo-h-btn,
.owl-controls .owl-nav > div:hover,
.owl-controls .owl-nav > div,
.ply-btns,
.zmovo-slider-area .owl-prev i,
.zmovo-slider-area .owl-next i,
.slide4-icon-right,
.slide4-icon-left,
.zmovo-counter-items:hover,
.zmovo-counter-items,
.zmovo-counter-items:hover .zmovo-counter-text h4,
.zmovo-counter-text h4,
.zmovo-trailor-img .zmovo-slide-ply-btn,
.zmovo-forgate-me a span:hover,
.zmovo-blog-dec-contents:hover .zmovo-slide-ply-btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.zmovo-header.zmovo-header3 {
    position: unset;
}


/*** Hadding ***/

.zmovo-hadidng h2 span {
    font-size: 16px;
    font-family: Poppins;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-left: 16px;
}

.zmovo-hadidng h2 span:after {
    content: "";
    width: 2px;
    height: 76%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 2px;
}

.zmovo-hadidng h2 {
    /* border-bottom: 1px solid #11111d;
    padding-bottom: 20px; */
}

.white-bg .zmovo-hadidng h2 {
    border-bottom: 1px solid #f0f0f0;
}


/**** header area ***/

.zmovo-top-search {
    display: inline-block;
}

.zmovo-login {
    display: inline-block;
}

.zmovo-login a {
    background-color: #ff7700;
    color: #fff;
}

.zmovo-login a span {
    margin-right: 4px;
}

.zmovo-login a:hover {
    background-color: #ff7700;
    color: #fff;
}

.zmovo-ser-icon {
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.navigation {
    background-color: transparent;
    z-index: 9999;
    position: relative;
}

.zmovo-top-search {
    position: relative;
}

.zmovo-hidden-search {
    display: none;
}

.zmovo-hidden-search {
    position: absolute;
    right: 0;
    margin-top: 18px;
}

.zmovo-hidden-search input {
    padding: 10px;
    border: 1px solid transparent;
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 16px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation > ul > li.active > a {
    color: #0fb5de;
}

#navigation:after,
#navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation > ul > li {
    float: left;
}

#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: left;
}

#navigation.align-right > ul > li {
    float: right;
}

#navigation > ul > li > a {
    padding: 25px 0px 25px 32px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    margin-right: -1px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navigation > ul > li.has-sub > a {
    padding: 25px 0px 25px 32px;
}

#navigation > ul > li.has-sub > a::before {
    position: absolute;
    right: 18px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation > ul > li.has-sub > a::before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: none;
}

#navigation ul ul li.has-sub > a::before {
    position: absolute;
    top: 20px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation ul ul li.has-sub > a::after {
    position: absolute;
    top: 23px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}

#navigation ul ul > li.has-sub:hover > a::before {
    top: 17px;
    height: 0;
}

#navigation > ul > li > .active {
    color: #0fb5de;
}

#navigation > ul > li:hover > a {
    color: #0fb5de;
}

#navigation ul ul {
    position: absolute;
    left: -9999px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover > ul {
    left: auto;
}

#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#navigation li:hover > ul > li {
    height: 44px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navigation ul ul li a {
    padding: 14px 15px;
    width: 220px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #0fb5de;
    font-family: Poppins;
    text-transform: capitalize;
}

#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
    border-bottom: 0;
}

#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {
    color: #fff;
    background-color: #02020f;
}

#navigation.small-screen {
    width: 100%;
}

#navigation.small-screen ul {
    width: 100%;
    display: none;
}

#navigation.small-screen.align-center > ul {
    text-align: left;
}

#navigation.small-screen ul > li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover > ul > li {
    height: auto;
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#navigation.small-screen > ul > li {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #333;
    background: none;
}

#navigation.small-screen ul ul li:hover > a,
#navigation.small-screen ul ul li.active > a {
    color: #313aaf;
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after,
#navigation.small-screen > ul > li.has-sub > a:before,
#navigation.small-screen ul ul > li.has-sub > a:after,
#navigation.small-screen ul ul > li.has-sub > a:before {
    display: none;
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #171818;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 2px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 16px;
    right: 2px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 48px;
    width: 46px;
    cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {
    background: #fff;
}

#navigation.small-screen ul ul .submenu-button {
    height: 35px;
    width: 35px;
    top: 8px;
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #333;
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#navigation.small-screen.select-list {
    padding: 5px;
}

.header-transparent {
    padding-bottom: 20px;
}

.top-bar-transparent {
    margin-bottom: 20px;
}

.header-transparent #navigation {
    margin-top: 5px;
    background-color: transparent;
}

.header-transparent #navigation > ul > li > a {
    padding: 10px 4px;
    border: transparent;
    color: #fff;
}

.header-top {
    border-bottom: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-color: rgba(250, 250, 250, .2);
}

.header-transparent #navigation li a {
    color: #ffffff;
    background-color: transparent;
    border-left: transparent;
    border-right: transparent;
    padding: 14px 30px 14px 10px;
}

.header-transparent #navigation li ul li a {
    background-color: #446a73;
    padding: 18px 20px;
}

.header-transparent #navigation > ul > li.has-sub > a {
    padding-right: 30px;
}

.header-transparent #navigation li ul li a {
    border-bottom: 1px solid #375b63;
}

.header-top .top-nav ul li a {
    color: #fff;
}

.top-nav-collapse {
    background-color: rgba(18, 45, 52, .8);
}

.phone-img {
    margin-bottom: 60px;
}

.navigation_tw #navigation {
    float: left;
    padding-left: 13px;
}

.navigation_tw #navigation > ul > li > a {
    padding: 34px 25px 34px 5px;
    margin-right: 5px;
}

.navigation_tw #navigation > ul > li.has-sub > a {
    padding: 34px 25px 34px 5px;
    margin-right: 5px;
}

.menu_appontment .more-link {
    margin-top: 17px;
}

.menu_search_box input {
    border: none;
    background: transparent;
    color: #fefefe;
    opacity: 1;
    width: 50%;
    box-shadow: none;
}

.menu_search_box input:active {
    box-shadow: none;
}

.menu_search_box button {
    border: none;
    background: transparent;
    color: #fff;
}

.col-lg-3.menu_search_box {}

.menu_search_box form {
    text-align: right;
    margin-top: 30px;
    padding-right: 10px;
}

.navigation_tw {
    z-index: 999;
    position: relative;
}

.navigation_tw .menu-container {
    position: absolute;
    background: #1b1a1a;
    left: 50%;
    margin-left: -554px;
    width: 1108px;
    top: -35px;
    border-radius: 50px;
}

.navigation_tw {
    background-color: #1e1c1c;
}

.navigation_tw #navigation > ul > li > a {
    color: #fff;
}

.navigation_tw #navigation ul ul li a {
    color: #f6f0f0;
    background: #1b1a1a;
    border-top: 1px solid #272525;
    border-bottom: 1px solid #272525;
}

.navigation_tw #navigation ul ul li:hover > a,
.navigation_tw #navigation ul ul li a:hover {
    color: #313aaf;
}

header.zmovo-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: rgba(2, 2, 15, 0.36);
    border-bottom: 1px solid rgba(2, 2, 15, 1);
}


/*** slider ***/

.zmovo-slider-contents {
    position: relative;
}

.zmovo-slide-content {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.zmovo-slider-premium-tag > span {
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 10px;
}

.zmovo-slider-contetn > a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    display: block;
    margin: 15px 0;
}

.zmovo-slide-cat ul li {
    line-height: 27px;
}

.zmovo-slide-cat ul li > span {
    font-weight: bold;
}

.zmovo-slide-cat {
    display: block;
    margin-bottom: 20px;
}

.zmovo-slide-ply-btn a {
    display: inline;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.zmovo-slide-ply-btn a img {
    display: inline-block !important;
    width: 32px !important;
    margin-right: 10px;
}

.zmovo-slide-ply-btn {
    display: block;
}

.zmovo-slide-ply-btn a:hover,
.zmovo-slider-contetn > a:hover {
    color: #00b9ec;
}

.zmovo-slider-area .owl-prev i,
.zmovo-slider-area .owl-next i {
    width: 60px;
    height: 60px;
    display: block;
    font-size: 50px;
    padding: 8px 5px;
    border-radius: 100%;
}

.zmovo-slider-area .owl-prev {
    position: absolute;
    top: 45%;
    font-size: 64px;
    left: 5%;
}

.zmovo-slider-area .owl-next {
    position: absolute;
    right: 5%;
    top: 45%;
}

.zmovo-slider-area .owl-prev i:hover,
.zmovo-slider-area .owl-next i:hover {
    background-color: #00b9ec;
}


/**** Slider 2 ***/

.slider-2bg {
    background-image: url(../images/body.jpg);
    background-size: cover;
    background-position: center;
    padding: 123px 0;
}

.slider-2bg .owl-dot {
    width: 8px;
    height: 8px;
    background: #ee7c10;
    display: inline-block;
    margin: 3px;
    border-radius: 100%;
}

.slider-2bg .owl-dot.active {
    background-color: #0fb5de;
}

.slider-2bg .owl-controls {
    text-align: center;
    position: relative;
    top: 38px;
}

.zmovo-slider-area .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #ff7700;
    display: inline-block;
    margin: 3px;
    border-radius: 100%;
}

.zmovo-slider-area #slider3 .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.zmovo-slider-area .owl-dot.active {
    background-color: #0fb5de;
}

.slider3 .zmovo-slide-content {
    left: 10%;
}

.slider3 .zmovo-slider-contents img {
    border-radius: 7px;
}

.slider3 .zmovo-slider-contents {
    border-radius: 7px;
}


/*** slider 4 ***/

.slider4 .zmovo-slide-content {
    position: absolute;
    width: auto;
    bottom: 40px;
}

.swiper-slides {
    overflow: hidden;
}

.zmovo-slider-nev {
    position: absolute;
    top: 45%;
    z-index: 999;
    width: 100%;
}

.zmovo-slider-with-cat.slider4 {
    position: relative;
}

.slide4-icon-left,
.slide4-icon-right {
    color: #fff;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 38px;
    cursor: pointer;
    text-align: center;
    padding: 14px 0;
    background-color: #02020f
}

.slide4-icon-left:hover,
.slide4-icon-right:hover {
    background-color: #00b9ec
}

.slide4-icon-left {
    float: left;
    margin-left: -200px
}

.slide4-icon-right {
    float: right;
    margin-right: -200px
}

.slider4:hover .slide4-icon-right {
    margin-right: 0;
}

.slider4:hover .slide4-icon-left {
    margin-left: 0;
}


/*** video play list ***/

.zmovo-v-list-i-img {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.zmovo-v-list-i-img img {
    border-radius: 5px;
}

.zmovo-v-tag span {
    font-size: 13px;
    text-transform: capitalize;
}

.zmovo-v-list-content a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
}

.zmovo-v-list-content a:hover {
    color: #00b9ec;
}

.movie-time i {
    margin-right: 5px;
}

.movie-time {
    text-transform: capitalize;
    margin-top: 4px;
}

.zmovo-v-list-item {
    overflow: hidden;
    border: 2px solid #0e0e27;
    border-radius: 5px;
    padding: 7px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.zmovo-v-list-item:hover {
    border-color: #0fb5de;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.zmovo-video-list-ply {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.zmovo-h-btn {
    opacity: 0;
}

.zmovo-video-list-ply:hover .zmovo-h-btn {
    opacity: 1
}

.arow-icon .owl-controls {
    position: absolute;
    top: -79px;
    right: 0;
}

.zmovo-video-list-items {
    position: relative;
}

.arow-icon .owl-controls 