.vjs-big-play-button{
    background-image: url("../images/default/play_button.png") !important;
    background-color:none!important;
    border: none!important;
    background-size: cover!important;
    width: 80px!important;
    height: 80px!important;
    position: relative!important;
    margin: 0 auto;
    display: none;
}

.vjs-big-play-button span{
    display: none!important;
}
.carusel_img_hover{
    transition: filter 0.4s ease-in-out;
}
.carusel_img_hover:hover{
    filter:contrast(0.3);
}
.mar-bot-20-13{
    margin-bottom:20px!important;
}
.marg-l-m-50{
    margin-left: 50px;
}
.pointer{
    cursor:pointer;
}
.hover-grey:hover{
    color:rgb(99, 81, 105);
}
.isotope-grid_custom{
    display:flex;
    flex-wrap: wrap;
}
.isotope-grid_custom .item{
    position: relative;
    width:24%;
    overflow: hidden;
    border: 1px solid #000000;
}
.isotope-grid_custom .btns-wrapper{
    transition: all 0.22s ease-in-out;
    /* right:15px;
    top:15px; */
}
.isotope-grid_custom .btn{
    transition: all 0.14s ease-in-out;
    transform: translate(6px, -6px);
}
.select_act{
    opacity: 1;
    right:50%!important;
    top:50%!important;
    transform: translate(50%,-50%);
}
.select_act .btn{
    font-size: 14px;
    padding:6px;
    transform: translate(0px, 0px);
}
.btns-moder{
    right:50%!important;
    top:50%!important;
    transform: translate(50%,-50%);
}
.isotope-grid_custom .item{
    transition: all 1.5s ease-in-out;
    height:202px;
}
.isotope-grid_custom .item_zero{
    height:0px;
    border: none;
}
.uni-upload-sl3:before {
    content: url(../../img/icons/playpoint6.png);
    filter: drop-shadow(0px 0px 1px black);
}
.uni-upload-sl4:before {
    content: url(../../img/icons/pause3.png);
    filter: drop-shadow(0px 0px 1px black);
}
.trans{
    transition: opacity 0.7s ease;
}
.ops_off{
    opacity: 0;
    cursor: default;
}
.hover_categoriay:hover{
    color:#e0a0e0;
}
.nav_colomn_style ul li{
border-left:none!important;
padding-left: 0px!important;
padding-right: 16px!important;
}
.nav_colomn_style nav{
    float:none;
}
.table_pad_l_dsk{
    padding-left:10px;
}
@media screen and (max-width:767px){
    .mar-bot-20-13{
        margin-bottom:13px!important;
    }
    .isotope-grid_custom{
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }
    .isotope-grid_custom .item{
        width:100%;
        max-width: 272px;
        overflow: hidden;
    }
    .table_pad_l_dsk{
        padding-left:3px;
    }
}