{"id":33,"date":"2023-02-28T10:46:48","date_gmt":"2023-02-28T10:46:48","guid":{"rendered":"https:\/\/vartmaaninstitutesirsa.com\/?page_id=33"},"modified":"2026-03-11T02:09:34","modified_gmt":"2026-03-11T02:09:34","slug":"about","status":"publish","type":"page","link":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"33\" class=\"elementor elementor-33\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6bed48 e-flex e-con-boxed e-con e-parent\" data-id=\"c6bed48\" 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-0f4d45e elementor-widget elementor-widget-html\" data-id=\"0f4d45e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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>About Us - Vartmaan Institute Sirsa<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            color: #333;\r\n        }\r\n\r\n        \/* Scrolling Announcement Bar *\/\r\n        .announcement-bar {\r\n            background: linear-gradient(90deg, #3498db, #2980b9, #3498db);\r\n            color: white;\r\n            padding: 12px 0;\r\n            overflow: hidden;\r\n            position: relative;\r\n            box-shadow: 0 4px 6px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .announcement-content {\r\n            display: inline-block;\r\n            white-space: nowrap;\r\n            animation: scroll-left 20s linear infinite;\r\n            font-size: 18px;\r\n            font-weight: 600;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        @keyframes scroll-left {\r\n            0% {\r\n                transform: translateX(100%);\r\n            }\r\n            100% {\r\n                transform: translateX(-100%);\r\n            }\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 40px 20px;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 60px 40px;\r\n            text-align: center;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .hero-section h1 {\r\n            font-size: 48px;\r\n            color: #2c3e50;\r\n            margin-bottom: 20px;\r\n            background: linear-gradient(135deg, #667eea, #764ba2);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .hero-section .tagline {\r\n            font-size: 24px;\r\n            color: #7f8c8d;\r\n            margin-bottom: 30px;\r\n            font-style: italic;\r\n        }\r\n\r\n        .institute-badge {\r\n            display: inline-block;\r\n            background: linear-gradient(135deg, #667eea, #764ba2);\r\n            color: white;\r\n            padding: 15px 40px;\r\n            border-radius: 50px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            box-shadow: 0 8px 16px rgba(102, 126, 234, 0.4);\r\n        }\r\n\r\n        \/* About Section *\/\r\n        .about-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            font-size: 36px;\r\n            color: #2c3e50;\r\n            margin-bottom: 30px;\r\n            position: relative;\r\n            padding-bottom: 15px;\r\n        }\r\n\r\n        .section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 100px;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, #667eea, #764ba2);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .about-content {\r\n            font-size: 18px;\r\n            line-height: 1.8;\r\n            color: #555;\r\n            text-align: justify;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .about-content strong {\r\n            color: #667eea;\r\n            font-weight: 700;\r\n        }\r\n\r\n        \/* Stats Section *\/\r\n        .stats-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .stats-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 30px;\r\n        }\r\n\r\n        .stat-card {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            padding: 40px 20px;\r\n            border-radius: 15px;\r\n            text-align: center;\r\n            color: white;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .stat-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 48px;\r\n            font-weight: bold;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 18px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* Mission Vision Section *\/\r\n        .mission-vision-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .mv-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 30px;\r\n        }\r\n\r\n        .mv-card {\r\n            background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);\r\n            padding: 35px;\r\n            border-radius: 15px;\r\n            border-left: 5px solid #667eea;\r\n        }\r\n\r\n        .mv-card h3 {\r\n            font-size: 28px;\r\n            color: #667eea;\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .mv-icon {\r\n            font-size: 36px;\r\n            margin-right: 15px;\r\n        }\r\n\r\n        .mv-card p {\r\n            font-size: 17px;\r\n            line-height: 1.8;\r\n            color: #555;\r\n        }\r\n\r\n        \/* Why Choose Section *\/\r\n        .why-choose-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .reasons-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 25px;\r\n            margin-top: 30px;\r\n        }\r\n\r\n        .reason-card {\r\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\r\n            padding: 30px;\r\n            border-radius: 12px;\r\n            border-left: 5px solid #764ba2;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .reason-card:hover {\r\n            transform: translateX(10px);\r\n            box-shadow: 0 10px 25px rgba(118, 75, 162, 0.3);\r\n        }\r\n\r\n        .reason-icon {\r\n            font-size: 42px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .reason-card h4 {\r\n            font-size: 22px;\r\n            color: #2c3e50;\r\n            margin-bottom: 12px;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .reason-card p {\r\n            font-size: 16px;\r\n            line-height: 1.7;\r\n            color: #555;\r\n        }\r\n\r\n        \/* Director Section *\/\r\n        .director-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .director-card {\r\n            max-width: 900px;\r\n            margin: 30px auto;\r\n            background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);\r\n            padding: 40px;\r\n            border-radius: 15px;\r\n            border: 3px solid #667eea;\r\n        }\r\n\r\n        .director-content {\r\n            display: grid;\r\n            grid-template-columns: auto 1fr;\r\n            gap: 30px;\r\n            align-items: center;\r\n        }\r\n\r\n        .director-icon {\r\n            font-size: 100px;\r\n        }\r\n\r\n        .director-info h3 {\r\n            font-size: 32px;\r\n            color: #667eea;\r\n            margin-bottom: 10px;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .director-title {\r\n            font-size: 20px;\r\n            color: #2c3e50;\r\n            font-weight: 600;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .director-qualification {\r\n            font-size: 18px;\r\n            color: #666;\r\n            font-style: italic;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .director-description {\r\n            font-size: 17px;\r\n            line-height: 1.8;\r\n            color: #555;\r\n            text-align: justify;\r\n        }\r\n\r\n        \/* CTA Section *\/\r\n        .cta-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            text-align: center;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .cta-section h2 {\r\n            font-size: 32px;\r\n            color: #0000ff;\r\n            margin-bottom: 20px;\r\n            font-style: italic;\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-block;\r\n            background: linear-gradient(135deg, #667eea, #764ba2);\r\n            color: white;\r\n            padding: 20px 50px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            border-radius: 50px;\r\n            text-decoration: none;\r\n            margin: 10px;\r\n            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .cta-button:hover {\r\n            transform: scale(1.05);\r\n            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.6);\r\n        }\r\n\r\n        .enroll-button {\r\n            background: linear-gradient(135deg, #3498db, #2980b9);\r\n            box-shadow: 0 10px 25px rgba(52, 152, 219, 0.4);\r\n        }\r\n\r\n        .enroll-button:hover {\r\n            box-shadow: 0 15px 35px rgba(52, 152, 219, 0.6);\r\n        }\r\n\r\n        \/* Contact Footer *\/\r\n        .contact-footer {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .contact-footer h3 {\r\n            text-align: center;\r\n            font-size: 32px;\r\n            color: #2c3e50;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .contact-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 25px;\r\n            text-align: center;\r\n        }\r\n\r\n        .contact-item {\r\n            padding: 20px;\r\n            background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);\r\n            border-radius: 12px;\r\n        }\r\n\r\n        .contact-item strong {\r\n            display: block;\r\n            font-size: 18px;\r\n            color: #2c3e50;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .contact-item a {\r\n            color: #667eea;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .contact-item a:hover {\r\n            color: #764ba2;\r\n            text-decoration: underline;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .hero-section h1 {\r\n                font-size: 32px;\r\n            }\r\n\r\n            .hero-section .tagline {\r\n                font-size: 18px;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 28px;\r\n            }\r\n\r\n            .announcement-content {\r\n                font-size: 14px;\r\n            }\r\n\r\n            .stats-grid,\r\n            .mv-grid,\r\n            .reasons-grid,\r\n            .contact-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .director-content {\r\n                grid-template-columns: 1fr;\r\n                text-align: center;\r\n            }\r\n\r\n            .director-icon {\r\n                font-size: 72px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Scrolling Announcement Bar -->\r\n    <div class=\"announcement-bar\">\r\n        <div class=\"announcement-content\">\r\n            \ud83c\udf93 ADMISSIONS OPEN FOR SESSION 2026-2027 | Limited Seats Available - Enroll Now! | 15+ Years of Excellence in Education | Call: +91-94676-12340 | ADMISSIONS OPEN FOR SESSION 2026-2027 \ud83c\udf93\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <!-- Hero Section -->\r\n        <div class=\"hero-section\">\r\n            <div class=\"institute-badge\">\r\n                Vartmaan Institute Sirsa\r\n            <\/div>\r\n            <h1>About Us<\/h1>\r\n            <p class=\"tagline\">Building Futures Through Quality Education Since 2010<\/p>\r\n        <\/div>\r\n\r\n        <!-- About Section -->\r\n        <div class=\"about-section\">\r\n            <h2 class=\"section-title\">Who We Are<\/h2>\r\n            <p class=\"about-content\">\r\n                <strong>Vartmaan Institute Sirsa<\/strong> is a premier coaching institute dedicated to providing exceptional education to students from Class 9 to 12. Established with a vision to empower students with knowledge and skills, we have been serving the educational needs of Sirsa and surrounding areas for over 15 years.\r\n            <\/p>\r\n            <p class=\"about-content\">\r\n                Located strategically on <strong>Hissar Road, near Surkhab Chowk<\/strong>, opposite Jhunthara Dharamshala, our institute is easily accessible and well-connected. We specialize in comprehensive coaching for <strong>NEET, JEE, CUET<\/strong>, and board examinations, along with strong foundation courses for Classes 9 and 10.\r\n            <\/p>\r\n            <p class=\"about-content\">\r\n                Our commitment goes beyond just exam preparation. We focus on building strong conceptual understanding, developing critical thinking abilities, and nurturing the overall personality of each student. At Vartmaan Institute, we believe in creating an environment where students don't just learn to score marks, but develop a genuine love for learning.\r\n            <\/p>\r\n            <p class=\"about-content\">\r\n                With a team of highly qualified and experienced faculty members, state-of-the-art infrastructure, and a student-centric approach, we have successfully guided thousands of students toward achieving their academic and career goals. Our proven track record speaks for itself, with consistent excellent results in board exams and competitive entrance tests.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Stats Section -->\r\n        <div class=\"stats-section\">\r\n            <h2 class=\"section-title\">Our Achievements<\/h2>\r\n            <div class=\"stats-grid\">\r\n                <div class=\"stat-card\">\r\n                    <div class=\"stat-number\">15+<\/div>\r\n                    <div class=\"stat-label\">Years of Excellence<\/div>\r\n                <\/div>\r\n                <div class=\"stat-card\">\r\n                    <div class=\"stat-number\">2000+<\/div>\r\n                    <div class=\"stat-label\">Students Taught<\/div>\r\n                <\/div>\r\n                <div class=\"stat-card\">\r\n                    <div class=\"stat-number\">95%<\/div>\r\n                    <div class=\"stat-label\">Success Rate<\/div>\r\n                <\/div>\r\n                <div class=\"stat-card\">\r\n                    <div class=\"stat-number\">500+<\/div>\r\n                    <div class=\"stat-label\">Top College Selections<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Mission Vision Section -->\r\n        <div class=\"mission-vision-section\">\r\n            <h2 class=\"section-title\">Our Mission & Vision<\/h2>\r\n            <div class=\"mv-grid\">\r\n                <div class=\"mv-card\">\r\n                    <h3><span class=\"mv-icon\">\ud83c\udfaf<\/span>Our Mission<\/h3>\r\n                    <p>\r\n                        To provide world-class education that empowers students with knowledge, skills, and values necessary for success in their academic pursuits and beyond. We aim to create an inclusive learning environment where every student receives personalized attention and guidance to unlock their full potential.\r\n                    <\/p>\r\n                <\/div>\r\n                <div class=\"mv-card\">\r\n                    <h3><span class=\"mv-icon\">\ud83d\udd2d<\/span>Our Vision<\/h3>\r\n                    <p>\r\n                        To be recognized as the most trusted and preferred educational institution in the region, known for excellence in teaching, student success, and holistic development. We envision a future where our students become responsible citizens and leaders who contribute positively to society.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Why Choose Section -->\r\n        <div class=\"why-choose-section\">\r\n            <h2 class=\"section-title\">Why Choose Vartmaan Institute?<\/h2>\r\n            <div class=\"reasons-grid\">\r\n                <div class=\"reason-card\">\r\n                    <div class=\"reason-icon\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\r\n                    <h4>Expert Faculty<\/h4>\r\n                    <p>Highly qualified teachers with M.Sc., B.Ed. degrees and extensive teaching experience who are passionate about student success.<\/p>\r\n                <\/div>\r\n                <div class=\"reason-card\">\r\n                    <div class=\"reason-icon\">\ud83d\udcda<\/div>\r\n                    <h4>Comprehensive Study Material<\/h4>\r\n                    <p>Well-researched notes, practice papers, and test series designed to cover the entire syllabus effectively.<\/p>\r\n                <\/div>\r\n                <div class=\"reason-card\">\r\n                    <div class=\"reason-icon\">\ud83d\udc65<\/div>\r\n                    <h4>Small Batch Size<\/h4>\r\n                    <p>Limited students per batch ensuring individual attention and personalized guidance for every student.<\/p>\r\n                <\/div>\r\n                <div class=\"reason-card\">\r\n                    <div class=\"reason-icon\">\ud83d\udcca<\/div>\r\n                    <h4>Regular Assessments<\/h4>\r\n                    <p>Weekly tests, monthly exams, and detailed performance analysis to track progress and identify improvement areas.<\/p>\r\n                <\/div>\r\n                <div class=\"reason-card\">\r\n                    <div class=\"reason-icon\">\ud83d\udca1<\/div>\r\n                    <h4>Concept-Based Learning<\/h4>\r\n                    <p>Focus on building strong fundamentals and conceptual clarity rather than just rote memorization.<\/p>\r\n                <\/div>\r\n                <div class=\"reason-card\">\r\n                    <div class=\"reason-icon\">\ud83c\udf93<\/div>\r\n                    <h4>Proven Track Record<\/h4>\r\n                    <p>15+ years of consistent results with hundreds of students selected in top colleges and universities.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Director Section -->\r\n        <div class=\"director-section\">\r\n            <h2 class=\"section-title\">Meet Our Director<\/h2>\r\n            <div class=\"director-card\">\r\n                <div class=\"director-content\">\r\n                    <div class=\"director-icon\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\r\n                    <div class=\"director-info\">\r\n                        <h3>Sandeep Soni<\/h3>\r\n                        <p class=\"director-title\">Director, Vartmaan Institute Sirsa<\/p>\r\n                        <p class=\"director-qualification\">M.Sc. Physics, B.Ed.<\/p>\r\n                        <p class=\"director-description\">\r\n                            With over 15 years of dedicated teaching experience, Sandeep Soni has been the driving force behind Vartmaan Institute's success. His passion for Physics education and commitment to student welfare has inspired thousands of students to pursue their dreams. Under his leadership, Vartmaan Institute has become synonymous with quality education and excellent results. His teaching methodology focuses on making complex concepts simple and relatable, ensuring that every student develops a strong foundation in their chosen subjects.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- CTA Section -->\r\n        <div class=\"cta-section\">\r\n            <p style=\"text-align: center; margin-bottom: 20px;\">\r\n                <a href=\"https:\/\/www.vartmaaninstitutesirsa.com\/admission-form\/student-admission-form.html?_gl=1*dtea0s*_ga*MTYwNTU3OTU5My4xNjg3MjYwNTkw*_ga_K6TBJ7G78J*czE3Njg3NDgzMjMkbzEyNSRnMSR0MTc2ODc0ODkxMCRqNjAkbDAkaDA.\" class=\"cta-button enroll-button\">\r\n                    \ud83d\udcdd Enroll Now\r\n                <\/a>\r\n            <\/p>\r\n            <h2><em><span style=\"color: #0000ff;\">Join Vartmaan Institute \u2013 Build Your Future<\/span><\/em><\/h2>\r\n            <p style=\"margin-top: 20px;\">\r\n                <a href=\"https:\/\/www.vartmaaninstitutesirsa.com\/admission-form\/student-admission-form.html?_gl=1*dtea0s*_ga*MTYwNTU3OTU5My4xNjg3MjYwNTkw*_ga_K6TBJ7G78J*czE3Njg3NDgzMjMkbzEyNSRnMSR0MTc2ODc0ODkxMCRqNjAkbDAkaDA.\" class=\"cta-button\">\r\n                    \ud83c\udf93 Book a Free Demo Class\r\n                <\/a>\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Contact Footer -->\r\n        <div class=\"contact-footer\">\r\n            <h3>Get in Touch<\/h3>\r\n            <div class=\"contact-grid\">\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83d\udccd Address:<\/strong>\r\n                    <p>Opposite Jhuthara Dharamshala,<br>\r\n                    Near Surkhab Chowk, Hissar Road,<br>\r\n                    Sirsa - 125055, Haryana<\/p>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83d\udcde Call Us:<\/strong>\r\n                    <p>\r\n                        <a href=\"tel:+919467612340\">+91-94676-12340<\/a><br>\r\n                        <a href=\"tel:+919416433457\">+91-94164-33457<\/a>\r\n                    <\/p>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83d\udce7 Email:<\/strong>\r\n                    <p><a href=\"mailto:director@vartmaaninstitutesirsa.com\">director@vartmaaninstitutesirsa.com<\/a><\/p>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83d\udcac WhatsApp:<\/strong>\r\n                    <p><a href=\"https:\/\/wa.me\/919467612340\">Chat with Us<\/a><\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\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>About Us &#8211; Vartmaan Institute Sirsa \ud83c\udf93 ADMISSIONS OPEN FOR SESSION 2026-2027 | Limited Seats Available &#8211; Enroll Now! | 15+ Years of Excellence in Education | Call: +91-94676-12340 | ADMISSIONS OPEN FOR SESSION 2026-2027 \ud83c\udf93 Vartmaan Institute Sirsa About Us Building Futures Through Quality Education Since 2010 Who We Are Vartmaan Institute Sirsa is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-33","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"sandeep.soni484@gmail.com","author_link":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/author\/sandeep-soni484gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"About Us &#8211; Vartmaan Institute Sirsa \ud83c\udf93 ADMISSIONS OPEN FOR SESSION 2026-2027 | Limited Seats Available &#8211; Enroll Now! | 15+ Years of Excellence in Education | Call: +91-94676-12340 | ADMISSIONS OPEN FOR SESSION 2026-2027 \ud83c\udf93 Vartmaan Institute Sirsa About Us Building Futures Through Quality Education Since 2010 Who We Are Vartmaan Institute Sirsa is&hellip;","_links":{"self":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":9,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":6818,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions\/6818"}],"wp:attachment":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/media?parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}