{% 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 %}
{% if settings.slider_particle_is_active %}
{% endif %}

{% 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_light %} {% 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 products %}
Our Solutions

Product

{% for product in products %}
0{{ forloop.counter }} {% if product.name %}

{{ product.name }}

{% endif %} {% if product.short_description %}

{{ product.short_description }}

{% 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 %}

Our Partner

{% for client in clients %} {% if client.image %}
{{ client.name }}
{% endif %} {% endfor %}
{% endif %} {% endblock content %}