.service-card{
    transition: all .35s ease;
}

.service-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(26,40,71,.15);
}

.direction-card{
    transition: all .4s ease;
}

.direction-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(26,40,71,.2);
}

.direction-card:hover .card-bg .tn-atom{
    background:#1A2847 !important;
}

.direction-card:hover .card-title .tn-atom{
    color:#fff !important;
}

.direction-card:hover .card-text .tn-atom{
    color:rgba(255,255,255,.7) !important;
}

.testi-card{
    transition: all .3s ease;
}

.testi-card:hover{
    transform: translateY(-4px);
}

.testi-card:hover .testi-bg .tn-atom{
    background: rgba(255,255,255,.06) !important;
}