.recent-title
{
    color: #111;
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease-in-out;
}
    .vid{
        width: 100%;
        height: 535px;
        overflow: hidden;
        border-radius: 15px;
    }
    .vid iframe{
        width: 100%;
        height: 536px;
        border-radius: 15px;
    }
    .vid-text h4{
        font-size: 21px;
        margin: 15px 0;
        font-weight: 700;
    }
 .vid-sub{
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}
.vid-sub i{
    font-size: 5px;
    opacity: 0.7;
}
.vid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vid-des{
    background-color: #f7f7f7;
    border-radius: 15px;
}
.vid-des h5{
    font-size: 17px;
    font-weight: 600;
}
.vid-des p{
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}
.bg-all-sidebar{
    background-color: var(--white);
    box-shadow: 0px 5px 25px 0px rgba(114, 114, 255, 0.2);
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 35px;
}
.bg-all-sidebar .side-head{
    color: #696981;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.recent .r-post img {
    width: 100px;
    height: 65px;
    margin-right: 15px;
    border-radius: 8px;
    object-fit: cover;
}
.r-post h6{
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
    line-height: 1.35;
    color: var(--black2);
    padding-right: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: .4s ease-in-out;
}
.r-post p{
    font-size: 13px;
    line-height: 1.35;
    color: #585858;
    padding-right: 10px;
    font-weight: 400;
    margin-bottom: 0;
    transition: .4s ease-in-out;
}
.r-post p span{
    color: var(--blue);
    font-weight: 600;
    transition: .4s ease-in-out;
}
.r-post{
    border-bottom: 1px solid #e7e7e7;
}
.r-post a{
    text-decoration: none;
}
.r-post:last-of-type{
    border-bottom: none;
    padding-bottom: 0 !important;
}
.r-post a:hover h6{
    color: var(--blue);
}
.Caregories a{
    color: #111;
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.Caregories a:hover{
    color: var(--blue);
}
.r-post img{
    width: 100px;
    height: 65px;
    margin-right: 15px;
    border-radius: 8px;
    object-fit: cover;
}
.r-post h6{
    font-size: 14px;
    line-height: 1.35;
    color: var(--black2);
    padding-right: 10px;
    font-weight: 600;
    margin-bottom: 0;
    transition: .4s ease-in-out;
}
.r-post{
    border-bottom: 1px solid #e7e7e7;
}
.r-post:last-of-type{
    border-bottom: none;
    padding-bottom: 0 !important;
}
.r-post a:hover h6{
    color: var(--blue);
}