.home-service-block-contact-card .nectar-fancy-box{
    border: solid 3px #E2B851;
    transition: 0.4s ease;
}

.home-service-block-contact-card:hover .nectar-fancy-box{
    border: solid 6px #E2B851;
}

.home-service-block-contact-card .nectar-fancy-box .heading-wrap h3{
    color: #E2B851;
}

.home-service-block-contact-card:hover .nectar-fancy-box .heading-wrap h3{
    color: #fff;
}

.home-service-block-contact-card .nectar-fancy-box .heading-wrap .im-icon-wrap path{
    fill: #E2B851;
    stroke: #E2B851;
    color: #E2B851;

}

.home-service-block-contact-card:hover .nectar-fancy-box .heading-wrap .im-icon-wrap path{
    fill: #fff;
    stroke: #fff;
}