@font-face {
    font-family: 'wpvgm';
    src: url('../../fonts/wpvgm/font/wpvgm.eot?79421822');
    src: url('../../fonts/wpvgm/font/wpvgm.eot?79421822#iefix') format('embedded-opentype'),
    url('../../fonts/wpvgm/font/wpvgm.woff?79421822') format('woff'),
    url('../../fonts/wpvgm/font/wpvgm.ttf?79421822') format('truetype'),
    url('../../fonts/wpvgm/font/wpvgm.svg?79421822#wpvgm') format('svg');
    font-weight: normal;
    font-style: normal;
}



i.wpvgm-fonts {
    font-family: wpvgm;
    font-style: normal;
}


.wpvgm_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpvgm_col_12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.wpvgm_title_cover {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 5px;
}

.wpvgm_title_cover h2 {
    font-size: 1.5em;
    display: block;
    margin-bottom: 10px;
}


.wpvgm_title_cover p {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    margin: 0;
}

img.wpvgm_video_cat_cover {
    float: right;
    margin-left: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 10px -3px #ccc;
}

.wpvgm_hidden_videos {
    display: none;
}

li.wpvgm_single_video.wpvgm_col_3 {
    width: 25%;
}


.wpvgm_template_1 li.wpvgm_single_video.wpvgm_col_3 {
    width: 33.333333%;
    justify-content: space-around;
    padding: 15px;
}

.wpvgm_row.wpvgm_template_1 {
    justify-content: space-between;
}


ul.wpvgm_row {
    list-style: none;
}

li.wpvgm_single_video.wpvgm_col_3 {
    display: flex;
}

.wpvgm_video_inner {
    position: relative;
}

.wpvgm_video_inner_3 {
    position: relative;
}

img.wpvgm_lazy {
    border-radius: 5px 5px 0 0;
}

.wpvgm_video_outer {
    position: relative;
    margin-left: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    cursor: pointer;
}

.wpvgm_video_outer:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    z-index: 1;
}


.wpvgm_videos_gallery h3 {
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
}

.wpvgm_video_desc p {
    text-align: justify;
    font-size: 13px;
    line-height: 27px;
}

.wpvgm_video_desc {
    padding: 15px;
}


.wpvgm_video_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff52;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
    box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
    text-align: center;
    font-size: 20px;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    padding-top: 5px;
    padding-right: 0px;
    cursor: pointer;
    left: 12px;
}


.wpvgm_play_it_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 11px;
}

.wpvgm_video_icon:before {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
}

.wpvgm_video_icon:after {
    -webkit-transform: scale(3.8);
    -ms-transform: scale(3.8);
    transform: scale(3.8);
}

.wpvgm_video_icon:before, .wpvgm_video_icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 0px solid #fff;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    /* left: 5px; */
    /* top: 19px; */
}

.wpvgm_video_icon i {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0px 6px 25px rgba(255, 255, 255, 0.9);
}


i.wpvgm_video_icon_svg svg {
    fill: #ffffff;
    margin-top: -12px;
}


.wpvgm_video_icon i:after {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-animation: pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: pulse 2s infinite;
    left: 15px;
    top: 15px;
}


/* Template 3*/
.wpvgm_videos_gallery_3{
    margin: auto;
}

i.wpvgm_video_icon_svg_3 svg {
    fill: #fff;
}

.wpvgm_template_3 span.wpvgm_video_icon {
    left: 45% !important;
    top: 50% !important;
    margin: 0 auto 0 auto;
}

.wpvgm_template_3 .wpvgm_video_desc h3 {
    display: none !important
}

.wpvgm_template_3 span.wpvgm_video_icon {
    left: 24px
}

.wpvgm_template_3 .wpvgm_video_desc {
    min-height: auto;
    padding: 5px
}

.wpvgm_template_3 .wpvgm_video_outer {
    border: unset;
    text-align: center
}

.wpvgm_template_3 .wpvgm_video_desc h3 {
    font-size: 13px;
    font-weight: 500
}

.wpvgm_template_3 .wpvgm_video_outer:hover {
    box-shadow: unset
}

.wpvgm_template_3 img.wpvgm_lazy {
    border-radius: 10px;
    box-shadow: 0 3px 10px -3px #333;
    width: 92%
}

.wpvgm_template_3 li.wpvgm_single_video.wpvgm_col_3 {
    margin: unset;
    margin-bottom: 0;
    justify-content: center
}

.wpvgm_template_3 ul#wpvgm_algoritms_gallery {
    padding: 0
}

.wpvgm_play_it_holder_3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-top: 11px
}

li.wpvgm_single_video.wpvgm_col_3.selected .wpvgm_temp3 .wpvgm_play_it_holder_3 {
    box-shadow: unset
}

li.wpvgm_single_video.wpvgm_col_3.selected .wpvgm_play_it_holder_3 {
    box-shadow: 0 0 7px 0 #ff0052
}

.wpvgm_template_3 span.wpvgm_video_icon_3 {
    left: 44.2%!important;
    top: 39%!important;
}

.wpvgm_video_icon_3 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff52;
    -webkit-box-shadow: 0 20px 40px 0 rgba(1, 16, 58, .14);
    box-shadow: 0 20px 40px 0 rgba(1, 16, 58, .14);
    text-align: center;
    font-size: 20px;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    padding-top: 5px;
    padding-right: 0;
    cursor: pointer;
    left: 12px
}

.wpvgm_video_icon_3:before {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5)
}

.wpvgm_video_icon_3:after {
    -webkit-transform: scale(3.8);
    -ms-transform: scale(3.8);
    transform: scale(3.8)
}

.wpvgm_video_icon_3:before, .wpvgm_video_icon_3:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 0 solid #fff;
    border-radius: 50%;
    opacity: 1;
    position: absolute
}

.wpvgm_video_icon_3 i {
    display: inline-block;
    color: #fff;
    text-shadow: 0 6px 25px rgba(255, 255, 255, .9)
}

i.wpvgm_video_icon_svg_3 svg {
    fill: #fff;
    margin-top: -10px;
}

.wpvgm_video_icon_3 i:after {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .5);
    box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .5);
    content: "";
    -webkit-animation: pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: pulse 2s infinite;
    left: 15px;
    top: 15px
}

.wpvgm_video_icon_3 i:after {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .5);
    box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .5);
    content: "";
    -webkit-animation: pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: pulse 2s infinite;
    left: 50% !important;
    top: 50% !important
}

.wpvgm_video_icon_3 {
    width: 90px !important;
    height: 90px !important
}

.wpvgm_video_icon_3 i {
    margin-top: 30%
}

@media (max-width: 900px) {
    .wpvgm_video_icon_3 {
        width: 30px !important;
        height: 30px !important;
    }

    .wpvgm_video_icon_3 i {
        margin-top: 0;
    }

    .wpvgm_template_3 span.wpvgm_video_icon_3 {
        left: 46%!important;
        top: 41.5%!important;
    }
}

@media only screen and (max-width: 768px) {
    wpvgm_video_icon_3:after {
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3)
    }
}
.wpvgm_template_3 .wpvgm_title_cover {
    display: none !important
}

.wpvgm_player_list .wpvgm_video_icon_3 {
    visibility: hidden
}

li.wpvgm_single_video.wpvgm_col_12.selected .wpvgm_play_it_holder_3 {
    box-shadow: 0 0 7px 0 #ff0052
}

span.wpvgm_meta_info.wpvgm_view i, span.wpvgm_meta_info.wpvgm_duration i, a.wpvgm_meta_info.wpvgm_download i {
    margin-right: 5px;
    color: #7b7b7b;
    width: 20px;
    margin-left: 6px;
}

a.wpvgm_meta_info.wpvgm_download i {
    margin-right: 0px;
}

span.wpvgm_meta_info.wpvgm_view b, span.wpvgm_meta_info.wpvgm_duration b, a.wpvgm_meta_info.wpvgm_download b {
    font-size: 11px;
    vertical-align: bottom;
    line-height: 20px;
    color: #7b7b7b;
    font-weight: 500;
    margin-left: -5px;
    vertical-align: middle !important;
}

span.wpvgm_meta_info.wpvgm_view {
    text-align: right;
}

span.wpvgm_meta_info.wpvgm_duration {
    text-align: left;
}

a.wpvgm_meta_info.wpvgm_download {
    color: #7b7b7b !important;
    text-decoration: unset;
    width: auto;
    text-align: center;
    padding-top: 0px;
}

a.wpvgm_meta_info.wpvgm_download b {
    vertical-align: bottom;
    direction: ltr;
    display: inline-block;
    margin-left: 2px;
}

a.wpvgm_meta_info.wpvgm_download:hover {
    text-decoration: none;
    color: #76baf5;
}

a.wpvgm_meta_info.wpvgm_download b:hover {
    color: #76baf5;
}

a.wpvgm_meta_info.wpvgm_download i:hover {
    color: #76baf5;
}


a.wpvgm_meta_info.wpvgm_download:hover > i, a.wpvgm_meta_info.wpvgm_download:hover > b {
    color: #76baf5;
}

.wpvgm_player_meta {
    display: flex;
    justify-content: space-between;
}


@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}


.wpvgm_player_meta {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: white;
    padding-right: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 12px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 14px;
}

.wpvgm_template_2 span.wpvgm_video_icon .wpvgm_video_icon_3 {
    left: 24px;
}


@media only screen and (max-width: 1180px) {
    li.wpvgm_single_video.wpvgm_col_3 {
        display: flex;
        width: 30%;
        margin: 13px;
    }
}


@media only screen and (max-width: 1000px) {
    .wpvgm_template_1 ul.wpvgm_row {
        list-style: none;
        display: list-item;
        width: 100%;
        padding-right: 0;
    }

    .wpvgm_template_1 li.wpvgm_single_video.wpvgm_col_3 {
        width: 100%;
        margin: 0px;
    }

    .wpvgm_template_1 .wpvgm_video_outer {
        display: inline-flex;
        width: 100%;
    }

    .wpvgm_template_1 .wpvgm_video_inner img {
        height: 100%;
        width: 100%;
    }

    .wpvgm_template_1 .wpvgm_video_inner {
        position: relative;
        width: 318px;
        min-width: 318px;
        max-width: 318px;
    }

    .wpvgm_template_1 .wpvgm_video_inner img {
        height: 100%;
        width: 100%;
        border-top-left-radius: 0px;
    }
}


@media only screen and (max-width: 830px) {
    .wpvgm_template_1 .wpvgm_video_outer {
        position: relative;
    }


    .wpvgm_template_1 .wpvgm_video_inner {
        position: relative;
        width: 250px;
        min-width: 250px;
        max-width: 250px;
    }
}

@media only screen and (max-width: 670px) {
    .wpvgm_template_1 .wpvgm_video_inner {
        max-width: 180px;
    }

    .wpvgm_template_1 .wpvgm_video_desc h3 {
        font-size: 13px;
    }

    .wpvgm_template_1 .wpvgm_video_desc p {
        font-size: 11px;
    }

    .wpvgm_template_1 .wpvgm_video_desc {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {

    ul.wpvgm_row {
        list-style: none;
        justify-content: center;
    }

}


@media only screen and (max-width: 514px) {
    .wpvgm_template_1 ul.wpvgm_row {
        display: flex;
        justify-content: center;
    }

    .wpvgm_template_1 .wpvgm_video_inner {
        max-width: 100%;
        width: 100%;
    }

    .wpvgm_template_1 .wpvgm_video_outer {
        display: inline-table;
    }

    li.wpvgm_single_video.wpvgm_col_3 {
        max-width: 300px;
    }

    .wpvgm_template_1 li.wpvgm_single_video.wpvgm_col_3 {
        margin: 20px;
        margin-bottom: 0;
    }
}


/* for template 2 */

.wpvgm_template_2 .wpvgm_video_desc {
    min-height: auto;
    padding: 5px;
}

.wpvgm_template_2 .wpvgm_video_outer {
    border: unset;
    text-align: center;
}

.wpvgm_template_2 .wpvgm_video_desc h3 {
    font-size: 13px;
    font-weight: 500;
}

.wpvgm_template_2 .wpvgm_video_outer:hover {
    box-shadow: unset;
}

.wpvgm_template_2 img.wpvgm_lazy {
    border-radius: 10px;
    box-shadow: 0 3px 10px -3px #333;
    width: 92%;
}

.wpvgm_template_2 li.wpvgm_single_video.wpvgm_col_3 {
    margin: unset;
    margin-bottom: 0;
    justify-content: center;
}

.wpvgm_template_2 ul#wpvgm_algoritms_gallery {
    padding: 0;
}

.wpvgm_template_2 .wpvgm_title_cover {
    display: none !important;

}

/* for template 3 */

.wpvgm_template_3 .wpvgm_video_desc {
    min-height: auto;
    padding: 5px;
    display: none;
}

.wpvgm_template_2 .wpvgm_video_outer {
    border: unset;
    text-align: center;
}

.wpvgm_template_2 .wpvgm_video_desc h3 {
    font-size: 13px;
    font-weight: 500;
}

.wpvgm_template_2 .wpvgm_video_outer:hover {
    box-shadow: unset;
}

.wpvgm_template_2 img.wpvgm_lazy {
    border-radius: 10px;
    box-shadow: 0 3px 10px -3px #333;
    width: 92%;
}

.wpvgm_template_2 li.wpvgm_single_video.wpvgm_col_3 {
    margin: unset;
    margin-bottom: 0;
    justify-content: center;
}

.wpvgm_template_2 ul#wpvgm_algoritms_gallery {
    padding: 0;
}


li.wpvgm_single_video.wpvgm_col_3.selected .wpvgm_temp2 img {
    box-shadow: 0px 0px 7px 0px #ff0052;
}

li.wpvgm_single_video.wpvgm_col_3.selected .wpvgm_temp2 .wpvgm_play_it_holder {
    box-shadow: unset;
}

li.wpvgm_single_video.wpvgm_col_12.selected .wpvgm_temp3 img {
    box-shadow: 0px 0px 7px 0px #ff0052;
}

li.wpvgm_single_video.wpvgm_col_12.selected .wpvgm_temp3 .wpvgm_play_it_holder_3 {
    box-shadow: unset;
}

@media only screen and (max-width: 900px) {
    .wpvgm_template_2 li.wpvgm_single_video.wpvgm_col_3 {
        display: flex;
        width: 50%;
        margin: 0px;
        justify-content: center;
    }

}

@media only screen and (max-width: 600px) {
    .wpvgm_template_2 li.wpvgm_single_video.wpvgm_col_12 {
        display: flex;
        width: 100%;
        margin: 0px;
    }
}

/* /////////////////////////// */