{"id":121,"date":"2023-03-01T16:49:17","date_gmt":"2023-03-01T16:49:17","guid":{"rendered":"https:\/\/www.vartmaaninstitutesirsa.com\/?page_id=121"},"modified":"2026-02-11T08:31:27","modified_gmt":"2026-02-11T08:31:27","slug":"contact","status":"publish","type":"page","link":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/","title":{"rendered":"contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"121\" class=\"elementor elementor-121\">\n\t\t\t\t<div class=\"elementor-element elementor-element-580839c e-flex e-con-boxed e-con e-parent\" data-id=\"580839c\" 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-b255c86 elementor-widget elementor-widget-html\" data-id=\"b255c86\" 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>\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>Contact Us - Vartmaan Institute Sirsa<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Header Section *\/\n        .contact-header {\n            text-align: center;\n            padding: 60px 20px 40px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            border-radius: 15px;\n            margin-bottom: 50px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        .contact-header h1 {\n            font-size: 3em;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        .contact-header p {\n            font-size: 1.2em;\n            font-weight: 300;\n            max-width: 700px;\n            margin: 0 auto;\n            opacity: 0.95;\n        }\n\n        \/* Contact Info Cards *\/\n        .contact-info-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .info-card {\n            background: white;\n            padding: 35px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-top: 4px solid #667eea;\n        }\n\n        .info-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);\n        }\n\n        .info-card .icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 30px;\n            color: white;\n        }\n\n        .info-card h3 {\n            font-size: 1.4em;\n            margin-bottom: 15px;\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .info-card p {\n            color: #666;\n            font-size: 1em;\n            line-height: 1.8;\n        }\n\n        .info-card a {\n            color: #667eea;\n            text-decoration: none;\n            font-weight: 500;\n            transition: color 0.3s ease;\n        }\n\n        .info-card a:hover {\n            color: #764ba2;\n        }\n\n        \/* Main Content Area *\/\n        .contact-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 50px;\n        }\n\n        \/* Contact Form *\/\n        .contact-form-section {\n            background: white;\n            padding: 40px;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        }\n\n        .contact-form-section h2 {\n            font-size: 2em;\n            margin-bottom: 10px;\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .contact-form-section .subtitle {\n            color: #666;\n            margin-bottom: 30px;\n            font-size: 1em;\n        }\n\n        .form-group {\n            margin-bottom: 25px;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            color: #2c3e50;\n            font-weight: 500;\n            font-size: 0.95em;\n        }\n\n        .form-group input,\n        .form-group textarea,\n        .form-group select {\n            width: 100%;\n            padding: 14px 18px;\n            border: 2px solid #e1e8ed;\n            border-radius: 8px;\n            font-family: 'Poppins', sans-serif;\n            font-size: 1em;\n            transition: border-color 0.3s ease, box-shadow 0.3s ease;\n            background: #f8f9fa;\n        }\n\n        .form-group input:focus,\n        .form-group textarea:focus,\n        .form-group select:focus {\n            outline: none;\n            border-color: #667eea;\n            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);\n            background: white;\n        }\n\n        .form-group textarea {\n            resize: vertical;\n            min-height: 130px;\n        }\n\n        .submit-btn {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 15px 40px;\n            border: none;\n            border-radius: 8px;\n            font-size: 1.1em;\n            font-weight: 600;\n            cursor: pointer;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            width: 100%;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .submit-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);\n        }\n\n        \/* Map and Additional Info *\/\n        .map-info-section {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n\n        .map-container {\n            background: white;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            height: 400px;\n        }\n\n        .map-container h3 {\n            font-size: 1.5em;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .map-container iframe {\n            width: 100%;\n            height: calc(100% - 50px);\n            border: none;\n            border-radius: 8px;\n        }\n\n        .additional-info {\n            background: white;\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        }\n\n        .additional-info h3 {\n            font-size: 1.5em;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .info-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 20px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #e1e8ed;\n        }\n\n        .info-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n\n        .info-item i {\n            color: #667eea;\n            font-size: 1.3em;\n            margin-right: 15px;\n            margin-top: 3px;\n        }\n\n        .info-item-content h4 {\n            font-size: 1.1em;\n            margin-bottom: 5px;\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .info-item-content p {\n            color: #666;\n            font-size: 0.95em;\n            line-height: 1.6;\n        }\n\n        \/* Social Media Section *\/\n        .social-section {\n            background: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            margin-bottom: 50px;\n        }\n\n        .social-section h3 {\n            font-size: 1.8em;\n            margin-bottom: 15px;\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .social-section p {\n            color: #666;\n            margin-bottom: 30px;\n            font-size: 1.05em;\n        }\n\n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n\n        .social-link {\n            width: 55px;\n            height: 55px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5em;\n            color: white;\n            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;\n            text-decoration: none;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .social-link::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.1);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .social-link:hover::before {\n            opacity: 1;\n        }\n\n        .social-link:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.3);\n        }\n\n        .social-link.facebook { \n            background: #1877f2;\n        }\n        \n        .social-link.twitter { \n            background: #000000;\n        }\n        \n        .social-link.instagram { \n            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);\n        }\n        \n        .social-link.linkedin { \n            background: #0a66c2;\n        }\n        \n        .social-link.youtube { \n            background: #ff0000;\n        }\n        \n        .social-link.whatsapp { \n            background: #25d366;\n        }\n\n        .social-link.telegram {\n            background: #0088cc;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 968px) {\n            .contact-content {\n                grid-template-columns: 1fr;\n            }\n\n            .contact-header h1 {\n                font-size: 2.2em;\n            }\n\n            .contact-info-section {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .contact-header h1 {\n                font-size: 1.8em;\n            }\n\n            .contact-header p {\n                font-size: 1em;\n            }\n\n            .contact-form-section,\n            .additional-info {\n                padding: 25px;\n            }\n\n            .map-container {\n                height: 300px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Header -->\n        <div class=\"contact-header\">\n            <h1>Contact Us<\/h1>\n            <p>Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We're here to help you achieve your educational goals.<\/p>\n        <\/div>\n\n        <!-- Contact Info Cards -->\n        <div class=\"contact-info-section\">\n            <div class=\"info-card\">\n                <div class=\"icon\">\n                    <i class=\"fas fa-map-marker-alt\"><\/i>\n                <\/div>\n                <h3>Visit Us<\/h3>\n                <p>Vartmaan Institute<br>\n                Opposite Jhunthara Dharamshala<br>\n                Near Surkhab Chowk, Hissar Road<br>\n                Near GK Nursing Home Street<br>\n                Sirsa, Haryana - 125055<br>\n                India<\/p>\n            <\/div>\n\n            <div class=\"info-card\">\n                <div class=\"icon\">\n                    <i class=\"fas fa-phone-alt\"><\/i>\n                <\/div>\n                <h3>Call Us<\/h3>\n                <p>\n                    <a href=\"tel:+919467612340\">+91 94676 12340<\/a><br>\n                    Mon - Sat: 9:00 AM - 6:00 PM<br>\n                    Sunday: Closed\n                <\/p>\n            <\/div>\n\n            <div class=\"info-card\">\n                <div class=\"icon\">\n                    <i class=\"fas fa-envelope\"><\/i>\n                <\/div>\n                <h3>Email Us<\/h3>\n                <p>\n                    <a href=\"mailto:director@vartmaaninstitutesirsa.com\">director@vartmaaninstitutesirsa.com<\/a><br>\n                    We'll respond within 24 hours\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Main Content -->\n        <div class=\"contact-content\">\n            <!-- Contact Form -->\n            <div class=\"contact-form-section\">\n                <h2>Send Us a Message<\/h2>\n                <p class=\"subtitle\">Fill out the form below and we'll get back to you as soon as possible.<\/p>\n                \n                <form id=\"contactForm\" action=\"#\" method=\"POST\">\n                    <div class=\"form-group\">\n                        <label for=\"fullName\">Full Name *<\/label>\n                        <input type=\"text\" id=\"fullName\" name=\"fullName\" required placeholder=\"Enter your full name\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"email\">Email Address *<\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" required placeholder=\"your.email@example.com\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"phone\">Phone Number *<\/label>\n                        <input type=\"tel\" id=\"phone\" name=\"phone\" required placeholder=\"+91 98765 43210\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"subject\">Subject *<\/label>\n                        <select id=\"subject\" name=\"subject\" required>\n                            <option value=\"\">Select a subject<\/option>\n                            <option value=\"admission\">Admission Inquiry<\/option>\n                            <option value=\"jee-neet\">JEE\/NEET Coaching<\/option>\n                            <option value=\"cuet-nda\">CUET\/NDA Preparation<\/option>\n                            <option value=\"class-9-10\">Class 9th & 10th (CBSE\/ICSE)<\/option>\n                            <option value=\"class-11-12\">Class 11th & 12th (Science\/Commerce\/Arts)<\/option>\n                            <option value=\"bsc-agriculture\">B.Sc. Agriculture Coaching<\/option>\n                            <option value=\"fees\">Fee Structure<\/option>\n                            <option value=\"batch-timings\">Batch Timings<\/option>\n                            <option value=\"general\">General Inquiry<\/option>\n                            <option value=\"feedback\">Feedback<\/option>\n                            <option value=\"other\">Other<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"message\">Your Message *<\/label>\n                        <textarea id=\"message\" name=\"message\" required placeholder=\"Tell us how we can help you...\"><\/textarea>\n                    <\/div>\n\n                    <button type=\"submit\" class=\"submit-btn\">Send Message<\/button>\n                <\/form>\n            <\/div>\n\n            <!-- Map and Additional Info -->\n            <div class=\"map-info-section\">\n                <!-- Map -->\n                <div class=\"map-container\">\n                    <h3>Find Us on Map<\/h3>\n                    <!-- Replace the src with actual Google Maps embed URL for exact location once you have coordinates -->\n                    <iframe \n                        src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3461.234!2d75.026789!3d29.534898!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3917331a920eb32b%3A0x8e181d6bb61bc46a!2sSurkhab%20Chowk%2C%20Sirsa%2C%20Haryana%20125055!5e0!3m2!1sen!2sin!4v1234567890123!5m2!1sen!2sin\" \n                        allowfullscreen=\"\" \n                        loading=\"lazy\">\n                    <\/iframe>\n                <\/div>\n\n                <!-- Additional Info -->\n                <div class=\"additional-info\">\n                    <h3>Additional Information<\/h3>\n                    \n                    <div class=\"info-item\">\n                        <i class=\"fas fa-clock\"><\/i>\n                        <div class=\"info-item-content\">\n                            <h4>Working Hours<\/h4>\n                            <p>Monday - Saturday: 9:00 AM - 6:00 PM<br>\n                            Sunday: Closed<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"info-item\">\n                        <i class=\"fas fa-user-tie\"><\/i>\n                        <div class=\"info-item-content\">\n                            <h4>Expert Faculty<\/h4>\n                            <p>Learn from experienced teachers including M.Sc. Mathematics, B.Ed qualified faculty with HTET, PTET, CTET certifications and subject experts.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"info-item\">\n                        <i class=\"fas fa-graduation-cap\"><\/i>\n                        <div class=\"info-item-content\">\n                            <h4>Our Specialization<\/h4>\n                            <p>JEE, NEET, CUET, NDA coaching | CBSE & ICSE Classes 9-12 | Physics, Chemistry, Biology, Mathematics | Commerce & Arts subjects | B.Sc. Agriculture preparation<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Social Media Section -->\n        <div class=\"social-section\">\n            <h3>Connect With Us<\/h3>\n            <p>Follow us on social media for the latest updates, study materials, exam tips, and success stories<\/p>\n            <div class=\"social-links\">\n                <a href=\"https:\/\/www.facebook.com\/vartmaaninstitutesirsa\" class=\"social-link facebook\" target=\"_blank\" aria-label=\"Facebook\" title=\"Follow us on Facebook\">\n                    <i class=\"fab fa-facebook-f\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/twitter.com\/vartmaaninstitute\" class=\"social-link twitter\" target=\"_blank\" aria-label=\"Twitter\" title=\"Follow us on Twitter\">\n                    <i class=\"fab fa-x-twitter\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/www.instagram.com\/vartmaaninstitutesirsa\" class=\"social-link instagram\" target=\"_blank\" aria-label=\"Instagram\" title=\"Follow us on Instagram\">\n                    <i class=\"fab fa-instagram\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/www.linkedin.com\/company\/vartmaan-institute\" class=\"social-link linkedin\" target=\"_blank\" aria-label=\"LinkedIn\" title=\"Connect on LinkedIn\">\n                    <i class=\"fab fa-linkedin-in\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/www.youtube.com\/@vartmaaninstitutesirsa\" class=\"social-link youtube\" target=\"_blank\" aria-label=\"YouTube\" title=\"Subscribe on YouTube\">\n                    <i class=\"fab fa-youtube\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/wa.me\/919467612340\" class=\"social-link whatsapp\" target=\"_blank\" aria-label=\"WhatsApp\" title=\"Chat on WhatsApp\">\n                    <i class=\"fab fa-whatsapp\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/t.me\/vartmaaninstitute\" class=\"social-link telegram\" target=\"_blank\" aria-label=\"Telegram\" title=\"Join our Telegram\">\n                    <i class=\"fab fa-telegram-plane\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Form submission handler\n        document.getElementById('contactForm').addEventListener('submit', function(e) {\n            e.preventDefault();\n            \n            \/\/ Get form data\n            const formData = new FormData(this);\n            \n            \/\/ Here you would typically send the data to your server\n            \/\/ For now, we'll just show an alert\n            alert('Thank you for contacting Vartmaan Institute! We will get back to you soon.');\n            \n            \/\/ Reset form\n            this.reset();\n        });\n\n        \/\/ Smooth scroll for anchor links (if any)\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n    <\/script>\n<\/body>\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>Contact Us &#8211; Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa &#8211; Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We&#8217;re here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk, [&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":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","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-121","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We&#039;re here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"Aol7iBlcp79uXzdBSFSF8TlZeti5JKBOu4MuC76EiKY\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Vartmaan Institute Sirsa \u2022 &quot;Coaching classes in Sirsa&quot;\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"contact \u2022 Vartmaan Institute Sirsa\" \/>\n\t\t<meta property=\"og:description\" content=\"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We&#039;re here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-03-01T16:49:17+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-11T08:31:27+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/vartmaaninstitute\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"contact \u2022 Vartmaan Institute Sirsa\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We&#039;re here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/#listItem\",\"name\":\"contact\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/#listItem\",\"position\":2,\"name\":\"contact\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#organization\",\"name\":\"vartmaan institute sirsa\",\"description\":\"Vartmaan Institute is a premier coaching center established with the mission to provide quality education and expert guidance to students aspiring for prestigious entrances like NEET, JEE, and CUET. Our team of experienced faculty members is dedicated to nurturing young minds and preparing them for competitive examinations.\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/\",\"telephone\":\"+919467612340\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/cropped-ChatGPT-Image-Jan-4-2026-08_47_49-PM.png\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/vartmaaninstitute\\\/\",\"https:\\\/\\\/www.instagram.com\\\/vartmaan.institutes.sirsa\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@vartmaaninstitutesirsa4543\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/#webpage\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/\",\"name\":\"contact \\u2022 Vartmaan Institute Sirsa\",\"description\":\"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We're here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/contact\\\/#breadcrumblist\"},\"datePublished\":\"2023-03-01T16:49:17+00:00\",\"dateModified\":\"2026-02-11T08:31:27+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#website\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/\",\"name\":\"vartmaaninstitutesirsa.com\",\"alternateName\":\"vartmaan institute\",\"description\":\"\\\"Coaching classes in Sirsa\\\"\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"contact \u2022 Vartmaan Institute Sirsa","description":"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We're here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,","canonical_url":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"Aol7iBlcp79uXzdBSFSF8TlZeti5JKBOu4MuC76EiKY","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com#listItem","position":1,"name":"Home","item":"https:\/\/vartmaaninstitutesirsa.com","nextItem":{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/#listItem","name":"contact"}},{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/#listItem","position":2,"name":"contact","previousItem":{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/vartmaaninstitutesirsa.com\/#organization","name":"vartmaan institute sirsa","description":"Vartmaan Institute is a premier coaching center established with the mission to provide quality education and expert guidance to students aspiring for prestigious entrances like NEET, JEE, and CUET. Our team of experienced faculty members is dedicated to nurturing young minds and preparing them for competitive examinations.","url":"https:\/\/vartmaaninstitutesirsa.com\/","telephone":"+919467612340","logo":{"@type":"ImageObject","url":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-ChatGPT-Image-Jan-4-2026-08_47_49-PM.png","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/vartmaaninstitute\/","https:\/\/www.instagram.com\/vartmaan.institutes.sirsa\/","https:\/\/www.youtube.com\/@vartmaaninstitutesirsa4543"]},{"@type":"WebPage","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/#webpage","url":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/","name":"contact \u2022 Vartmaan Institute Sirsa","description":"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We're here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/#website"},"breadcrumb":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/#breadcrumblist"},"datePublished":"2023-03-01T16:49:17+00:00","dateModified":"2026-02-11T08:31:27+00:00"},{"@type":"WebSite","@id":"https:\/\/vartmaaninstitutesirsa.com\/#website","url":"https:\/\/vartmaaninstitutesirsa.com\/","name":"vartmaaninstitutesirsa.com","alternateName":"vartmaan institute","description":"\"Coaching classes in Sirsa\"","inLanguage":"en-US","publisher":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Vartmaan Institute Sirsa \u2022 &quot;Coaching classes in Sirsa&quot;","og:type":"article","og:title":"contact \u2022 Vartmaan Institute Sirsa","og:description":"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We're here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,","og:url":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/","og:image":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png","og:image:secure_url":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png","article:published_time":"2023-03-01T16:49:17+00:00","article:modified_time":"2026-02-11T08:31:27+00:00","article:publisher":"https:\/\/www.facebook.com\/vartmaaninstitute\/","twitter:card":"summary_large_image","twitter:title":"contact \u2022 Vartmaan Institute Sirsa","twitter:description":"Contact Us - Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa - Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We're here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,","twitter:image":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png"},"aioseo_meta_data":{"post_id":"121","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-03-03 16:00:31","updated":"2026-02-11 08:37:35","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/vartmaaninstitutesirsa.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tcontact\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/vartmaaninstitutesirsa.com"},{"label":"contact","link":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/contact\/"}],"_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":"Contact Us &#8211; Vartmaan Institute Sirsa Contact Us Get in touch with Vartmaan Institute Sirsa &#8211; Leading coaching center for competitive exams including JEE, NEET, CUET, NDA and academic excellence in CBSE, ICSE for classes 9th-12th. We&#8217;re here to help you achieve your educational goals. Visit Us Vartmaan Institute Opposite Jhunthara Dharamshala Near Surkhab Chowk,&hellip;","_links":{"self":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/121","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=121"}],"version-history":[{"count":39,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/121\/revisions"}],"predecessor-version":[{"id":6616,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/121\/revisions\/6616"}],"wp:attachment":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/media?parent=121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}