{% extends 'front/base.html' %} {% load static %} {% block title %} {{seo.meta_title}} - {{seo.meta_description}} {% endblock title %} {% block title1 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title1 %} {% block title2 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title2 %} {% block content %}
{% if aboutpage %}
{% if aboutpage.image1 %}
{% endif %}
{% if aboutpage.image2 %} {% endif %} {% if aboutpage.image3 %} {% endif %}
{% if aboutpage.years_of_experience %}
{{ aboutpage.years_of_experience }}
Years
{% endif %}
{% if aboutpage.subtitle %} {{ aboutpage.subtitle }} {% endif %} {% if aboutpage.title %}

{{ aboutpage.title }}

{% endif %}
{% for fact in funfact|slice:":3" %}
{% if fact.count %}{{ fact.count }}{% endif %}{% if fact.count_after %}{{ fact.count_after }}{% endif %} {% if fact.title %}
{{ fact.title }}
{% endif %}
{% endfor %}
{% if aboutpage.description %}

{{ aboutpage.description|safe }}

{% endif %}
{% if aboutpage.feature1 %} {{ aboutpage.feature1 }} {% endif %} {% if aboutpage.feature2 %} {{ aboutpage.feature2 }} {% endif %} {% if aboutpage.feature3 %} {{ aboutpage.feature3 }} {% endif %}
{% endif %} {% if about %}
{% if about.subtitle %} {{ about.subtitle }} {% endif %} {% if about.title %}

{{ about.title }}

{% endif %}
{% if about.short_description %}

{{ about.short_description }}

{% endif %} {% if about.long_description %}

{{ about.long_description|safe }}

{% endif %}
{% if settings.logo_dark %} {% endif %} {% if about.ranking_number %} #{{ about.ranking_number }} {% endif %}

{% if about.tag_line %}{{ about.tag_line }}{% endif %} {% if about.experience %}{{ about.experience }}{% endif %}

{% if about.image %} {% endif %} {% if about.video_thumbnail %} {% endif %}
{% endif %} {% if funfact %}x
Care Study

Fun Facts

{% for fact in funfact %}
{% if fact.fontawesome_icon_class %}
{% endif %} 0{{ fact.count_after }}

{{ fact.title }}

{% endfor %}
{% endif %} {% if teams %}
Our Team

Meet Our Team

{% for team in teams %}
{% if team.image %} {% endif %}

{{ team.name }}

{{ team.position }}
{% endfor %}
{% endif %} {% if testimonials %}
Testimonial

Client Say About Us

{% for testimonial in testimonials %}
{{ testimonial.name }}
{{ testimonial.position }} {% if testimonial.star %}
{% for i in "x"|rjust:testimonial.star %} {% endfor %}
{% endif %}

{{ testimonial.description }}

{% if testimonial.image %}
{% endif %}
{% endfor %}
{% endif %} {% if blogs %}
All Blog

Latest Post

{% for blog in blogs|slice:":3" %} {% endfor %}
{% endif %} {% endblock %}