{"id":13470,"date":"2016-12-26T16:20:49","date_gmt":"2016-12-26T15:20:49","guid":{"rendered":"https:\/\/kbf.unsa.ba\/home\/"},"modified":"2026-01-03T11:11:06","modified_gmt":"2026-01-03T10:11:06","slug":"home","status":"publish","type":"page","link":"https:\/\/kbf.unsa.ba\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13470\" class=\"elementor elementor-13470 elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f2446a2 section-xxl section-ioscooll e-flex e-con-boxed e-con e-parent\" data-id=\"3f2446a2\" data-element_type=\"container\" data-e-type=\"container\" id=\"moj-video\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Firefly-Napravi-video-s-prijelazom-izmedu-strare-i-nove-zgrade-Katolickog-bogoslovnog-fakulteta-u-Sa.mp4&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<h2 data-interaction-id=\"84be9ef\" class=\"e-heading-base\" data-e-type=\"widget\" data-id=\"84be9ef\">Dear visitor<\/h2>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6216f4 elementor-widget__width-initial animated-slow elementor-headline--style-highlight elementor-invisible elementor-widget elementor-widget-animated-headline\" data-id=\"e6216f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;highlighted_text&quot;:&quot;Catholic Faculty of Theology&lt;br&gt; University of Sarajevo,&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:10,&quot;marker&quot;:&quot;underline&quot;,&quot;highlight_animation_duration&quot;:1000,&quot;headline_style&quot;:&quot;highlight&quot;}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h1 class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Dear visitors, <br> welcome to our website <br><\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">Catholic Faculty of Theology<br> University of Sarajevo,<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\"><br>the oldest higher education institutions <br>in Bosnia and Herzegovina!<\/span>\n\t\t\t\t\t<\/h1>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ecfee9d elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"ecfee9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6MTM1MDcsInRvZ2dsZSI6ZmFsc2V9\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Dean's word<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-365fcac3 elementor-widget elementor-widget-html\" data-id=\"365fcac3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>function postaviGlatkiLoop() {\n    const video = document.querySelector('#moj-video .elementor-background-video-hosted');\n    \n    if (video) {\n        \/\/ --- PODESI BRZINU I FADE ---\n        const ZELJENA_BRZINA = 0.75;      \/\/ sporije od 0.75\n        const TRAJANJE_FADEA_U_MS = 1500;\n        \/\/ -----------------------------\n\n        video.loop = false;\n        video.playbackRate = ZELJENA_BRZINA;\n\n        \/\/ ako video jo\u0161 nije krenuo, pokreni ga ru\u010dno\n        if (video.paused) {\n            video.play();\n        }\n\n        video.addEventListener('ended', function() {\n            video.style.opacity = '0';\n            setTimeout(function() {\n                video.currentTime = 0;\n                video.playbackRate = 0.75; \/\/ ponovo postavi, za svaki slu\u010daj\n                video.play();\n                video.style.opacity = '1';\n            }, TRAJANJE_FADEA_U_MS); \n        });\n\n        clearInterval(pronadjiVideoInterval);\n    }\n}\n\nconst pronadjiVideoInterval = setInterval(postaviGlatkiLoop, 100);\nsetTimeout(() => clearInterval(pronadjiVideoInterval), 5000);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-417213d4 e-con-full section-l e-flex e-con e-parent\" data-id=\"417213d4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-59d09b6d e-flex e-con-boxed e-con e-child\" data-id=\"59d09b6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ab9972e elementor-widget elementor-widget-heading\" data-id=\"5ab9972e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">There's a story behind these numbers\n <br>of our Faculty<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20718c77 e-con-full e-flex e-con e-child\" data-id=\"20718c77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1aa2b3db e-con-full e-flex e-con e-child\" data-id=\"1aa2b3db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15291e42 elementor-widget elementor-widget-counter\" data-id=\"15291e42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Year of establishment<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1890\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-402a6b24 e-con-full e-flex e-con e-child\" data-id=\"402a6b24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78794cd7 elementor-widget elementor-widget-counter\" data-id=\"78794cd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Study programs<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"2\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-571235fb e-con-full e-flex e-con e-child\" data-id=\"571235fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-576e1f9d elementor-widget elementor-widget-counter\" data-id=\"576e1f9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Published publications<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"103\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d7cddf1 e-con-full e-flex e-con e-child\" data-id=\"6d7cddf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7aa20e4c elementor-widget elementor-widget-counter\" data-id=\"7aa20e4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Library collection<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"90000\" data-from-value=\"0\" data-delimiter=\".\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3b4f2a18540128 section-m section-ioscool elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3b4f2a18540128\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2300d34\" data-id=\"2300d34\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ffcc321 title-three-line section-title-style-style3 img_hover_animation_img_zoom_in grid-hover-overlay-type-fadein-on-hover card-ioscool elementor-widget__width-initial meta-visibility-show title_position_default title_hover_border_default meta_position_default tpg-category-position-default readmore-btn-default-style tpg-el-box-border-enable tpg-border-bottom-disable elementor-invisible elementor-widget elementor-widget-tpg-list-layout\" data-id=\"ffcc321\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"tpg-list-layout.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"rt-container-fluid rt-tpg-container tpg-el-main-wrapper list-layout1-main \"\n             data-sc-id=\"elementor\"\n             id=\"rt-tpg-container-2111544938\"\n             data-layout=\"list-layout1\"\n             data-grid-style=\"tpg-even\"\n             data-el-settings=''\n             data-el-query=''\n             data-el-path=''\n        >\n\t\t\t            <div class='tpg-header-wrapper '>\n\t\t\t\t\n        <div class=\"tpg-widget-heading-wrapper rt-clear heading-style3 \">\n            <span class=\"tpg-widget-heading-line line-left\"><\/span>\n            <h4 class='tpg-widget-heading'>\n            \n                                    <span>\n\t\t\t\t\t\tVijesti\t\t\t\t\t<\/span>\n                    \n                            <\/h4>            <span class=\"tpg-widget-heading-line line-right\"><\/span>\n\n            \n        <\/div>\n\n        \n                    <\/div>\n\n            <div data-title=\"Loading ...\" class=\"rt-row rt-content-loader list-layout1 tpg-even list-behaviour list-layout-wrapper\">\n\t\t\t\t\n<div class=\"rt-col-md-12 rt-col-sm-12 rt-col-xs-12 img_zoom_in rt-list-item rt-grid-item\" data-id=\"13362\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">                        <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Dan-KBF-a-14-768x512.jpg\" class=\"rt-img-responsive\" width=\"750\" height=\"500\" alt=\"CATHOLIC FACULTY OF THEOLOGY DAY CELEBRATED\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"post-right-content\">\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">CATHOLIC FACULTY OF THEOLOGY DAY CELEBRATED<\/a><\/h3><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/10\/21\/\">\n\t\t\t\t\t21. October 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n                        <span class='categories-links'>\n\t\t\t\t<i class='flaticon-folder '><\/i><a class=\"news\" href=\"https:\/\/kbf.unsa.ba\/en\/category\/news\/\">News<\/a>\t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\tOn Monday, October 20, the Catholic Faculty of Theology of the University of Sarajevo celebrated its patron Saint Luke and...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n                    <a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">Pro\u010ditajte vi\u0161e<\/a>                <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-12 rt-col-sm-12 rt-col-xs-12 img_zoom_in rt-list-item rt-grid-item\" data-id=\"13351\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">                        <img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/09\/IMG_20250922_112929-1-768x576.jpg\" class=\"rt-img-responsive\" width=\"750\" height=\"563\" alt=\"DARIO AD\u017dI\u0106, NEW MASTER OF THEOLOGY\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"post-right-content\">\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">DARIO AD\u017dI\u0106, NEW MASTER OF THEOLOGY<\/a><\/h3><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/09\/22\/\">\n\t\t\t\t\t22. September 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n                        <span class='categories-links'>\n\t\t\t\t<i class='flaticon-folder '><\/i><a class=\"news\" href=\"https:\/\/kbf.unsa.ba\/en\/category\/news\/\">News<\/a>\t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\tOn Monday, the 22nd, September 2025, student Dario Ad\u017ei\u0107 successfully passed the final examination at the Catholic Faculty of Theology...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n                    <a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">Pro\u010ditajte vi\u0161e<\/a>                <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-12 rt-col-sm-12 rt-col-xs-12 img_zoom_in rt-list-item rt-grid-item\" data-id=\"13318\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13318\" href=\"https:\/\/kbf.unsa.ba\/en\/miroslav-petric-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">                        <img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-15-at-11.43.21-1-768x1024.jpeg\" class=\"rt-img-responsive\" width=\"750\" height=\"1000\" alt=\"MIROSLAV PETRI\u0106, NEW MASTER OF THEOLOGY\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"post-right-content\">\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13318\" href=\"https:\/\/kbf.unsa.ba\/en\/miroslav-petric-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">MIROSLAV PETRI\u0106, NEW MASTER OF THEOLOGY<\/a><\/h3><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/09\/15\/\">\n\t\t\t\t\t15. September 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n                        <span class='categories-links'>\n\t\t\t\t<i class='flaticon-folder '><\/i><a class=\"news\" href=\"https:\/\/kbf.unsa.ba\/en\/category\/news\/\">News<\/a>\t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\tOn Monday, 15 September 2025, the student Miroslav Petri\u0107 successfully passed his final examination at the Catholic Faculty of Theology...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n                    <a data-id=\"13318\" href=\"https:\/\/kbf.unsa.ba\/en\/miroslav-petric-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">Pro\u010ditajte vi\u0161e<\/a>                <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n            <\/div>\n\n\t\t\t\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-60a3f30 section-m e-flex e-con-boxed e-con e-parent\" data-id=\"60a3f30\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-677aab4 e-con-full e-flex e-con e-child\" data-id=\"677aab4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6dd8c3b title-three-line grid-hover-overlay-height-full section-title-style-style3 tpg-wrapper-align-center card-ioscool elementor-widget__width-initial meta-visibility-show title_position_default title_hover_border_default img_hover_animation_default meta_position_default tpg-is-author-icon-show author-image-visibility-icon tpg-category-position-default readmore-btn-default-style grid-hover-overlay-type-always hover-overlay-height-default tpg-border-bottom-disable elementor-invisible elementor-widget elementor-widget-tpg-grid-hover-layout\" data-id=\"6dd8c3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"tpg-grid-hover-layout.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"rt-container-fluid rt-tpg-container tpg-el-main-wrapper grid_hover-layout2-main \"\n             id=\"rt-tpg-container-2301899122\"\n             data-layout=\"grid_hover-layout2\"\n             data-sc-id=\"elementor\"\n             data-el-settings=''\n             data-el-query=''\n             data-el-path=''\n        >\n\t\t\t            <div class='tpg-header-wrapper '>\n\t\t\t\t\n        <div class=\"tpg-widget-heading-wrapper rt-clear heading-style3 \">\n            <span class=\"tpg-widget-heading-line line-left\"><\/span>\n            <h4 class='tpg-widget-heading'>\n            \n                                    <span>\n\t\t\t\t\t\tObavijesti\t\t\t\t\t<\/span>\n                    \n                            <\/h4>            <span class=\"tpg-widget-heading-line line-right\"><\/span>\n\n            \n        <\/div>\n\n        \n                    <\/div>\n\n            <div data-title=\"Loading ...\"\n                 class=\"rt-row rt-content-loader grid_hover-layout2 tpg-even grid-behaviour grid_hover_layout_wrapper\">\n\t\t\t\t\n<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13362\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Dan-KBF-a-14.jpg\" class=\"rt-img-responsive\" width=\"1819\" height=\"1212\" alt=\"CATHOLIC FACULTY OF THEOLOGY DAY CELEBRATED\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">CATHOLIC FACULTY OF THEOLOGY DAY CELEBRATED<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/10\/21\/\">\n\t\t\t\t\t21. October 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n                        <span class='categories-links'>\n\t\t\t\t<i class='flaticon-folder '><\/i><a class=\"news\" href=\"https:\/\/kbf.unsa.ba\/en\/category\/news\/\">News<\/a>\t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n                    <a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">Pro\u010ditajte vi\u0161e<\/a>                <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13348\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13348\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-2025-years\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Pozivnica_Dan-Fakulteta.jpg\" class=\"rt-img-responsive\" width=\"1235\" height=\"1754\" alt=\"Catholic Faculty of Theology Day 2025 Years\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13348\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-2025-years\/\" class=\"tpg-post-link\" target=\"_self\">Catholic Faculty of Theology Day 2025 Years<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/10\/14\/\">\n\t\t\t\t\t14. October 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n                    <a data-id=\"13348\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-2025-years\/\" class=\"tpg-post-link\" target=\"_self\">Pro\u010ditajte vi\u0161e<\/a>                <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13351\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/09\/IMG_20250922_112929-1.jpg\" class=\"rt-img-responsive\" width=\"4080\" height=\"3060\" alt=\"DARIO AD\u017dI\u0106, NEW MASTER OF THEOLOGY\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">DARIO AD\u017dI\u0106, NEW MASTER OF THEOLOGY<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/09\/22\/\">\n\t\t\t\t\t22. September 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n                        <span class='categories-links'>\n\t\t\t\t<i class='flaticon-folder '><\/i><a class=\"news\" href=\"https:\/\/kbf.unsa.ba\/en\/category\/news\/\">News<\/a>\t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n                    <a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">Pro\u010ditajte vi\u0161e<\/a>                <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n            <\/div>\n\n\t\t\t        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65eabce e-con-full e-flex e-con e-child\" data-id=\"65eabce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19d8e96 title-three-line grid-hover-overlay-height-full section-title-style-style3 card-ioscool tpg-wrapper-align-left elementor-widget__width-initial meta-visibility-show title_position_default title_hover_border_default img_hover_animation_default meta_position_default tpg-is-author-icon-show author-image-visibility-icon tpg-category-position-default readmore-btn-default-style grid-hover-overlay-type-always hover-overlay-height-default tpg-border-bottom-disable elementor-invisible elementor-widget elementor-widget-tpg-grid-hover-layout\" data-id=\"19d8e96\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"tpg-grid-hover-layout.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"rt-container-fluid rt-tpg-container tpg-el-main-wrapper grid_hover-layout1-main \"\n             id=\"rt-tpg-container-2314174590\"\n             data-layout=\"grid_hover-layout1\"\n             data-sc-id=\"elementor\"\n             data-el-settings=''\n             data-el-query=''\n             data-el-path=''\n        >\n\t\t\t            <div class='tpg-header-wrapper '>\n\t\t\t\t\n        <div class=\"tpg-widget-heading-wrapper rt-clear heading-style3 \">\n            <span class=\"tpg-widget-heading-line line-left\"><\/span>\n            <h4 class='tpg-widget-heading'>\n            \n                                    <span>\n\t\t\t\t\t\tNajave doga\u0111aja\t\t\t\t\t<\/span>\n                    \n                            <\/h4>            <span class=\"tpg-widget-heading-line line-right\"><\/span>\n\n            \n        <\/div>\n\n        \n                    <\/div>\n\n            <div data-title=\"Loading ...\"\n                 class=\"rt-row rt-content-loader grid_hover-layout1 tpg-even grid-behaviour grid_hover_layout_wrapper\">\n\t\t\t\t<div class='no_posts_found_text'>No posts found.<\/div>            <\/div>\n\n\t\t\t        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f3523d section-l e-flex e-con-boxed e-con e-parent\" data-id=\"8f3523d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:13467,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/rijec-dekana-2.jpeg&quot;},{&quot;id&quot;:13440,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/2560x1600-435999-pen-vintage-pens-paper.jpg&quot;},{&quot;id&quot;:13468,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/subscribe-img2-1.jpg&quot;},{&quot;id&quot;:13393,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/pexels-pixabay-51343.jpg&quot;},{&quot;id&quot;:13392,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image21-1.jpeg&quot;}],&quot;background_slideshow_transition_duration&quot;:1000,&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ed63d5 elementor-testimonial--layout-image_stacked elementor-widget__width-initial elementor-testimonial--skin-default elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\" data-id=\"4ed63d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:17,&quot;sizes&quot;:[]},&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"testimonial-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"O teologiji\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>I invite you to cultivate a theology based on a personal and transforming encounter with Christ, one that seeks to be embodied in the concrete realities of humanity today.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Pope-Leo-XIV-inaugural-mass.webp\" alt=\"Leo XIV.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Leo XIV.<\/span><span class=\"elementor-testimonial__title\">Audience for seminar participants, \"The Created World\", 2025.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>A theologian is one who studies, thinks, ponders, but does so on his knees.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Franjo2.jpg\" alt=\"Francis\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis<\/span><span class=\"elementor-testimonial__title\">Speech to the Italian Theological Association, 2017.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>We need a theology that is inherently contextual, capable of reading and interpreting the Gospel in the conditions in which men and women live every day.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/papa-francesco7.jpg\" alt=\"Francis\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis<\/span><span class=\"elementor-testimonial__title\">Motu proprio Ad theologiam promovendam, no. 4<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>A special task of the Faculty of Theology is to provide scientific theological education for those<br \/>\n who have embarked on the path of priesthood and those who are preparing to fulfill<br \/>\n special church tasks.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/papa-francesco7.jpg\" alt=\"Francis  \" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis  <\/span><span class=\"elementor-testimonial__title\">Ap. Const. Veritatis Gaudium, Art. 76, \u00a71   <\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>Theology plays a particularly important role in seeking a synthesis of knowledge,<br \/>\n as well as in the dialogue between faith and reason.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/JP2.jpg\" alt=\"John Paul II.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">John Paul II.<\/span><span class=\"elementor-testimonial__title\">Ap. Const. Ex corde Ecclesiae, no. 19<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>A special task of the theological faculty is to provide scientific theological education for those who have embarked on the path of priesthood and those who are preparing to fulfill special church tasks.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Franjo.jpg\" alt=\"Francis\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis<\/span><span class=\"elementor-testimonial__title\">Ap. Const. Veritatis Gaudium, Art. 76, \u00a71   <\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>Catholic theology, taught in complete fidelity to Sacred Scripture, Tradition, and the Magisterium of the Church, will provide a clear understanding of evangelical principles that will enrich the meaning of human life and give it new dignity.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Karol-Wojtyla-7.jpg\" alt=\"John Paul II.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">John Paul II.<\/span><span class=\"elementor-testimonial__title\">Ap. Const. Ex corde Ecclesiae, no. 20<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>The main purpose that theology seeks to achieve is to present<br \/>\n understanding of revelation and the doctrine of faith.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/jp2_feature_credit.jpg\" alt=\"John Paul II.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">John Paul II.<\/span><span class=\"elementor-testimonial__title\">Encyclical Letter Fides et ratio, no.  93<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\"May our schools and universities always be places of listening to and practicing the Gospel.\"<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Pope-Leo-XIV-inaugural-mass.webp\" alt=\"Leo XIV.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Leo XIV.<\/span><span class=\"elementor-testimonial__title\">Homily on the occasion of the proclamation of John Henry Newman as a Doctor of the Church, 1. 11. 2025.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\"Classrooms should not be places of abstract theory, but spaces in which people capable of changing the world are formed.\"<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/communications.amecea.org\/wp-content\/uploads\/2025\/11\/Pope-Leo-XIV-2048x1365.jpg\" alt=\"Leo XIV.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Leo XIV.<\/span><span class=\"elementor-testimonial__title\">From a homily at a mass with students of the Pontifical Universities of Rome, 28. 10. 2025.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-undefined-ed24db8 section-m section-ioscool e-flex e-con-boxed e-con e-parent\" data-id=\"undefined-ed24db8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-undefined-1ca20d5 e-flex e-con-boxed e-con e-child\" data-id=\"undefined-1ca20d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c0a1d6 elementor-widget__width-initial elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"0c0a1d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;better &quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h2 class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Study<\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">better <\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\"><br>  with innovative platforms<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-undefined-3386572 e-con-full e-flex e-con e-child\" data-id=\"undefined-3386572\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-undefined-e7dd88a e-con-full card e-flex e-con e-child\" data-id=\"undefined-e7dd88a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-undefined-96c91a8 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"undefined-96c91a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/classroom.google.com\/h?hl=hr\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"108\" height=\"108\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/google-ucionica-logo.png\" class=\"elementor-animation-bob attachment-full size-full wp-image-13476\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/google-ucionica-logo.png 108w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/google-ucionica-logo-70x70.png 70w\" sizes=\"(max-width: 108px) 100vw, 108px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-undefined-c00e1b6 e-con-full e-flex e-con e-child\" data-id=\"undefined-c00e1b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-undefined-55325a0 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"undefined-55325a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.eunsa.ba\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"205\" height=\"104\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/eunsalogo.png\" class=\"elementor-animation-bob attachment-full size-full wp-image-13472\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-undefined-bc7e7a5 e-con-full e-flex e-con e-child\" data-id=\"undefined-bc7e7a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-undefined-2e88ad8 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"undefined-2e88ad8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plus.cobiss.net\/cobiss\/bh\/bs\/bib\/search\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"217\" height=\"72\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/cobiss-plus.png\" class=\"elementor-animation-bob attachment-full size-full wp-image-13471\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-undefined-d713a88 e-con-full e-flex e-con e-child\" data-id=\"undefined-d713a88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-undefined-b2b77c9 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"undefined-b2b77c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/hrcak.srce.hr\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"697\" height=\"233\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/hrcak-logo2.png\" class=\"elementor-animation-bob attachment-full size-full wp-image-13473\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/hrcak-logo2.png 697w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/hrcak-logo2-300x100.png 300w\" sizes=\"(max-width: 697px) 100vw, 697px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-undefined-12dac2e e-con-full e-flex e-con e-child\" data-id=\"undefined-12dac2e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-undefined-44a385c animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"undefined-44a385c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/zoom.us\/signin#\/login\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"705\" height=\"160\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/ZoomNewLogo.b2fd5c95.png\" class=\"elementor-animation-bob attachment-full size-full wp-image-13475\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/ZoomNewLogo.b2fd5c95.png 705w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/ZoomNewLogo.b2fd5c95-300x68.png 300w\" sizes=\"(max-width: 705px) 100vw, 705px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d82d3b e-con-full e-flex e-con e-child\" data-id=\"5d82d3b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98cb2e8 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"98cb2e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ojs.srce.hr\/index.php\/vrhbosnensia\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1392\" height=\"200\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/vrhbosnensia-logo.jpg\" class=\"elementor-animation-bob attachment-full size-full wp-image-13474\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/vrhbosnensia-logo.jpg 1392w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/vrhbosnensia-logo-300x43.jpg 300w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/vrhbosnensia-logo-1024x147.jpg 1024w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/vrhbosnensia-logo-768x110.jpg 768w\" sizes=\"(max-width: 1392px) 100vw, 1392px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3b65f846 section-m e-flex e-con-boxed e-con e-parent\" data-id=\"3b65f846\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-525d1ad elementor-widget__width-initial elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"525d1ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;New publications of&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h2 class=\"elementor-headline\">\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">New publications of<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\"><br> the Catholic Faculty of Theology<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43179f1a elementor-widget-tablet__width-initial elementor-widget elementor-widget-testimonials-carousel-coverflow\" data-id=\"43179f1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slide&quot;:[{&quot;_id&quot;:&quot;cde4f93&quot;,&quot;slide_name&quot;:&quot;1&quot;,&quot;slide_button&quot;:&quot;Vi\\u0161e&quot;,&quot;slide_content&quot;:&quot;&lt;p&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Sovi\\u0107eva gramatika hebrejskog jezika&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;slide_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Soviceva-gramatika-1.png&quot;,&quot;id&quot;:12579,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;slide_button_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/heyzine.com\\\/flip-book\\\/a56bd01a00.html&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;slide_show_image&quot;:&quot;yes&quot;,&quot;type&quot;:&quot;bg_image&quot;,&quot;slide_background_position&quot;:&quot;&quot;,&quot;slide_background_attachment&quot;:&quot;&quot;,&quot;slide_background_repeat&quot;:&quot;&quot;,&quot;slide_background_size&quot;:&quot;&quot;,&quot;slide_bg_color&quot;:null,&quot;slide_show_button&quot;:&quot;yes&quot;,&quot;lightbox&quot;:&quot;&quot;,&quot;lightbox_type&quot;:null,&quot;video&quot;:null,&quot;slide_button_css_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;c9c9499&quot;,&quot;slide_name&quot;:&quot;2&quot;,&quot;slide_content&quot;:&quot;&lt;p&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Neokalcedonska kristologija Leoncija Jeruzalemskog&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;slide_button&quot;:&quot;Vi\\u0161e&quot;,&quot;slide_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/korice_neokalcedonskaBiH_hrbat-14-1.jpg&quot;,&quot;id&quot;:12577,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;slide_button_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/heyzine.com\\\/flip-book\\\/8759a63f80.html&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;slide_show_image&quot;:&quot;yes&quot;,&quot;type&quot;:&quot;bg_image&quot;,&quot;slide_background_position&quot;:&quot;&quot;,&quot;slide_background_attachment&quot;:&quot;&quot;,&quot;slide_background_repeat&quot;:&quot;&quot;,&quot;slide_background_size&quot;:&quot;&quot;,&quot;slide_bg_color&quot;:null,&quot;slide_show_button&quot;:&quot;yes&quot;,&quot;lightbox&quot;:&quot;&quot;,&quot;lightbox_type&quot;:null,&quot;video&quot;:null,&quot;slide_button_css_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;36aee78&quot;,&quot;slide_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/prijedlog-naslovnice-768x1053-1-1.jpg&quot;,&quot;id&quot;:12578,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;slide_name&quot;:&quot;3&quot;,&quot;slide_content&quot;:&quot;&lt;p&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;U slu\\u017ebi Bo\\u017ejega naroda&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;slide_button&quot;:&quot;Vi\\u0161e&quot;,&quot;slide_button_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/heyzine.com\\\/flip-book\\\/9aaebbed4c.html&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;slide_show_image&quot;:&quot;yes&quot;,&quot;type&quot;:&quot;bg_image&quot;,&quot;slide_background_position&quot;:&quot;&quot;,&quot;slide_background_attachment&quot;:&quot;&quot;,&quot;slide_background_repeat&quot;:&quot;&quot;,&quot;slide_background_size&quot;:&quot;&quot;,&quot;slide_bg_color&quot;:null,&quot;slide_show_button&quot;:&quot;yes&quot;,&quot;lightbox&quot;:&quot;&quot;,&quot;lightbox_type&quot;:null,&quot;video&quot;:null,&quot;slide_button_css_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;11d30df&quot;,&quot;slide_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Duhovna-teologija-razumijevanje-i-praksa.png&quot;,&quot;id&quot;:12576,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;slide_name&quot;:&quot;4&quot;,&quot;slide_content&quot;:&quot;&lt;p&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Duhovna teologija&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;slide_button&quot;:&quot;Vi\\u0161e&quot;,&quot;slide_button_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/heyzine.com\\\/flip-book\\\/9dfd65551f.html&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;slide_show_image&quot;:&quot;yes&quot;,&quot;type&quot;:&quot;bg_image&quot;,&quot;slide_background_position&quot;:&quot;&quot;,&quot;slide_background_attachment&quot;:&quot;&quot;,&quot;slide_background_repeat&quot;:&quot;&quot;,&quot;slide_background_size&quot;:&quot;&quot;,&quot;slide_bg_color&quot;:null,&quot;slide_show_button&quot;:&quot;yes&quot;,&quot;lightbox&quot;:&quot;&quot;,&quot;lightbox_type&quot;:null,&quot;video&quot;:null,&quot;slide_button_css_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;b1a97ab&quot;,&quot;slide_name&quot;:&quot;5&quot;,&quot;slide_content&quot;:&quot;&lt;p&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Il servo di Dio&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;slide_button&quot;:&quot;Vi\\u0161e&quot;,&quot;slide_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/il-servo-di-dio-e1765304131496.jpg&quot;,&quot;id&quot;:12078,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;slide_button_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/heyzine.com\\\/flip-book\\\/bbf708ce75.html&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;slide_show_image&quot;:&quot;yes&quot;,&quot;type&quot;:&quot;bg_image&quot;,&quot;slide_background_position&quot;:&quot;&quot;,&quot;slide_background_attachment&quot;:&quot;&quot;,&quot;slide_background_repeat&quot;:&quot;&quot;,&quot;slide_background_size&quot;:&quot;&quot;,&quot;slide_bg_color&quot;:null,&quot;slide_show_button&quot;:&quot;yes&quot;,&quot;lightbox&quot;:&quot;&quot;,&quot;lightbox_type&quot;:null,&quot;video&quot;:null,&quot;slide_button_css_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;2cca786&quot;,&quot;slide_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Knjiga-o-Tobiji.jpeg&quot;,&quot;id&quot;:12093,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;slide_name&quot;:&quot;6&quot;,&quot;slide_content&quot;:&quot;&lt;p&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Knjiga o Tobiji&lt;\\\/span&gt;&lt;\\\/p&gt;&quot;,&quot;slide_button&quot;:&quot;Vi\\u0161e&quot;,&quot;slide_button_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/heyzine.com\\\/flip-book\\\/f981eb393b.html&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;slide_show_image&quot;:&quot;yes&quot;,&quot;type&quot;:&quot;bg_image&quot;,&quot;slide_background_position&quot;:&quot;&quot;,&quot;slide_background_attachment&quot;:&quot;&quot;,&quot;slide_background_repeat&quot;:&quot;&quot;,&quot;slide_background_size&quot;:&quot;&quot;,&quot;slide_bg_color&quot;:null,&quot;slide_show_button&quot;:&quot;yes&quot;,&quot;lightbox&quot;:&quot;&quot;,&quot;lightbox_type&quot;:null,&quot;video&quot;:null,&quot;slide_button_css_id&quot;:&quot;&quot;}],&quot;slide_depth&quot;:50,&quot;autoplay_speed&quot;:2000,&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;slider_random&quot;:&quot;no&quot;,&quot;slide_shadows&quot;:&quot;yes&quot;,&quot;slider_loop&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;disable_interaction&quot;:&quot;yes&quot;,&quot;navigation&quot;:&quot;dots&quot;}\" data-widget_type=\"testimonials-carousel-coverflow.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n      <section class=\"swiper mySwiper mySwiperCoverflow slider-arrows-disabled\">\n        <ul class=\"swiper-wrapper\" role=\"list\">\n                      <li class=\"swiper-slide slider-container-background\">\n              <div class=\"block-shadow slider-container-block-background\"\n                                        style=\"\n                          background-image: url('https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Soviceva-gramatika-1.png');\n                          background-position: ;\n                          background-attachment: ;\n                          background-repeat: ;\n                          background-size: ;\n                          \" >\n                <div class=\" slider-coverflow-wrapper\n              \">\n                  <div>\n                    <h2 class=\"slide-title\">1<\/h2>\n                    <div class=\"slide-description\"\n                         style=\"line-height: 22px;\"><p><span style=\"font-size: 14px\">Sovi\u0107eva gramatika hebrejskog jezika<\/span><\/p><\/div>\n                  <\/div>\n                                      <div class=\"slide-coverflow-button-wrapper\">\n                      <a id=\"\" class=\"elementor-button slide-coverflow-button elementor-animation-pop\" href=\"https:\/\/heyzine.com\/flip-book\/a56bd01a00.html\" target=\"_blank\" rel=\"noopener\">\n                       <span class=\"elementor-button-content-wrapper\">\n                                                  <span class=\"elementor-button-text\">Vi\u0161e<\/span>\n                       <\/span>\n                      <\/a>\n                    <\/div>\n                                  <\/div>\n              <\/div>\n            <\/li>\n                      <li class=\"swiper-slide slider-container-background\">\n              <div class=\"block-shadow slider-container-block-background\"\n                                        style=\"\n                          background-image: url('https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/korice_neokalcedonskaBiH_hrbat-14-1.jpg');\n                          background-position: ;\n                          background-attachment: ;\n                          background-repeat: ;\n                          background-size: ;\n                          \" >\n                <div class=\" slider-coverflow-wrapper\n              \">\n                  <div>\n                    <h2 class=\"slide-title\">2<\/h2>\n                    <div class=\"slide-description\"\n                         style=\"line-height: 22px;\"><p><span style=\"font-size: 14px\">Neokalcedonska kristologija Leoncija Jeruzalemskog<\/span><\/p><\/div>\n                  <\/div>\n                                      <div class=\"slide-coverflow-button-wrapper\">\n                      <a id=\"\" class=\"elementor-button slide-coverflow-button elementor-animation-pop\" href=\"https:\/\/heyzine.com\/flip-book\/8759a63f80.html\" target=\"_blank\" rel=\"noopener\">\n                       <span class=\"elementor-button-content-wrapper\">\n                                                  <span class=\"elementor-button-text\">Vi\u0161e<\/span>\n                       <\/span>\n                      <\/a>\n                    <\/div>\n                                  <\/div>\n              <\/div>\n            <\/li>\n                      <li class=\"swiper-slide slider-container-background\">\n              <div class=\"block-shadow slider-container-block-background\"\n                                        style=\"\n                          background-image: url('https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/prijedlog-naslovnice-768x1053-1-1.jpg');\n                          background-position: ;\n                          background-attachment: ;\n                          background-repeat: ;\n                          background-size: ;\n                          \" >\n                <div class=\" slider-coverflow-wrapper\n              \">\n                  <div>\n                    <h2 class=\"slide-title\">3<\/h2>\n                    <div class=\"slide-description\"\n                         style=\"line-height: 22px;\"><p><span style=\"font-size: 14px\">U slu\u017ebi Bo\u017ejega naroda<\/span><\/p><\/div>\n                  <\/div>\n                                      <div class=\"slide-coverflow-button-wrapper\">\n                      <a id=\"\" class=\"elementor-button slide-coverflow-button elementor-animation-pop\" href=\"https:\/\/heyzine.com\/flip-book\/9aaebbed4c.html\" target=\"_blank\" rel=\"noopener\">\n                       <span class=\"elementor-button-content-wrapper\">\n                                                  <span class=\"elementor-button-text\">Vi\u0161e<\/span>\n                       <\/span>\n                      <\/a>\n                    <\/div>\n                                  <\/div>\n              <\/div>\n            <\/li>\n                      <li class=\"swiper-slide slider-container-background\">\n              <div class=\"block-shadow slider-container-block-background\"\n                                        style=\"\n                          background-image: url('https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Duhovna-teologija-razumijevanje-i-praksa.png');\n                          background-position: ;\n                          background-attachment: ;\n                          background-repeat: ;\n                          background-size: ;\n                          \" >\n                <div class=\" slider-coverflow-wrapper\n              \">\n                  <div>\n                    <h2 class=\"slide-title\">4<\/h2>\n                    <div class=\"slide-description\"\n                         style=\"line-height: 22px;\"><p><span style=\"font-size: 14px\">Duhovna teologija<\/span><\/p><\/div>\n                  <\/div>\n                                      <div class=\"slide-coverflow-button-wrapper\">\n                      <a id=\"\" class=\"elementor-button slide-coverflow-button elementor-animation-pop\" href=\"https:\/\/heyzine.com\/flip-book\/9dfd65551f.html\" target=\"_blank\" rel=\"noopener\">\n                       <span class=\"elementor-button-content-wrapper\">\n                                                  <span class=\"elementor-button-text\">Vi\u0161e<\/span>\n                       <\/span>\n                      <\/a>\n                    <\/div>\n                                  <\/div>\n              <\/div>\n            <\/li>\n                      <li class=\"swiper-slide slider-container-background\">\n              <div class=\"block-shadow slider-container-block-background\"\n                                        style=\"\n                          background-image: url('https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/il-servo-di-dio-e1765304131496.jpg');\n                          background-position: ;\n                          background-attachment: ;\n                          background-repeat: ;\n                          background-size: ;\n                          \" >\n                <div class=\" slider-coverflow-wrapper\n              \">\n                  <div>\n                    <h2 class=\"slide-title\">5<\/h2>\n                    <div class=\"slide-description\"\n                         style=\"line-height: 22px;\"><p><span style=\"font-size: 14px\">Il servo di Dio<\/span><\/p><\/div>\n                  <\/div>\n                                      <div class=\"slide-coverflow-button-wrapper\">\n                      <a id=\"\" class=\"elementor-button slide-coverflow-button elementor-animation-pop\" href=\"https:\/\/heyzine.com\/flip-book\/bbf708ce75.html\" target=\"_blank\" rel=\"noopener\">\n                       <span class=\"elementor-button-content-wrapper\">\n                                                  <span class=\"elementor-button-text\">Vi\u0161e<\/span>\n                       <\/span>\n                      <\/a>\n                    <\/div>\n                                  <\/div>\n              <\/div>\n            <\/li>\n                      <li class=\"swiper-slide slider-container-background\">\n              <div class=\"block-shadow slider-container-block-background\"\n                                        style=\"\n                          background-image: url('https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Knjiga-o-Tobiji.jpeg');\n                          background-position: ;\n                          background-attachment: ;\n                          background-repeat: ;\n                          background-size: ;\n                          \" >\n                <div class=\" slider-coverflow-wrapper\n              \">\n                  <div>\n                    <h2 class=\"slide-title\">6<\/h2>\n                    <div class=\"slide-description\"\n                         style=\"line-height: 22px;\"><p><span style=\"font-size: 14px\">Knjiga o Tobiji<\/span><\/p><\/div>\n                  <\/div>\n                                      <div class=\"slide-coverflow-button-wrapper\">\n                      <a id=\"\" class=\"elementor-button slide-coverflow-button elementor-animation-pop\" href=\"https:\/\/heyzine.com\/flip-book\/f981eb393b.html\" target=\"_blank\" rel=\"noopener\">\n                       <span class=\"elementor-button-content-wrapper\">\n                                                  <span class=\"elementor-button-text\">Vi\u0161e<\/span>\n                       <\/span>\n                      <\/a>\n                    <\/div>\n                                  <\/div>\n              <\/div>\n            <\/li>\n                  <\/ul>\n        <div class=\"swiper-coverflow-buttons-block\">\n          <div class=\"swiper-button-prev swiper-coverflow-button-prev\"><\/div>\n          <div class=\"swiper-pagination swiper-coverflow-pagination\"><\/div>\n          <div class=\"swiper-button-next swiper-coverflow-button-next\"><\/div>\n        <\/div>\n      <\/section>\n      \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a10e71 section-m section-ioscool e-flex e-con-boxed e-con e-parent\" data-id=\"7a10e71\" data-element_type=\"container\" data-e-type=\"container\" id=\"radni-kalendar\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eda833d e-con-full e-flex e-con e-child\" data-id=\"eda833d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09cfd50 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"09cfd50\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;2025. - 2026.&quot;,&quot;highlight_animation_duration&quot;:2200,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_iteration_delay&quot;:8000}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h3 class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Academic Year Calendar<\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">2025. - 2026.<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f651a3 animated-slow card-ioscool elementor-invisible elementor-widget elementor-widget-html\" data-id=\"5f651a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<iframe src=\"https:\/\/calendar.google.com\/calendar\/embed?src=f4e23665e1b48a546dc1cd6694a43b4e6a3c922ec34ab13502411eb87863093a%40group.calendar.google.com&amp;ctz=Europe%2FRome\" style=\"border: 0\" width=\"500\" height=\"300\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fdecfd3 e-con-full e-flex e-con e-child\" data-id=\"fdecfd3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ac1404 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"5ac1404\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;Until the start of the exam period&quot;,&quot;highlight_animation_duration&quot;:2200,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_iteration_delay&quot;:8000}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h3 class=\"elementor-headline\">\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">Until the start of the exam period<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\"><br>still left...<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8dc52d2 animated-slow elementor-countdown--label-block elementor-invisible elementor-widget elementor-widget-countdown\" data-id=\"8dc52d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"countdown.default\">\n\t\t\t\t\t\t\t<div data-expire-actions=\"[{&quot;type&quot;:&quot;message&quot;}]\" class=\"elementor-countdown-wrapper\" data-date=\"1770017400\">\n\t\t\t<div class=\"elementor-countdown-item\"><span class=\"elementor-countdown-digits elementor-countdown-days\"><\/span> <span class=\"elementor-countdown-label\">days<\/span><\/div><div class=\"elementor-countdown-item\"><span class=\"elementor-countdown-digits elementor-countdown-hours\"><\/span> <span class=\"elementor-countdown-label\">hours<\/span><\/div><div class=\"elementor-countdown-item\"><span class=\"elementor-countdown-digits elementor-countdown-minutes\"><\/span> <span class=\"elementor-countdown-label\">minutes<\/span><\/div><div class=\"elementor-countdown-item\"><span class=\"elementor-countdown-digits elementor-countdown-seconds\"><\/span> <span class=\"elementor-countdown-label\">seconds<\/span><\/div>\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-countdown-expire--message\">\n\t\t\t\t\tDear students,\nwe wish you a successful exam period!\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81543e3 section-s e-flex e-con-boxed e-con e-parent\" data-id=\"81543e3\" data-element_type=\"container\" data-e-type=\"container\" id=\"scroll-video\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-170f4f8 elementor-widget elementor-widget-video\" data-id=\"170f4f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/KBF-logo-sekcija.mp4\" autoplay=\"\" muted=\"muted\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Dear visitor Dear visitors, welcome to our website Catholic Faculty of Theology University of Sarajevo, the oldest higher education institutions &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13470","page","type-page","status-publish","hentry","latest_post"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"tajnistvo_bcxr0t1k","author_link":"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/"},"rttpg_comment":0,"rttpg_category":"","rttpg_excerpt":"Dear visitor Dear visitors, welcome to our website Catholic Faculty of Theology University of Sarajevo, the oldest higher education institutions &hellip;","_links":{"self":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13470","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/comments?post=13470"}],"version-history":[{"count":36,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13470\/revisions"}],"predecessor-version":[{"id":14882,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13470\/revisions\/14882"}],"wp:attachment":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/media?parent=13470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}