Hi kouliga
You should edit this file /templates/ja_university-t3/css/template.css around ine 1800
and edit it in this way :
FROM :
.department-list ul.department-list li.icon-1 a:before {
content: "f0b1";
}
TO :
.department-list ul.department-list li.icon-1 a:before {
content: url("../../images/icons/youricon.png");
}
Then copy into this folder templatesja_university_t3i/mages/icons/youricon.png file
Repeat same step with new images icons for icon-1 , icon-3, icon-4 etc etc
Regards