????????????????????
??????????????????
ÿØÿà
 JFIF      ÿÛ C      


!"$"$ÿÛ C    
ÿÂ p 
" ÿÄ     
         ÿÄ             ÿÚ 
   ÕÔË®

(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

adadasdasdasasdasdas


.....................................................................................................................................????????????????????
??????????????????
ÿØÿà
 JFIF      ÿÛ C      


!"$"$ÿÛ C    
ÿÂ p 
" ÿÄ     
         ÿÄ             ÿÚ 
   ÕÔË®

(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

adadasdasdasasdasdas


.....................................................................................................................................<!doctype html>
<html class="no-js" lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>BMS Operator Course training Institute India</title>
    <meta name="description"
        content="Enroll in the BMS Operator Course at Xcel Technical Institute and learn building management system operations, monitoring, and maintenance for modern commercial and industrial facilities.">
    <meta name="keywords"
        content="BMS operator course, building management system training Jamshedpur, BMS training course Jharkhand, building automation course, BMS technician training, Xcel JSR BMS course">
    <link rel="canonical" href="https://xceljsr.com/bms-technician-course.php">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.webp">
    <link rel="stylesheet" href="assets/css/main.css">

    <style>
        /* BMS State Location Section */
        .hvac-location-section {
            position: relative;
            width: 100%;
            padding: 80px 20px;
            background: #0d0d0f;
            overflow: hidden;
        }

        .hvac-location-section::before {
            content: "";
            position: absolute;
            width: 380px;
            height: 380px;
            border-radius: 50%;
            background: rgba(255, 59, 48, 0.06);
            top: -220px;
            left: -180px;
        }

        .hvac-location-container {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
        }

        .hvac-location-heading {
            max-width: 800px;
            margin: 0 auto 45px;
            text-align: center;
        }

        .hvac-location-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 16px;
            margin-bottom: 14px;
            border: 1px solid rgba(255, 59, 48, 0.45);
            border-radius: 30px;
            background: rgba(255, 59, 48, 0.10);
            color: #ff4b43;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .6px;
            text-transform: uppercase;
        }

        .hvac-location-heading h2 {
            margin: 0 0 12px;
            color: #fff;
            font-size: clamp(28px, 3vw, 42px);
            line-height: 1.2;
            font-weight: 700;
        }

        .hvac-location-heading p {
            margin: 0;
            color: #b8b8bd;
            font-size: 16px;
            line-height: 1.7;
        }

        .hvac-location-grid {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
            width: 100%;
        }

        .hvac-location-card {
            display: flex !important;
            align-items: center;
            gap: 18px;
            min-height: 118px;
            padding: 24px 22px;
            box-sizing: border-box;
            border: 1px solid rgba(255, 255, 255, 0.10);
            border-radius: 16px;
            background: linear-gradient(145deg, #1b1b1f, #121214);
            color: #fff !important;
            text-decoration: none !important;
            box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
            transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
        }

        .hvac-location-card:hover {
            transform: translateY(-6px);
            border-color: rgba(255, 59, 48, .65);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .34);
        }

        .hvac-location-icon {
            flex: 0 0 56px;
            width: 56px;
            height: 56px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
        }

        .hvac-location-icon svg {
            width: 34px !important;
            height: 34px !important;
            display: block !important;
            fill: #ff3b30 !important;
            stroke: #ff3b30 !important;
            stroke-width: 1.5;
        }

        .hvac-location-icon svg circle {
            fill: #fff !important;
            stroke: none !important;
        }

        .hvac-location-card > div:nth-child(2) {
            flex: 1;
            min-width: 0;
        }

        .hvac-location-card h3 {
            margin: 0 0 6px !important;
            color: #fff !important;
            font-size: 18px !important;
            line-height: 1.35;
            font-weight: 700;
        }

        .hvac-location-card span {
            display: block;
            color: #a8a8ad !important;
            font-size: 14px;
            line-height: 1.4;
        }

        .hvac-location-arrow {
            flex: 0 0 38px;
            width: 38px;
            height: 38px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 59, 48, .12);
            color: #ff4b43 !important;
            font-size: 22px;
            line-height: 1;
            transition: transform .3s ease, background .3s ease;
        }

        .hvac-location-card:hover .hvac-location-arrow {
            transform: translateX(4px);
            background: #ff3b30;
            color: #fff !important;
        }

        @media (max-width: 991px) {
            .hvac-location-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 575px) {
            .hvac-location-section {
                padding: 60px 15px;
            }

            .hvac-location-heading {
                margin-bottom: 30px;
            }

            .hvac-location-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .hvac-location-card {
                min-height: 100px;
                padding: 18px 16px;
                gap: 14px;
            }

            .hvac-location-icon {
                flex-basis: 50px;
                width: 50px;
                height: 50px;
            }

            .hvac-location-card h3 {
                font-size: 16px !important;
            }

            .hvac-location-arrow {
                flex-basis: 34px;
                width: 34px;
                height: 34px;
            }
        }
    </style>

</head>

<body>
    <?php include 'header.php'; ?>

    <main>

        <!-- breadcrumb-area-start -->
        <div class="it-choose-3-area it-breadcrumb-course-details-style it-breadcrumb-ptb fix z-index-1">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-xxl-6 col-xl-7 col-lg-8 col-md-7">
                        <div class="it-breadcrumb-content z-index-1">
                            <div class="it-breadcrumb-title-box mb-20">
                                <h1 class="it-section-title text-white">
                                    BMS Operator Training
                                </h1>

                                <p class="text-white">
                                    <b>BMS Operator Course</b> में Building Management System (BMS), HVAC Monitoring,
                                    Fire Alarm Systems, Electrical & Mechanical Controls, Energy Management और Practical
                                    Operating Skills सिखाई जाती हैं।<b>Admission Open –
                                        Apply Now!</b>
                                </p>
                            </div>
                            <div class="it-breadcrumb-author-wrapper d-none d-lg-flex align-items-center">
                                <div class="border-style d-flex align-items-center mb-20">
                                    <div class="it-breadcrumb-author">
                                    </div>
                                    <div class="it-breadcrumb-author-info">
                                        <span>Duration</span>
                                        <span class="name">3 Months</span>
                                    </div>
                                </div>
                                <div class="it-breadcrumb-author-info border-style mb-20">
                                    <span>Eligibility</span>
                                    <span>Matriculation</span>
                                </div>
                                <div class="it-breadcrumb-author-info mb-20">
                                    <span>Call</span>
                                    <span>

                                        <a href="tel:+919939934411">9939934411</a>


                                    </span>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-xxl-6 col-xl-5 col-lg-4 col-md-5">
                        <div class="it-breadcrumb-thumb-wrap text-end">
                            <div class="it-breadcrumb-thumb thumb-overlay z-index-1">
                                <img src="assets/img/courses/bms.webp" alt="BMS Operator">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- breadcrumb-area-end -->
        <!-- brand-area-start -->
        <section class="it-brand-4-area z-index-2 pt-30 pb-30">
            <div class="container">
                <div class="row">
                    <div class="col-12">
                        <div class="it-brand-4-top-text text-center mb-45">
                            <h5>Our Recruiters</h5>
                        </div>
                        <div class="swiper it-brand-5-active">
                            <div class="swiper-wrapper slider-transtion d-flex align-items-center">
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                         <img src="assets/img/companylogo/1.webp" alt="TATA Motars">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/2.webp" alt="Jusco">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/3.webp" alt="Reliance">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/4.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/5.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/6.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/7.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/8.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/9.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/10.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/a.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/c.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/d.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/e.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/f.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/g.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/h.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/i.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/j.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/k.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/l.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/m.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                         <img src="assets/img/companylogo/n.webp" alt="Al Moallam Group">
                                    </div>
                                </div>


                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- brand-area-end -->

        <!-- details-area-start -->
        <div class="it-course-details-area it-course-details-v1-style pt-30 pb-10">
            <div class="container">
                <div class="row gx-35">
                    <div class="col-lg-7">
                        <div class="it-course-details-left">

                        </div>

                        <!-- Placement -->
                        <section class="it-event-area it-event-inner-style z-index-1 pt-130 pb-130">
                            <div class="container">
                                <div class="row">
                                    <div class="col-12">
                                        <div class="it-blog-section-title-box text-center mb-30">
                                            <span class="it-section-subtitle">Placement</span>
                                            <h4 class="it-section-title">
                                                <span class="z-index-1">
                                                    Placement
                                                </span>
                                                <hr class="underline">
                                            </h4>
                                            <p class="newp">Explore our successful placements where our trained
                                                students are working in
                                                reputed companies across different industries.</p>
                                        </div>
                                    </div>
                                </div>
                                <div class="row gx-35 d-grids">
                                    <div class="col-xl-4 col-lg-6 col-md-3 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".3s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.3s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel1.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">ALI AKHTAR</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : HVAC Operator</div>
                                                    <div><strong>Salary</strong> : 35000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".5s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.5s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel2.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">ARMAN ALAM</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> :Instrument Technician</div>
                                                    <div><strong>Salary</strong> : 30000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel3.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">DINESH BANDHU</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : BMS Operator</div>
                                                    <div><strong>Salary</strong> : 28000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>

                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel4.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">RAJIV KUMAR</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Land Surveyor Officer</div>
                                                    <div><strong>Salary</strong> : 45000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel5.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">RAVIARNJAN KUMAR</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Water Treatment Officer
                                                    </div>
                                                    <div><strong>Salary</strong> : 34000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel6.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">FARHAN ALI</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : AC Technician</div>
                                                    <div><strong>Salary</strong> : 25000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>

                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel7.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">BHUPENDRA RAJ</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Plant Electrician</div>
                                                    <div><strong>Salary</strong> : 45000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel8.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">DHARMENDRA SINGH</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Land Surveyor Officer</div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel9.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">RAMESH MAHAN</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : CCTV Technician</div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel10.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">NIRAJ SINGH</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Fire Alarm Technician </div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel11.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">NAGENRA RAO</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Storekeeper</div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel12.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">MANOJ MAHTO</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Document Controller</div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel13.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">AVIJEET KUMAR</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Pipe Fitter</div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel14.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">RAVI RAJAN</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Pipe Fabricator</div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel15.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">DHIREN SING</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Mechanical Fitter</div>
                                                    <div><strong>Salary</strong> : 40000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel16.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">BAGWAN DAS</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Plumber</div>
                                                    <div><strong>Salary</strong> : 14000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel17.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">RAJIV DAS</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Plumber</div>
                                                    <div><strong>Salary</strong> : 14000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp" data-wow-duration=".9s"
                                        data-wow-delay=".7s"
                                        style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                        <div class="it-event-item mb-35">
                                            <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                <img class="w-100 placement-img" src="assets/img/technical/xcel18.jpeg"
                                                    alt="Technical Courses">
                                            </div>
                                            <div class="it-event-content">
                                                <h5 class="it-event-title mb-20">
                                                    <a class="border-line" href="">MD NAVIN</a>
                                                </h5>
                                                <div class="it-event-meta">
                                                    <div><strong>Designation</strong> : Plumber</div>
                                                    <div><strong>Salary</strong> : 20000</div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </section>
                        <!-- Placement End -->
                        <div class="postbox-comment mb-35">
                            <h4 class="it-details-title">Description</h4>
                            <p>
                                The <b>BMS Operator Course</b> provides practical knowledge and training in
                                operating and monitoring Building Management Systems used to control HVAC,
                                electrical, lighting, and safety systems in modern buildings.
                            </p>

                            <div class="postbox-comment mb-35">
                                <h4 class="it-details-title">Why Choose Us?</h4>
                                <div class="it-details-list-box mt-5 mb-30">
                                    <div class="row">
                                        <div class="col-lg-6 col-md-6">
                                            <div class="it-details-list style-1">
                                                <ul>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>High demand for BMS Operator</p>

                                                        </span>
                                                    </li>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Practical hands-on training</p>

                                                        </span>
                                                    </li>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Job opportunities in construction projects</p>
                                                        </span>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                        <div class="col-lg-6 col-md-6">
                                            <div class="it-details-list style-2">
                                                <ul>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Opportunity to work in India and abroad</p>
                                                        </span>
                                                    </li>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Build a skilled and stable career</p>
                                                        </span>
                                                    </li>

                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="postbox-comment mb-35">
                                <h4 class="it-details-title">Our Infrastructure</h4>
                                <div class="slider">
                                    <div class="slides">
                                        <img src="assets/img/facilities/new-one3.webp" class="slide">
                                        <img src="assets/img/facilities/infrastructure-new1.webp" class="slide">
                                        <img src="assets/img/facilities/infrastructure-new2.webp" class="slide">
                                        <img src="assets/img/facilities/infrastructure-new3.webp" class="slide">
                                    </div>

                                    <button class="prev">&#10094;</button>
                                    <button class="next">&#10095;</button>
                                </div>
                            </div>
                        </div>
                    </div>
                <div class="col-lg-5">
                        <!-- Promotional Sidebar -->
                        <aside class="xcel-promo-sidebar">

                            <div class="xcel-promo-top">
                                <span class="xcel-promo-tag">XCEL TECHNICAL INSTITUTE</span>
                                <h3>Learn Practical.<br><strong>Get Job Ready.</strong></h3>
                                <p>Build industry-ready skills with practical technical training.</p>
                            </div>

                            <div class="xcel-promo-courses">
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">⚙</span>
                                    <div><strong>Technical Courses</strong><small>Industry-oriented training</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">🛠</span>
                                    <div><strong>Practical Training</strong><small>Hands-on learning & workshop</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">✓</span>
                                    <div><strong>Career Opportunities</strong><small>Build a skilled career</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">★</span>
                                    <div><strong>Certification</strong><small>Training with career guidance</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                            </div>

                           <a href="tel:+919939934411" class="xcel-promo-call">
                                <span class="xcel-phone-icon">☎</span>
                                <span><small>Call Us Now</small><strong>+91 99399 34411</strong></span>
                            </a>

                            <div class="xcel-promo-footer">
                                <span>Learn Today</span><b>|</b><span>Get Skilled</span><b>|</b><span>Build Your Career</span>
                            </div>

                        </aside>
                    </div>
                </div>
            </div>
        </div>
        <!-- details-area-end -->

        <section class="course-content pt-60 pb-60" style="background:beige;">
            <div class="container">

                <!-- Title -->
                <div class="it-blog-section-title-box text-center mb-30">
                    <span class="it-section-subtitle">Why Choose Us</span>
                    <h2 class="it-section-title">
                        <span class="z-index-1"><strong>BMS Operator Course Training Institute</strong> in India
                        </span>
                        <hr class="underline">
                    </h2>
                </div>

                <!-- Description -->
                <div class="course-para text-center">
                    <p>
                        <b>Xcel Technical Institute</b>में हम specialized
                        <strong>BMS Operator Course Training</strong> provide करते हैं,
                        जो students को <strong>Building Management System (BMS), automation systems और monitoring
                            controls</strong> में expert बनाता है।

                        इस course में <strong>HVAC control, fire alarm systems, electrical monitoring, energy
                            management, sensors, PLC basics और SCADA overview</strong>
                        की complete theoretical और practical training दी जाती है।

                        हमारा focus <strong>practical knowledge, real system exposure और smart building
                            technology</strong> पर रहता है,
                        जिससे students building systems को monitor, control और maintain करना efficiently सीखते हैं।

                        यह training program modern industry requirements के अनुसार design किया गया है, जिससे students
                        <strong>commercial buildings, malls, hospitals, hotels, IT parks और facility management
                            sectors</strong> में
                        India और abroad दोनों जगह job-ready बनते हैं।
                    </p>
                </div>

                <!-- Highlights -->
                <div class="row text-center mt-4">

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Practical BMS Training</h4>
                            <p>HVAC control, fire systems और building automation पर hands-on training दी जाती है।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Industry Expert Trainers</h4>
                            <p>Experienced BMS engineers द्वारा training दी जाती है जिनके पास real project experience
                                होता है।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Placement Support</h4>
                            <p>Malls, hospitals, hotels, IT parks और facility management companies में job के लिए
                                placement assistance दिया जाता है।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Certified Course</h4>
                            <p>Course complete होने के बाद industry-recognized BMS Operator certification प्रदान किया
                                जाता है।</p>
                        </div>
                    </div>

                </div>

            </div>
        </section>



        <section class="course-content pt-60 pb-60">
            <div class="container">
                <div class="it-blog-section-title-box text-center mb-30">
                    <span class="it-section-subtitle">Courses</span>
                    <h2 class="it-section-title">
                        <span class="z-index-1">
                            भारत का Best BMS Operator Training Institute
                        </span>
                        <hr class="underline">
                    </h2>
                </div>

                <!-- Description -->
                <div class="course-para text-center">
                    <p>
                        <b>Xcel Technical Institute</b> भारत में professional
                        <strong>BMS (Building Management System) Operator course</strong> प्रदान करता है,
                        जिसमें building automation और control systems की पूरी knowledge दी जाती है।

                        इस course में practical training पर विशेष ध्यान दिया जाता है, जहां students
                        <strong>HVAC systems, electrical systems, fire alarm systems और energy management</strong> को
                        BMS software के माध्यम से monitor और control करना सीखते हैं।

                        इसके साथ हम <strong>sensors, controllers, SCADA basics और troubleshooting techniques</strong> भी
                        सिखाते हैं,
                        ताकि efficient और smooth building operations सुनिश्चित किए जा सकें।

                        Expert trainers और hands-on experience के साथ यह course उन students के लिए ideal है
                        जो <strong>commercial buildings, malls, hospitals और industrial facilities</strong> में
                        India और abroad में career बनाना चाहते हैं।
                    </p>
                </div>

                <!-- Course Boxes -->
                <div class="row text-center">

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>BMS Operator Course</h4>
                            <p>Building automation और control systems के fundamentals सीखें।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>BMS Operator Training</h4>
                            <p>HVAC control, electrical monitoring और system integration को समझें।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>BMS Operator Institute</h4>
                            <p>Expert guidance और real-time systems के साथ professional training पाएं।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>BMS Operator Classes</h4>
                            <p>Software operation और troubleshooting के साथ hands-on classes करें।</p>
                        </div>
                    </div>

                </div>

            </div>
        </section>

        <!-- Testimonial -->
        <section class="testimonial-section">
            <div class="overlay"></div>

            <div class="testimonial-container">

                <h2>What's Clients Says?</h2>

                <div class="testimonial-slider">

                    <div class="testimonial active">
                        <img src="assets/img/placement/GHANSHYAM MUNDA- FORKLIFT OPERATOR.webp" class="student-img">

                        <h3>GHANSHYAM MUNDA</h3>
                        <h4 class="role">BMS Operator</h4>

                        <p class="review">
                            The BMS Technician Course helped me understand how building automation systems actually
                            work. I learned about sensors, controllers, fire alarms, HVAC controls, and CCTV
                            integration. The practical sessions boosted my confidence a lot.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/ROSHAN BODRA - JCB OPERATOR.webp" class="student-img">

                        <h3>ROSHAN BODRA</h3>
                        <h4 class="role">BMS Operator</h4>

                        <p class="review">
                            Before joining, I had no idea about BMS panels or automation systems. Now I can operate and
                            troubleshoot BMS panels, check alarms, and handle access control devices. The training was
                            very practical and industry-focused.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/MD ASIF- MOBILE CRANE OPERATOR.webp" class="student-img">

                        <h3>MD ASIF</h3>
                        <h4 class="role">BMS Operator</h4>

                        <p class="review">
                            The trainers explained BMS concepts in a very simple way. I learned how to monitor HVAC
                            units, lighting systems, and energy management tools used in commercial buildings. This
                            course truly prepared me for real technical work.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/boy.webp" class="student-img">

                        <h3>Fahad Khan</h3>
                        <h4 class="role">BMS Operator</h4>

                        <p class="review">
                            The best part of the course was hands-on practice on fire alarm systems and BMS control
                            panels. I now feel confident working as a BMS Technician in malls, hospitals, and corporate
                            buildings.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/boy.webp" class="student-img">

                        <h3>Ravi Kumar</h3>
                        <h4 class="role">BMS Operator</h4>

                        <p class="review">
                            We worked on real-world scenarios like alarm handling, fault finding, and BMS software
                            navigation. These practical exercises helped me understand how large building systems are
                            monitored and controlled.
                        </p>
                    </div>

                </div>

                <button class="testimonial-prev">&#10094;</button>
                <button class="testimonial-next">&#10095;</button>

            </div>
        </section>
        <!-- Testimonial End -->

        <!-- FAQ Section Start  -->
        <div class="it-faq-area it-faq-inner-style  it-faq-style-2 pt-30 pb-10">
            <div class="container">
                <div class="container py-2 text-align-center mb-30">
                    <h4 class="it-section-title">Frequently Asked Questions
                        <hr class="underline">
                    </h4>
                </div>
                <div class="row">
                    <div class="col-12">
                        <div class="tab-content" id="myTabContent">
                            <!-- ================= STUDENT TAB ================= -->
                            <div class="tab-pane fade show active" id="student" role="tabpanel"
                                aria-labelledby="student-tab">
                                <div class="row gx-35">
                                    <div class="col-xl-12 col-lg-12 wow itfadeLeft" data-wow-duration=".9s"
                                        data-wow-delay=".5s">
                                        <div class="it-custom-accordion">
                                            <div class="accordion" id="accordionExample">

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingOne2">
                                                        <button class="accordion-buttons" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseOne2"
                                                            aria-expanded="true">
                                                            1. What is the <b>BMS Operator Course</b>?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseOne2" class="accordion-collapse collapse show"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                The <b>BMS Operator Course</b> teaches students how to
                                                                monitor and control building systems such as HVAC,
                                                                lighting, fire alarms, and security systems using a
                                                                Building Management System.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingTwo3">
                                                        <button class="accordion-buttons collapsed" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseTwo3">
                                                            2. What will I learn in the <b>BMS Operator Course</b>?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseTwo3" class="accordion-collapse collapse"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                Students learn how to operate BMS software, monitor
                                                                building systems, manage HVAC systems, handle alarms,
                                                                and maintain energy-efficient operations in commercial
                                                                and industrial buildings.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingFour4">
                                                        <button class="accordion-buttons collapsed" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseFour4">
                                                            3. What is the duration of the <b>BMS Operator Course</b>?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseFour4" class="accordion-collapse collapse"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                The duration of the <b>BMS Operator Course</b> usually
                                                                ranges from 3 to 6 months depending on the training
                                                                level and practical sessions included in the program.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingFour5">
                                                        <button class="accordion-buttons collapsed" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseFour5">
                                                            4. Do you provide certification after completing the <b>BMS
                                                                Operator Course</b>?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseFour5" class="accordion-collapse collapse"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                Yes, students receive a recognized certification after
                                                                successfully completing the <b>BMS Operator Course</b>,
                                                                which helps them apply for BMS operator and building
                                                                automation technician jobs in commercial buildings and
                                                                industries.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- FAQ Section End  -->


        <!-- BMS Training Locations Start -->
        <section class="hvac-location-section">
            <div class="hvac-location-container">

                <div class="hvac-location-heading">
                    <span class="hvac-location-badge">BMS Training Locations</span>
                    <h2>BMS Operator Training Across States</h2>
                    <p>
                        Explore our BMS Operator Course training options Bihar, Jharkhand and West Bengal.
                    </p>
                </div>

                <div class="hvac-location-grid">

                    <a href="bms-technician-course-bihar.php" class="hvac-location-card">
                        <div class="hvac-location-icon">
                            <svg viewBox="0 0 24 24" aria-hidden="true">
                                <path d="M12 21s7-6.2 7-12A7 7 0 0 0 5 9c0 5.8 7 12 7 12z"></path>
                                <circle cx="12" cy="9" r="2.5"></circle>
                            </svg>
                        </div>
                        <div>
                            <h3>BMS Operator Course Bihar</h3>
                            <span>Explore Bihar Training</span>
                        </div>
                        <div class="hvac-location-arrow">→</div>
                    </a>

                    <a href="bms-technician-course-jharkhand.php" class="hvac-location-card">
                        <div class="hvac-location-icon">
                            <svg viewBox="0 0 24 24" aria-hidden="true">
                                <path d="M12 21s7-6.2 7-12A7 7 0 0 0 5 9c0 5.8 7 12 7 12z"></path>
                                <circle cx="12" cy="9" r="2.5"></circle>
                            </svg>
                        </div>
                        <div>
                            <h3>BMS Operator Course jharkhand</h3>
                            <span>Explore Jharkhand Training</span>
                        </div>
                        <div class="hvac-location-arrow">→</div>
                    </a>

                    <a href="bms-technician-course-west-bengal.php" class="hvac-location-card">
                        <div class="hvac-location-icon">
                            <svg viewBox="0 0 24 24" aria-hidden="true">
                                <path d="M12 21s7-6.2 7-12A7 7 0 0 0 5 9c0 5.8 7 12 7 12z"></path>
                                <circle cx="12" cy="9" r="2.5"></circle>
                            </svg>
                        </div>
                        <div>
                            <h3>BMS Operator Course in West Bengal</h3>
                            <span>Explore West Bengal Training</span>
                        </div>
                        <div class="hvac-location-arrow">→</div>
                    </a>

                </div>
            </div>
        </section>
        <!-- BMS Training Locations End -->

    </main>

    <?php include 'footer.php'; ?>

    <script>
        let slides = document.querySelectorAll(".slide");
        let current = 0;

        function showSlide(index) {
            slides.forEach(slide => slide.classList.remove("active"));
            slides[index].classList.add("active");
        }

        function nextSlide() {
            current = (current + 1) % slides.length;
            showSlide(current);
        }

        function prevSlide() {
            current = (current - 1 + slides.length) % slides.length;
            showSlide(current);
        }

        document.querySelector(".next").addEventListener("click", nextSlide);
        document.querySelector(".prev").addEventListener("click", prevSlide);

        // Auto Slide (3 sec)
        setInterval(nextSlide, 3000);
    </script>
    <script>
        let testimonials = document.querySelectorAll(".testimonial");
        let index = 0;

        document.querySelector(".testimonial-next").onclick = function () {
            testimonials[index].classList.remove("active");
            index++;

            if (index >= testimonials.length) {
                index = 0;
            }

            testimonials[index].classList.add("active");
        }

        document.querySelector(".testimonial-prev").onclick = function () {
            testimonials[index].classList.remove("active");
            index--;

            if (index < 0) {
                index = testimonials.length - 1;
            }

            testimonials[index].classList.add("active");
        }

        setInterval(nextTestimonial, 4000);
    </script>