


/*** 
=============================================
   Video Gallery Area Css
=============================================
***/
.video-gallery-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 80px;
}
.video-gallery-area .container-fullwidth{
    position: relative;
    display: block;
    padding: 150px 0 122px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.video-holder-box {
    position: relative;
    display: block;
}
.video-holder-box .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
}
.video-holder-box .icon:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: -1;
}
.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    background: rgba(54,124,232, 0.0);
    z-index: -1;
}
.video-holder-box:hover .icon: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-holder-box .icon a{
    position: relative;
    display: inline-block;
    line-height: 0;
}
.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #222444;
    font-size: 25px;
    line-height: 120px;
}
.video-holder-box .icon .border-box{
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}
.video-holder-box .icon .border-box:before{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    content: "";
    border-radius: 50%;
}
.video-holder-box h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    margin: 49px 0 21px;
}
.video-holder-box p{
    color: #ffffff;
    margin: 0;
}
/*** 
=============================================
   Video Gallery Area Style2 Css
=============================================
***/
.video-gallery-area.style2{
    padding: 0 0px;
}
.video-gallery-area.style2 .container-fullwidth{
    padding: 150px 0 302px;
}
/*** 
=============================================
   Video Gallery Area Style3 Css
=============================================
***/
.video-gallery-area.style3{
    padding: 0 0px;
}
.video-gallery-area.style3 .container-fullwidth{
    padding: 180px 0 152px;
}





