-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
497 lines (457 loc) · 26.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TESSERACT 4.0</title>
<meta charset="utf-8">
<link rel="icon" href="images/web-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Tesseract is the flagship event of IEEE Student Branch SJCET Palai. The event includes many talks, technical workshops, fun and networking sessions." />
<meta name="keywords" content="Tesseract 4.0, Tesseract, SJCET Palai,IEEE Student Branch SJCET, IEEE SB SJCET, SJCET,Kottyam, IEEE Link,IEEE Kochi Hub, IEEE Kerala SEction" />
<meta name="author" content="Shinu Shaju" />
<meta name="theme-color" content="#fff">
<meta name="msapplication-navbutton-color" content="#fff">
<meta name="apple-mobile-web-app-status-bar-style" content="#fff">
<link href="https://fonts.googleapis.com/css?family=Paytone One:300,400,600,700,900|Poppins:300,400,600,700,900|Raleway|Titillium+Web:300,400,600,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-min.css">
<script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128233540-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128233540-1');
</script>
</head>
<body data-spy="scroll" data-target="#ftco-navbar" data-offset="200">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<div><img src="images/logo-light.png" class="logo"></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<div class="menuOne">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse fg" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="#home" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#About" class="nav-link">About</a></li>
<li class="nav-item"><a href="#Event-Highlights" class="nav-link">Highlights</a></li>
<li class="nav-item"><a href="#Speakers" class="nav-link">Speakers</a></li>
<li class="nav-item"><a href="#Workshops" class="nav-link">Workshops</a></li>
<li class="nav-item"><a href="#Registration-Details" class="nav-link">Registration</a></li>
<li class="nav-item"><a href="#Contact" class="nav-link">Contact</a></li>
</ul>
</div>
<img src="images/IEEE-nav-logo-light.jpg" class="nav-brand-logo">
</div>
</nav>
<section class="ftco-cover" style="background: linear-gradient(to bottom,#6102ef 30%, #9900cc 100%);background-position:center center;background-size:cover;width: 100%;height:100%;" id="home">
<div style="position: absolute;background-image: url('images/memphis1.png');background-position: center;background-repeat: repeat;background-size: contain;opacity: 0.1;min-width: 100%;min-height:105%;"></div>
<div class="container">
<div class="row align-items-center text-center justify-content-center ftco-vh-100">
<div class="col-lg-12 col-md-12">
<div class="ieee-logo-head ftco-animate"><img src="images/IEEE-nav-logo-light.jpg" class="brand-logo" alt="IEEE"></div>
<div class="ieee-head ftco-animate">IEEE Student Branch SJCET</div>
<h1 class="heading mb-3 ftco-animate">Join The Technical Extravaganza</h1>
<!--<h2 class="subheading ftco-animate">Explore Celebrate Innovate</h2>-->
<center><h3 class="mini-subheading ftco-animate"><i class="fa fa-map-marker"></i> St. Joseph's College<br> of Engineering and Technology, Palai</h3></center>
<h3 class="mini-subheading ftco-animate"><i class="fa fa-calendar"></i> November 16-17</h3>
<div class="wrap ftco-animate">
<button class="reg-button" onclick="location.href='#0'" data-animation="ripple">Get Registered</button><br><br><br> <div style="height:70px;"></div>
</div>
</div>
</div>
</div>
<!--<div id="giveawayPopup" class="pop-up effect">
<div class="glossy">
<div class="pop-up-wrapper">
<span id='close' onclick='this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode); return false;'><i class="fa fa-times-circle"></i></span>
<br><div class="pop-up-inner">
<h2>Hurry Up!!!</h2>
<h2 style="font-weight:normal">Time Left to Register!!!</h2>
<div id="clockdiv">
<span class="days"></span> Days
<span class="hours"></span> Hrs
<span class="minutes"></span> Mins
<span class="seconds"></span> Secs
</div>
</div>
</div>
</div>
</div>-->
</section>
<section class="ftco-section" id="About">
<div class="container">
<div class="row mb-5">
<div class="col-md-12 text-center ftco-animate">
<h2 class=" section-headers ">About Tesseract 4.0</h2><hr class="hr-line mb-5"/>
<div class="row justify-content-center" style="padding:0px 10px;font-size:17px;">
<p class="para-font1">
Tesseract is an event organized by <a href="http://ieee.sjcetpalai.ac.in" style="color:#848484;">IEEE Student Branch of St. Josephs College Of Engineering And Technology Palai</a>. This year Tesseract 4.0 is back to illuminate every stage with your verve and vitality.
It will be a fantastic platform for everyone to explore themselves by letting you to dive deeper into the mesmerising world of technologies as
Tesseract 4.0 comes with a plethora of Technical Workshops and Expert Talks.
But it's not just that, the event also comes preloaded with lots of competitions and cultural programs to keep you amused and to instill in you a sense of happiness and joy throughout.
The event is sponsored by IEEE Power and Energy society (PES), the world's largest platform for sharing the latest in technological
developments in the Electric Power and Energy sector.
</p>
<div class="wrap ftco-animate">
<button class="brochure-button" onclick="location.href='Tesseract Brochure.pdf'" data-animation="ripple" style="white-space:nowrap;">Download Brochure</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="Event-Highlights">
<div class="container">
<div class="row para-font1">
<div class="col-md-12 text-center mb-5 ftco-animate">
<h2 class="section-headers ">Event Highlights</h2><hr class="hr-line"/>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block text-center ftco-media ftco-animate p-md-5">
<div class="zoom"><img src="Illustrations/skills.svg" class="event-highlights"alt="Enrich Skills"></div>
<div class="media-body">
<h5 class=" mt-0"><b>Enrich Your Skills</b></h5>
<p >To move faster and easier gets your wheel's surface smoothened and carve it in perfect circular shape, enrich and enhance your skills</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block text-center ftco-media ftco-animate p-md-5">
<div class="zoom"><img src="Illustrations/talks.svg" class="event-highlights"alt="Talks"></div>
<div class="media-body">
<h5 class="mt-0"><b>Talks From Experts</b></h5>
<p>You could be a prodigy but, however good the ingredients are, there gotta be a cook to make the dish delicious; master the tactics from the experts</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block text-center ftco-media ftco-animate p-md-5">
<div class="zoom"><img src="Illustrations/networking.svg" class="event-highlights"alt="Networking Sessions"></div>
<div class="media-body">
<h5 class="mt-0"><b>Networking Sessions</b></h5>
<p>When you talk you repeat, when you listen you learn and to listen you need someone to talk, interact and think along! Find the weirdos same as you</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block text-center ftco-media ftco-animate p-md-5">
<div class="zoom"><img src="Illustrations/insights.svg" class="event-highlights"alt="Tech Insights"></div>
<div class="media-body">
<h5 class="mt-0"><b>Get Tech Insights</b></h5>
<p>Learn to handle the double edged sword or you're gonah cut your own veins; dont forget to brace yourselves with the updating techies this winter</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block text-center ftco-media ftco-animate p-md-5">
<div class="zoom"><img src="Illustrations/workshops.svg" class="event-highlights"alt="Workshops"></div>
<div class="media-body">
<h5 class="mt-0"><b>Technical Workshops</b></h5>
<p>Come, beat the metal your self! The art of mastering a skill has never gone worthless. Suit yourself with the technical hands on workshops</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="media d-block text-center ftco-media ftco-animate p-md-5">
<div class="zoom"><img src="Illustrations/celebrations.svg" class="event-highlights"alt="Culturals"></div>
<div class="media-body">
<h5 class="mt-0"><b>Cultural Programs</b></h5>
<p>Don't miss out the cultural night which promotes cultural exchange through cultural exhibits, cultural activities, performances and dinner.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="ftco-section" id="Speakers">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb-5 ftco-animate">
<h2 class="section-headers ">Our Speakers</h2><hr class="hr-line"/>
</div></div>
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate speakers-card">
<img class="speaker-image" src="images\Speakers\Georgey P Jacob.jpg" alt="Georgey P Jacob">
<br><br>
<font class="speaker-name">Georgey P Jacob</font><br>Director of Strategic Growth,<br>Netobjex, Inc. California, USA<br>
</div>
</div>
<div class="col-lg-4 col-md-12 speakers-font">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate speakers-card">
<img class="speaker-image" src="images\Speakers\Merin Joseph.jpg" alt="Merin Joseph IPS">
<br><br>
<font class="speaker-name">Merin Joseph IPS</font><br>Superintendent of Police (SP),<br>Railways, Kerala Police<br>
</div>
</div>
<div class="col-lg-4 col-md-12 speakers-font">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate speakers-card">
<img class="speaker-image" src="images\Speakers\Sarada Jayakrishnan.jpg" alt="Sarada Jayakrishnan">
<br><br>
<font class="speaker-name">Sarada Jayakrishnan</font><br>Vice Chairman - IEEE Kerala Section,<br>DGM(Operations) - Terumo Penpol Limited,Trivandrum<br>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-12 speakers-font hide-box">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate speakers-card">
<div class="speaker-image"></div>
<br><br>
</div></div>
<div class="col-lg-3 col-md-12 speakers-font">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate speakers-card">
<img class="speaker-image" src="images\Speakers\Jayakrishnan MC.jpg" alt="Jayakrishnan MC">
<br><br>
<font class="speaker-name">Jayakrishnan MC</font><br>Chairman - IEEE Professional Activities,<br>IEEE Kerala Section,<br>COO - InApp, Trivandrum<br>
</div>
</div>
<div class="col-lg-3 col-md-12 speakers-font">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate speakers-card">
<img class="speaker-image" src="images\Speakers\Akash P Nambiar.jpg" alt="Akash P Nambiar">
<br><br>
<font class="speaker-name">Akash P Nambiar</font><br>IEEE Kerala Young Professional,<br> Associate Software Devoloper, UST Global<br>
</div>
</div>
<div class="col-lg-3 col-md-12 speakers-font hide-box">
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate speakers-card">
<div class="speaker-image"></div>
<br><br>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="Workshops">
<div class="container">
<div class="row">
<div class="col-md-12 text-center ftco-animate">
<h2 class=" section-headers ">Workshops</h2><hr class="hr-line mb-5"/>
</div>
</div>
<!-- END row -->
<div class="row">
<div class="col-lg-3 col-md-6 mb-5 ftco-animate">
<figure><img src="images/Workshops/Blockchain.jpg" alt="Blockchain-Workshop" class="img-fluid workshops-img2"></figure>
<h3 class="h4"><b>Blockchain Workshop</b></h3>
<a href="Blockchain Workshop.html" class="workshop-details-link">More Details <i class="fa fa-arrow-circle-o-right"></i></a>
</div>
<div class="col-lg-3 col-md-6 mb-5 ftco-animate">
<figure><img src="images/Workshops/electric-vehicle.jpg" alt="EV-Workshop" class="img-fluid workshops-img2"></figure>
<h3 class="h4"><b>Electric Vehicle Workshop</b></h3>
<a href="Electric Vehicle Workshop.html" class="workshop-details-link">More Details <i class="fa fa-arrow-circle-o-right" ></i></a>
</div>
<div class="col-lg-3 col-md-6 mb-5 ftco-animate">
<figure><img src="images/Workshops/scadas.jpg" alt="Scada Workshop" class="img-fluid workshops-img2"></figure>
<h3 class="h4"><b>Scada Workshop</b></h3>
<a href="Scada Workshop.html" class="workshop-details-link">More Details <i class="fa fa-arrow-circle-o-right"></i></a>
</div>
<div class="col-lg-3 col-md-6 mb-5 ftco-animate">
<figure><img src="images/Workshops/mw.jpg" alt="LEAD Workshop" class="img-fluid workshops-img2"></figure>
<h3 class="h4"><b>Leadership Exploration and Development Workshop</b></h3>
<a href="LEAD Workshop.html" class="workshop-details-link">More Details <i class="fa fa-arrow-circle-o-right"></i></a>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="Registration-Details">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb-5 ftco-animate">
<h2 class="section-headers ">Registration Details</h2><hr class="hr-line"/>
</div>
<div class="col-lg-6 col-md-12 speakers-font">
<center><div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate reg-card reg-card-width">
<p><i class="fa fa-telegram"></i></p>
<div class="registration-details-header">IEEE MEMBERS</div>
<br>
<div class="registration-details-list">
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Certificates</p>
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Goodies</p>
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Access to all sessions</p>
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Food and Accomodation</p>
</div>
<div class="registration-amount">₹1000</div>
<br>
<button class="reg-button2" onclick="location.href='#0'" data-animation="ripple">Register Now</button>
<br>
</div>
</center>
</div>
<div class="col-lg-6 col-md-12 speakers-font" >
<center>
<div class="media d-block mb-4 text-center ftco-media p-md-5 p-4 ftco-animate reg-card reg-card-width">
<p><i class="fa fa-telegram"></i></p>
<div class="registration-details-header">NON IEEE MEMBERS</div>
<br>
<div class="registration-details-list">
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Certificates</p>
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Goodies </p>
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Access to all sessions</p>
<p><i class="fa fa-check-circle" aria-hidden="true"></i> Food and Accomodation</p>
</div>
<div class="registration-amount">₹1200</div>
<br>
<button class="reg-button2" onclick="location.href='#0'" data-animation="ripple">Register Now</button>
<br>
</div>
</center>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="Registration-Details" style="background:#101517">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class=" section-headers"><font style="color:#fff;">Powered By</font></h2><hr class="hr-line mb-5"/>
</div>
</div>
<div class="row text-center justify-content-center">
<div class="col-md-12 col-lg-4 text-center">
<div class=" d-block mb-4 text-center">
<br>
<img src="images/ieee-logo-light.png" style="height:100px; width:auto;" alt="IEEE LOGO">
</div>
</div>
<div class="col-md-12 col-lg-4 text-center">
<div class=" d-block mb-4 text-center ">
<br>
<img src="images/ieee-pes-logo-light.png" style="height:110px; width:auto;" alt="IEEE PES LOGO">
</div>
</div>
<div class="col-md-12 col-lg-4 text-center">
<div class=" d-block mb-4 text-center">
<br>
<img src="images/ieee-sjcet.png" class="ieeesb-logo" alt="IEEE SJCET SB">
</div>
</div>
</div>
</div>
</section>
<footer class="contact-section ftco-bg-dark" id="Contact">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-md-12 text-center mb-5">
<h2 class="contact-headers text-uppercase ftco-uppercase" style="color:#ffffff;">Contact US</h2><hr class="hr-line mb-5"/>
</div><br><br>
<div class="col-md-12 col-lg-4 para-font3">
<div class="ftco-footer-widget contact mb-5 mt-20">
<span class="lnr lnr-phone-handset"></span>
<br><br><b>Mr. Arun P</b><br><font style="color:#ffffff">Branch Counselor</font><br>
+91 9895852842
</div>
</div>
<div class="col-md-12 col-lg-4 para-font3">
<div class="ftco-footer-widget contact mb-5 mt-20">
<span class="lnr lnr-phone-handset"></span>
<br><br><b>Akshay Ajith</b><br><font style="color:#ffffff">Chairman</font><br>
+91 9946785969
</div>
</div>
<div class="col-md-12 col-lg-4 para-font3">
<div class="ftco-footer-widget contact mb-5 mt-20">
<span class="lnr lnr-phone-handset"></span>
<br><br><b>Tessin Treesa</b><br><font style="color:#ffffff">Secretary</font><br>
+91 7559926257
</div>
</div>
</div>
<div class="row text-center justify-content-center" style="padding-top:50px;">
<div class="col-md-12 col-lg-4 mb-5">
<div class="text-center ">
<h2 class="contact-headers text-uppercase ftco-uppercase" style="color:#ffffff;">Locate Us</h2><hr class="hr-line mb-5"/>
</div>
<div class="para-font3">
<span class="lnr lnr-map-marker"></span><br><br>
<b>St.Joseph's College<br>
of Engineering & Technology, Palai<br>
Choondacherry P.o., Bharananganam,<br>
Kottayam 686 579, Kerala, India<br></b>
</div></div>
<div class="col-md-12 col-lg-4 mb-5 ">
<h2 class="contact-headers text-center text-uppercase ftco-uppercase " style="color:#ffffff;">Mail US</h2><hr class="hr-line mb-5"/>
<br>
<div class="para-font3 text-center">
<span class="lnr lnr-envelope"></span><br><br>
<b><a href="mailto:[email protected]?subject=TESSERACT%204.0" target="_top">[email protected]</a></b><br>
</div> </div>
<div class="col-md-12 col-lg-4 mb-5">
<h2 class="contact-headers text-center text-uppercase ftco-uppercase" style="color:#ffffff;">Follow US</h2><hr class="hr-line mb-5"/>
<br>
<div class="ftco-footer-widget">
<ul class="ftco-footer-social list-unstyled">
<li><a href="https://www.instagram.com/ieeesbsjcet/" target="_blank"><span class="icon-instagram"></span></a></li>
<li><a href="https://www.facebook.com/tesseractieeesjcet/" target="_blank"><span class="icon-facebook"></span></a></li>
</ul>
</div></div>
</div>
</div>
</footer>
<div class="footer-credits text-center">
<center><img class="footer-brand" src="images/logo-light.png">
</center><br>
<div class="footer-font" ><font style="font-size:12px;font-weight: normal;font-family: 'Titillium Web', sans-serif;">COPYRIGHT ©2018 IEEE SB SJCET</font> <br><font style="font-size: 12px;font-family: 'Titillium Web', sans-serif;" >DEVELOPED BY WEBTEAM SJCET</font></div>
</div>
<div id="ftco-loader"class="splash show fullscreen">
<div class="anim">
<div id="loader">
<svg version="1.1" width="60px" height="70px" viewBox="0 0 60 70">
<defs>
<filter id="f1" x="0" y="0">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" />
</filter>
</defs>
<g id="airplane">
<path fill="#000" d="M0.677,20.977l4.355,1.631c0.281,0.104,0.579,0.162,0.88,0.16l9.76-0.004L30.46,41.58c0.27,0.34,0.679,0.545,1.112,0.541
h1.87c0.992,0,1.676-0.992,1.322-1.918l-6.643-17.439l6.914,0.002l6.038,6.037c0.265,0.266,0.624,0.412,0.999,0.418l1.013-0.004
c1.004-0.002,1.684-1.012,1.312-1.938l-2.911-7.277l2.912-7.278c0.372-0.928-0.313-1.941-1.313-1.938h1.017
c-0.375,0-0.732,0.15-0.996,0.414l-6.039,6.039h-6.915l6.646-17.443c0.354-0.926-0.33-1.916-1.321-1.914l-1.87-0.004
c-0.439,0.004-0.843,0.203-1.112,0.543L15.677,17.24l-9.765-0.002c-0.3,0.002-0.597,0.055-0.879,0.16L0.678,19.03
C-0.225,19.36-0.228,20.637,0.677,20.977z" transform="translate(44,0) rotate(90 0 0)"/>
</g>
<g id="shadow" transform="scale(.9)">
<path fill="#000" fill-opacity="0.3" d="M0.677,20.977l4.355,1.631c0.281,0.104,0.579,0.162,0.88,0.16l9.76-0.004L30.46,41.58c0.27,0.34,0.679,0.545,1.112,0.541
h1.87c0.992,0,1.676-0.992,1.322-1.918l-6.643-17.439l6.914,0.002l6.038,6.037c0.265,0.266,0.624,0.412,0.999,0.418l1.013-0.004
c1.004-0.002,1.684-1.012,1.312-1.938l-2.911-7.277l2.912-7.278c0.372-0.928-0.313-1.941-1.313-1.938h1.017
c-0.375,0-0.732,0.15-0.996,0.414l-6.039,6.039h-6.915l6.646-17.443c0.354-0.926-0.33-1.916-1.321-1.914l-1.87-0.004
c-0.439,0.004-0.843,0.203-1.112,0.543L15.677,17.24l-9.765-0.002c-0.3,0.002-0.597,0.055-0.879,0.16L0.678,19.03
C-0.225,19.36-0.228,20.637,0.677,20.977z" transform="translate(64,30) rotate(90 0 0)" filter="url(#f1)" />
</g>
</svg>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/ripple.js"></script>
<script src="js/popup-box.js"></script>
<script src="js/timer.js"></script>
<script src="js/menu-icon-animate.js"></script>
<script src="js/main.js"></script>
</body>
</html>