.child-banner {
    background: url(../images/child-cloud-01.png) no-repeat;
    background-size: cover;
    padding: 70px 0 30px;
    text-align: center;
    position: relative;
}
/*.child-banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/child-cloud.png) no-repeat;
    background-size: cover;
    z-index: 1;
}*/
.child-img{
    position: relative;
    z-index: 9;
}
.main-wrapper.child-page{
    width: 100%;
    padding-bottom: 0;
}
.cinema-sec {
    background: url(../images/cinema-bg.png) no-repeat;
    height: 860px;
    background-size: cover;
    padding: 133px 0 0 0;
    /* background-position: bottom; */
}
.cinema-sec iframe {
    width: 100%;
    height: 450px;
}
.cinema-owl{
width: 79%;
    margin: 0 auto;
    padding-left: 30px;
    max-width: 1130px;
}
.cinema-owl img{width: auto;max-width: 100%}
.child-movie-sec {
    padding: 30px 0 221px;
    position: relative;
    background: #012132 url(../images/child-bd-img.png) no-repeat bottom left;
    background-size: contain;
    background-position: 100% 105%;
}
.child-movie-sec h3{
    color: #fff;
    margin: 0 0 30px 0;
}
.child-movie-sec .owl-controls .owl-nav div, .child-movie-sec.movie-sec .owl-nav div{
    background: url(../images/white-arrow.png) no-repeat;
    width: 12px;
    height: 21px;
}
.child-movie-sec .owl-controls .owl-nav div.owl-prev, .child-movie-sec.movie-sec .owl-nav .owl-prev {
    background-position: left center;
    left: -40px;
}
.child-movie-sec .owl-controls .owl-nav div.owl-next, .child-movie-sec.movie-sec .owl-nav .owl-next{
    background-position: right center;
}
.child-movie-sec .owl-controls .owl-nav{
    position: absolute;
    top: -38px;
    right: 0;
}
.cinema-owl .owl-dots{
    text-align: center;
}
.cinema-owl.owl-theme .owl-dots .owl-dot span{
    background: none;
}
.cinema-owl .owl-controls .owl-dot {
    width: 40px;
    height:10px;
    background-color: transparent;
    border: 2px solid #d23517;
    border-radius: 10px;
}
.cinema-owl .owl-controls .owl-dot.active {
    background-color: #d23517;
}

.child-banner .row{
    display: flex;
 align-items: center;
justify-content: center;
}
.film-festival ul{
    padding: 0;
    max-width: 670px;
    /*margin: 0 auto;*/
    /*max-width: 100%;*/
    border: 1px solid #ffffff8a;;
    background: #3e3e3e54;
}
.film-festival ul li {
    list-style-type: none;
    text-align: left;
    color: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
.film-festival ul li strong {
    text-transform: uppercase;
    color: #fcfcfc;
    vertical-align: top;
    width: 108px;
    display: inline-block;
}
.film-festival ul li span{
    display: inline-block;
    width: 82%;
}

.child-img img{
    width: auto;
    max-width: 370px;
}
.thumbs-owl{
    margin-top: 30px
}
.thumbs-owl .item .over {
    cursor: pointer;
    border: 2px solid #f0f0f0;
    position: relative;
}
.thumbs-owl .owl-item .item .over:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000a6;
    top: 0;
    left: 0;
}
.thumbs-owl .owl-item .item .over:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/play-icon.png) no-repeat;
    top: 30%;
    left: 42%;
    z-index: 9;
    opacity: .7;
}
.thumbs-owl .owl-item .item p {
    color: #fff;
    line-height: normal;
    text-align: center;
    margin: 12px 0 0 0;
}
.thumbs-owl .owl-item.current .item .over:after{
background: #00000000;
}
.thumbs-owl .owl-item.current .item .over:before{
    content: none
}
.child-movie-sec.movie-sec .owl-nav {
    position: absolute;
    top: -38px;
    right: 0;
    text-indent: -9999px;
}
.child-movie-sec.movie-sec .owl-nav div{
    position: absolute;
    cursor: pointer;
}

.thumbs-owl .owl-stage{margin: 0 auto;}
.disclamer-sec{
    padding-top: 60px
}
.disclamer-sec ul li{margin-bottom: 10px;}
.disclamer-sec ul ul{margin-top: 10px}
.copy{
width: 11px!important;
    display: inline-block!important;
    cursor: pointer;
    margin-left: 0;
    vertical-align: top;
}
.btn-clipboard{
        background: transparent;
    padding: 0;
    border: 0;
    display: inline-block;
}
.btn-clipboard:focus{
    outline: none!important;
    border: none;
    box-shadow: none
}
.pass-txt{
    font-size: 14px
}
.pass-txt input {
    width: 48%;
    display: inline-block;
    color: #fff;
    border: none;
    height: auto;
    font-size: 14px;
    background: transparent;
    vertical-align: top;
    padding: 0;
}
@media only screen and (max-width: 1400px){
.child-img img{
    width: auto;
    max-width: 370px;
}
.cinema-sec {
    padding: 114px 0 120px 0;
    height: auto;
}
.cinema-owl {
    width: 76%;
}
.cinema-owl .owl-dots{
    margin-top: 30px;
}
.cinema-sec iframe {
    width: 100%;
    height: 410px;
}
}
@media only screen and (max-width: 1200px){
.cinema-sec iframe {
    height: 370px;
}
.cinema-sec {
    padding: 74px 0 120px 0;
}
.film-festival ul li{
    font-size: 16px;padding: 10px 15px
}
    .child-img img{
        width: auto;
        max-width: 300px;
    }
}
@media only screen and (max-width: 992px){
    .video-sec.cinema-sec{    background-position: center center;}
.film-festival ul li{
    font-size: 15px;
}
/*.cinema-owl {
    width: 100%;
}*/
.cinema-sec iframe {
    height: 310px;
}
.child-movie-sec {
    padding: 30px 0 121px;}
.child-banner{
    background-size: cover;
}
.child-img img {
    width: auto;
    max-width: 340px;
}
.cinema-sec {
    background-size: cover;
}
.main-wrapper.child-page div[class^=col-] {
    float: none;
}
}

@media only screen and (max-width: 767px){
.film-festival ul{
    width: 260px;
}
    .cinema-owl {
    width: 100%;
}
.cinema-owl{
    padding-left: 0;
}
.cinema-sec iframe {
    height: 230px;
}
.cinema-sec {
    padding: 53px 0 80px 0;
}

.child-img img {
    width: 350px;
    max-width: 100%;
}
.child-img{
    padding: 0 10px;
}
.child-banner{
    padding:50px 0;
}
.cinema-sec {
    background-position: center center;
}
.child-movie-sec {
    padding: 30px 0 80px;
}

    .film-festival ul li strong {
        text-transform: uppercase;
        color: #ffffff;
        vertical-align: top;
        width: auto;
        display: inline;
    }
    .film-festival ul li span{
        display: inline;
        width: auto;
    }
   .thumbs-owl .owl-item .item p{
    font-size: 14px;    
   } 

}
.thumbs-owl .owl-item .item .over:before {
    width: 20px;
    height: 20px;
    background: url(../images/play-icon-mob.png) no-repeat;
    top: 34%;
    left: 45%;
}
.movie-name {
    color: #ffffff;
    padding: 10px;
    position: absolute;
    top: 47%;
    margin: auto;
    background-color: #0000006b;
    font-size: x-large;
}

@media only screen and (max-width: 580px){
.child-banner .row{
    display: block;
}
.film-festival ul{
width: 350px;
}
.child-banner{
    background-position: center center;
}
.film-festival{
    margin-top: 40px;
    padding: 0 15px;
}
.thumbs-owl .owl-item .item .over:before{
top: 23%;
    left: 35%;    
}
}
