/* ===================================
            Video sec css
====================================== */
.video-sec{
padding-top: 0;
    margin-top: 120px;
}
.overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.47);
}
.video-sec .video-btn{
    display: inline-block;
}

.video-sec .video-btn .play-btn {
    background-color: #fff;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    font-size: 65px;
    border-radius: 50%;
    color: #FFBF00;
    cursor: pointer;
}
.video-sec .video-btn .play-btn:hover{
    background-color: #FFBF00;
    color: #fff !important;
}

.video-sec.bg-video-img{
    background-image: url("../img/buho-video.png");
    position: relative;
    height:550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.fancybox-slide--video .fancybox-content {
    background: transparent;
}

/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #FFBF00;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 85px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #FFBF00; }


/* ===================================
    Media Queries
   ====================================== */


@media screen and (max-width:991px){
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .project-sec .project-area .project-detail {
        left:0;
    }
}


@media screen and (max-width:767px){
    .side-menu {
        width: 100%;
    }
    #about .yellow-and-white-slider-btn{
        margin-bottom: 50px;
    }
    .heading-details .heading {
        font-size: 35px;
    }
    .heading-details .heading:before {
        display: block;
        margin-left: auto;
         margin-right:0;
    }
    .heading-details .heading:after {
        display: block;
         margin-left: 0;
        margin-right: auto;
        margin-top: 16px;
    }
    .production-sec .production-box {
        margin-bottom: 25px;
    }
    .our-cast .cast-card .cast-img {
        height: auto;
    }
    .our-cast .cast-card .cast-detail {
        padding: 50px 20px;
        height: auto;
    }
    .our-cast .cast-card .cast-detail .cast-name {
        font-size: 24px;
    }
    .our-cast .cast-card .cast-detail .cast-designation {
        font-size: 14px;
    }
    .latest-items{
        margin-left: 30px;
        margin-right: 30px;
    }
    .testimonial-sec .reviews .review-body {
        padding: 20px;
        padding-bottom: 80px;
    }
    .our-cast .testimonial-cast{
        padding-left: 20px;
        padding-right: 20px;
    }
    #our-blog{
        margin-left: 30px;
        margin-right: 30px;
    }
    .contact-sec .contact-form-box {
        box-shadow:none;
    }
    .heading-details {
        margin-bottom: 50px;
    }
    .contact-sec .contact-details {
        margin-top: 0;
    }
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }
    .standalone-area .sub-heading{
        margin-top: 20px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-area {
        /*padding-bottom: 0;*/
    }
    .project-sec .project-area .project-detail {
        left:0;
    }

}