#video-section{
    color: #ffffff;;
}
.video-section-wrapp{
    position: relative;
    background: url("../../img/client/team/specialist-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.video-wrapp-bg{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;;
}
.bdv{
    position: absolute;
    height: 100%;
    width: 100%;
}
/*.video-wrapp-bg{
    !*height: 788px;*!
    !*padding: 94px 0;*!
    position: relative;
    top: 0;
    background: url("../../img/client/team/video-slider-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}*/
.video-wrapp{
    width: 66.5625%;
    margin: 0 auto;

    height: 80%;
    position: relative;
    top: 10%;
    overflow: hidden;
}

@media (max-width: 750px) {
    .video-wrapp{
        width: 92%;
    }
}
.video-wrapp .item-video video{
    /*height: 80%;*/
    width: 100%;
}
.video-wrapp .item-video{
    /*height: 80%;*/
}
#video-section .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 5px}
#video-section .owl-theme .owl-dots .owl-dot span{margin: 0 4px; display: inline-block; vertical-align: middle}
#video-section .owl-theme .owl-dots .owl-dot.active span{width:12px; height:12px;line-height: 12px}
#video-section .stats{
    padding: 60px 0;
}
@media (min-width: 768px){
    #video-section .stats{
        padding: 260px 0;
    }
}
#video-section .num-stat{
    font-size: 84px;
    line-height: 84px;
    font-weight: bold;
}
#video-section .info-1{
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
}
@media(max-width: 1200px){
    #video-section .num-stat{
        font-size: 64px;
        line-height: 64px;
    }
}
@media(max-width: 1000px){
    #video-section .num-stat{
        font-size: 54px;
        line-height: 54px;
    }
    #video-section .info-1{
        font-size: 20px;
        line-height: 30px;
    }
}
@media(max-width: 900px){
    #video-section .num-stat{
        font-size: 44px;
        line-height: 44px;
    }
    #video-section .info-1{
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 460px) {
    #video-section .num-stat{font-size: 54px}
}
#video-section .circle{
    height: 5px;
    width: 5px;
    margin: 30px auto 20px auto;
    background: #ca982f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

@media(max-width: 640px){
    .video-wrapp-bg{
        /*height: 400px;*/
    }
    .video-wrapp .item-video{
        /*height: 320px;*/
    }
}


.owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../lib/plugins/owl/owl.video.play.icon.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}