.slider-namad {
    height: 200px;
}
.item-icon-company a.replyb span::before {
    height: 0;
    content: '';
    top: 23px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #041C3F;
}

.item-icon-company a.replyb span {
    opacity: 0;
    position: absolute;
    margin-top: -40px;
    top: 0px;
    left: 10px;
    width: 80%;
    background: #041C3F;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    font-size: 15px;
    padding: 5px 0;
}

.item-icon-company a.replyb:hover span {
    opacity: 1;
    top: 20px;
}
.item-icon-company img{
    height: 180px !important;
    object-fit: cover;
}