/*** 
=============================================
   Video Gallery Team Area Css
=============================================
***/
.video-gallery-team-area {
    position: relative;
    display: block;
    min-height: 835px;
    background: #f3f3f4;
}
.video-holder-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    padding-top: 145px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-holder-box .icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-holder-box .icon a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    font-size: 50px;
    line-height: 150px;
}





/*** 
=============================================
   Video Gallery Area Css
=============================================
***/
.video-gallery-area{
    position: relative;
    display: block;
    background: #f3f3f4;
    padding-bottom: 120px;
}
.video-gallery-img-box{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0;
}
.video-gallery-img-box .icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-gallery-img-box .icon a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    font-size: 50px;
    line-height: 150px;
}
.video-gallery-img-box .icon a:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 0px;
    background: rgba(54,124,232, 0.0);
    z-index: -1;
}
.video-gallery-img-box:hover .icon a:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}





.video-gallery_box{
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.video-gallery_box::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #11161e;
    content: "";
    z-index: -1;
    opacity: 0.70;
}
.video-gallery_box .icon {
    position: relative;
    display: block;
}
.video-gallery_box .icon a {
    position: relative;
    display: inline-block;
    width: 103px;
    height: 103px;
    background: #ffffff;
    border-radius: 50%;
}
.video-gallery_box .icon a span:before{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 103px;
    text-align: center;
}