-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
781 lines (769 loc) · 55.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- title -->
<title>Kwanza – France’s leading independent television producers</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta name="author" content="Kwanza">
<!-- description -->
<meta name="description" content="Kwanza - Production Distribution - Documentary - Paris">
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css" />
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- themify icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- swiper carousel -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- justified gallery -->
<link rel="stylesheet" href="css/justified-gallery.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- revolution slider -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<!-- bootsnav -->
<link rel="stylesheet" href="css/bootsnav.css">
<!-- style -->
<link rel="stylesheet" href="css/style.css" />
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css" />
<!-- Kwanza css -->
<link rel="stylesheet" href="css/kwanza-css-files/kwanza.css" />
<!--[if IE]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- start login popup -->
<form id="loginpopup" action="javascript:void(0)" method="post" class="white-popup-block col-md-3 no-padding center-col mfp-hide">
<div class="padding-fifteen-all bg-white border-radius-6 md-padding-seven-all">
<div class="text-extra-dark-gray alt-font text-large font-weight-600 margin-30px-bottom text-center">Login</div>
<div>
<div id="success-contact-form" class="no-margin-lr" style="display: none;"></div>
<input type="text" name="email" id="email" placeholder="Login" class="input-bg">
<input type="text" name="password" id="subject" placeholder="Password" class="input-bg">
<button id="login-button" type="submit" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza btn-full-width">Login</button>
</div>
<div class="separator-line-horrizontal-full bg-extra-light-gray margin-30px-bottom margin-30px-top width-100"></div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12 text-left text-small xs-text-center">
<a class="text-extra-dark-gray alt-font text-small font-weight-600 margin-30px-bottom" href="password-reset.html">Forgot your password?</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 text-right text-small xs-text-center">
<a class="text-extra-dark-gray alt-font text-small font-weight-600 margin-30px-bottom" href="signup.html">Create an account</a>
</div>
</div>
</div>
</form>
<!-- end login popup -->
<!-- start header -->
<header class="header-with-topbar">
<!-- topbar -->
<div class="top-header-area padding-5px-tb bg-extra-dark-gray">
<div class="container">
<div class="row">
<div class="text-right sm-text-center xs-text-center">
<div>
<a href="#loginpopup" type="button" class="btn btn-medium btn-dark-gray md-margin-15px-bottom sm-display-table sm-margin-lr-auto btn-kwanza-green btn-topbar popup-with-form"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Login
</a>
</div>
</div>
</div>
</div>
</div>
<!-- end topbar -->
<!-- start navigation -->
<nav class="navbar navbar-default bootsnav navbar-top header-light-transparent bg-transparent nav-box-width">
<div class="container nav-header-container">
<!-- start logo -->
<div class="row">
<div class="col-md-2 col-xs-5">
<a href="index.html" title="Kwanza" class="logo">
<img src="images/kwanza/logo/logo.png" data-at2x="images/kwanza/logo/[email protected]" class="logo-dark default" alt="Kwanza">
<img src="images/kwanza/logo/logo-white.png" data-at2x="images/kwanza/logo/[email protected]" alt="Kwanza" class="logo-light">
</a>
</div>
<!-- end logo -->
<div class="col-md-7 col-xs-2 width-auto pull-right accordion-menu xs-no-padding-right">
<button type="button" class="navbar-toggle collapsed pull-right" data-toggle="collapse" data-target="#navbar-collapse-toggle-1">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse pull-right" id="navbar-collapse-toggle-1">
<ul id="accordion" class="nav navbar-nav navbar-left no-margin alt-font text-normal" data-in="fadeIn" data-out="fadeOut">
<!-- start menu item -->
<li class="dropdown megamenu-fw">
<a class="active-kwanza-page" href="index.html">Home</a>
</li>
<li class="dropdown megamenu-fw">
<a href="catalogue.html">Catalogue</a>
</li>
<li class="dropdown megamenu-fw">
<a href="production.html">In production</a>
</li>
<li class="dropdown megamenu-fw">
<a href="about.html">About us</a>
</li>
<li class="dropdown megamenu-fw">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 col-xs-5 width-auto">
<div class="header-searchbar">
<a href="#search-header" class="header-search-form text-white">
<i class="fa fa-search search-button"></i>
</a>
<!-- start search input -->
<form id="search-header" method="post" action="search-result.html" name="search-header" class="mfp-hide search-form-result">
<div class="search-form position-relative">
<button type="submit" class="fa fa-search close-search search-button"></button>
<input type="text" name="search" class="search-input" placeholder="Enter your keywords..." autocomplete="off">
</div>
</form>
<!-- end search input -->
</div>
</div>
</div>
</div>
</nav>
<div class="searchbar-kwanza bg-extra-dark-gray hidden">
<div class="container">
<div class="row">
<div class="text-right sm-text-center xs-text-center">
<div>
<form id="search-header" method="post" action="search-result.html" name="search-header" class="search-form-result">
<div class="search-form position-relative">
<button type="submit" class="fa fa-search close-search search-button"></button>
<input type="text" name="search" class="search-input" placeholder="Enter your keywords..." autocomplete="off" style="border-top: none; border-right: none; border-bottom: 2px solid red; border-left: none; border-image: initial;">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- end navigation -->
</header>
<!-- end header -->
<!-- start slider section -->
<section class="no-padding main-slider height-100 mobile-height">
<div class="height-100 width-100">
<div class="swiper-wrapper">
<!-- start slider item -->
<div class="swiper-slide cover-background" style="background-image:url('images/kwanza/homepage/slider-1920-991-01.jpg');">
<div class="opacity-low bg-extra-dark-gray"></div>
<div class="container position-relative full-screen">
<div class="col-md-12 slider-typography text-left xs-text-center">
<div class="slider-text-middle-main">
<div class="slider-text-middle">
<h3 class="alt-font text-white font-weight-400 line-height-10 width-55 md-width-60 sm-width-70 md-line-height-auto xs-width-100 text-uppercase sub-slider-kwanza mobile-hide">3x52’</h3>
<h1 class="alt-font text-white font-weight-700 letter-spacing-minus-1 line-height-40 width-55 margin-35px-bottom md-width-60 sm-width-70 md-line-height-auto xs-width-100 xs-margin-15px-bottom text-uppercase">Roadways to change</h1>
<p class="text-white text-large margin-four-bottom width-40 md-width-50 sm-width-60 xs-width-100 xs-margin-15px-bottom slider-small-text-mobile">This three-parter gives you the opportunity of meeting communities living in the wilderness
that are about to undergo a real upheaval: the arrival of a roadway!</p>
<div class="btn-dual">
<a href="https://player.vimeo.com/video/75976293" target="_blank" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza popup-vimeo">Watch trailer</a>
<a href="program.html" target="_blank" class="btn btn-transparent-dark-gray btn-small margin-20px-lr xs-margin-5px-top btn-invert-kwanza btn-rounded-kwanza">See more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end slider item -->
</div>
</div>
</section>
<!-- end slider section -->
<!-- start focus on section -->
<section class="wow fadeIn border-bottom bg-white border-color-extra-light-gray no-padding-bottom wow fadeIn">
<div class="container-fluid">
<div class="row text-center">
<div class="col-md-12">
<p class="alt-font text-medium-gray margin-5px-bottom text-uppercase text-small">Check out our latest selection</p>
<h3 class="text-uppercase alt-font text-extra-dark-gray margin-40px-bottom font-weight-700 sm-width-100 xs-width-100">Focus on</h3>
</div>
</div>
<div class="row">
<div class="col-md-12 no-padding xs-padding-15px-lr">
<div class="filter-content overflow-hidden">
<ul class="portfolio-grid work-3col gutter-medium hover-option6 lightbox-portfolio" style="position: relative; height: 1598.62px;">
<li class="grid-sizer"></li>
<!-- start portfolio-item item -->
<li class="design web photography grid-item fadeInUp last-paragraph-no-margin" style="position: absolute; left: 0%; top: 0px; visibility: visible; animation-name: fadeInUp;">
<img class="card-hd-label" src="images/kwanza/catalogue/4k.png" data-no-retina="">
<figure>
<div class="portfolio-img bg-deep-pink position-relative text-center overflow-hidden">
<img src="images/kwanza/kwanza-program-900-650-01.jpg" alt="" data-no-retina="" onclick="javascript:location.href='program.html'">
<div class="portfolio-icon">
<a class="popup-vimeo" href="https://player.vimeo.com/video/75976293">
<i class="fa fa-play text-extra-dark-gray" aria-hidden="true"></i>
</a>
<a title="Name of the program" href="program.html">
<i class="fa fa-info text-extra-dark-gray" aria-hidden="true"></i>
</a>
</div>
</div>
<figcaption class="bg-white caption-hover" onclick="javascript:location.href='program.html'">
<div class="portfolio-hover-main text-center">
<div class="portfolio-hover-box vertical-align-middle">
<div class="portfolio-hover-content position-relative">
<a href="program.html">
<span class="line-height-normal font-weight-600 text-small alt-font margin-5px-bottom text-extra-dark-gray text-uppercase display-block">Another Justice</span>
</a>
<p class="text-medium-gray text-extra-small text-uppercase">3x52’</p>
</div>
</div>
</div>
</figcaption>
</figure>
</li>
<!-- end portfolio item -->
<!-- start portfolio-item item -->
<li class="design web photography grid-item fadeInUp last-paragraph-no-margin" style="position: absolute; left: 0%; top: 0px; visibility: visible; animation-name: fadeInUp;">
<img class="card-hd-label" src="images/kwanza/catalogue/4k.png" data-no-retina="">
<figure>
<div class="portfolio-img bg-deep-pink position-relative text-center overflow-hidden">
<img src="images/kwanza/kwanza-program-900-650-01.jpg" alt="" data-no-retina="" onclick="javascript:location.href='program.html'">
<div class="portfolio-icon">
<a class="popup-vimeo" href="https://player.vimeo.com/video/75976293">
<i class="fa fa-play text-extra-dark-gray" aria-hidden="true"></i>
</a>
<a title="Name of the program" href="program.html">
<i class="fa fa-info text-extra-dark-gray" aria-hidden="true"></i>
</a>
</div>
</div>
<figcaption class="bg-white caption-hover" onclick="javascript:location.href='program.html'">
<div class="portfolio-hover-main text-center">
<div class="portfolio-hover-box vertical-align-middle">
<div class="portfolio-hover-content position-relative">
<a href="program.html">
<span class="line-height-normal font-weight-600 text-small alt-font margin-5px-bottom text-extra-dark-gray text-uppercase display-block">Another Justice</span>
</a>
<p class="text-medium-gray text-extra-small text-uppercase">3x52’</p>
</div>
</div>
</div>
</figcaption>
</figure>
</li>
<!-- end portfolio item -->
<!-- start portfolio-item item -->
<li class="design web photography grid-item fadeInUp last-paragraph-no-margin" style="position: absolute; left: 0%; top: 0px; visibility: visible; animation-name: fadeInUp;">
<figure>
<div class="portfolio-img bg-deep-pink position-relative text-center overflow-hidden">
<img src="images/kwanza/kwanza-program-900-650-01.jpg" alt="" data-no-retina="" onclick="javascript:location.href='program.html'">
<div class="portfolio-icon">
<a class="popup-vimeo" href="https://player.vimeo.com/video/75976293">
<i class="fa fa-play text-extra-dark-gray" aria-hidden="true"></i>
</a>
<a title="Name of the program" href="program.html">
<i class="fa fa-info text-extra-dark-gray" aria-hidden="true"></i>
</a>
</div>
</div>
<figcaption class="bg-white caption-hover" onclick="javascript:location.href='program.html'">
<div class="portfolio-hover-main text-center">
<div class="portfolio-hover-box vertical-align-middle">
<div class="portfolio-hover-content position-relative">
<a href="program.html">
<span class="line-height-normal font-weight-600 text-small alt-font margin-5px-bottom text-extra-dark-gray text-uppercase display-block">Another Justice</span>
</a>
<p class="text-medium-gray text-extra-small text-uppercase">3x52’</p>
</div>
</div>
</div>
</figcaption>
</figure>
</li>
<!-- end portfolio item -->
<!-- start portfolio-item item -->
<li class="design web photography grid-item fadeInUp last-paragraph-no-margin" style="position: absolute; left: 0%; top: 0px; visibility: visible; animation-name: fadeInUp;">
<figure>
<div class="portfolio-img bg-deep-pink position-relative text-center overflow-hidden">
<img src="images/kwanza/kwanza-program-900-650-01.jpg" alt="" data-no-retina="" onclick="javascript:location.href='program.html'">
<div class="portfolio-icon">
<a class="popup-vimeo" href="https://player.vimeo.com/video/75976293">
<i class="fa fa-play text-extra-dark-gray" aria-hidden="true"></i>
</a>
<a title="Name of the program" href="program.html">
<i class="fa fa-info text-extra-dark-gray" aria-hidden="true"></i>
</a>
</div>
</div>
<figcaption class="bg-white caption-hover" onclick="javascript:location.href='program.html'">
<div class="portfolio-hover-main text-center">
<div class="portfolio-hover-box vertical-align-middle">
<div class="portfolio-hover-content position-relative">
<a href="program.html">
<span class="line-height-normal font-weight-600 text-small alt-font margin-5px-bottom text-extra-dark-gray text-uppercase display-block">Another Justice</span>
</a>
<p class="text-medium-gray text-extra-small text-uppercase">3x52’</p>
</div>
</div>
</div>
</figcaption>
</figure>
</li>
<!-- end portfolio item -->
<!-- start portfolio-item item -->
<li class="design web photography grid-item fadeInUp last-paragraph-no-margin" style="position: absolute; left: 0%; top: 0px; visibility: visible; animation-name: fadeInUp;">
<figure>
<div class="portfolio-img bg-deep-pink position-relative text-center overflow-hidden">
<img src="images/kwanza/kwanza-program-900-650-01.jpg" alt="" data-no-retina="" onclick="javascript:location.href='program.html'">
<div class="portfolio-icon">
<a class="popup-vimeo" href="https://player.vimeo.com/video/75976293">
<i class="fa fa-play text-extra-dark-gray" aria-hidden="true"></i>
</a>
<a title="Name of the program" href="program.html">
<i class="fa fa-info text-extra-dark-gray" aria-hidden="true"></i>
</a>
</div>
</div>
<figcaption class="bg-white caption-hover" onclick="javascript:location.href='program.html'">
<div class="portfolio-hover-main text-center">
<div class="portfolio-hover-box vertical-align-middle">
<div class="portfolio-hover-content position-relative">
<a href="program.html">
<span class="line-height-normal font-weight-600 text-small alt-font margin-5px-bottom text-extra-dark-gray text-uppercase display-block">Another Justice</span>
</a>
<p class="text-medium-gray text-extra-small text-uppercase">3x52’</p>
</div>
</div>
</div>
</figcaption>
</figure>
</li>
<!-- end portfolio item -->
<!-- start portfolio-item item -->
<li class="design web photography grid-item fadeInUp last-paragraph-no-margin" style="position: absolute; left: 0%; top: 0px; visibility: visible; animation-name: fadeInUp;">
<figure>
<div class="portfolio-img bg-deep-pink position-relative text-center overflow-hidden">
<img src="images/kwanza/kwanza-program-900-650-01.jpg" alt="" data-no-retina="" onclick="javascript:location.href='program.html'">
<div class="portfolio-icon">
<a class="popup-vimeo" href="https://player.vimeo.com/video/75976293">
<i class="fa fa-play text-extra-dark-gray" aria-hidden="true"></i>
</a>
<a title="Name of the program" href="program.html">
<i class="fa fa-info text-extra-dark-gray" aria-hidden="true"></i>
</a>
</div>
</div>
<figcaption class="bg-white caption-hover" onclick="javascript:location.href='program.html'">
<div class="portfolio-hover-main text-center">
<div class="portfolio-hover-box vertical-align-middle">
<div class="portfolio-hover-content position-relative">
<a href="program.html">
<span class="line-height-normal font-weight-600 text-small alt-font margin-5px-bottom text-extra-dark-gray text-uppercase display-block">Another Justice</span>
</a>
<p class="text-medium-gray text-extra-small text-uppercase">3x52’</p>
</div>
</div>
</div>
</figcaption>
</figure>
</li>
<!-- end portfolio item -->
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center margin-80px-bottom sm-margin-80px-bottom xs-margin-50px-bottom margin-40px-top sm-margin-70px-top xs-margin-50px-top xs-margin-15px-lr">
<a href="catalogue.html" target="_blank" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza">View Catalogue</a>
</div>
</div>
</div>
</section>
<!-- end focus on section -->
<!-- start About section -->
<section id="about" class="wow fadeIn bg-extra-dark-gray" style="visibility: visible; animation-name: fadeIn;">
<div class="container-fluid padding-thirteen-lr md-padding-six-lr xs-padding-15px-lr">
<div class="row equalize sm-equalize-auto">
<div class="col-lg-5 col-md-4 col-sm-12 col-xs-12 margin-10px-bottom margin-10px-top">
<div class="display-table width-100 height-100">
<div class="display-table-cell vertical-align-middle width-100 height-100">
<img src="images/kwanza/homepage/homepage-kwanza-01.jpg" alt="" class="border-radius-6 width-100" data-no-retina="">
</div>
</div>
</div>
<!-- start section title -->
<div class="col-lg-7 col-md-8 col-sm-12 col-xs-12 display-table sm-margin-nine-bottom xs-margin-50px-bottom xs-text-center wow fadeIn last-paragraph-no-margin margin-20px-bottom margin-20px-top"
style="visibility: visible; animation-name: fadeIn; height: 463px;">
<div class="display-table-cell vertical-align-middle">
<!-- section title -->
<h4 class="text-white font-weight-300 alt-font width-100">Kwanza is a leading independent TV distributor specialized in</br>
<strong>high-profile documentaries</strong>
</h4>
<!-- end section title -->
<p class="width-80 text-white md-width-90 sm-width-100">With its unique catalogue of carefully-selected, high-definition titles, Kwanza is a key figure in the
world of factual content. In effect, its programs are highly rated by viewers and the industry and
regularly win major festival awards. Since its creation in 2006, the company has emerged as a trusted
partner for a wide range of broadcasters and producers, and is renown for its culture of excellency
and its creative and personable approach to program sales. Thanks to its presence in all major markets,
a dedicated and energetic sales team, its boutique approach to marketing and selling, Kwanza makes
sure to deliver the best service to its clients. Kwanza is involved in the whole life-cycle of documentary
projects, making it a 360-factual specialist: from finance-raising, international co-productions
and pre-sales to production and international distribution..</p>
<a href="about.html" class="btn btn-dark-gray btn-kwanza-green margin-35px-top btn-small sm-margin-25px-top btn-rounded-kwanza">Know More</a>
</div>
</div>
<!-- end section title -->
<!-- start feature box -->
<!-- end feature box -->
</div>
</div>
</section>
<!-- end About section -->
<!-- start blog section -->
<section id="blog" class="bg-light-gray wow fadeIn">
<div class="container">
<div class="row">
<div class="col-md-12 text-center margin-40px-bottom sm-margin-40px-bottom xs-margin-50px-bottom">
<p class="alt-font margin-5px-bottom text-uppercase text-medium-gray text-small">What’s up with Kwanza</p>
<h3 class="text-uppercase alt-font text-extra-dark-gray margin-20px-bottom font-weight-700 sm-width-100 xs-width-100">Latest News</h3>
<span class="separator-line-horrizontal-medium-light2 bg-deep-green display-table margin-auto width-100px"></span>
</div>
</div>
<div class="row">
<div class="col-md-12 no-padding xs-padding-15px-lr">
<ul class="blog-grid blog-3col gutter-large blog-post-style5">
<li class="grid-sizer"></li>
<!-- start blog post item -->
<li class="grid-item wow fadeInUp last-paragraph-no-margin">
<div class="blog-post bg-white">
<div class="blog-post-images overflow-hidden">
<a href="single-recent-news.html">
<img src="images/kwanza/homepage/kwanza-news-900-650-01.jpg" alt="">
</a>
<div class="blog-categories bg-white text-uppercase text-extra-small alt-font">
<a href="news.html">Market</a>
</div>
</div>
<div class="post-details inner-match-height padding-40px-all sm-padding-20px-all xs-padding-30px-tb">
<div class="blog-hover-color"></div>
<a href="single-recent-news.html" class="alt-font post-title text-medium text-extra-dark-gray display-block md-width-100 margin-5px-bottom">Kwanza was at the Asian Side of the Doc in Bangkok and participated in the Distributor’s showcase</a>
<div class="author">
<span class="text-medium-gray text-uppercase text-extra-small display-inline-block">21 March 2018</span>
</div>
<div class="separator-line-horrizontal-full bg-medium-gray margin-20px-tb"></div>
<p>Benjamin Ternynck has attended the Asian Side of the Doc in Bangkok from 30th January to 2nd February 2018… <u><a href="single-recent-news.html">See more</a></u>
</p>
</div>
</div>
</li>
<!-- end blog post item -->
<!-- start blog post item -->
<li class="grid-item wow fadeInUp last-paragraph-no-margin" data-wow-delay="0.2s">
<!-- start blog item -->
<div class="blog-post bg-white">
<div class="blog-post-images overflow-hidden">
<a href="single-recent-news.html">
<img src="images/kwanza/homepage/kwanza-news-900-650-01.jpg" alt="">
</a>
<div class="blog-categories bg-white text-uppercase text-extra-small alt-font">
<a href="news.html">Market</a>
</div>
</div>
<div class="post-details inner-match-height padding-40px-all sm-padding-20px-all xs-padding-30px-tb">
<div class="blog-hover-color"></div>
<a href="single-recent-news.html" class="alt-font post-title text-medium text-extra-dark-gray display-block md-width-100 margin-5px-bottom">Kwanza was at the Asian Side of the Doc in Bangkok and participated in the Distributor’s showcase</a>
<div class="author">
<span class="text-medium-gray text-uppercase text-extra-small display-inline-block">21 March 2018</span>
</div>
<div class="separator-line-horrizontal-full bg-medium-gray margin-20px-tb"></div>
<p>Benjamin Ternynck has attended the Asian Side of the Doc in Bangkok from 30th January to 2nd February 2018… <u><a href="single-recent-news.html">See more</a></u>
</p>
</div>
</div>
<!-- end blog item -->
</li>
<!-- end blog post item -->
<!-- start blog post item -->
<li class="grid-item wow fadeInUp last-paragraph-no-margin" data-wow-delay="0.4s">
<div class="blog-post bg-white">
<div class="blog-post-images overflow-hidden">
<a href="single-recent-news.html">
<img src="images/kwanza/homepage/kwanza-news-900-650-01.jpg" alt="">
</a>
<div class="blog-categories bg-white text-uppercase text-extra-small alt-font">
<a href="news.html">Market</a>
</div>
</div>
<div class="post-details inner-match-height padding-40px-all sm-padding-20px-all xs-padding-30px-tb">
<div class="blog-hover-color"></div>
<a href="single-recent-news.html" class="alt-font post-title text-medium text-extra-dark-gray display-block md-width-100 margin-5px-bottom">Kwanza was at the Asian Side of the Doc in Bangkok and participated in the Distributor’s showcase</a>
<div class="author">
<span class="text-medium-gray text-uppercase text-extra-small display-inline-block">21 March 2018</span>
</div>
<div class="separator-line-horrizontal-full bg-medium-gray margin-20px-tb"></div>
<p>Benjamin Ternynck has attended the Asian Side of the Doc in Bangkok from 30th January to 2nd February 2018… <u><a href="single-recent-news.html">See more</a></u>
</p>
</div>
</div>
</li>
<!-- end blog post item -->
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center margin-80px-bottom sm-margin-80px-bottom xs-margin-50px-bottom margin-40px-top sm-margin-70px-top xs-margin-50px-top xs-margin-15px-lr">
<a href="news.html" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza">See All</a>
</div>
</div>
</div>
</section>
<!-- end blog section -->
<!-- start upcoming event section -->
<section id="upcomingevents" class="bg-white wow fadeIn">
<div class="container">
<div class="row">
<div class="col-md-12 text-center margin-40px-bottom sm-margin-40px-bottom xs-margin-50px-bottom">
<p class="alt-font margin-5px-bottom text-uppercase text-medium-gray text-small">Where to meet us next</p>
<h3 class="text-uppercase alt-font text-extra-dark-gray margin-20px-bottom font-weight-700 sm-width-100 xs-width-100">Upcoming Events</h3>
<span class="separator-line-horrizontal-medium-light2 bg-deep-green display-table margin-auto width-100px"></span>
</div>
</div>
<div class="row">
<div class="col-md-12 no-padding xs-padding-15px-lr">
<ul class="blog-grid blog-3col gutter-large blog-post-style5">
<li class="grid-sizer"></li>
<!-- start upcoming event post item -->
<li class="grid-item wow fadeInUp last-paragraph-no-margin">
<div class="blog-post bg-white">
<div class="blog-post-images overflow-hidden">
<img src="images/kwanza/homepage/upcoming-event-1200-854.jpg" alt="">
</div>
<div class="post-details inner-match-height padding-40px-all sm-padding-20px-all xs-padding-30px-tb">
<div class="blog-hover-color"></div>
<p class="alt-font post-title text-medium text-extra-dark-gray display-block md-width-100 margin-5px-bottom">Meet with Kwanza at MIPCOM 2019 !</p>
<div class="separator-line-horrizontal-full bg-medium-gray margin-20px-tb"></div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard
dummy...
</p>
</div>
</div>
<div class="col-md-12 text-center margin-80px-bottom sm-margin-10px-bottom xs-margin-10px-bottom margin-10px-top sm-margin-10px-top xs-margin-10px-top xs-margin-15px-lr">
<a href="mailto:[email protected] ?subject=Email from Website" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza">Book a meeting</a>
</div>
</li>
<!-- end upcoming event post item -->
<!-- start upcoming event post item -->
<li class="grid-item wow fadeInUp last-paragraph-no-margin">
<div class="blog-post bg-white">
<div class="blog-post-images overflow-hidden">
<img src="images/kwanza/homepage/upcoming-event-1200-854.jpg" alt="">
</div>
<div class="post-details inner-match-height padding-40px-all sm-padding-20px-all xs-padding-30px-tb">
<div class="blog-hover-color"></div>
<p class="alt-font post-title text-medium text-extra-dark-gray display-block md-width-100 margin-5px-bottom">Meet with Kwanza at MIPCOM 2019 !</p>
<div class="separator-line-horrizontal-full bg-medium-gray margin-20px-tb"></div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy...
</p>
</div>
</div>
<div class="col-md-12 text-center margin-80px-bottom sm-margin-10px-bottom xs-margin-10px-bottom margin-10px-top sm-margin-10px-top xs-margin-10px-top xs-margin-15px-lr">
<a href="mailto:[email protected] ?subject=Email from Website" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza">Book a meeting</a>
</div>
</li>
<!-- end upcoming event post item -->
<!-- start upcoming event post item -->
<li class="grid-item wow fadeInUp last-paragraph-no-margin">
<div class="blog-post bg-white">
<div class="blog-post-images overflow-hidden">
<img src="images/kwanza/homepage/upcoming-event-1200-854.jpg" alt="">
</div>
<div class="post-details inner-match-height padding-40px-all sm-padding-20px-all xs-padding-30px-tb">
<div class="blog-hover-color"></div>
<p class="alt-font post-title text-medium text-extra-dark-gray display-block md-width-100 margin-5px-bottom">Meet with Kwanza at MIPCOM 2019 !</p>
<div class="separator-line-horrizontal-full bg-medium-gray margin-20px-tb"></div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum standard dummy...
</p>
</div>
</div>
<div class="col-md-12 text-center margin-80px-bottom sm-margin-10px-bottom xs-margin-10px-bottom margin-10px-top sm-margin-10px-top xs-margin-10px-top xs-margin-15px-lr">
<a href="mailto:[email protected] ?subject=Email from Website" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza">Book a meeting</a>
</div>
</li>
<!-- end upcoming event post item -->
</ul>
</div>
</div>
</div>
</section>
<!-- end upcoming event section -->
<!-- start footer -->
<footer class="footer-standard-dark bg-extra-dark-gray">
<div class="footer-widget-area padding-five-tb xs-padding-30px-tb">
<div class="container">
<div class="row equalize xs-equalize-auto">
<div class="col-md-4 col-sm-6 col-xs-12 widget border-right border-color-medium-dark-gray sm-no-border-right sm-margin-10px-bottom xs-text-center">
<!-- start logo -->
<a href="index.html" class="margin-20px-bottom display-inline-block">
<img class="footer-logo" src="images/logo.png" data-at2x="images/[email protected]" alt="Kwanza">
</a>
<!-- end logo -->
<!-- <p class="text-small width-95 xs-width-100">KWANZA programs regularly win major international festival awards, and are highly rated by the viewers
and industry peers.</p>
<p class="text-small width-95 xs-width-100"> Rapidly expanding, KWANZA distributes its own production worldwide, along with other international catalogues
of producers.</p> -->
<div class="sm-no-border-right sm-margin-10px-bottom"></div>
</div>
<!-- start additional links -->
<div class="col-md-4 col-sm-6 col-xs-12 widget border-right border-color-medium-dark-gray padding-45px-left sm-padding-15px-left sm-no-border-right sm-margin-30px-bottom xs-text-center">
<div class="widget-title alt-font text-small text-medium-gray text-uppercase margin-10px-bottom font-weight-600">More about Kwanza</div>
<ul class="list-unstyled">
<li>
<a class="text-small" href="about.html">About us</a>
</li>
<li>
<a class="text-small" href="news.html">Latest News</a>
</li>
<li>
<a class="text-small" href="index.html#upcomingevents">Upcoming events</a>
</li>
<li>
<a class="text-small" href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- end additional links -->
<!-- start contact information -->
<div class="col-md-4 col-sm-6 col-xs-12 widget padding-45px-left sm-padding-15px-left sm-clear-both sm-no-border-right xs-margin-30px-bottom xs-text-center">
<div class="widget-title alt-font text-small text-medium-gray text-uppercase margin-10px-bottom font-weight-600">Contact Info</div>
<p class="text-small display-block margin-15px-bottom width-80 xs-center-col">Kwanza
<br>40 rue de Paris</br>92100 Boulogne-Billancourt</br>FRANCE</p>
<div class="text-small">Email:
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="text-small">Phone: +33 (0)1 41 22 90 50</div>
<a href="#" class="text-small text-uppercase text-decoration-underline">View Direction</a>
</div>
<!-- end contact information -->
<!-- start newsletter information -->
<!-- <div class="col-md-3 col-sm-6 col-xs-12 widget sm-margin-30px-bottom xs-text-center">
<div class="widget-title alt-font text-small text-medium-gray text-uppercase margin-15px-bottom font-weight-600">Subscribe Newsletter</div>
<p class="text-small width-90 xs-width-100">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy
text of the printing and typesetting industry.</p>
<form id="subscribenewsletterform" action="javascript:void(0)" method="post">
<div class="position-relative newsletter width-95">
<div id="success-subscribe-newsletter" class="no-margin-lr" style="display: none;"></div>
<input type="text" id="email" name="email" class="bg-transparent text-small no-margin border-color-medium-dark-gray" placeholder="Enter your email...">
<button id="button-subscribe-newsletter" type="submit" class="btn btn-arrow-small position-absolute border-color-medium-dark-gray">
<i class="fa fa-caret-right no-margin-left"></i>
</button>
</div>
</form>
</div> -->
<!-- end newsletter information -->
</div>
</div>
</div>
<div class="bg-dark-footer padding-50px-tb text-center xs-padding-30px-tb">
<div class="container">
<div class="row">
<!-- start copyright -->
<div class="col-md-6 col-sm-6 col-xs-12 text-left text-small xs-text-center">
Kwanza.fr - Design and Front-end by
<a href="http://www.romaincapelle.com" target="_blank" class="text-dark-gray footer-link-kwanza">RomainCapelle.com</a> - Development by
<a href="http://www.i2ic.com" target="_blank" class="text-dark-gray footer-link-kwanza">i2ic.com</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 text-right text-small xs-text-center">
<span class="text-dark-gray footer-link-kwanza">
<a class="facebook alt-font" href="https://www.facebook.com/" target="_blank">
</a>
<a href="https://facebook.com" class="text-dark-gray footer-link-kwanza">
<i class="fa fa-facebook " aria-hidden="true"> </i> Join us on Facebook</a>
</span>
<span> - </span>
<a href="termsandcondition.html" class="text-dark-gray footer-link-kwanza">Terms and Conditions</a>
</div>
<!-- end copyright -->
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- javascript libraries -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- menu navigation -->
<script type="text/javascript" src="js/bootsnav.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<!-- animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- page scroll -->
<script type="text/javascript" src="js/page-scroll.js"></script>
<!-- swiper carousel -->
<script type="text/javascript" src="js/swiper.min.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/jquery.count-to.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js/jquery.stellar.js"></script>
<!-- magnific popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<!-- portfolio with shorting tab -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<!-- images loaded -->
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<!-- pull menu -->
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/hamburger-menu.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/counter.js"></script>
<!-- fit video -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- equalize -->
<script type="text/javascript" src="js/equalize.min.js"></script>
<!-- skill bars -->
<script type="text/javascript" src="js/skill.bars.jquery.js"></script>
<!-- justified gallery -->
<script type="text/javascript" src="js/justified-gallery.min.js"></script>
<!--pie chart-->
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<!-- instagram -->
<script type="text/javascript" src="js/instafeed.min.js"></script>
<!-- retina -->
<script type="text/javascript" src="js/retina.min.js"></script>
<!-- revolution -->
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<!-- revolution slider extensions (load below extensions JS files only on local file systems to make the slider work! The following part can be removed on server for on demand loading) -->
<!--<script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script>-->
<!-- setting -->
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/kwanza.js"></script>
</body>
</html>