
/* کد های هدر = بخش دسته بندی دوره ها*/

.rotify-inner{
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    border:none!important;
}
.rotify-main:hover .rotify-inner{
    height: 130px;
        box-shadow: 0px 0px 10px 0px rgba(4, 60, 204, 0.29)!important;
}


