{"id":1161,"date":"2026-02-24T16:09:59","date_gmt":"2026-02-24T16:09:59","guid":{"rendered":"https:\/\/scrd.uoturath.edu.iq\/?page_id=1161"},"modified":"2026-03-06T02:17:29","modified_gmt":"2026-03-06T02:17:29","slug":"about-us","status":"publish","type":"page","link":"https:\/\/scrd.uoturath.edu.iq\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1161\" class=\"elementor elementor-1161\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12bf180 e-flex e-con-boxed e-con e-parent\" data-id=\"12bf180\" 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-dd99e80 elementor-widget elementor-widget-html\" data-id=\"dd99e80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Directorate of Scholarships and Cultural Relations - Al-Turath University<\/title>\r\n    <style>\r\n        \/* Modern Fonts *\/\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;700&display=swap');\r\n\r\n        \/* Page Background *\/\r\n        body {\r\n            background-color: #e9ecef;\r\n            margin: 0;\r\n            padding: 20px;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            min-height: 100vh;\r\n        }\r\n\r\n        \/* Core Variables *\/\r\n        #turath-scholarships-wrapper {\r\n            --eu-blue: #003399;\r\n            --eu-blue-dark: #002266;\r\n            --eu-yellow: #FFCC00;\r\n            --eu-yellow-light: #ffdb4d;\r\n            --white: #ffffff;\r\n            --text-main: #2c3e50;\r\n            --text-muted: #5a6c7d;\r\n            --bg-light: #f4f7fb;\r\n            --shadow: 0 10px 30px rgba(0, 51, 153, 0.08);\r\n            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n            \r\n            font-family: 'Outfit', sans-serif;\r\n            direction: ltr;\r\n            text-align: left;\r\n            background-color: var(--bg-light);\r\n            padding: 0;\r\n            margin: 0 auto;\r\n            box-sizing: border-box;\r\n            overflow: hidden;\r\n            border-radius: 16px;\r\n            max-width: 1200px;\r\n            width: 100%;\r\n            box-shadow: 0 20px 50px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        #turath-scholarships-wrapper * {\r\n            box-sizing: inherit;\r\n        }\r\n\r\n        \/* Hero Section with Integrated Image *\/\r\n        .ts-header {\r\n            \/* Using the provided image URL as a background with a dark blue overlay for text contrast *\/\r\n            background: linear-gradient(135deg, rgba(0, 51, 153, 0.85) 0%, rgba(0, 34, 102, 0.95) 100%), \r\n                        url('https:\/\/scrd.uoturath.edu.iq\/wp-content\/uploads\/2026\/02\/135651498_1797754907041188_3147961252692644677_n.jpg');\r\n            background-size: cover;\r\n            background-position: center;\r\n            padding: 80px 20px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border-bottom: 5px solid var(--eu-yellow);\r\n        }\r\n\r\n        .ts-header::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -50px;\r\n            left: -50px;\r\n            width: 150px;\r\n            height: 150px;\r\n            background: rgba(255, 204, 0, 0.15);\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .ts-header::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -30px;\r\n            right: -20px;\r\n            width: 100px;\r\n            height: 100px;\r\n            background: rgba(255, 255, 255, 0.1);\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .ts-header h1 {\r\n            color: var(--white);\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            margin: 0 0 15px 0;\r\n            line-height: 1.2;\r\n            animation: ts-fade-down 0.8s ease-out;\r\n            position: relative;\r\n            z-index: 2;\r\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .ts-header p {\r\n            color: var(--eu-yellow);\r\n            font-size: 1.2rem;\r\n            font-weight: 600;\r\n            margin: 0;\r\n            letter-spacing: 2px;\r\n            text-transform: uppercase;\r\n            animation: ts-fade-up 0.8s ease-out 0.2s both;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        \/* Main Container *\/\r\n        .ts-container {\r\n            padding: 50px 30px;\r\n        }\r\n\r\n        \/* Grid Layout *\/\r\n        .ts-grid-2 {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n            gap: 30px;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        \/* Cards *\/\r\n        .ts-card {\r\n            background: var(--white);\r\n            border-radius: 12px;\r\n            padding: 40px 30px;\r\n            box-shadow: var(--shadow);\r\n            position: relative;\r\n            transition: var(--transition);\r\n            border-top: 4px solid transparent;\r\n            animation: ts-fade-up 0.8s ease-out 0.4s both;\r\n        }\r\n\r\n        .ts-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 15px 40px rgba(0, 51, 153, 0.12);\r\n            border-top-color: var(--eu-blue);\r\n        }\r\n\r\n        .ts-card-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            background: rgba(0, 51, 153, 0.05);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 25px;\r\n            color: var(--eu-blue);\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .ts-card:hover .ts-card-icon {\r\n            background: var(--eu-blue);\r\n            color: var(--eu-yellow);\r\n            transform: scale(1.1) rotate(5deg);\r\n        }\r\n\r\n        .ts-card h2 {\r\n            color: var(--eu-blue);\r\n            font-size: 1.6rem;\r\n            font-weight: 700;\r\n            margin: 0 0 15px 0;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .ts-card p {\r\n            color: var(--text-muted);\r\n            line-height: 1.8;\r\n            font-size: 1rem;\r\n            margin: 0;\r\n        }\r\n\r\n        \/* Sections *\/\r\n        .ts-section {\r\n            background: var(--white);\r\n            border-radius: 12px;\r\n            padding: 40px;\r\n            margin-bottom: 30px;\r\n            box-shadow: var(--shadow);\r\n            animation: ts-fade-up 0.8s ease-out 0.6s both;\r\n        }\r\n\r\n        .ts-section-header {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 30px;\r\n            padding-bottom: 15px;\r\n            border-bottom: 2px solid rgba(0, 51, 153, 0.1);\r\n        }\r\n\r\n        .ts-section-header h2 {\r\n            color: var(--eu-blue);\r\n            font-size: 1.8rem;\r\n            margin: 0;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .ts-section-header span {\r\n            display: inline-block;\r\n            width: 40px;\r\n            height: 5px;\r\n            background: var(--eu-yellow);\r\n            margin-right: 15px;\r\n            border-radius: 3px;\r\n        }\r\n\r\n        \/* Lists *\/\r\n        .ts-list {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 0;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 20px;\r\n        }\r\n\r\n        .ts-list li {\r\n            position: relative;\r\n            color: var(--text-main);\r\n            line-height: 1.6;\r\n            font-size: 1rem;\r\n            background: var(--bg-light);\r\n            padding: 20px 20px 20px 55px;\r\n            border-radius: 8px;\r\n            transition: var(--transition);\r\n            border-left: 4px solid transparent;\r\n        }\r\n\r\n        .ts-list li:hover {\r\n            background: var(--white);\r\n            box-shadow: 0 8px 20px rgba(0,0,0,0.06);\r\n            border-left-color: var(--eu-yellow);\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        .ts-list li svg {\r\n            position: absolute;\r\n            left: 18px;\r\n            top: 22px;\r\n            width: 22px;\r\n            height: 22px;\r\n            fill: var(--eu-blue);\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes ts-fade-down {\r\n            from { opacity: 0; transform: translateY(-30px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        @keyframes ts-fade-up {\r\n            from { opacity: 0; transform: translateY(30px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        \/* Mobile Responsiveness *\/\r\n        @media (max-width: 768px) {\r\n            body { padding: 10px; }\r\n            .ts-header { padding: 50px 15px; }\r\n            .ts-header h1 { font-size: 1.8rem; }\r\n            .ts-header p { font-size: 1rem; }\r\n            .ts-container { padding: 30px 20px; }\r\n            .ts-card { padding: 30px 20px; }\r\n            .ts-section { padding: 30px 20px; }\r\n            .ts-section-header h2 { font-size: 1.5rem; }\r\n            .ts-list { grid-template-columns: 1fr; }\r\n            .ts-list li { padding-left: 50px; }\r\n            .ts-list li:hover { transform: translateY(-3px); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div id=\"turath-scholarships-wrapper\">\r\n        \r\n        <!-- Header \/ Hero Section -->\r\n        <div class=\"ts-header\">\r\n            <h1>Directorate of Scholarships<br>and Cultural Relations<\/h1>\r\n            <p>Al-Turath University<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"ts-container\">\r\n            \r\n            <!-- Vision & Mission Grid -->\r\n            <div class=\"ts-grid-2\">\r\n                <!-- Vision Card -->\r\n                <div class=\"ts-card ts-vision\">\r\n                    <div class=\"ts-card-icon\">\r\n                        <svg viewBox=\"0 0 24 24\" width=\"30\" height=\"30\" fill=\"currentColor\">\r\n                            <path d=\"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h2>Our Vision<\/h2>\r\n                    <p>To establish the Directorate of Scholarships and Cultural Relations at Al-Turath University as a distinguished institutional hub for international academic engagement, recognized for building credible global partnerships, advancing intercultural dialogue, and enabling sustainable cooperation that strengthens the University\u2019s regional and international academic standing.<\/p>\r\n                <\/div>\r\n\r\n                <!-- Mission Card -->\r\n                <div class=\"ts-card ts-mission\">\r\n                    <div class=\"ts-card-icon\">\r\n                        <svg viewBox=\"0 0 24 24\" width=\"30\" height=\"30\" fill=\"currentColor\">\r\n                            <path d=\"M19.36 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.36 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.64-4.96zM12 13l-3-3h2V7h2v3h2l-3 3z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h2>Our Mission<\/h2>\r\n                    <p>The Directorate of Scholarships and Cultural Relations is committed to facilitating high-quality academic and cultural cooperation between Al-Turath University and reputable institutions worldwide. It supports students, faculty members, and researchers through structured international partnerships, exchange opportunities, scholarship pathways, and collaborative initiatives that enhance educational quality, research capacity, and institutional visibility.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Strategic Objectives -->\r\n            <div class=\"ts-section\">\r\n                <div class=\"ts-section-header\">\r\n                    <span><\/span>\r\n                    <h2>Strategic Objectives<\/h2>\r\n                <\/div>\r\n                <ul class=\"ts-list\">\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Expand and diversify international partnerships with accredited universities, research centers, and academic networks in alignment with the University\u2019s priorities.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Develop and strengthen academic exchange pathways for students and faculty members through transparent, merit-based, and well-coordinated mechanisms.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Enhance access to scholarships and study opportunities by improving guidance, nomination processes, and institutional coordination with national and international bodies.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Promote collaborative research and scholarly engagement through joint projects, conferences, workshops, and academic events with partner institutions.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Support institutional internationalization by embedding global cooperation into teaching, research, and community engagement activities.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Advance quality and institutional readiness through partnerships that contribute to benchmarking, capacity building, and academic development.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Strengthen the University\u2019s global academic profile through sustained representation in international forums, networks, and cooperative initiatives.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/><\/svg>\r\n                        Institutionalize documentation and follow-up practices to ensure that all international cooperation activities are traceable, assessable, and continuously improved.\r\n                    <\/li>\r\n                <\/ul>\r\n            <\/div>\r\n\r\n            <!-- Operational Objectives -->\r\n            <div class=\"ts-section\">\r\n                <div class=\"ts-section-header\">\r\n                    <span><\/span>\r\n                    <h2>Operational Objectives<\/h2>\r\n                <\/div>\r\n                <ul class=\"ts-list\">\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\r\n                        Coordinate and monitor memoranda of understanding (MoUs) and cooperation agreements to ensure effective implementation and periodic review.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\r\n                        Provide clear procedural support for student and staff mobility, including nominations, documentation, correspondence, and institutional liaison.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\r\n                        Maintain an updated database of partnerships, scholarships, and opportunities accessible to relevant university stakeholders.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\r\n                        Organize and support international academic activities (seminars, conferences, visits, and cultural programs) in coordination with colleges and departments.\r\n                    <\/li>\r\n                    <li>\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\r\n                        Publish accurate and evidence-based information on scholarships, exchange programs, and international opportunities through official communication channels.\r\n                    <\/li>\r\n                <\/ul>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\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>Directorate of Scholarships and Cultural Relations &#8211; Al-Turath University Directorate of Scholarshipsand Cultural Relations Al-Turath University Our Vision To establish the Directorate of Scholarships and Cultural Relations at Al-Turath University as a distinguished institutional hub for international academic engagement, recognized for building credible global partnerships, advancing intercultural dialogue, and enabling sustainable cooperation that strengthens the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1161","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/pages\/1161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/comments?post=1161"}],"version-history":[{"count":7,"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/pages\/1161\/revisions"}],"predecessor-version":[{"id":1404,"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/pages\/1161\/revisions\/1404"}],"wp:attachment":[{"href":"https:\/\/scrd.uoturath.edu.iq\/index.php\/wp-json\/wp\/v2\/media?parent=1161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}