-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
750 lines (662 loc) · 37.2 KB
/
index.html
File metadata and controls
750 lines (662 loc) · 37.2 KB
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
<!doctype html>
<!--[if lt IE 7]><html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7]><html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8]><html lang="en" class="no-js ie8"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="UTF-8">
<title>Equine solutions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="js/rs-plugin/css/settings.css">
<link rel="stylesheet" href="css/freeze.css">
<style type="text/css">
.no-js body .wrapper #about .container .row {
text-align: justify;
}
</style>
<script type="text/javascript" src="js/modernizr.custom.32033.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="pre-loader">
<div class="load-con">
<img src="img/freeze/logo.png" class="animated fadeInDown" alt="">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="fa fa-bars fa-lg"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/freeze/logo.png" alt="" class="logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About Us</a>
</li>
<li><a href="#ioc">Applications</a>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown">IOC</a>
<ul class="dropdown-menu">
<li><a href="#features">IOC Features</a>
</li>
<li><a href="#reviews">IOC Shows</a>
</li>
<li><a href="#screens">IOC Screens</a>
</li>
</ul>
</li>
<li><a href="#demo">demo</a>
</li>
<li><a class="getApp" href="#getApp">get app</a>
</li>
<li><a href="#support">support</a>
</li>
<li><a href="http://ioc.myddns.me/fmi/webd/ioc" target="_blank">Login</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-->
</nav>
<!--RevSlider-->
<div class="tp-banner-container">
<div class="tp-banner" >
<ul>
<!-- SLIDE -->
<li data-transition="fade" data-slotamount="7" data-masterspeed="1500" >
<!-- MAIN IMAGE -->
<img src="img/transparent.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption lfl fadeout hidden-xs"
data-x="left"
data-y="bottom"
data-hoffset="30"
data-voffset="0"
data-speed="500"
data-start="700"
data-easing="Power4.easeOut">
<img src="img/freeze/Slides/hand-freeze.png" alt="">
</div>
<div class="tp-caption lfl fadeout visible-xs"
data-x="left"
data-y="bottom"
data-hoffset="700"
data-voffset="0"
data-speed="500"
data-start="700"
data-easing="Power4.easeOut">
<img src="img/freeze/iphone-freeze.png" alt="">
</div>
<div class="tp-caption large_white_bold sft" data-x="550" data-y="center" data-hoffset="0" data-voffset="-80" data-speed="500" data-start="1200" data-easing="Power4.easeOut">
Equine
</div>
<div class="tp-caption large_white_light sfr" data-x="770" data-y="center" data-hoffset="0" data-voffset="-80" data-speed="500" data-start="1400" data-easing="Power4.easeOut">
Solutions
</div>
<div class="tp-caption large_white_light sfb" data-x="550" data-y="center" data-hoffset="0" data-voffset="0" data-speed="1000" data-start="1500" data-easing="Power4.easeOut">
</div>
<div class="tp-caption sfb hidden-xs" data-x="550" data-y="center" data-hoffset="0" data-voffset="85" data-speed="1000" data-start="1700" data-easing="Power4.easeOut">
<a href="#about" class="btn btn-primary inverse btn-lg">LEARN MORE</a>
</div>
</li>
<!-- SLIDE 2 -->
<li data-transition="zoomout" data-slotamount="7" data-masterspeed="1000" >
<!-- MAIN IMAGE -->
<img src="img/transparent.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption lfb fadeout hidden-xs"
data-x="center"
data-y="center"
data-hoffset="0"
data-voffset="0"
data-speed="1000"
data-start="700"
data-easing="Power4.easeOut">
<img src="img/freeze/Slides/freeze-slide2.png" alt="">
</div>
<div class="tp-caption large_white_light sft"
data-x="left"
data-y="150"
data-hoffset="0"
data-voffset="0"
data-speed="1000"
data-start="1400"
data-easing="Power4.easeOut">
<p>Partner of Success</p>
</div>
<div class="tp-caption sfb hidden-xs" data-x="700" data-y="center" data-hoffset="0" data-voffset="85" data-speed="1000" data-start="1700" data-easing="Power4.easeOut">
<a href="http://www.serc.ae" target="_blank" class="btn btn-primary inverse btn-lg">LEARN MORE</a>
</div>
</li>
<!-- SLIDE 3 -->
<li data-transition="zoomout" data-slotamount="7" data-masterspeed="1000" >
<!-- MAIN IMAGE -->
<img src="img/freeze/Slides/black-horse-png-19.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption lfb visible-xs" data-x="center" data-y="center" data-hoffset="0" data-voffset="400" data-speed="1000" data-start="1200" data-easing="Power4.easeOut">
</div>
<div class="tp-caption mediumlarge_light_white sfl hidden-xs" data-x="left" data-y="center" data-hoffset="0" data-voffset="-50" data-speed="1000" data-start="1000" data-easing="Power4.easeOut">
All in one to Manage & Monitor your show
</div>
<div class="tp-caption mediumlarge_light_white sft hidden-xs" data-x="left" data-y="center" data-hoffset="0" data-voffset="0" data-speed="1000" data-start="1200" data-easing="Power4.easeOut">
In Smart, Effictive & Efficient way
</div>
<div class="tp-caption lfl hidden-xs" data-x="left" data-y="center" data-hoffset="0" data-voffset="160" data-speed="1000" data-start="1800" data-easing="Power4.easeOut">
</div>
</li>
</ul>
</div>
</div>
</header>
<div class="wrapper">
<section id="about">
<div class="container">
<div class="section-heading scrollpoint sp-effect3">
<h1>About Us</h1>
<div class="divider"></div>
<p> Equine Solutions was established in 2014 in Cairo, Egypt to develop software and applications to serve the equine field in administration. It was founded by a group of equestrians with more than 20 years professional experience in organising equestrian events and managing sports affairs. Our mission is offering new technologies packed with excellent quality of support to serve those in Sport Management (Shows organising, Federations, Clubs & Riders). Our VISION is to get rid of paperwork and switch to the paperless environment via this flagship technology.
</p>
</div>
<div class="row">
<div id="ioc" class="col-md-4 col-sm-4 col-xs-6">
<div class="about-item scrollpoint sp-effect2">
<i class="fa fa-download fa-2x"></i>
<h3>IOC</h3>
<p>This system covers the smallest details in the art of administrating the International Equestrian Championships. The systems stages are that of pure simplicity negating the need for experts and eradicating the possibility of errors.
FEI imported entry though to the veterinary inspection and rider declarations to the start list order and results reports including prize money calculations to facilitate show tracking. <br>
The mobile app keeps organisers and riders updated by self login managing accounts from the show.
IOC complies with all FEI articles so just one step to select an article and it will calculate the results and prize money. With printable statements for each rider via the finance module and sell your service and products to the riders in easy controllable way
</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6" >
<div class="about-item scrollpoint sp-effect5">
<i class="fa fa-users fa-2x"></i>
<h3>INF</h3>
<p>This application is designed specifically to manage the affairs of the Federation, Clubs and to organise the calendar of National competitions. <br>
Starting from registration of Clubs, horses, Officials and riders to publishing the league calendars and tracking every detail regarding horses data, riders and officials enabling publishing of results, league points and ranking online and handling all financials of competitions from subscription fees and all other services offered by the Federation. It is a web based and can be accessed by any internet user. The Application can be downloaded across all mobile platforms.
</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6" >
<div class="about-item scrollpoint sp-effect5">
<i class="fa fa-mobile fa-2x"></i>
<h3>Smart Stable</h3>
<p>Designed for equestrian clubs and centers that provide stabling for horses and offer products and services for owners such as veterinary treatment, feed…etc.
You can create an account for each client so you can communicate and monitor accurate detailed information for transactions (products, services & livery). <br>
It enables the Club Manager to track and operate in-house livery availability, dates of departure and arrivals. It is easy to use reducing the need for experts with accurate printable reports for each account.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="features">
<div class="container">
<div class="section-heading scrollpoint sp-effect3">
<h1> IOC Features</h1>
<div class="divider"></div>
<p>Learn more about this feature packed App</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-4 scrollpoint sp-effect1">
<div class="media media-left feature">
<a class="pull-right">
<i class="fa fa-cogs fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">Easy set up</h3>
</div>
</div>
<div class="media media-left feature">
<a class="pull-right" >
<i class="fa fa-envelope fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">Friendly interface</h3>
</div>
</div>
<div class="media media-left feature">
<a class="pull-right" >
<i class="fa fa-users fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">No More paper</h3>
</div>
</div>
<div class="media media-left feature">
<a class="pull-right" >
<i class="fa fa-comments fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">All conected </h3>
</div>
</div>
<div class="media media-left feature">
<a class="pull-right">
<i class="fa fa-calendar fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">ALl FEI Rules </h3>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4" >
<img src="img/freeze/iphone-freeze.png" class="img-responsive scrollpoint sp-effect5" alt="">
</div>
<div class="col-md-4 col-sm-4 scrollpoint sp-effect2">
<div class="media feature">
<a class="pull-left">
<i class="fa fa-map-marker fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">Declaration through Mobile Application</h3>
</div>
</div>
<div class="media feature">
<a class="pull-left" >
<i class="fa fa-film fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">Vet Inspection on IPAD</h3>
</div>
</div>
<div class="media feature">
<a class="pull-left">
<i class="fa fa-compass fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">Track your Show by your phone</h3>
</div>
</div>
<div class="media feature">
<a class="pull-left" >
<i class="fa fa-picture-o fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">Full Financial System </h3>
</div>
</div>
<div class="media active feature">
<a class="pull-left">
<i class="fa fa-plus fa-2x"></i>
</a>
<div class="media-body">
<h3 class="media-heading">And much more!</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="reviews">
<div class="container">
<div class="section-heading inverse scrollpoint sp-effect3">
<h1>IOC Shows</h1>
<div class="divider"></div>
<p>Shows we Operated</p>
</div>
<div class="row">
<div class="col-md-10 col-md-push-1 scrollpoint sp-effect3">
<div class="review-filtering">
<div class="review">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/_8903969.png" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>AL Ain International Show Jumping
CSI 3* W & CSI 1* </h3>
<p>
4- 6 February 2016
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/________5867190.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Sharjah Tour -Sharjah Ruler Cup CSI 3* , CSI 1* , CSI J Cat A , CSI 1* YH & CSI CH- A </h3>
<p>
21- 23 January 2016
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/________5867190.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Sharjah Tour - CSI 3*W , CSI 1* , CSI J Cat A ,& CSI CH CSI 1* YH </h3>
<p>
14- 16 January 2016
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/___2515303.png" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Abu Dhabi 2016 CSI3*W , CSI 1* YH & CSI J Cat A- 7 Jan.</h3>
<p>
16 - 9 January 2016
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/________5867190.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Sharjah Tour
CSI2* & CSI 1* YH - 31 Dec.</h3>
<p>
15 - 2 January 2016
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/__1450938236 (1).png" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Al Ain Show Jumping Cup 2015
CSI2</h3>
<p>
2015
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/__1232215.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Kingdom Of Saudi Arabia International Show Jumping Championship
CSI5*W 2015</h3>
<p>
2-5 December 2015
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/__1232215.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Kingdom Of Saudi Arabia International Show Jumping Championship
CSI3*W & CSI J 2015</h3>
<p>
25-28 November 2015
</p>
</div>
</div>
</div>
</div>
<div class="review rollitin">
<div class="row">
<div class="col-md-2">
<div class="review-person">
<img src="img/__6942242.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-10">
<div class="review-comment">
<h3>Sharjah Tour - Sharjah Ruler Cup
CSI 3* , CSI 1* , CSI J-B & CSI YH </h3>
<p>
22 -24 January 2015
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="screens">
<div class="container">
<div class="section-heading scrollpoint sp-effect3">
<h1>IOC Application</h1>
<div class="divider"></div>
<p>See what’s included in the App</p>
</div>
<div class="filter scrollpoint sp-effect3">
<a href="javascript:void(0)" class="button js-filter-all active">All Screens</a>
<a href="javascript:void(0)" class="button js-filter-one">Declaration</a>
<a href="javascript:void(0)" class="button js-filter-two">Vet Check</a>
<a href="javascript:void(0)" class="button js-filter-three">Reports</a>
</div>
<div class="slider filtering scrollpoint sp-effect5" >
<div class="one">
<img class="img-responsive" src="img/freeze/screens/profile.jpg" alt="">
<h4>Profile Page</h4>
</div>
<div class="two">
<img class="img-responsive" src="img/vet/vet1.jpg" alt="">
<h4>Vet. Check</h4>
</div>
<div class="three">
<img class="img-responsive" class="img-responsive" src="img/rep/rep.jpg" alt="">
<h4>Start list</h4>
</div>
<div class="two">
<img class="img-responsive" src="img/vet/vet2.jpg" alt="">
<h4>Check Report</h4>
</div>
<div class="one">
<img class="img-responsive" src="img/dec/mobile1.jpg" alt="">
<h4>User Login</h4>
</div>
<div class="three">
<img class="img-responsive" src="img/rep/rep1.jpg" alt="">
<h4>Score Sheet</h4>
</div>
<div class="one">
<img class="img-responsive" src="img/dec/mobile3.jpg" alt="">
<h4>Declaration</h4>
</div>
<div class="three">
<img class="img-responsive" src="img/rep/rep2.jpg" alt="">
<h4>Results</h4>
</div>
<div class="three">
<img class="img-responsive" src="img/rep/rep3.jpg" alt="">
<h4> Prize Money</h4>
</div>
<div class="three">
<img class="img-responsive" src="img/rep/rep4.jpg" alt="">
<h4>Rider statment</h4>
</div>
<div class="three">
<img class="img-responsive" src="img/rep/rep5.jpg" alt="">
<h4>Invoice</h4>
</div>
</div>
</div>
</section>
<section id="demo">
<div class="container">
<div class="section-heading scrollpoint sp-effect3">
<h1>Demo</h1>
<div class="divider"></div>
<p>Take a closer look in more detail</p>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 scrollpoint sp-effect2">
<div class="video-container" >
<iframe src="https://www.youtube.com/embed/Rtfn_AVfq6Y" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<section id="getApp">
<div class="container-fluid">
<div class="section-heading inverse scrollpoint sp-effect3">
<h1>Get App</h1>
<div class="divider"></div>
<p>We make equestrian competitions simple</p>
</div>
<div class="row">
<div class="col-md-12">
<div class="hanging-phone scrollpoint sp-effect2 hidden-xs">
<img src="img/freeze/freeze-angled2.png" alt="">
</div>
<div class="platforms">
<a href="http://d2wuvg8krwnvon.cloudfront.net/appfile/160c5ff866f0.apk" class="btn btn-primary inverse scrollpoint sp-effect1">
<i class="fa fa-android fa-3x pull-left"></i>
<span>Download for</span><br>
<b>Android</b>
</a>
<a href="http://snappy.appypie.com/user/download-plist/appId/160c5ff866f0
" class="btn btn-primary inverse scrollpoint sp-effect2">
<i class="fa fa-apple fa-3x pull-left"></i>
<span>Download for</span><br>
<b>Apple IOS</b>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="support" class="doublediagonal">
<div class="container">
<div class="section-heading scrollpoint sp-effect3">
<h1>Support</h1>
<div class="divider"></div>
<p>For more info and support, contact us!</p>
</div>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-8 col-sm-8 scrollpoint sp-effect1">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.0696492683114!2d31.319822315115562!3d30.063537981875317!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMzDCsDAzJzQ4LjciTiAzMcKwMTknMTkuMiJF!5e0!3m2!1sen!2seg!4v1478440306553" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="col-md-4 col-sm-4 contact-details scrollpoint sp-effect2">
<div class="media">
<a class="pull-left" href="#" >
<i class="fa fa-map-marker fa-2x"></i>
</a>
<div class="media-body">
<h4 class="media-heading">52 Yousef Abas St, Nasr City, Cairo, EGYPT. 1st Floor Office no.12</h4>
</div>
</div>
<div class="media">
<a class="pull-left" href="#" >
<i class="fa fa-envelope fa-2x"></i>
</a>
<div class="media-body">
<h4 class="media-heading">
<a href="mailto:ioc@equine-solutions.com">ioc@equine-solutions.com</a>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<a href="#" class="scrollpoint sp-effect3">
<img src="img/freeze/logo.png" alt="" class="logo">
</a>
<div class="rights">
<p>Copyright Equine Solutions | By <a href="http://birdsolutuions.co">Birds Solution</a> © 2016</p>
</div>
</div>
</footer>
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/placeholdem.min.js"></script>
<script src="js/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script src="js/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/scripts.js"></script>
<script>
$(document).ready(function() {
appMaster.preLoader();
});
</script>
</body>
</html>