Hrisheekesh School of Innovation, IT & Management (HSIITM) Logo
Hrisheekesh School of Innovation, IT & Management
India’s Trusted Partner for Online & Distance Education
Run By: Lok Gram Public Sansthan (Est. 2006)
About Courses Process Contact Enroll Now WhatsApp Contact Icon
🎓 Empowering Students Across India | UGC • AICTE • DEB • NAAC Recognized Universities
बिहार स्टूडेंट क्रेडिट कार्ड की सुविधा उपलब्ध है | Call Now: +91 6424 457015  |  +91 9470 859220 |  +91 8676011117

/* Scoped Styles for HSIITM Landing Page */
.hsiitm-lp-wrapper {
font-family: ‘Open Sans’, sans-serif;
color: #333;
line-height: 1.6;
background: #f9f9f9;
}
.hsiitm-lp-wrapper a {
color: #0056D2;
text-decoration: none;
}
.hsiitm-lp-wrapper a:hover {
text-decoration: underline;
}
.hsiitm-lp-wrapper h1,
.hsiitm-lp-wrapper h2,
.hsiitm-lp-wrapper h3 {
font-family: ‘Montserrat’, sans-serif;
color: #0056D2;
}
.hsiitm-lp-wrapper h1 {
font-size: 2.5rem;
line-height: 1.2;
}
.hsiitm-lp-wrapper h2 {
font-size: 1.75rem;
margin-top: 1.5em;
margin-bottom: 0.5em;
}
.hsiitm-lp-wrapper h3 {
font-size: 1.25rem;
margin-top: 1.2em;
}
.hsiitm-lp-wrapper p {
margin-bottom: 1em;
}
.hsiitm-lp-wrapper ul {
margin-left: 1.25em;
margin-bottom: 1em;
}
.hsiitm-lp-wrapper img {
max-width: 100%;
height: auto;
display: block;
}

/* Buttons */
.hsiitm-lp-wrapper .btn {
background: #FF9800;
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
display: inline-block;
}
.hsiitm-lp-wrapper .btn:hover {
background: #e68900;
text-decoration: none;
}

/* Header/Hero */
.hsiitm-lp-wrapper header {
position: relative;
background: url(‘hero-image.jpg’) no-repeat center/cover;
height: 80vh;
color: #fff;
}
.hsiitm-lp-wrapper header::before {
content: “”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.hsiitm-lp-wrapper .hero-content {
position: relative;
z-index: 1;
text-align: center;
padding: 2rem;
top: 50%;
transform: translateY(-50%);
}
.hsiitm-lp-wrapper .hero-content h1 {
font-size: 2.25rem;
margin-bottom: 0.5rem;
color: #fff;
}
.hsiitm-lp-wrapper .hero-content p {
font-size: 1.1rem;
margin-bottom: 1rem;
}

/* Navigation */
.hsiitm-lp-wrapper nav {
background: rgba(255,255,255,0.95);
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
padding: 0.5rem 0;
margin-bottom: 2rem;
}
.hsiitm-lp-wrapper .nav-container {
max-width: 1000px;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.5rem 1rem;
}
.hsiitm-lp-wrapper .nav-logo {
font-size: 1.25rem;
font-weight: bold;
color: #0056D2;
}
.hsiitm-lp-wrapper .nav-menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.hsiitm-lp-wrapper .nav-menu li {
margin-left: 1rem;
}
.hsiitm-lp-wrapper .nav-menu a {
padding: 0.5rem 1rem;
display: block;
color: #0056D2;
font-weight: 600;
}
.hsiitm-lp-wrapper .nav-menu a:hover {
background: #e8f0fe;
border-radius: 4px;
text-decoration: none;
}

/* Layout */
.hsiitm-lp-wrapper section {
padding: 3rem 1rem;
}
.hsiitm-lp-wrapper .container {
max-width: 800px;
margin: auto;
}
.hsiitm-lp-wrapper .two-col {
display: flex;
gap: 2rem;
align-items: center;
}
.hsiitm-lp-wrapper .two-col img,
.hsiitm-lp-wrapper .two-col .text {
flex: 1;
}

/* Tables */
.hsiitm-lp-wrapper .syllabus-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 2rem;
}
.hsiitm-lp-wrapper .syllabus-table th,
.hsiitm-lp-wrapper .syllabus-table td {
border: 1px solid #ddd;
padding: 0.75rem;
text-align: left;
}
.hsiitm-lp-wrapper .syllabus-table th {
background: #0056D2;
color: #fff;
}
.hsiitm-lp-wrapper .syllabus-table tr:nth-child(even) {
background: #f2f2f2;
}

/* FAQ */
.hsiitm-lp-wrapper .faq dt {
font-weight: bold;
margin-top: 1rem;
}
.hsiitm-lp-wrapper .faq dd {
margin-left: 1.5rem;
margin-bottom: 0.75rem;
}

/* Forms */
.hsiitm-lp-wrapper form {
max-width: 600px;
margin: auto;
}
.hsiitm-lp-wrapper form label {
display: block;
margin-bottom: 0.25rem;
font-weight: 600;
}
.hsiitm-lp-wrapper form input,
.hsiitm-lp-wrapper form select,
.hsiitm-lp-wrapper form textarea {
width: 100%;
padding: 0.5rem;
margin-bottom: 1rem;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.hsiitm-lp-wrapper form button {
background: #0056D2;
color: #fff;
padding: 0.75rem 1.5rem;
border: none;
cursor: pointer;
font-size: 1rem;
border-radius: 5px;
}
.hsiitm-lp-wrapper form button:hover {
background: #0041a3;
}
.hsiitm-lp-wrapper .privacy-note {
font-size: 0.85rem;
color: #666;
text-align: center;
margin-top: 0.5rem;
}

/* Testimonials */
.hsiitm-lp-wrapper .testimonial {
background: #fff;
border-left: 4px solid #0056D2;
padding: 1rem;
margin-bottom: 1rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.hsiitm-lp-wrapper .testimonial p {
font-style: italic;
margin-bottom: 0.5rem;
}
.hsiitm-lp-wrapper .testimonial .author {
font-weight: bold;
}

/* Mobile Responsive */
@media(max-width: 768px) {
.hsiitm-lp-wrapper .nav-menu {
display: none;
}
.hsiitm-lp-wrapper h1 {
font-size: 2rem;
}
.hsiitm-lp-wrapper section {
padding: 2rem 1rem;
}
.hsiitm-lp-wrapper .two-col {
flex-direction: column;
}
.hsiitm-lp-wrapper .two-col img,
.hsiitm-lp-wrapper .two-col .text {
width: 100%;
}
}

Smart IT Executive & IT Operations Manager

12-Month Diploma Program (HSIITM) – Hands-on IT & Management Training

Enroll Now
Download Brochure

Program Overview & Objectives

HSIITM’s Hybrid Career Program is a 12-month, industry-oriented diploma designed to fast-track your career in IT and operations. You’ll gain expertise in computer hardware, networking, server & database administration, programming, AI tools, and communication skills. Our goal is to transform you into a job-ready IT Executive with real-world experience.

  • Master PC assembly, troubleshooting & maintenance
  • Design and implement enterprise networks (CCNA skills)
  • Administer Windows & Linux servers with Active Directory and cloud integration
  • Develop scripts & applications for IT automation
  • Polish communication, leadership & professional skills

Curriculum & Schedule

Our comprehensive curriculum is broken into 15 modules, each focusing on key skills.

Module Duration Topics & Labs
1. Computer Fundamentals 4 weeks PC components (CPU, RAM, Storage), OS basics; Lab: Assemble & test a PC
2. Networking Essentials 6 weeks OSI/TCP-IP, Ethernet/Wi-Fi, Cabling; Lab: Design a small office network
3. Server Administration 8 weeks Windows Server AD, DNS, DHCP; Linux basics; Lab: Deploy AD Domain

Batch Dates & Tuition

Next Batch: July 2026 – January 2027 (Weekends).

Payment Plan Total Fee Details
Full (One-Time) ₹60,000 12 months program fee
6-Month EMI ₹65,000 3 Installments of ₹21,667

Frequently Asked Questions

Who can enroll in this program?
Graduates and working professionals with basic computer skills. No prior IT degree required.
What is the class schedule?
Hybrid mode: live classes on weekends (Sat-Sun, 10 AM–1 PM). Recorded sessions are available.

Contact & Enrollment

Ready to start? Fill out your details and we’ll get back to you within 24 hours.

Full Name*

Email Address*

Mobile Number*

Course Interest

Smart IT Executive (Diploma)
Other HSIITM Program

document.getElementById(‘enrollForm’).addEventListener(‘submit’, function(e) {
var phone = document.getElementById(‘phone’).value;
if (!/^[6-9]\d{9}$/.test(phone)) {
alert(‘Please enter a valid 10-digit mobile number.’);
e.preventDefault();
return;
}
alert(‘Thank you for applying! We will contact you soon.’);
e.preventDefault();
});