.hoverly-one .img-box {
    position: relative;
    overflow: hidden;
}
.single-item img {
    width: 100%;
}
.hoverly-one .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    align-items: center;
    justify-content: center;
    top: 0px;
    width: 100%;
    display: flex;
    height: 0%;
    background: rgba(0, 0, 0, 0.8);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.hoverly-one:hover .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.lower-content-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 10px 15px 10px !important;
}
.single-item .lower-content {
    position: relative;
    padding: 46px 10px 22px 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
    transition: all 500ms ease;
}
.single-item:hover .lower-content {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
    transition: all 500ms ease;
}
.fcontent_wrap {
    padding: 6px 10px;
    position: relative !important;
}
.single-item .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--color-6);
    display: inline-block;
    transition: all 500ms ease;
}
.single-item .icon-box img {
    width: 35px;
    height: auto;
}
.single-item .icon-box i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
    transition: all 500ms ease;
}
.scontent_wrap {
    padding: 0px 10px;
}
.scontent_wrap h3 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.scontent_wrap h3 a{
    color: #000;
}
.scontent_wrap h3 a:hover{
    color: var(--color-7);
    transition: all 500ms ease;
}