{% extends "front/base.html" %} {% load static %} {% block title %} {{meta.meta_title}} - {{meta.meta_description}} {% endblock title %} {% block title1 %} {{meta.meta_title}} - {{seo_settings.tag_line}} {% endblock title1 %} {% block title2 %} {{meta.meta_title}} - {{seo_settings.tag_line}} {% endblock title2 %} {% block content %}
{% for slider in sliders|slice:":1" %}

{% if slider.title %}{{ slider.title }}{% endif %} {% if slider.subtitle %}{{ slider.subtitle }}{% endif %}

{% if slider.description %}{{ slider.description|safe }}{% endif %}

{% if slider.button1_url or slider.button1_text %} {% endif %} {% if slider.button2_url or slider.button2_text %} {% endif %}
{% if slider.image %}
{% endif %}
{% endfor %} {% if services %}
Our Solutions

Services

{% for service in services %}
0{{ forloop.counter }} {% if service.fontawesome_icon_class %}
{% endif %} {% if service.name %}

{{ service.name }}

{% endif %} {% if service.short_description %}

{{ service.short_description }}

{% endif %}
{% endfor %}
{% 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 funfacts %}
Care Study

Fun Facts

{% for funfact in funfacts %}
{% if funfact.fontawesome_icon_class %}
{% endif %} {% if funfact.count %} 0 {% endif %} {% if funfact.count_after %} {{ funfact.count_after }} {% endif %} {% if funfact.title %}

{{ funfact.title }}

{% endif %}
{% endfor %}
{% endif %} {% if projects %}
Most Popular

Projects

  • All
  • {% for category in project_categories %}
  • {% if category.name %}{{category.name}}{% endif %}
  • {% endfor %}
{% for project in projects|slice:":6" %}
{% if project.category %} {{ project.category }} {% endif %} {% if project.title %}

{{ project.title }}

{% endif %}
{% endfor %}
{% endif %} {% if clients %}
Satisfied Client

Our Partner

{% for client in clients %} {% if client.image %}
{{ client.name }}
{% endif %} {% endfor %}
{% endif %} {% if pricings %}
Getting Start

Pricing Plan

{% for pricing in pricings %}
{% endfor %}
{% endif %} {% if testimonials %}
Testimonial

Client Say About Us

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

{{ testimonial.description }}

{% endif %} {% if testimonial.image %}
{% endif %}
{% endfor %}
{% endif %} {% if teams %}
Our Team

Meet Our Team

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

{{ team.name }}

{% endif %} {% if team.position %} {{ team.position }} {% endif %}
{% endfor %}
{% endif %} {% if blogs %}
All Blog

Latest Post

{% for blog in blogs|slice:":3" %}
{% if blog.thumbnail %} {% endif %}
{% if blog.title %}

{{ blog.title }}

{% endif %}
{% endfor %}
{% endif %} {% endblock %}