
/* Teaser box 7
-------------------------------------------------- */

.teaser-box7 {
    position: relative;
}

.teaser-box7 h4,
.teaser-box7 h5 {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    margin-bottom: -1px;
    line-height: 25px;
    padding: 15px;
}

.teaser-box7 h4 {
    background: rgba(62, 62, 62, 0.88);
    color: #fff;
    font-weight: bold;
    height: 85px;
    transition: .22s all ease-in-out;
}

.teaser-box7:hover h4 {
    background: #3e3e3e;
    color: #437df9;
}

.teaser-box7 h4:before {
    content: "";
    width: 25%;
    height: 0;
    display: block;
    position: absolute;
    border-bottom: 3px solid #437df9;
    left: 0;
    top: 0;
    transition: .22s all ease-in-out;
}

.teaser-box7:hover h4:before {
    width: 100%;
}

.teaser-box7 h5 {
    color: #8a8a8a;
    padding-bottom: 20px;
    padding-top: 0;
    background-color: transparent;
}
