/*
Theme Name: Kindori Child
Theme URI: http://demo.cmssuperheroes.com/themeforest/kindori/
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: Kindori WordPress theme crafted for kindergarten and preschool, child care and nursery, education and children related endeavors, Kindori is a visually impressive, creative and vibrant, well structured, feature rich and responsive WordPress Theme. Kindori is a perfect Theme for projects that strongly focus on handling children or related to kids and their growing activities.
Version: 1.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: kindori-child
Template:     kindori
Tags: child care, children, kids, kindergarten, kindergarten wordpress, nursery, parents, preschool, school, timetable, toddlers, education, teacher, elearning.
*/
/* css by faisal*/
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="//gmpg.org/xfn/11">
    <?php wp_head(); ?>
</head>


<body <?php body_class(); ?>>
    <?php
        wp_body_open();
    ?>
    <div id="page" class="site">
        <?php 
        	kindori_page_loading();
        	kindori_header_layout();
            kindori_page_title_layout();
        ?>
        <div id="content" class="site-content">
        	<div class="content-inner">


/* css by faisal*/