{"id":1150,"date":"2026-02-03T15:41:27","date_gmt":"2026-02-03T10:11:27","guid":{"rendered":"https:\/\/hiop.in\/?page_id=1150"},"modified":"2026-03-27T11:36:23","modified_gmt":"2026-03-27T06:06:23","slug":"home","status":"publish","type":"page","link":"https:\/\/hiop.in\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1150\" class=\"elementor elementor-1150\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6d0ed3 e-con-full e-flex e-con e-parent\" data-id=\"e6d0ed3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-365ab53 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"365ab53\" data-element_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>Hygia Institute of Pharmacy<\/title>\r\n    <style>\r\n        :root { \r\n            --primary-red: #d32f2f; \r\n            --dark-blue: #1a237e; \r\n            --light-bg: #f5f7fa;\r\n            --white: #ffffff; \r\n            --text-dark: #333;\r\n        }\r\n        \r\n        * { box-sizing: border-box; }\r\n        body { margin: 0; font-family: 'Segoe UI', Roboto, sans-serif; color: var(--text-dark); line-height: 1.6; }\r\n\r\n        \/* Typography *\/\r\n        h2 { color: var(--dark-blue); font-size: 2.2rem; text-align: center; margin-bottom: 10px; text-transform: uppercase; }\r\n        .section-subtitle { text-align: center; color: #666; margin-bottom: 40px; font-size: 1.1rem; }\r\n\r\n        \/* Alert Bar *\/\r\n        .admission-alert { background: var(--primary-red); color: white; text-align: center; padding: 12px; font-weight: 600; }\r\n        .admission-alert a { color: #ffeb3b; text-decoration: underline; margin-left: 10px; }\r\n\r\n        \/* Hero Slider *\/\r\n        .hero-slider { position: relative; height: 550px; overflow: hidden; }\r\n        .mySlides { display: none; height: 100%; background-size: cover; background-position: center; }\r\n        .hero-text { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; text-align: center; padding: 0 20px; }\r\n        .hero-text h1 { font-size: 3.5rem; margin-bottom: 10px; text-transform: uppercase; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }\r\n        .hero-text p { font-size: 1.2rem; max-width: 700px; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }\r\n\r\n        \/* Buttons *\/\r\n        .btn-main, .btn-outline { padding: 12px 30px; text-decoration: none; font-weight: bold; border-radius: 5px; transition: 0.3s; margin: 10px; display: inline-block; cursor: pointer; }\r\n        .btn-main { background: var(--primary-red); color: white; border: 2px solid var(--primary-red); }\r\n        .btn-outline { background: transparent; color: white; border: 2px solid white; }\r\n        .btn-main:hover { background: #b71c1c; border-color: #b71c1c; }\r\n        .btn-outline:hover { background: white; color: black; }\r\n\r\n        \/* Sections General *\/\r\n        section { padding: 80px 20px; }\r\n        .bg-light { background-color: var(--light-bg); }\r\n\r\n        \/* About Container *\/\r\n        .about-container { max-width: 1000px; margin: 0 auto; text-align: center; }\r\n        .about-container p { font-size: 1.1rem; margin-bottom: 30px; }\r\n\r\n        \/* Affiliations Bar *\/\r\n        .affiliations { background: var(--dark-blue); color: white; text-align: center; padding: 40px 20px; }\r\n        .affiliations h3 { margin-top: 0; font-size: 1.5rem; color: #ffeb3b; }\r\n        .affiliations-list { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; font-weight: bold; font-size: 1.2rem; margin-top: 20px; }\r\n\r\n        \/* Grid Layouts (Cards) *\/\r\n        .grid-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; }\r\n        .card { background: white; padding: 40px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); width: 100%; max-width: 350px; text-align: center; transition: transform 0.3s; border-bottom: 4px solid transparent; display: flex; flex-direction: column; }\r\n        .card:hover { transform: translateY(-10px); border-bottom: 4px solid var(--primary-red); }\r\n        .card .icon { font-size: 50px; margin-bottom: 15px; }\r\n        .card h3 { color: var(--dark-blue); font-size: 1.5rem; margin-bottom: 15px; }\r\n        .card p { color: #555; margin-bottom: 25px; flex-grow: 1; }\r\n        .card .btn-text { color: var(--primary-red); font-weight: bold; text-decoration: none; text-transform: uppercase; font-size: 0.9rem; }\r\n        .card .btn-text:hover { text-decoration: underline; }\r\n\r\n        \/* Split Section (Image + Text) for Student Life *\/\r\n        .split-section { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; max-width: 1200px; margin: 0 auto; }\r\n        .split-text { flex: 1; min-width: 300px; }\r\n        .split-text h2 { text-align: left; }\r\n        .split-text .section-subtitle { text-align: left; margin-bottom: 20px; }\r\n        .split-text p { font-size: 1.1rem; margin-bottom: 15px; }\r\n        .split-image { flex: 1; min-width: 300px; }\r\n        .split-image img { width: 100%; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: block; }\r\n\r\n        \/* Call To Action Banner *\/\r\n        .cta-section { background: var(--primary-red); color: white; text-align: center; padding: 60px 20px; }\r\n        .cta-section h2 { color: white; margin-bottom: 15px; }\r\n        .cta-section p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; }\r\n\r\n        \/* Footer *\/\r\n        footer { background: #111; color: #aaa; padding: 60px 20px 20px; text-align: center; }\r\n        .footer-content { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; text-align: left; margin-bottom: 40px; }\r\n        .footer-col { flex: 1; min-width: 250px; }\r\n        .footer-col h3 { color: white; margin-bottom: 20px; }\r\n        .footer-col p { margin: 5px 0; }\r\n        .footer-bottom { border-top: 1px solid #333; padding-top: 20px; font-size: 0.9rem; }\r\n\r\n        \/* Animation *\/\r\n        .fade { animation: fadeEffect 1.5s; }\r\n        @keyframes fadeEffect { from {opacity: .4} to {opacity: 1} }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .hero-text h1 { font-size: 2.2rem; }\r\n            .split-text h2, .split-text .section-subtitle { text-align: center; }\r\n            .footer-content { flex-direction: column; text-align: center; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"admission-alert\">\r\n        Admission 2026 for B.Pharm and D.Pharm are now open. \r\n        <a href=\"https:\/\/hiop.in\/?page_id=620\">Click here for Admission Enquiry<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"hero-slider\">\r\n        <div class=\"mySlides fade\" style=\"background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('http:\/\/hiop.in\/wp-content\/uploads\/2026\/03\/068_Exterior_08-1-scaled.jpg');\">\r\n            <div class=\"hero-text\">\r\n                <h1>Excellence in Pharmacy Education<\/h1>\r\n                <p>Empowering the next generation of healthcare professionals with modern research, expert faculty, and industry-focused curriculum.<\/p>\r\n                <div class=\"hero-btns\">\r\n                    <a href=\"https:\/\/hiop.in\/?page_id=9\" class=\"btn-main\">Discover Hygia<\/a>\r\n                    <a href=\"https:\/\/hiop.in\/?page_id=620\" class=\"btn-outline\">Apply Now<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"mySlides fade\" style=\"background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('http:\/\/hiop.in\/wp-content\/uploads\/2026\/03\/IMG_20260130_122301433.jpg-scaled.jpeg');\">\r\n            <div class=\"hero-text\">\r\n                <h1>State-of-the-Art Facilities<\/h1>\r\n                <p>Get hands-on practical experience with top-tier pharmaceutical equipment and comprehensive clinical training.<\/p>\r\n                <div class=\"hero-btns\">\r\n                    <a href=\"https:\/\/hiop.in\/?page_id=576\" class=\"btn-main\">Tour Our Facilities<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"mySlides fade\" style=\"background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('http:\/\/hiop.in\/wp-content\/uploads\/2026\/03\/270_Activities_06-1-1-scaled.jpg');\">\r\n            <div class=\"hero-text\">\r\n                <h1>Holistic Development<\/h1>\r\n                <p>Engaging campus activities, seminars, and events that build leadership and teamwork skills beyond the classroom.<\/p>\r\n                <div class=\"hero-btns\">\r\n                    <a href=\"https:\/\/hiop.in\/?page_id=620\" class=\"btn-main\">Join Our Campus<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"mySlides fade\" style=\"background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('http:\/\/hiop.in\/wp-content\/uploads\/2026\/03\/266_Activities_02-scaled.jpg');\">\r\n            <div class=\"hero-text\">\r\n                <h1>Interactive Learning<\/h1>\r\n                <p>Collaborative environments designed to foster innovation, critical thinking, and student success.<\/p>\r\n                <div class=\"hero-btns\">\r\n                    <a href=\"https:\/\/hiop.in\/?page_id=9\" class=\"btn-main\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"affiliations\">\r\n        <h3>Recognized & Approved By<\/h3>\r\n        <div class=\"affiliations-list\">\r\n            <span>\u2714\ufe0f Pharmacy Council of India (PCI)<\/span>\r\n            <span>\u2714\ufe0f Affiliated to AKTU<\/span>\r\n            <span>\u2714\ufe0f Affiliated to BTE UP<\/span>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <section id=\"about\" class=\"bg-light\">\r\n        <div class=\"about-container\">\r\n            <h2>Who We Are<\/h2>\r\n            <p class=\"section-subtitle\">A Legacy of Quality Education under the Oregon Educational Society<\/p>\r\n            <p>Established in 2018, Hygia Institute of Pharmacy is housed in an independent campus located in a picturesque landscape in Lucknow, offering an environment ideal for study and research. We are dedicated to advancing pharmacy education and strengthening the bond between academic learning and industry application. Our highly accomplished faculty trains tomorrow's researchers and pharmacists to excel in the ever-changing healthcare environment.<\/p>\r\n            <a href=\"https:\/\/hiop.in\/?page_id=9\" class=\"btn-main\" style=\"margin:0;\">Read Our Full History<\/a>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section id=\"courses\">\r\n        <h2>Our Academic Programs<\/h2>\r\n        <p class=\"section-subtitle\">Comprehensive pharmacy courses tailored for industry readiness.<\/p>\r\n        \r\n        <div class=\"grid-container\">\r\n            <div class=\"card\">\r\n                <div class=\"icon\">\ud83d\udc8a<\/div>\r\n                <h3>D. Pharm<\/h3>\r\n                <p>A 2-year foundational diploma program focusing on the core concepts of pharmaceutical science and basic drug dispensing.<\/p>\r\n                <a href=\"https:\/\/hiop.in\/?page_id=636\" class=\"btn-text\">Know More \u2192<\/a>\r\n            <\/div>\r\n\r\n            <div class=\"card\">\r\n                <div class=\"icon\">\ud83d\udd2c<\/div>\r\n                <h3>B. Pharm<\/h3>\r\n                <p>A 4-year undergraduate degree designed to provide extensive knowledge in drug formulation, pharmacology, and clinical research.<\/p>\r\n                <a href=\"https:\/\/hiop.in\/?page_id=636\" class=\"btn-text\">Know More \u2192<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section id=\"why-us\" class=\"bg-light\">\r\n        <h2>Why Choose Hygia?<\/h2>\r\n        <p class=\"section-subtitle\">We provide the perfect launchpad for your career in healthcare.<\/p>\r\n        \r\n        <div class=\"grid-container\">\r\n            <div class=\"card\">\r\n                <div class=\"icon\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\r\n                <h3>Expert Faculty<\/h3>\r\n                <p>Learn from highly experienced professors and industry veterans dedicated to your academic and professional growth.<\/p>\r\n                <a href=\"https:\/\/hiop.in\/?page_id=901\" class=\"btn-text\">Meet Our Faculty \u2192<\/a>\r\n            <\/div>\r\n            \r\n            <div class=\"card\">\r\n                <div class=\"icon\">\ud83c\udfe2<\/div>\r\n                <h3>Modern Infrastructure<\/h3>\r\n                <p>Fully equipped laboratories, a massive library, and smart air-conditioned classrooms designed for an optimal learning experience.<\/p>\r\n                <a href=\"https:\/\/hiop.in\/?page_id=576\" class=\"btn-text\">View Infrastructure \u2192<\/a>\r\n            <\/div>\r\n            \r\n            <div class=\"card\">\r\n                <div class=\"icon\">\ud83e\udd1d<\/div>\r\n                <h3>Industry Connect<\/h3>\r\n                <p>Benefit from our strong ties with top pharmaceutical companies, ensuring regular workshops, seminars, and excellent placement opportunities.<\/p>\r\n                <a href=\"https:\/\/hiop.in\/?page_id=817\" class=\"btn-text\">Explore Connections \u2192<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section id=\"student-life\">\r\n        <div class=\"split-section\">\r\n            <div class=\"split-image\">\r\n                <img decoding=\"async\" src=\"http:\/\/hiop.in\/wp-content\/uploads\/2026\/03\/137_Classroom_12-scaled.jpg\" alt=\"Vibrant Student Life at Hygia\">\r\n            <\/div>\r\n            <div class=\"split-text\">\r\n                <h2>Campus with Academic Excellence<\/h2>\r\n                <p class=\"section-subtitle\">A Pedagogy of Excellence: Integrated Professional Development.<\/p>\r\n                <p>At Hygia, the educational experience transcends traditional didactic instruction. We are committed to the cultivation of multifaceted healthcare leaders through a rigorous synthesis of theory and practice. By engaging in national clinical outreach, scholarly research symposia, and collaborative extracurricular initiatives, our students refine the critical leadership and interpersonal competencies requisite for the modern healthcare landscape.<\/p>\r\n                <p>This holistic approach ensures our graduates are not merely technically proficient, but strategically prepared to navigate the complexities of the global industry.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"cta-section\">\r\n        <h2>Ready to Start Your Pharmacy Career?<\/h2>\r\n        <p>Admissions for the current academic session are open. Secure your seat today or reach out to our expert counselors for guidance.<\/p>\r\n        <div class=\"hero-btns\">\r\n            <a href=\"https:\/\/hiop.in\/?page_id=620\" class=\"btn-main\" style=\"background: white; color: var(--primary-red); border-color: white;\">Apply for Admission<\/a>\r\n            <a href=\"tel:+917526072221\" class=\"btn-outline\">Call Us: +91-7376510969<\/a>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <footer>\r\n        <div class=\"footer-content\">\r\n            <div class=\"footer-col\">\r\n                <h3>Hygia Institute of Pharmacy<\/h3>\r\n                <p>Advancing Healthcare Education through Excellence and Innovation.<\/p>\r\n            <\/div>\r\n            <div class=\"footer-col\">\r\n                <h3>Contact Us<\/h3>\r\n                <p>\ud83d\udccd Ghazipur Balram, Ghaila Road, Prabandh Nagar,<\/p>\r\n                <p>Near Sitapur-Hardoi Bypass, Lucknow 226020<\/p>\r\n                <p>\ud83d\udcde Phone: +91-9235316705, +91 9794511001<\/p>\r\n                <p>\ud83d\udd52 Mon - Sat: 9:00 AM to 5:00 PM<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"footer-bottom\">\r\n            <p>&copy; 2026 Hygia Institute of Pharmacy. All Rights Reserved.<\/p>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        \/\/ Slider Script for 4 Images\r\n        let slideIndex = 0;\r\n        function showSlides() {\r\n            let slides = document.getElementsByClassName(\"mySlides\");\r\n            for (let i = 0; i < slides.length; i++) { \r\n                slides[i].style.display = \"none\"; \r\n            }\r\n            slideIndex++;\r\n            if (slideIndex > slides.length) { slideIndex = 1 }\r\n            slides[slideIndex-1].style.display = \"block\";\r\n            setTimeout(showSlides, 5000); \/\/ Changes image every 5 seconds\r\n        }\r\n        showSlides();\r\n    <\/script>\r\n<\/body>\r\n<\/html>\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>Hygia Institute of Pharmacy Admission 2026 for B.Pharm and D.Pharm are now open. Click here for Admission Enquiry Excellence in Pharmacy Education Empowering the next generation of healthcare professionals with modern research, expert faculty, and industry-focused curriculum. Discover Hygia Apply Now State-of-the-Art Facilities Get hands-on practical experience with top-tier pharmaceutical equipment and comprehensive clinical training. [&hellip;]<\/p>\n","protected":false},"author":21710,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1150","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hiop.in\/index.php?rest_route=\/wp\/v2\/pages\/1150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hiop.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hiop.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hiop.in\/index.php?rest_route=\/wp\/v2\/users\/21710"}],"replies":[{"embeddable":true,"href":"https:\/\/hiop.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1150"}],"version-history":[{"count":37,"href":"https:\/\/hiop.in\/index.php?rest_route=\/wp\/v2\/pages\/1150\/revisions"}],"predecessor-version":[{"id":1250,"href":"https:\/\/hiop.in\/index.php?rest_route=\/wp\/v2\/pages\/1150\/revisions\/1250"}],"wp:attachment":[{"href":"https:\/\/hiop.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}