{"id":1599,"date":"2026-01-19T07:27:51","date_gmt":"2026-01-19T07:27:51","guid":{"rendered":"https:\/\/iiati.com\/?page_id=1599"},"modified":"2026-04-03T12:10:12","modified_gmt":"2026-04-03T11:10:12","slug":"home","status":"publish","type":"page","link":"https:\/\/iiati.com\/","title":{"rendered":"HOMEoo"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1599\" class=\"elementor elementor-1599\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5cfb75e e-con-full e-flex e-con e-parent\" data-id=\"5cfb75e\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t<div class=\"elementor-element elementor-element-726fe01 elementor-widget elementor-widget-html\" data-id=\"726fe01\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>IIATI - Home<\/title>\n    <!-- Font Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        \/* --- GLOBAL VARIABLES (Match Header) --- *\/\n        :root {\n            --iiati-blue: #003366;\n            --iiati-dark-blue: #002244;\n            --iiati-orange: #ff6600;\n            --iiati-text: #333333;\n            --iiati-light-text: #666666;\n            --iiati-white: #ffffff;\n            --iiati-bg-light: #f9f9f9;\n        }\n\n        body {\n            margin: 0;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: var(--iiati-text);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3, h4 {\n            margin: 0;\n            font-weight: 700;\n            line-height: 1.3;\n        }\n\n        p {\n            margin: 0 0 15px 0;\n        }\n\n        a {\n            text-decoration: none;\n        }\n\n        \/* --- UTILITY CLASSES --- *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .section-padding {\n            padding: 80px 0;\n        }\n\n        .text-center {\n            text-align: center;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 12px 30px;\n            border-radius: 4px;\n            font-weight: 600;\n            text-transform: uppercase;\n            font-size: 14px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .btn-primary {\n            background-color: var(--iiati-orange);\n            color: var(--iiati-white);\n            border: 2px solid var(--iiati-orange);\n        }\n\n        .btn-primary:hover {\n            background-color: transparent;\n            color: var(--iiati-orange);\n        }\n\n        .btn-secondary {\n            background-color: transparent;\n            color: var(--iiati-white);\n            border: 2px solid var(--iiati-white);\n        }\n\n        .btn-secondary:hover {\n            background-color: var(--iiati-white);\n            color: var(--iiati-blue);\n        }\n\n        .section-title {\n            color: var(--iiati-blue);\n            font-size: 36px;\n            margin-bottom: 15px;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 4px;\n            background: var(--iiati-orange);\n            margin: 10px auto 0;\n        }\n\n        .section-subtitle {\n            color: var(--iiati-light-text);\n            font-size: 18px;\n            max-width: 700px;\n            margin: 0 auto 50px;\n        }\n\n        \/* --- HERO SECTION --- *\/\n        .hero-section {\n            background: linear-gradient(rgba(0, 51, 102, 0.85), rgba(0, 51, 102, 0.7)), url('https:\/\/images.unsplash.com\/photo-1581091226825-a6a2a5aee158?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');\n            background-size: cover;\n            background-position: center;\n            height: 85vh; \/* 85% of viewport height *\/\n            min-height: 500px;\n            display: flex;\n            align-items: center;\n            color: var(--iiati-white);\n            text-align: center;\n        }\n\n        .hero-content h1 {\n            font-size: 48px;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n        }\n\n        .hero-content p {\n            font-size: 20px;\n            margin-bottom: 30px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n            opacity: 0.9;\n        }\n\n        .hero-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        \/* --- ABOUT \/ INTRO SECTION --- *\/\n        .about-section {\n            background-color: var(--iiati-white);\n        }\n\n        .about-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n\n        .about-text h3 {\n            color: var(--iiati-orange);\n            text-transform: uppercase;\n            font-size: 14px;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n        }\n\n        .about-text h2 {\n            font-size: 32px;\n            color: var(--iiati-blue);\n            margin-bottom: 20px;\n        }\n\n        .about-image img {\n            width: 100%;\n            border-radius: 8px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        \/* --- WHY CHOOSE US (Features) --- *\/\n        .features-section {\n            background-color: var(--iiati-bg-light);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 30px;\n        }\n\n        .feature-card {\n            background: var(--iiati-white);\n            padding: 30px 20px;\n            text-align: center;\n            border-radius: 8px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n\n        .feature-icon {\n            font-size: 40px;\n            color: var(--iiati-orange);\n            margin-bottom: 20px;\n        }\n\n        .feature-card h4 {\n            color: var(--iiati-blue);\n            font-size: 18px;\n            margin-bottom: 10px;\n        }\n\n        .feature-card p {\n            font-size: 14px;\n            color: var(--iiati-light-text);\n            margin: 0;\n        }\n\n        \/* --- COURSES SECTION --- *\/\n        .courses-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n        }\n\n        .course-card {\n            background: var(--iiati-white);\n            border: 1px solid #eee;\n            border-radius: 8px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .course-card:hover {\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            border-color: var(--iiati-orange);\n        }\n\n        .course-header {\n            background-color: var(--iiati-blue);\n            padding: 20px;\n            color: var(--iiati-white);\n            text-align: center;\n        }\n\n        .course-header h4 {\n            font-size: 18px;\n        }\n        \n        .course-body {\n            padding: 25px;\n        }\n\n        .course-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 20px 0;\n        }\n\n        .course-list li {\n            padding: 8px 0;\n            border-bottom: 1px solid #f0f0f0;\n            color: var(--iiati-light-text);\n            font-size: 14px;\n        }\n\n        .course-list li i {\n            color: var(--iiati-orange);\n            margin-right: 10px;\n            width: 15px;\n        }\n\n        .course-btn {\n            display: block;\n            text-align: center;\n            background: var(--iiati-bg-light);\n            color: var(--iiati-blue);\n            padding: 12px;\n            font-weight: 600;\n            border-top: 1px solid #eee;\n            transition: background 0.3s;\n        }\n\n        .course-btn:hover {\n            background: var(--iiati-orange);\n            color: var(--iiati-white);\n        }\n\n        \/* --- TESTIMONIALS --- *\/\n        .testimonials-section {\n            background-color: var(--iiati-blue);\n            color: var(--iiati-white);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* Background pattern decoration *\/\n        .testimonials-section::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);\n            background-size: 20px 20px;\n            opacity: 0.3;\n        }\n\n        .testimonials-section .section-title {\n            color: var(--iiati-white);\n        }\n\n        .testimonials-section .section-subtitle {\n            color: rgba(255,255,255,0.7);\n        }\n\n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            position: relative; \/* To sit above background pattern *\/\n        }\n\n        .testimonial-card {\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(5px);\n            padding: 30px;\n            border-radius: 8px;\n            border-left: 4px solid var(--iiati-orange);\n        }\n\n        .testimonial-text {\n            font-style: italic;\n            margin-bottom: 20px;\n            font-size: 16px;\n            line-height: 1.8;\n        }\n\n        .testimonial-author {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .author-info h5 {\n            margin: 0;\n            font-size: 16px;\n            font-weight: 700;\n        }\n\n        .author-info span {\n            font-size: 12px;\n            color: var(--iiati-orange);\n            text-transform: uppercase;\n            font-weight: 600;\n        }\n\n        \/* --- CTA BOTTOM --- *\/\n        .cta-section {\n            background-color: var(--iiati-orange);\n            padding: 60px 0;\n            text-align: center;\n            color: var(--iiati-white);\n        }\n\n        .cta-content h2 {\n            font-size: 36px;\n            margin-bottom: 10px;\n        }\n        \n        .cta-content p {\n            font-size: 18px;\n            margin-bottom: 30px;\n        }\n\n        .btn-white {\n            background-color: var(--iiati-white);\n            color: var(--iiati-orange);\n            padding: 15px 40px;\n            font-size: 18px;\n            border-radius: 50px;\n            font-weight: 700;\n        }\n\n        .btn-white:hover {\n            background-color: var(--iiati-dark-blue);\n            color: var(--iiati-white);\n        }\n\n        \/* --- MOBILE RESPONSIVENESS --- *\/\n        @media (max-width: 992px) {\n            .hero-content h1 { font-size: 36px; }\n            .about-grid { grid-template-columns: 1fr; }\n            .features-grid { grid-template-columns: 1fr 1fr; }\n            .courses-grid { grid-template-columns: 1fr; }\n        }\n\n        @media (max-width: 768px) {\n            .hero-section { height: auto; padding: 100px 0; }\n            .features-grid { grid-template-columns: 1fr; }\n            .testimonial-grid { grid-template-columns: 1fr; }\n            .hero-content h1 { font-size: 28px; }\n            .section-title { font-size: 28px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- HERO SECTION -->\n    <header class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <h1>Launch Your Career in<br>Industrial Automation<\/h1>\n                <p>Bridge the gap between engineering theory and industrial reality. Practical training on PLC, SCADA, and Robotics in Aurangabad.<\/p>\n                <div class=\"hero-buttons\">\n                    <a href=\"#courses\" class=\"btn btn-primary\">View Courses<\/a>\n                    <a href=\"#contact\" class=\"btn btn-secondary\">Book Free Demo<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- ABOUT SECTION -->\n    <section class=\"section-padding about-section\">\n        <div class=\"container\">\n            <div class=\"about-grid\">\n                <div class=\"about-text\">\n                    <h3>About IIATI<\/h3>\n                    <h2>We Are A Leading Industrial Automation Training Institute<\/h2>\n                    <p>Welcome to <strong>IIATI<\/strong>. We are dedicated to empowering engineers and working professionals with industry-ready skills. Unlike traditional coaching, we combine actual industrial experience with advanced software technology.<\/p>\n                    <p>Located in the heart of Waluj MIDC, we provide hands-on training on live hardware to ensure you get the best career opportunities in India and abroad.<\/p>\n                    <a href=\"#\" style=\"color: var(--iiati-orange); font-weight: 700;\">Read More About Us &rarr;<\/a>\n                <\/div>\n                <div class=\"about-image\">\n                    <!-- Placeholder Image - Replace with real lab photo -->\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1581092160562-40aa08e78837?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80\" alt=\"Students in Lab\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- WHY CHOOSE US (FEATURES) -->\n    <section class=\"section-padding features-section\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2 class=\"section-title\">Why Choose IIATI?<\/h2>\n                <p class=\"section-subtitle\">We don't just teach software; we build careers through practical exposure.<\/p>\n            <\/div>\n\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\"><i class=\"fas fa-microchip\"><\/i><\/div>\n                    <h4>Practical Exposure<\/h4>\n                    <p>Advance training kits for actual practical exposure. Work on live PLCs and Panels.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\"><i class=\"fas fa-user-tie\"><\/i><\/div>\n                    <h4>Experienced Faculty<\/h4>\n                    <p>Learn from engineers who have actual field experience in Industrial Automation.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\"><i class=\"fas fa-tags\"><\/i><\/div>\n                    <h4>Affordable Fees<\/h4>\n                    <p>High-quality technical education at a price point that is affordable for every student.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\"><i class=\"fas fa-briefcase\"><\/i><\/div>\n                    <h4>Placement Support<\/h4>\n                    <p>Dedicated assistance to help you secure jobs in MNCs and core manufacturing companies.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- COURSES PREVIEW -->\n    <section class=\"section-padding\" id=\"courses\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2 class=\"section-title\">Our Top Courses<\/h2>\n                <p class=\"section-subtitle\">Select the course that suits your career goals.<\/p>\n            <\/div>\n\n            <div class=\"courses-grid\">\n                <!-- Course 1 -->\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <h4>Adv. Certificate in Industrial Automation (ACCIIA)<\/h4>\n                    <\/div>\n                    <div class=\"course-body\">\n                        <ul class=\"course-list\">\n                            <li><i class=\"fas fa-check\"><\/i> Duration: 60 Days<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> 2 PLCs (Allen Bradley\/Siemens\/etc)<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> SCADA or Servo System<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> HMI & VFD Programming<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> MCC Panel Designing<\/li>\n                        <\/ul>\n                    <\/div>\n                    <a href=\"#\" class=\"course-btn\">View Details<\/a>\n                <\/div>\n\n                <!-- Course 2 -->\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <h4>Certificate Course in Industrial Automation (CCIIA)<\/h4>\n                    <\/div>\n                    <div class=\"course-body\">\n                        <ul class=\"course-list\">\n                            <li><i class=\"fas fa-check\"><\/i> Duration: 45 Days<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> 2 PLCs (Brand Selection)<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> HMI & VFD Basics<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Communication & Interfacing<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Logic Development<\/li>\n                        <\/ul>\n                    <\/div>\n                    <a href=\"#\" class=\"course-btn\">View Details<\/a>\n                <\/div>\n\n                <!-- Course 3 -->\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <h4>PLC Programming (CCIPP)<\/h4>\n                    <\/div>\n                    <div class=\"course-body\">\n                        <ul class=\"course-list\">\n                            <li><i class=\"fas fa-check\"><\/i> Duration: 20 Days<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Any 1 PLC Deep Dive<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Wiring Concepts<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Uploading \/ Downloading<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Live Troubleshooting<\/li>\n                        <\/ul>\n                    <\/div>\n                    <a href=\"#\" class=\"course-btn\">View Details<\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"text-center\" style=\"margin-top: 40px;\">\n                <a href=\"#\" class=\"btn btn-primary\">View All Courses<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- TESTIMONIALS -->\n    <section class=\"section-padding testimonials-section\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2 class=\"section-title\">Student Success Stories<\/h2>\n                <p class=\"section-subtitle\">Don't just take our word for it. Here is what our alumni say.<\/p>\n            <\/div>\n\n            <div class=\"testimonial-grid\">\n                <!-- Testimonial 1 -->\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text\">\n                        \"Dear Sir, Got a job in Korean MNC company just bcoz of you guys. Thanks to your guidance, I have developed a deep understanding of automation. The practical exercises helped me see the value of automation in a tangible way. Superb!!\"\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-icon\"><i class=\"fas fa-user-circle fa-3x\"><\/i><\/div>\n                        <div class=\"author-info\">\n                            <h5>Avinash Gadekar<\/h5>\n                            <span>Alumnus<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Testimonial 2 -->\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text\">\n                        \"Genuine and industry experienced personality. Clear cut concepts. Always try to give training at its best. Latest software platforms. Must visit place if you are thinking to join an industrial automation training center.\"\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-icon\"><i class=\"fas fa-user-circle fa-3x\"><\/i><\/div>\n                        <div class=\"author-info\">\n                            <h5>Sushant Patil<\/h5>\n                            <span>Alumnus<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA FOOTER STRIP -->\n    <section class=\"cta-section\" id=\"contact\">\n        <div class=\"container\">\n            <div class=\"cta-content\">\n                <h2>Ready to Start Your Journey?<\/h2>\n                <p>Join the best Automation Training Institute in India today.<\/p>\n                <!-- Added both phone numbers as requested -->\n                <p style=\"font-size: 20px; font-weight: bold; margin-bottom: 25px;\">\n                    <i class=\"fas fa-phone-alt\"><\/i> +91 92097 72438 &nbsp;|&nbsp; +91 95796 48532\n                <\/p>\n                <a href=\"#\" class=\"btn btn-white\">Register Now<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>IIATI &#8211; Home Launch Your Career inIndustrial Automation Bridge the gap between engineering theory and industrial reality. Practical training on PLC, SCADA, and Robotics in Aurangabad. View Courses Book Free Demo About IIATI We Are A Leading Industrial Automation Training Institute Welcome to IIATI. We are dedicated to empowering engineers and working professionals with industry-ready [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/iiati.com\/index.php?rest_route=\/wp\/v2\/pages\/1599"}],"collection":[{"href":"https:\/\/iiati.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iiati.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iiati.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iiati.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1599"}],"version-history":[{"count":53,"href":"https:\/\/iiati.com\/index.php?rest_route=\/wp\/v2\/pages\/1599\/revisions"}],"predecessor-version":[{"id":1840,"href":"https:\/\/iiati.com\/index.php?rest_route=\/wp\/v2\/pages\/1599\/revisions\/1840"}],"wp:attachment":[{"href":"https:\/\/iiati.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}