/* Custom Portfolio Styles */

/* Portfolio card content hover - Purple color */
.portfolio-boxarea:hover .arrow-content {
    background: #393db4 !important;
}

.portfolio-boxarea:hover .arrow-content .content-area a {
    color: #ffffff !important;
}

.portfolio-boxarea:hover .arrow-content .content-area p {
    color: #ffffff !important;
}

.portfolio-boxarea:hover .arrow-content .arrow a {
    background: #363db4 !important;
}

