HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-31-18-78 6.17.0-1017-aws #17~24.04.1-Ubuntu SMP Tue May 26 21:09:53 UTC 2026 aarch64
User: ubuntu (1000)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /var/www/selfanalyse/wp-content/themes/psychometrics/home.php
<?php

/**
 * Template Name: Home
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package WordPress
 * @subpackage education
 * @since 1.0.0
 */

get_header();
global $wpdb;

$PSY_COUNSELORS = $wpdb->prefix . PSY_COUNSELORS;
$PSY_PLANS = $wpdb->prefix . PSY_PLANS;
$getCounselors = $wpdb->get_results("SELECT c.counselor_id, c.counselor_name, c.counselor_title, c.url_slug, c.profile_image, c.home_desc from $PSY_COUNSELORS as c where c.status='1' order by c.display_order limit 3");

$getPlans = $wpdb->get_results("SELECT plan_id, plan_name, plan_price,  plan_short_desc, plan_image, ref_url_slug FROM $PSY_PLANS where status='1' limit 3");
?>

<!-- BANNER SECTION -->

<section class="banner-section">
    <div class="container-fluid">
        <div class="row">
            <div id="themeSlider" class="carousel slide" data-ride="carousel" data-interval="15000">
                <ol class="carousel-indicators">
                    <li data-target="#themeSlider" data-slide-to="0" class="active"></li>
                    <li data-target="#themeSlider" data-slide-to="1"></li>
                    <li data-target="#themeSlider" data-slide-to="2"></li>
                    <li data-target="#themeSlider" data-slide-to="3"></li>
                    <li data-target="#themeSlider" data-slide-to="4"></li>
                </ol>

                <div class="carousel-inner">
                    <div class="item active">
                        <div class="row">
                            <div class="col-md-8 col-sm-8 col-xs-12 banner-text fadeInDown animated">
                                <h2 class="banner-head">IS THERE LOT OF</h2>
                                <h3 class="banner-subhead">CONFUSION ?</h3>
                                <h4 class="banner-para">Which stream to take after 10th?</h4>
                                <ul class="banner-ul">
                                    <li>Science</li>
                                    <li>Commerce</li>
                                    <li>Humanities</li>
                                    <li>Vocational</li>
                                </ul>
                                <button class="banner-btn"><a href="/psychometric-test/">Let us help you make the decision based on Scientific Tools</a></button>
                            </div>

                            <div class="col-md-4 col-sm-4 col-xs-12">
                                <img class="banner-img" src="/wp-content/themes/psychometrics/images/10th-student-image.png" width="430" height="347" alt="">
                            </div>
                        </div>
                    </div>
                    <div class="item">
                        <!-- <div class="imgOverlay"></div> -->
                        <!-- <img style="height: 500px;" src="<?php echo get_template_directory_uri(); ?>/images/Banner-1.png" alt="Self Analyse 10th"> -->
                        <div class="row">
                            <div class="col-md-8 col-sm-8 col-xs-12 banner-text fadeInDown animated">
                                <h2 class="banner-head">CAN'T MAKE A</h2>
                                <h3 class="banner-subhead">DECISION ?</h3>
                                <h4 class="banner-para">What to do after completing 12th?</h4>
                                <ul class="banner-ul">
                                    <li>Vocational Courses</li>
                                    <li>Professional Degree</li>
                                    <li>Basic Graduation</li>
                                </ul>
                                <button class="banner-btn"><a href="/psychometric-test/">Let us help you make the decision based on Scientific Tools</a></button>
                            </div>

                            <div class="col-md-4 col-sm-4 col-xs-12">
                                <img class="banner-img" src="/wp-content/themes/psychometrics/images/12th-student-image.png" width="430" height="347" alt="banner">
                            </div>
                        </div>
                    </div>
                    <div class="item">
                        <!-- <div class="imgOverlay"></div> -->
                        <!-- <img style="height: 500px;" src="<?php echo get_template_directory_uri(); ?>/images/Banner-3.png" alt="Self Analyse Graduation"> -->
                        <div class="row">
                            <div class="col-md-8 col-sm-8 col-xs-12 banner-text fadeInDown animated">
                                <h2 class="banner-head">ARE YOU</h2>
                                <h3 class="banner-subhead">CONFUSED ?</h3>
                                <h4 class="banner-para">Which career I need to Opt?</h4>
                                <ul class="banner-ul">
                                    <li>Switch Career</li>
                                    <li>Higher Studies</li>
                                    <li>Sabbatical </li>
                                </ul>
                                <button class="banner-btn"><a href="/psychometric-test/">Let us help you make the decision based on Scientific Tools</a></button>
                            </div>

                            <div class="col-md-4 col-sm-4 col-xs-12">
                                <img class="banner-img" src="/wp-content/themes/psychometrics/images/graduation-image.png" width="430" height="347" alt="">
                            </div>
                        </div>
                    </div>
                    <div class="item banner-4">
                        <!-- <div class="imgOverlay"></div> -->
                        <!-- <img style="height: 500px;" src="<?php echo get_template_directory_uri(); ?>/images/Banner-4.png" alt="Self Analyse Solution"> -->
                        <div class="row">
                            <div class="col-md-8 col-sm-8 col-xs-12 banner-text fadeInDown animated">
                                <h2 class="banner-head">IN TIMES OF CONFUSION WHAT WE NEED IS</h2>
                                <h3 class="banner-subhead">SOMEONE</h3>
                                <h4 class="banner-para"><span><i class="far fa-handshake"></i> TO HAND-HOLD</span> <span><i class="fas fa-chalkboard-teacher"></i> TO GUIDE</span> <span><i class="fas fa-user-tie"></i> TO ADVICE</span> </h4>
                                <h5 class="banner-subpara">LET US HELP YOU !</h5>
                                <button class="banner-btn"><a href="/counselors/">Through one to one counselling</a></button>
                            </div>

                            <div class="col-md-4 col-sm-4 col-xs-12">
                                <img class="banner-img" src="/wp-content/themes/psychometrics/images/hand-guide.png" width="430" height="347" alt="">
                            </div>
                        </div>
                    </div>
                    <div class="item banner-5">
                        <!-- <div class="imgOverlay"></div> -->
                        <!-- <img style="height: 500px;" src="<?php echo get_template_directory_uri(); ?>/images/Banner-5.png" alt="Self Analyse Test"> -->
                        <div class="row">
                            <div class="col-md-8 col-sm-8 col-xs-12 banner-text fadeInDown animated">
                                <h2 class="banner-head">WE USE PSYCHOMETRIC TOOLS TO CREATE YOUR</h2>
                                <h3 class="banner-subhead">PROFILE</h3>
                                <h4 class="banner-para">
                                    <span>1</span> APTITUDE TEST &nbsp;&nbsp;
                                    <span>2</span> INTEREST TEST &nbsp;&nbsp;
                                    <span>3</span> PERSONALITY TEST
                                </h4>
                                <ul class="banner-ul">
                                    <li>RESEARCH SUGGESTS A HIGHER RATE OF SUCCESS AND STABILTY WHEN CAREERS ARE CHOSEN BASED ON THIS PROFILE.</li>
                                    <li>DISCUSS YOUR PROFILE REPORT WITH OUR COUNSELORS IN ONE TO ONE COUNSELLING SESSION.</li>
                                </ul>
                                <button class="banner-btn"><a href="/psychometric-test/">Get Started</a></button>
                            </div>

                            <div class="col-md-4 col-sm-4 col-xs-12">
                                <img class="banner-img" src="/wp-content/themes/psychometrics/images/apt-per-int-banner.png" width="430" height="347" alt="">
                            </div>
                        </div>
                    </div>
                </div>

                <a class="left carousel-control" href="#themeSlider" data-slide="prev">
                    <i class="fa fa-chevron-left"></i>
                </a>
                <a class="right carousel-control" href="#themeSlider" data-slide="next">
                    <i class="fa fa-chevron-right"></i>
                </a>
            </div>
        </div>
    </div>
</section>

<!-- END BANNER SECTION  -->

<!-- BUY PLAN SECTION -->

<section class="buy-plan-section">
    <div class="container">
        <div class="row">
            <div class="col-md-8 col-sm-8 col-xs-12">
                <h4 class="buy-plan-head fadeInDown animated">Test Packages Offered</h4>
                <p class="buy-plan-para fadeInDown animated">The tests have been combined into different packages for ease of use for different users. The tests can be taken individually as well.</p>
            </div>
            <div class="col-md-4 col-sm-4 col-xs-12">
                <button class="buy-plan-btn fadeInDown animated"><a href="plans/" target="_blank">BUY NOW</a></button>
            </div>
        </div>
    </div>
</section>

<!-- END BUY PLAN SECTION -->

<!-- TEST SECTION -->

<section class="test-section">
    <div class="container">
        <div class="row">
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="test-section-box fadeInDown animated">
                    <img class="test-section-img" src="/wp-content/themes/psychometrics/images/aptiutde-interest.png" alt="">
                    <div class="test-box">
                        <h4>Aptitude Test</h4>
                        <p>Aptitude is an innate quality or strength that helps one perform a task with certain competency. Another word for aptitude is ability.</p>
                        <button><a href="/psychometric-aptitude-test/">Click Here</a></button>
                    </div>
                </div>
            </div>
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="test-section-box fadeInDown animated">
                    <img class="test-section-img" src="/wp-content/themes/psychometrics/images/aptiutde-interest.png" alt="">
                    <div class="test-box">
                        <h4>Personality Test</h4>
                        <p>Personality is the combination of characteristics or qualities that form an individual's distinctive character. </p>
                        <button><a href="/psychometric-personality-test/">Click Here</a></button>
                    </div>
                </div>
            </div>
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="test-section-box fadeInDown animated">
                    <img class="test-section-img" src="/wp-content/themes/psychometrics/images/aptiutde-interest.png" alt="">
                    <div class="test-box">
                        <h4>Interest Test</h4>
                        <p>Interest plays a major role in our career. As we all know, we are willing to work hard at a job that we find interesting.</p>
                        <button><a href="/psychometric-interest-test/">Click Here</a></button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- END TEST SECTION -->

<!-- WHAT WE DO SECTION -->
<section class="what-we-do-section">
    <div class="container">
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <div class="section-description-content fadeInDown animated">
                    <h4 class="site-head">WHO IS THIS FOR?</h4>
                    <h1 class="site-para">One-Stop Solution for All - Psychometric Tests designed for High school students for Stream and Course Selection, College Students For career Guidance, Job Aspirants to upgrade their Skills.</h1>
                </div>
            </div>

            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="box-container fadeInDown animated">
                    <div class="box-item">
                        <div class="flip-box">
                            <div class="flip-box-front text-center" style="background-image: url('/wp-content/themes/psychometrics/images/expand-high-school-stu.png');">
                                <div class="inner color-white">
                                    <h3 class="flip-box-header">High School Students</h3>
                                </div>
                            </div>
                            <div class="flip-box-back text-center" style="background-image: url('/wp-content/themes/psychometrics/images/expand-high-school-stu.png');">
                                <div class="inner color-white">
                                    <p>Measure Your Skills & Ability for right Stream and Course Selection</p>
                                    <button>
                                        <a href="psychometric-test-for-high-school-students/">Click Here</a>
                                    </button>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="box-container fadeInDown animated">
                    <div class="box-item">
                        <div class="flip-box">
                            <div class="flip-box-front text-center" style="background-image: url('/wp-content/themes/psychometrics/images/expand_college_students.png');">
                                <div class="inner color-white">
                                    <h3 class="flip-box-header">College Students</h3>
                                </div>
                            </div>
                            <div class="flip-box-back text-center" style="background-image: url('/wp-content/themes/psychometrics/images/expand_college_students.png');">
                                <div class="inner color-white">
                                    <p>College Students For career Guidance</p>
                                    <button>
                                        <a href="psychometric-test-for-college-students/">Click Here</a>
                                    </button>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="box-container fadeInDown animated">
                    <div class="box-item">
                        <div class="flip-box">
                            <div class="flip-box-front text-center" style="background-image: url('/wp-content/themes/psychometrics/images/expand-job-aspirants.png');">
                                <div class="inner color-white">
                                    <h3 class="flip-box-header">Job Aspirants</h3>
                                </div>
                            </div>
                            <div class="flip-box-back text-center" style="background-image: url('/wp-content/themes/psychometrics/images/expand-job-aspirants.png');">
                                <div class="inner color-white">
                                    <p>Find collected information to identify the hidden aspects of your ability</p>
                                    <button>
                                        <a href="psychometric-test-for-job-aspirants/">Click Here</a>
                                    </button>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="col-md-6 col-sm-6 col-xs-12">
                <div class="schools-corporate-box fadeInDown animated" style="background-image: url(/wp-content/themes/psychometrics/images/new/banner-bg-1.jpg);">
                    <div class="schools-corporate-text">
                        <h4>Schools</h4>
                        <p>Help your students to find the best possible Stream and Course</p>

                        <button>
                            <a href="psychometric-test-for-schools/">Click Here</a>
                        </button>
                    </div>
                    <div class="schools-corporate-img">
                        <img src="/wp-content/themes/psychometrics/images/schools-home.png" alt="">
                    </div>
                </div>
            </div>

            <div class="col-md-6 col-sm-6 col-xs-12">
                <div class="schools-corporate-box fadeInDown animated" style="background-image: url(/wp-content/themes/psychometrics/images/new/banner-bg-2.jpg);">
                    <div class="schools-corporate-text">
                        <h4>Corporate</h4>
                        <p>Psychometric Test for Hiring Professional Candidates With Right Skills</p>
                        <button>
                            <a href="psychometric-test-for-corporates/">Click Here</a>
                        </button>
                    </div>
                    <div class="schools-corporate-img">
                        <img src="/wp-content/themes/psychometrics/images/corporate-home.png" alt="">
                    </div>
                </div>
            </div>

        </div>
    </div>
</section>
<!-- END WHAT WE DO SECTION -->

<!-- HOW WE CAN HELP YOU SECTION -->
<section class="why-choose-section">
    <div class="container">
        <div class="row">
            <div class="col-md-4 col-sm-4 col-xs-12">
                <h4 class="site-head fadeInDown animated">HOW WE CAN HELP YOU?</h4>
                <p class="site-para fadeInDown animated">Through our online psychometric tests we can find the inherent abilities that a person is born with, we can help identify the true interest areas. We can also help learners and aspirants understand their personality and identify areas they need to work upon and skills they need to acquire to excel in the field of their choice. We use the tools which are standardized and validated specifically for Indian Population.</p>
            </div>

            <div class="col-md-8 col-sm-8 col-xs-12 p-0">
                <div class="col-md-6 col-sm-6 col-xs-12">
                    <a href="career-guidance/">
                        <div class="why-choose-section-box" style="background: #476c94;">
                            <img src="<?php echo get_template_directory_uri(); ?>/images/career-guide.png" alt="Career Guidance">
                            <div class="why-choose-box">
                                <h4>Career Guidance</h4>
                                <p>Through a scientific process and validated tools for different age groups and sections of society.</p>
                            </div>
                        </div>
                    </a>
                </div>
                <div class="col-md-6 col-sm-6 col-xs-12">
                    <a href="personality-assessment/">
                        <div class="why-choose-section-box" style="background: #f67454;">
                            <img src="<?php echo get_template_directory_uri(); ?>/images/per-assessment.png" alt="Personality Assessment">
                            <div class="why-choose-box" style="border-right: none;">
                                <h4>Personality Assessment</h4>
                                <p>A detailed evaluation testing an individual on 20 different dimensions.</p>
                            </div>
                        </div>
                    </a>
                </div>
                <div class="col-md-6 col-sm-6 col-xs-12">
                    <a href="one-to-one-counselling/">
                        <div class="why-choose-section-box" style="background: #8007e6;">
                            <img src="<?php echo get_template_directory_uri(); ?>/images/one-one.png" alt="One to One Counselling">
                            <div class="why-choose-box" style="border-bottom: none;">
                                <h4>One to One Counselling</h4>
                                <p>Providing online counselling support through one to one counselling.</p>
                            </div>
                        </div>
                    </a>
                </div>
                <div class="col-md-6 col-sm-6 col-xs-12">
                    <a href="life-skills-coaching/">
                        <div class="why-choose-section-box" style="background: #0cae74;">
                            <img src="<?php echo get_template_directory_uri(); ?>/images/life-skills.png" alt="Life Skills Coaching">
                            <div class="why-choose-box" style="border-bottom: none;border-right: none;">
                                <h4>Life Skills Coaching</h4>
                                <p>Helping individuals with life skills issues like Time Management, Self Discipline, Communication Skills to name a few.</p>
                            </div>
                        </div>
                    </a>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END HOW WE CAN HELP YOU SECTION -->

<!-- OUR COUNSELORS SECTION -->
<section class="our-team-section">
    <div class="container">
        <div class="row mb-2">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <h4 class="site-head fadeInDown animated">OUR COUNSELORS</h4>
                <p class="site-para fadeInDown animated"> Start with trained Career guidance Counselors</p>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
            <div id="carousel-example-vertical" class="carousel vertical slide" data-ride="carousel" data-interval="10000">
                    <div class="carousel-inner" role="listbox">
                    <?php
                        $i=1;
                        foreach ($getCounselors as $cns) { ?>
                        <div class="item <?php if($i==1){ echo "active"; } ?>">
                            <div class="row">
                                <div class="col-md-5 col-sm-5 col col-xs-12">
                                    <img src="/counselor/profile-image/<?php echo $cns->profile_image; ?>" alt="">
                                </div>
                                <div class="col-md-7 col-sm-7 col col-xs-12">
                                    <div class="our-team-details">
                                        <h4><?php echo $cns->counselor_name; ?></h4>
                                        <p><?php echo $cns->counselor_title; ?></p>
                                        <h5><?php echo $cns->home_desc; ?></h5>
                                        <button><a href="/counselor-profile/<?php echo $cns->url_slug; ?>/">View Profile</a></button>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <?php $i++; } ?>
                    </div>
                    <!-- Controls -->
                    <a class="up carousel-control" href="#carousel-example-vertical" role="button" data-slide="prev">
                        <span class="glyphicon glyphicon-chevron-up" aria-hidden="true"></span>
                        <span class="sr-only">Previous</span>
                    </a>
                    <a class="down carousel-control" href="#carousel-example-vertical" role="button" data-slide="next">
                        <span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span>
                        <span class="sr-only">Next</span>
                    </a>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END OUR COUNSELORS SECTION -->

<!-- SCHEDULE SECTION -->
<section class="schedule-section">
    <div class="container">
        <div class="row">
            <div class="col-md-8 col-sm-8 col-xs-12 fadeInDown animated">
                <h5>Schedule your </h5>
                <h4>Appointment Today!</h4>
                <h6>It is a simple 3 step process.</h6>
                <p> Browse through the profiles of counsellors on our panel. Once you choose a counsellor you will be taken to the Calendar Tab for the counsellor with their available dates and time slots. Select the suitable date and time and hit the submit button and your request will be sent to counsellor. Within an hour you will get a confirmation message mail providing you instructions on how to get ready for your online/ telephonic counselling session.</p>
                <ul>
                    <li>
                        <a href="/counselors/">
                        <img src="/wp-content/themes/psychometrics/images/new/browse-counsellor.png" alt="">
                        <h3>Browse Counsellor</h3>
                        </a>
                    </li>
                    <li>
                        <img src="/wp-content/themes/psychometrics/images/new/time-date.png" alt="">
                        <h3>Select Date Time</h3>
                    </li>
                    <li>
                        <img src="/wp-content/themes/psychometrics/images/new/confirm.png" alt="">
                        <h3>Confirm</h3>
                    </li>
                    <li>
                        <img src="/wp-content/themes/psychometrics/images/new/counselling.png" alt="">
                        <h3>Counselling Done</h3>
                    </li>
                </ul>
            </div>

            <div class="col-md-4 col-sm-4 col-xs-12 fadeInDown animated">
                <img src="/wp-content/themes/psychometrics/images/new/appoint.png" alt="">
                <!-- <button><a href="/counselors/">Schedule Appointment</a></button> -->
            </div>
        </div>
    </div>
</section>
<!-- END SCHEDULE SECTION -->

<!-- ABOUT AND FAQ SECTION -->

<section class="aboutus-section">
    <div class="container">
        <div class="row">
            <div class="col-md-8 col-sm-8 col-xs-12">
                <div class="section-description-content fadeInDown animated">
                    <h4 class="site-head">ABOUT US</h4>
                </div>

                <p class="aboutus-p fadeInDown animated">We are a team of working professionals with diverse work experience in the fields of teaching, training, communication and Career Guidance counselling, spanning over six decades. We wanted to do what we love and believe in. We strongly believe that every human being is intelligent. Intelligence is the ability to acquire knowledge and skills. In fact there are multiple intelligence and everyone can find theirs. People should be given an opportunity based on their intelligence rather than based on societal pressures and preconceived notions. Knowing and understanding our true potential and capability, helps to find a profession which is just right for us. Most Importantly it helps us to find inner peace, which leads to happiness and helps us to accept ourselves. It is our endeavour as an enterprise to work towards the happiness of youth, society and nation at large.</p>

                <ul class="aboutus-ul fadeInDown animated">
                    <li><i class="fas fa-check"></i> Scientific Approach </li>
                    <li><i class="fas fa-check"></i> Validated & Standardized Test </li>
                    <li><i class="fas fa-check"></i> Psychometric Assessment </li>
                    <li><i class="fas fa-check"></i> Trained Experienced Counsellors </li>
                    <li><i class="fas fa-check"></i> One to One Counselling </li>
                    <li><i class="fas fa-check"></i> End to End Career Guidance</li>
                </ul>
            </div>

            <div class="col-md-4 col-sm-4 col-xs-12 fadeInDown animated">
                <img src="/wp-content/themes/psychometrics/images/about-us.png" alt="">
            </div>
        </div>
    </div>
</section>

<!-- END ABOUT SECTION -->

<!-- TESTIMONIALS SECTION -->

<section class="testimonials-section">
    <div class="testimonials-bg"></div>
    <div class="container">
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <h4 class="site-head fadeInDown animated">TESTIMONIALS</h4>
                <p class="site-para fadeInDown animated"> What Our Happy Customers Says ?</p>
            </div>
        </div>

        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <div class="carousel slide carousel-slide-testimonials fadeInDown animated" data-ride="carousel" id="quote-carousel" data-interval="5000">
                    <!-- Bottom Carousel Indicators -->
                    <ol class="carousel-indicators">
                        <li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
                        <li data-target="#quote-carousel" data-slide-to="1"></li>
                        <li data-target="#quote-carousel" data-slide-to="2"></li>
                        <li data-target="#quote-carousel" data-slide-to="3"></li>
                    </ol>

                    <!-- Carousel Slides / Quotes -->
                    <div class="carousel-inner carousel-inner-testimonials">
                        <div class="item active">
                            <p>" Hi. My name is Rhea Advani. I am a resident of Dubai, and had been studying there for 17 years. I was quite confused about the stream I wanted to go to even though I was extremely clear about my strength and weaknesses. After doing the tests and speaking to Ms. Indu, I was able to properly understand what I wanted to do and had more clarity about my future decisions. and I am glad with the outcome of my decision. " </p>
                            <h4>Rhea Advani</h4>
                            <h6>Resident Dubai</h6>
                            <img class="" src="/wp-content/themes/psychometrics/images/testimonials/rhea-advani.png" alt="Rhea Advani">
                        </div>
                        <div class="item">
                            <p>" What I loved about the psychometric test and counselling was the interesting spin on questions that made me stop and think. The questions intuitiveness resulted in an accurate perception of myself. It helped me understand how I could play my strong suits and work upon my shortcomings.
                                I would most definitely recommend the test conducted by Indu Bhargava to anyone looking to figure out career choices and make a right decision with the help of her guidance. "</p>
                            <h4>Siya Bhola</h4>
                            <h6>Tagore International School Delhi</h6>
                            <img class="" src="<?php echo ROOT_LINK . 'wp-content/plugins/psychometrics/images/default.svg' ?>" alt="Siya Bhola">
                        </div>
                        <div class="item">
                            <p>" Hi all! I got my daughter’s psychometric test & counselling done by Ms Indu Bhargava when she was in class 10. At the time, my daughter was confused about which career path she should follow. The test result and counselling given by Ms Bhargava was very helpful and helped us choose the right subject stream for our daughter. She is now pursuing BA LLB at
                                Jindal Global Law School. "</p>
                            <h4>Nidhi Sharma Kohli</h4>
                            <h6>Mother</h6>
                            <img class="" src="<?php echo ROOT_LINK . 'wp-content/plugins/psychometrics/images/default.svg' ?>" alt="Nidhi Sharma Kohli">
                        </div>
                        <div class="item">
                            <p>" My name is Rajshri. I’m currently pursuing Msc in Management from UCD. I was contemplating the right path for my career as I completed my previous Masters in Literature but didn’t wish to become a writer, poet or a teacher. I was interested in business courses but never really knew where my interests and abilities would align. Then I met Indu ma’am and she carried out my personality and psychometric tests. "</p>
                            <h4>Rajshri</h4>
                            <h6>UCD - University College Dublin, Ireland</h6>
                            <img class="" src="/wp-content/themes/psychometrics/images/testimonials/rajshree.jpg" alt="Rajshri">
                        </div>
                    </div>

                    <!-- Carousel Buttons Next/Prev -->
                    <a data-slide="prev" href="#quote-carousel" class="left carousel-control"><i class="fa fa-chevron-left"></i></a>
                    <a data-slide="next" href="#quote-carousel" class="right carousel-control"><i class="fa fa-chevron-right"></i></a>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- END TESTIMONIALS SECTION -->
<!-- FAQ SECTION -->
<section class="faq-section">
    <div class="container">
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <h4 class="site-head fadeInDown animated">FAQ's</h4>
                <p class="site-para fadeInDown animated">(Frequently Asked Questions)</p>

                <div class="faq-section-box fadeInDown animated">
                    <button class="accordion accordion-active"> Q1. What is psychometric test?</button>
                    <div class="panel" style="max-height: 210px;">
                        <p>Psychometric tests are used by employers to objectively measure candidates cognitive abilities, attitudes, personality and knowledge. They’re becoming increasingly popular in the recruitment process and are now used in industries ranging from banking and finance to police and the armed forces.</p>
                    </div>

                    <button class="accordion"> Q2. What is career counselling?</button>
                    <div class="panel">
                        <p>Counselling a student or individual regarding his/her career is called career counselling. This is usually done by parents, teachers or family elders in our Indian society. Using scientific methods, like psychometric testing, to arrive at a consensus regarding a career is a much better way as it takes into account the strengths of the student, his interest and his personality traits.</p>
                    </div>

                    <button class="accordion"> Q3. Who made these tests?</button>
                    <div class="panel">
                        <p>These tests have been developed by renowned psychologists. These are standardized tests and the standardization is according to age group and for the Indian population.</p>
                    </div>

                    <button class="accordion"> Q4. How do we help you find your Intelligence?</button>
                    <div class="panel">
                        <p>We do it in most scientific manner using standardised and validated psychometric tools. You take an online assessment and we and will give you detailed personal profile with explanation of your strong points and low points. </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END FAQ SECTION -->
<!-- SUBSCRIBTION SECTION -->

<section class="subscription-section">
    <div class="container">
        <div class="row">
            <div class="col-md-6 col-sm-6 col-xs-12 fadeInDown animated">
                <h4>Get news directly to your email</h4>
                <p>We will only send you important updates and notices.</p>
            </div>
            <div class="col-md-6 col-sm-6 col-xs-12">
                <form class="subscription-form fadeInDown animated" method="post">
                    <button type="button" id="btn-subscribe">Subscribe!</button>
                    <input type="email" name="subs_email" id="subs_email" placeholder="Your Email Address"></input>
                </form>
            </div>
        </div>
    </div>
</section>

<!-- END SUBSCRIBTION SECTION -->
<script src="<?php echo ROOT_LINK . 'wp-content/themes/psychometrics/bootstrap/js/index.js' ?>"></script>
<?php // Gets footer.php
get_footer();
?>