/********** Template CSS **********/


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


.fa-whatsapp  {
  color:#00b419;
   
}

.bg-gray{
    background-color: #eaeaea;
}
