/*
Theme Name: Real Estate Law Firm
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: BluShark Digital
Author URI: https://blusharkdigital.com/
Version: 1.0.0
*/

.practice-content-sec {
    position: absolute;
    padding: 0 42px 0;
    height: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(27,53,70,.7);
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding-bottom: 50px;
}
.practice-custom-boxes img {
    position: relative;
}
.practice-custom-boxes:hover .practice-content-sec {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}