{"id":15591,"date":"2025-11-24T14:46:48","date_gmt":"2025-11-24T14:46:48","guid":{"rendered":"https:\/\/wellspringuniversity.edu.ng\/?page_id=15591"},"modified":"2025-11-24T15:53:17","modified_gmt":"2025-11-24T15:53:17","slug":"criminology-and-security-studies","status":"publish","type":"page","link":"https:\/\/wellspringuniversity.edu.ng\/index.php\/criminology-and-security-studies\/","title":{"rendered":"Criminology and Security Studies"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15591\" class=\"elementor elementor-15591\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ba87d5 e-grid e-con-boxed e-con e-parent\" data-id=\"3ba87d5\" 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-9de03c3 elementor-widget elementor-widget-text-editor\" data-id=\"9de03c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0<\/p><p><\/p><p><style>\n        \/* --- General Styling & Reset --- *\/\n        :root {\n            --primary-color: #002147; \/* Deep Navy Blue *\/\n            --accent-color: #FCD12A; \/* Wellspring Gold\/Yellow *\/\n            --light-bg: #f7f7f7;\n            --text-dark: #333;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            margin: 0;\n            padding: 0;\n            color: var(--text-dark);\n            line-height: 1.6;\n            background-color: #ffffff;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        h1, h2, h3 {\n            color: var(--primary-color);\n            margin-top: 0;\n            font-weight: 700;\n        }\n\n        h1 { font-size: 2.5em; }\n        h2 { font-size: 2em; border-bottom: 3px solid var(--accent-color); padding-bottom: 5px; margin-bottom: 20px;}\n        h3 { font-size: 1.5em; color: #555;}\n\n        a {\n            color: var(--primary-color);\n            text-decoration: none;\n        }\n\n        \/* --- Header & Navigation --- *\/\n        header {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 0;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n        }\n\n        header .container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo { font-size: 1.8em; font-weight: bold; color: white;}\n        nav a { color: white; margin-left: 20px; transition: color 0.3s; }\n        nav a:hover { color: var(--accent-color); }\n\n        \/* --- Hero Section --- *\/\n        #hero {\n            background: linear-gradient(rgba(0, 33, 71, 0.8), rgba(0, 33, 71, 0.8)), url('hero-security-bg.jpg'); \/* Placeholder image *\/\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n        }\n\n        #hero h1 { color: white; font-size: 3.5em; margin-bottom: 10px; }\n        #hero p { font-size: 1.5em; margin-top: 0; font-weight: 300; }\n        \n        \/* --- Buttons --- *\/\n        .cta-button {\n            display: inline-block;\n            background-color: var(--accent-color);\n            color: var(--primary-color);\n            padding: 12px 30px;\n            margin: 10px;\n            border-radius: 5px;\n            font-weight: bold;\n            text-transform: uppercase;\n            transition: background-color 0.3s;\n            border: none;\n        }\n        .cta-button:hover {\n            background-color: #ffde59;\n            cursor: pointer;\n        }\n\n        .section {\n            padding: 40px 0;\n        }\n\n        \/* --- Specific Section Styles --- *\/\n        #why-us, #admissions {\n            background-color: var(--light-bg);\n        }\n\n        \/* Curriculum Grid *\/\n        .curriculum-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            list-style: none;\n            padding: 0;\n        }\n\n        .curriculum-grid li {\n            background: white;\n            padding: 20px;\n            border-left: 5px solid var(--accent-color);\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n            font-weight: 500;\n        }\n\n        \/* Career Table *\/\n        .career-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        .career-table th, .career-table td {\n            border: 1px solid #ddd;\n            padding: 12px;\n            text-align: left;\n        }\n        .career-table th {\n            background-color: var(--primary-color);\n            color: white;\n            font-weight: 600;\n        }\n        .career-table tr:nth-child(even) {\n            background-color: #f2f2f2;\n        }\n\n        \/* Blockquote\/Testimonial *\/\n        blockquote {\n            background-color: #e6f7ff;\n            border-left: 5px solid var(--primary-color);\n            padding: 20px;\n            margin: 30px 0;\n            font-style: italic;\n            color: var(--text-dark);\n        }\n\n        \/* Admission List *\/\n        #admissions ul {\n            list-style: decimal;\n            padding-left: 25px;\n        }\n        #admissions li {\n            margin-bottom: 10px;\n        }\n\n        \/* Footer CTA *\/\n        #cta-footer {\n            background-color: var(--primary-color);\n            color: white;\n            text-align: center;\n            padding: 50px 20px;\n        }\n\n        #cta-footer h2 {\n            color: white;\n            border-bottom: none;\n        }\n        \n        #cta-footer p {\n            font-size: 1.3em;\n            margin-bottom: 30px;\n        }\n\n        \/* Footer *\/\n        footer {\n            background-color: #222;\n            color: #ccc;\n            padding: 20px 0;\n            text-align: center;\n            font-size: 0.9em;\n        }\n        \n        \/* Mobile Adjustments *\/\n        @media (max-width: 768px) {\n            #hero h1 { font-size: 2.5em; }\n            #hero p { font-size: 1.2em; }\n            .career-table, .curriculum-grid {\n                display: block;\n            }\n            .curriculum-grid li { margin-bottom: 15px; }\n            header .container { flex-direction: column; }\n            nav a { margin: 10px 10px 0; }\n        }\n    <\/style><\/p><header><div class=\"container\"><div class=\"logo\">Wellspring University<\/div><nav><a href=\"#overview\">Program<\/a> <a href=\"#curriculum\">Curriculum<\/a> <a href=\"#careers\">Careers<\/a> <a href=\"#admissions\">Admissions<\/a><\/nav><\/div><\/header><section id=\"hero\"><div class=\"container\"><p>BSc Criminology &amp; Security Studies<\/p><h1>Decipher Crime. Master Security. Lead with Integrity.<\/h1><p>Don&#8217;t just watch the news\u2014change the narrative. Join the department that breeds the defenders of tomorrow.<\/p><a class=\"cta-button\" href=\"#admissions\">Apply Now<\/a> <a class=\"cta-button\" style=\"background-color: white; color: var(--primary-color);\" href=\"#\">Download Program Brochure<\/a><\/div><\/section><section id=\"overview\" class=\"section\"><div class=\"container\"><h2>Program Overview<\/h2><p>In an increasingly complex world, the demand for sophisticated security solutions and a deeper understanding of criminal behavior has never been higher. The **BSc in Criminology and Security Studies** at Wellspring University is not just a degree; it is a call to action for the next generation of intelligence officers, security experts, and justice reformers.<\/p><p>Our curriculum bridges the gap between theoretical sociology and practical security management. We prepare students to navigate the psychological, legal, and social dimensions of crime while mastering the modern tools of intelligence gathering, cyber security, and conflict resolution.<\/p><p>At Wellspring, we believe that true security requires character. We merge academic excellence with moral leadership, producing graduates who are not only skilled but ethical guardians of society.<\/p><div style=\"text-align: center; margin-top: 30px;\">\u00a0<\/div><\/div><\/section><section id=\"why-us\" class=\"section\"><div class=\"container\"><h2>Why Choose Wellspring University?<\/h2><p>We offer a competitive edge in the Nigerian and global educational landscape. Here is why aspiring change-makers choose us:<\/p><ul class=\"curriculum-grid\"><li><h3>Modern &amp; Dynamic Curriculum<\/h3><p>We move beyond traditional theories to address contemporary threats, including cybercrime, terrorism, and corporate espionage.<\/p><\/li><li><h3>Industry-Experienced Faculty<\/h3><p>Learn from a blend of top-tier academics and seasoned practitioners from intelligence and law enforcement backgrounds.<\/p><\/li><li><h3>Ethical Leadership<\/h3><p>We emphasize the ethical use of power and intelligence\u2014crucial traits for high-ranking security roles.<\/p><\/li><li><h3>Practical Immersion<\/h3><p>We facilitate field visits to correctional centers, courts, and security agencies, alongside internships with top private security firms.<\/p><\/li><\/ul><blockquote>&#8220;Security is not just about enforcement; it is about understanding the human condition. We teach our students to solve problems before they become crises.&#8221;<\/blockquote><\/div><\/section><section id=\"curriculum\" class=\"section\"><div class=\"container\"><h2>What You Will Learn<\/h2><p>Our four-year program is designed to build a robust foundation in social sciences before advancing into specialized security training. Key areas include:<\/p><ul class=\"curriculum-grid\"><li>**The Psychology of Crime:** Understanding the criminal mind and behavioral profiling.<\/li><li>**Forensic Science Fundamentals:** The application of science to criminal and civil laws.<\/li><li>**Cyber Security &amp; Digital Intelligence:** Combating online fraud, identity theft, and data breaches.<\/li><li>**Global Terrorism &amp; Counter-Insurgency:** Analyzing geopolitical threats and defense strategies.<\/li><li>**Penology &amp; Rehabilitation:** Studying the prison system and restorative justice.<\/li><li>**Private Security Management:** Risk assessment for corporations and VIP protection.<\/li><\/ul><\/div><\/section><section id=\"careers\" class=\"section\" style=\"background-color: var(--light-bg);\"><div class=\"container\"><h2>Career Prospects<\/h2><p>A degree in Criminology and Security Studies from Wellspring University opens doors to prestigious and high-paying sectors. Our graduates are equipped for roles in:<\/p><table class=\"career-table\"><thead><tr><th>Sector<\/th><th>Potential Roles<\/th><\/tr><\/thead><tbody><tr><td>**Government Agencies**<\/td><td>DSS, NIA, EFCC, ICPC, Nigeria Police Force, Immigration, Customs.<\/td><\/tr><tr><td>**Corporate Sector**<\/td><td>Chief Security Officer (CSO), Fraud Analyst, Risk Manager, Compliance Officer.<\/td><\/tr><tr><td>**Cyber Space**<\/td><td>Cyber Intelligence Analyst, Digital Forensic Investigator.<\/td><\/tr><tr><td>**Legal &amp; Justice**<\/td><td>Paralegal, Jury Consultant, Victim Advocate, Correctional Officer.<\/td><\/tr><tr><td>**NGOs &amp; International Bodies**<\/td><td>Human Rights Officer, Conflict Resolution Specialist (UN, AU).<\/td><\/tr><\/tbody><\/table><\/div><\/section><section id=\"admissions\" class=\"section\"><div class=\"container\"><h2>Admission Requirements<\/h2><p>To join the League of Future Guardians at Wellspring University, applicants must meet the following criteria:<\/p><h3>1. O\u2019Level Requirements<\/h3><p>Five (5) Credit passes in SSCE\/GCE\/NECO\/NABTEB, obtained in not more than two sittings.<\/p><ul><li>**Compulsory Subjects:** English Language, Mathematics, and Economics\/Government.<\/li><li>**Two other relevant subjects** from Arts or Social Sciences.<\/li><\/ul><h3>2. UTME (JAMB) Requirements<\/h3><p>An acceptable score in the Unified Tertiary Matriculation Examination (JAMB).<\/p><ul><li>**Subject Combination:** English Language, Government\/History, and two other Arts\/Social Science subjects.<\/li><\/ul><h3>3. Direct Entry<\/h3><p>NCE, OND, or HND in relevant fields for admission into 200 Level.<\/p><\/div><\/section><section id=\"cta-footer\"><div class=\"container\"><h2>Ready to Secure the Future?<\/h2><p>Take the crucial step toward a challenging and rewarding career in Criminology and Security Studies.<\/p><a class=\"cta-button\" href=\"#admissions\">Apply Now<\/a> <a class=\"cta-button\" style=\"background-color: white; color: var(--primary-color);\" href=\"#\">Contact an Academic Advisor<\/a><\/div><\/section><footer><div class=\"container\"><p>\u00a9 2025 Wellspring University, Benin City. All Rights Reserved. | College of Social &amp; Management Sciences&lt;\/<\/p><\/div><\/footer>\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-2cb7a7d e-grid e-con-boxed e-con e-parent\" data-id=\"2cb7a7d\" 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-fdb6a10 elementor-widget elementor-widget-valiance_core_button\" data-id=\"fdb6a10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"valiance_core_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"qodef-shortcode qodef-m  qodef-button qodef-layout--filled  qodef-html--link\" href=\"https:\/\/applications.wellspringuniversity.app\/home\" target=\"_self\"  style=\"background-color: #0002BF\">\n\t<span class=\"qodef-m-text\">Apply Now<\/span>\n\t<span class=\"qodef-m-icon-arrow-wrapper\">\n\t\t<span class=\"qodef-m-icon-arrow qodef-m-icon-arrow1\"><svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"7\" viewBox=\"0 0 26 7\"><g transform=\"translate(-708.5 -168)\"><line x1=\"20\" transform=\"translate(708.5 171.5)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1\"\/><path d=\"M3.5,0,7,6H0Z\" transform=\"translate(734.5 168) rotate(90)\" fill=\"#fff\"\/><\/g><\/svg><\/span>\n\t\t<span class=\"qodef-m-icon-arrow qodef-m-icon-arrow2\"><svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"7\" viewBox=\"0 0 26 7\"><g transform=\"translate(-708.5 -168)\"><line x1=\"20\" transform=\"translate(708.5 171.5)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1\"\/><path d=\"M3.5,0,7,6H0Z\" transform=\"translate(734.5 168) rotate(90)\" fill=\"#fff\"\/><\/g><\/svg><\/span>\n\t<\/span>\n<\/a>\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-0e622eb e-grid e-con-boxed e-con e-parent\" data-id=\"0e622eb\" 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-72dcf4c elementor-widget elementor-widget-image\" data-id=\"72dcf4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/wellspringuniversity.edu.ng\/wp-content\/uploads\/2025\/11\/Dr.-Neba.jpg\" class=\"attachment-large size-large wp-image-15645\" alt=\"\" srcset=\"https:\/\/wellspringuniversity.edu.ng\/wp-content\/uploads\/2025\/11\/Dr.-Neba.jpg 1024w, https:\/\/wellspringuniversity.edu.ng\/wp-content\/uploads\/2025\/11\/Dr.-Neba-300x300.jpg 300w, https:\/\/wellspringuniversity.edu.ng\/wp-content\/uploads\/2025\/11\/Dr.-Neba-150x150.jpg 150w, https:\/\/wellspringuniversity.edu.ng\/wp-content\/uploads\/2025\/11\/Dr.-Neba-768x768.jpg 768w, https:\/\/wellspringuniversity.edu.ng\/wp-content\/uploads\/2025\/11\/Dr.-Neba-650x650.jpg 650w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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 class=\"elementor-element elementor-element-a939308 elementor-widget elementor-widget-text-editor\" data-id=\"a939308\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h5><strong>HOD<\/strong>: <span style=\"color: #333399;\">Dr. Ambesi Polycarp Neba<\/span><br \/><strong>Phone<\/strong>: +234 905 891 4973<\/h5>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00a0 Wellspring University Program Curriculum Careers Admissions BSc Criminology &amp; Security Studies Decipher Crime. Master Security. Lead with Integrity. Don&#8217;t just watch the news\u2014change the narrative. Join the department that breeds the defenders of tomorrow. Apply Now Download Program Brochure Program Overview In an increasingly complex world, the demand for sophisticated security solutions and a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-15591","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages\/15591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/comments?post=15591"}],"version-history":[{"count":43,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages\/15591\/revisions"}],"predecessor-version":[{"id":15648,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages\/15591\/revisions\/15648"}],"wp:attachment":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/media?parent=15591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}