    /* First card */
    .row>div:nth-child(1) .card-service-7:hover {
        /* background-image: url(../images/sanishsoft/php.jpg) ; */
        background-color:#000d81;
    }

    /* Second card */
    .row>div:nth-child(2) .card-service-7:hover {
        /* background-image: url(../images/sanishsoft/wordpress.jpg) ; */
        background-color:#000d81;
    }

    /* Third card */
    .row>div:nth-child(3) .card-service-7:hover {
        /* background-image: url(../images/sanishsoft/crm.jpg) ; */
        background-color:#000d81;
    }
