{% extends 'base_en.html.twig' %}
{% block meta %}
<meta name="description" content="BSCM, the reference in Africa
brokerage of agricultural raw materials (nuts, seeds, oils, fats, flour, oilcake)
and professional financing">
{% endblock %}
{% block title %}
Home| BSCM, a pioneer in commodity brokerage and trade finance
{% endblock %}
{% block body %}
<!--/ Carousel Star /-->
{{ include('views/partials/en/_carousel.html.twig') }}
<!--/ Carousel end /-->
<!--/ Services Star /-->
<section class="section-services section-t8 wow fadeInUp section-bg top-0">
<div class="container mt-0 pt-0">
<div class="row">
<div class="col-md-12">
<div class="text-center first-title">
<h2>
The missions of the Commodities Desk
</h2>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-md-4">
<div class="card-box-c foo p-3">
<a href="{{ path('en-relation') }}">
<div class="card-body-c wow fadeInUp section-bg">
<h5 class="text-center">
Connecting<br>
people
</h5>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="card-box-c foo p-3">
<a href="{{ path('en-negociation') }}">
<div class="card-body-c wow fadeInUp section-bg">
<h5 class="text-center">
Negotiation <br> and Intermediary Services
</h5>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="card-box-c foo p-3">
<a href="{{ path('en-conseils-et-informations') }}">
<div class="card-body-c wow fadeInUp section-bg">
<h5 class="text-center">
Strategic advice <br> and information
</h5>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!--/ Services End /-->
<!--/ Services Star /-->
<section class="section-services section-t8 wow fadeInUp section-bg">
<div class="container mt-0 pt-0">
<div class="row">
<div class="col-md-12">
<div class="text-center first-title">
<h2>The missions of the Finance Desk</h2>
</div>
</div>
</div>
<div class="row pt-3">
<div class="col-md-4">
<div class="card-box-c foo p-3">
<a href="{{ path('en-couverture-arbitrage') }}">
<div class="card-body-c wow fadeInUp section-bg">
<h5 class="text-center">
Hedging <br>
and Arbitrage
</h5>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="card-box-c foo p-3">
<a href="{{ path('en-gestion-capitaux') }}">
<div class="card-body-c wow fadeInUp section-bg">
<h5 class="text-center">
Capital <br>
Management
</h5>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="card-box-c foo p-3">
<a href="{{ path('en-structure') }}">
<div class="card-body-c wow fadeInUp section-bg">
<h5 class="text-center">
Professional <br>
loans
</h5>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!--/ Services End /-->
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container pt-0">
<div class="row">
<div class="col-md-12">
<div class="text-center first-title">
<h2>Why place your trust in us?</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-5">
<div class="about-content">
<h4>Our strengths</h4>
<ul>
<li><i class="fa fa-check-square"></i> Specialization in the production area.</li>
<li><i class="fa fa-check-square"></i> Selected and diversified network.</li>
<li><i class="fa fa-check-square"></i> Traceability of exchanges.</li>
<li><i class="fa fa-check-square"></i> Guarantees.</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-5">
<div class="about-content">
<h4>Advantages</h4>
<ul>
<li><i class="fa fa-check-square"></i>Traceability of products.</li>
<li><i class="fa fa-check-square"></i>Reduced negotiation, control and monitoring costs..</li>
<li><i class="fa fa-check-square"></i>Reliable information. </li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<section id="clients" class="section-bg">
{{ include('views/partials/en/_affiliation.html.twig') }}
{# {{ include('views/partials/_ils_nous_font_confiance.html.twig') }}#}
</section>
{% endblock %}