jekyll-airspace 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0a65be56589d3420588eacc76d20979929182d3f
4
+ data.tar.gz: 504f0ccb3be5b0a8d74d82f2d6a194728f9d36b2
5
+ SHA512:
6
+ metadata.gz: ae55d5cc0d5699ee16549c9372a6129a0e9822d38cd80d9a994da1217f2d4d53a5238e9fbb8b8de11e4b576c4de3c3fe1f16fe1d6e172a3e278223967001759c
7
+ data.tar.gz: 45d9647ce494be6d6b1544353dea322801877c08eaf83a851cbd52b84dfde5a01e456f4c95977a19a613e651e305be542e5c08fe64666882897ae33b16a8ee81
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 MetriclyFrench
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,17 @@
1
+ # _Airspace_ for Jekyll
2
+ ![screenshot](screenshots/home.png "Description goes here")
3
+
4
+ This Jekyll theme is a port of ThemeFisher's Airspace template. It is released under ThemeFisher's free license, which requires attribution.
5
+
6
+ ## Usage
7
+ To start your project, [fork this respository](https://github.com/luminousrubyist/airspace-jekyll/fork), put in your content, and go!
8
+
9
+ ## Examples
10
+ Here are some projects that have used this Jekyll Theme:
11
+ * [BOYUAN Open Source 博辕开源](https://boyuanitsm.github.io)
12
+ * [Campus VC](https://mrchildneo.github.io/mrchildneo/)
13
+ * [Mãos de amar](https://www.maosdeamar.com.br/)
14
+ * [ATK Team](http://www.atksec.com/)
15
+ * [Coding Club](https://ourcodingclub.github.io/)
16
+ * [Dev Empathy Book Club](http://www.devempathybook.club/)
17
+ * [DKAN Open Data Catalog](http://getdkan.com) (modified version of this theme)
@@ -0,0 +1,19 @@
1
+ <!-- footer Start -->
2
+ <footer>
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-md-12">
6
+ <div class="footer-manu">
7
+ <ul>
8
+ <li><a href="#">About Us</a></li>
9
+ <li><a href="{{ site.baseurl }}/contact">Contact us</a></li>
10
+ <li><a href="#">How it works</a></li>
11
+ <li><a href="{{ site.baseurl }}/blog">Blog</a></li>
12
+ <li><a href="#">Terms</a></li>
13
+ </ul>
14
+ </div>
15
+ <p>Copyright &copy; Design &amp; Developed by <a href="http://www.themefisher.com">Themefisher</a>. All rights reserved.</p>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </footer>
@@ -0,0 +1,40 @@
1
+ <meta charset="utf-8">
2
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
3
+ <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
4
+ <meta name="description" content="">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
7
+
8
+ <!-- CSS -->
9
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/owl.carousel.css" />
10
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css" />
11
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/font-awesome.min.css" />
12
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/airspace.css" />
13
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/style.css" />
14
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/ionicons.min.css" />
15
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/animate.css" />
16
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/responsive.css" />
17
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css" />
18
+
19
+ <!-- Js -->
20
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
21
+ <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
22
+ <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
23
+ <script src="{{ site.baseurl }}/js/owl.carousel.min.js"></script>
24
+ <script src="{{ site.baseurl }}/js/plugins.js"></script>
25
+ <script src="{{ site.baseurl }}/js/min/waypoints.min.js"></script>
26
+ <script src="{{ site.baseurl }}/js/jquery.counterup.js"></script>
27
+
28
+
29
+ <script src="{{ site.baseurl }}/js/main.js"></script>
30
+
31
+ <!--
32
+ /*
33
+ * Airspace
34
+ * Ported to Jekyll by Andrew Lee
35
+ * https://github.com/luminousrubyist/airspace-jekyll
36
+ * Designed and Developed by ThemeFisher
37
+ * https://themefisher.com/
38
+ *
39
+ */
40
+ -->
@@ -0,0 +1,36 @@
1
+ <!-- Header Start -->
2
+ <header>
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col-md-12">
6
+ <!-- header Nav Start -->
7
+ <nav class="navbar navbar-default">
8
+ <div class="container-fluid">
9
+ <!-- Brand and toggle get grouped for better mobile display -->
10
+ <div class="navbar-header">
11
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
12
+ <span class="sr-only">Toggle navigation</span>
13
+ <span class="icon-bar"></span>
14
+ <span class="icon-bar"></span>
15
+ <span class="icon-bar"></span>
16
+ </button>
17
+ <a class="navbar-brand" href="index.html">
18
+ <img src="{{ site.baseurl }}/img/logo.png" alt="Logo">
19
+ </a>
20
+ </div>
21
+ <!-- Collect the nav links, forms, and other content for toggling -->
22
+ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
23
+ <ul class="nav navbar-nav navbar-right">
24
+ <li><a href="{{ site.baseurl }}/">Home</a></li>
25
+ <li><a href="{{ site.baseurl }}/work">Work</a></li>
26
+ <li><a href="{{ site.baseurl }}/blog">Blog</a></li>
27
+ <li><a href="#">Service</a></li>
28
+ <li><a href="{{ site.baseurl }}/contact">Contact</a></li>
29
+ </ul>
30
+ </div><!-- /.navbar-collapse -->
31
+ </div><!-- /.container-fluid -->
32
+ </nav>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </header><!-- header close -->
@@ -0,0 +1,27 @@
1
+ <!DOCTYPE html>
2
+ <html class="no-js">
3
+ <head>
4
+
5
+ {% include head.html %}
6
+
7
+ </head>
8
+ <body>
9
+
10
+
11
+ {% include header.html %}
12
+
13
+
14
+ {{ content }}
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+ {% include footer.html %}
25
+
26
+ </body>
27
+ </html>
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {{ content }}
@@ -0,0 +1,26 @@
1
+ ---
2
+ layout: page
3
+ ---
4
+
5
+ <div class="post">
6
+ <!-- Wrapper Start -->
7
+ <section id="intro" style="border: 1px dotted #ddd;">
8
+ <div class="container">
9
+ <div class="row">
10
+ <div>
11
+ <div class="block">
12
+ <h1>{{ page.title }}</h1>
13
+ <div class="post-info-wrapper">
14
+ <p class="italic">By <span class="bold">{{ page.author }}</span> on <span class="bold">{{ page.date | date: "%B %-d, %Y" }}</span></p>
15
+ </div>
16
+ <hr />
17
+ <p>{{ content }}</p>
18
+ </div>
19
+ </div><!-- .col-md-7 close -->
20
+ </div>
21
+ </div>
22
+ </section>
23
+ </div>
24
+ <p class="center-text" style="padding: 30px;">
25
+ <a href="{{ site.baseurl }}/blog">Back to blog</a>
26
+ </p>
Binary file
@@ -0,0 +1,807 @@
1
+ /*
2
+ * This is the main css file that ships with the airspace theme.
3
+ * In airspace, it is called style.css
4
+ * However, style.css now holds additional styles for this jekyll port. (Not written by ThemeFisher)
5
+ * The original style.css is now called airspace.css
6
+ *
7
+ */
8
+
9
+ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
10
+ @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
11
+ @import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
12
+ /* var text-decoration */
13
+ /*--
14
+ Common Css
15
+ --*/
16
+ body {
17
+ font-family: 'Open Sans', sans-serif;
18
+ -webkit-font-smoothing: antialiased;
19
+ }
20
+ h1,
21
+ h2,
22
+ h3,
23
+ h4,
24
+ h5,
25
+ h6 {
26
+ font-family: 'Roboto', sans-serif;
27
+ }
28
+ h2 {
29
+ font-size: 30px;
30
+ font-weight: 400;
31
+ }
32
+ h3 {
33
+ font-size: 28px;
34
+ font-weight: 300;
35
+ }
36
+ p {
37
+ font-size: 15px;
38
+ line-height: 28px;
39
+ }
40
+ ul {
41
+ padding: 0;
42
+ margin: 0;
43
+ list-style: none;
44
+ }
45
+ a,
46
+ a:active,
47
+ a:focus,
48
+ a:active {
49
+ text-decoration: none !important;
50
+ }
51
+ .section-title {
52
+ margin-bottom: 70px;
53
+ }
54
+ .section-title h2 {
55
+ text-transform: uppercase;
56
+ font-size: 28px;
57
+ font-weight: 600;
58
+ }
59
+ .section-title p {
60
+ font-family: 'Volkhov', serif;
61
+ font-style: italic;
62
+ color: #666;
63
+ }
64
+ /*--
65
+ Header Start
66
+ --*/
67
+ header {
68
+ background: #fff;
69
+ padding: 20px 0;
70
+ }
71
+ header .navbar {
72
+ margin-bottom: 0px;
73
+ border: 0px;
74
+ }
75
+ header .navbar-brand {
76
+ padding-top: 5px;
77
+ }
78
+ header .navbar-default {
79
+ background: none;
80
+ border: 0px;
81
+ }
82
+ header .navbar-default .navbar-nav {
83
+ padding-top: 10px;
84
+ }
85
+ header .navbar-default .navbar-nav li a {
86
+ color: #333333;
87
+ padding: 10px 26px;
88
+ font-size: 15px;
89
+ }
90
+ font header .navbar-default .navbar-nav li a:hover {
91
+ color: #000;
92
+ }
93
+ /*---------------------------------------------
94
+ Index Start
95
+ -----------------------------------------------*/
96
+ /*--
97
+ Slider Start
98
+ --*/
99
+ #slider {
100
+ background: url("../img/slider-bg.jpg") no-repeat;
101
+ background-size: cover;
102
+ background-attachment: fixed;
103
+ background-position: 10% 0%;
104
+ padding: 200px 0 280px 0;
105
+ position: relative;
106
+ }
107
+ #slider:before {
108
+ content: "";
109
+ position: absolute;
110
+ left: 0;
111
+ top: 0;
112
+ bottom: 0;
113
+ right: 0;
114
+ width: 100%;
115
+ height: 100%;
116
+ background: linear-gradient(to left, #8b86a3, #322e40);
117
+ opacity: 0.8;
118
+ }
119
+ #slider .block {
120
+ color: #E3E3E4;
121
+ }
122
+ #slider .block h1 {
123
+ font-family: 'Roboto', sans-serif;
124
+ font-weight: 100;
125
+ font-size: 45px;
126
+ line-height: 60px;
127
+ letter-spacing: 10px;
128
+ padding-bottom: 45px;
129
+ }
130
+ #slider .block p {
131
+ font-size: 23px;
132
+ line-height: 40px;
133
+ font-family: 'Roboto', sans-serif;
134
+ font-weight: 300;
135
+ letter-spacing: 3px;
136
+ }
137
+ /*--
138
+ wrapper Start
139
+ --*/
140
+ #intro {
141
+ padding: 100px 0;
142
+ }
143
+ #intro .block h2 {
144
+ padding-top: 35px;
145
+ line-height: 27px;
146
+ margin: 0;
147
+ }
148
+ #intro .block p {
149
+ color: #7B7B7B;
150
+ padding-top: 20px;
151
+ }
152
+ #intro .block img {
153
+ padding-left: 40px;
154
+ width: 100%;
155
+ }
156
+ #intro .section-title {
157
+ margin-bottom: 0px;
158
+ }
159
+ #intro .section-title p {
160
+ padding-top: 20px;
161
+ }
162
+ /*--
163
+ service Start
164
+ --*/
165
+ #service {
166
+ text-align: center;
167
+ padding: 90px 0;
168
+ }
169
+ #service .service-item {
170
+ padding-bottom: 30px;
171
+ }
172
+ #service .service-item i {
173
+ font-size: 60px;
174
+ color: #4A4656;
175
+ }
176
+ #service .service-item h4 {
177
+ padding-top: 20px;
178
+ margin: 0;
179
+ color: #666;
180
+ }
181
+ #service .service-item p {
182
+ color: #888;
183
+ padding-top: 10px;
184
+ margin: 0;
185
+ font-size: 14px;
186
+ line-height: 1.8;
187
+ }
188
+ /*--
189
+ call-to-action Start
190
+ --*/
191
+ #call-to-action {
192
+ background: url("../img/call-to-action-bg.jpg") no-repeat;
193
+ background-size: cover;
194
+ background-attachment: fixed;
195
+ padding: 70px 0px;
196
+ position: relative;
197
+ text-align: center;
198
+ color: #fff;
199
+ }
200
+ #call-to-action:before {
201
+ content: "";
202
+ position: absolute;
203
+ left: 0;
204
+ right: 0;
205
+ top: 0;
206
+ bottom: 0;
207
+ width: 100%;
208
+ height: 100%;
209
+ background: #1d192c;
210
+ opacity: 0.8;
211
+ }
212
+ #call-to-action h2 {
213
+ padding-bottom: 20px;
214
+ line-height: 33px;
215
+ margin: 0;
216
+ font-size: 30px;
217
+ }
218
+ #call-to-action p {
219
+ font-size: 14px;
220
+ line-height: 1.6;
221
+ }
222
+ #call-to-action .btn-call-to-action {
223
+ padding: 15px 35px;
224
+ border: none;
225
+ background-color: #fff;
226
+ font-size: 15px;
227
+ color: #333333;
228
+ margin-top: 30px;
229
+ }
230
+ /*--
231
+ Feature Start
232
+ --*/
233
+ #feature {
234
+ background: url("../img/featue-bg.jpg");
235
+ background-position: 50% 94px;
236
+ width: 100%;
237
+ display: block;
238
+ position: relative;
239
+ overflow: visible;
240
+ background-attachment: fixed;
241
+ background-repeat: no-repeat;
242
+ background-position: center center;
243
+ background-color: #fff;
244
+ -webkit-background-size: cover;
245
+ -moz-background-size: cover;
246
+ -o-background-size: cover;
247
+ background-size: cover;
248
+ -webkit-box-sizing: border-box;
249
+ -moz-box-sizing: border-box;
250
+ box-sizing: border-box;
251
+ -webkit-backface-visibility: hidden;
252
+ backface-visibility: hidden;
253
+ padding: 100px 0;
254
+ }
255
+ #feature h2 {
256
+ font-size: 28px;
257
+ font-weight: 600;
258
+ margin-bottom: 30px;
259
+ }
260
+ #feature p {
261
+ color: #8d8f92;
262
+ margin-bottom: 20px;
263
+ }
264
+ #feature .btn-view-works {
265
+ background: #655E7A;
266
+ color: #fff;
267
+ padding: 10px 20px;
268
+ }
269
+ /*--
270
+ content Start
271
+ --*/
272
+ #testimonial {
273
+ padding: 100px 0;
274
+ }
275
+ #testimonial .block h2 {
276
+ line-height: 27px;
277
+ color: #5C5C5C;
278
+ padding-top: 110px;
279
+ }
280
+ #testimonial .block p {
281
+ padding-top: 50px;
282
+ color: #7B7B7B;
283
+ }
284
+ #testimonial .counter-box li {
285
+ width: 50%;
286
+ float: left;
287
+ text-align: center;
288
+ margin: 30px 0 30px;
289
+ }
290
+ #testimonial .counter-box li i {
291
+ font-size: 35px;
292
+ }
293
+ #testimonial .counter-box li h4 {
294
+ font-size: 30px;
295
+ font-weight: bold;
296
+ }
297
+ #testimonial .counter-box li span {
298
+ color: #555;
299
+ }
300
+ #testimonial .testimonial-carousel {
301
+ text-align: center;
302
+ width: 75%;
303
+ border: 1px solid #DEDEDE;
304
+ padding: 24px;
305
+ margin: 0 auto;
306
+ }
307
+ #testimonial .testimonial-carousel img {
308
+ padding-bottom: 38px;
309
+ }
310
+ #testimonial .testimonial-carousel p {
311
+ line-height: 28px;
312
+ font-weight: 300;
313
+ padding-bottom: 20px;
314
+ }
315
+ #testimonial .testimonial-carousel .user img {
316
+ padding-bottom: 0px;
317
+ border-radius: 500px;
318
+ }
319
+ #testimonial .testimonial-carousel .user p {
320
+ padding-bottom: 0;
321
+ font-size: 12px;
322
+ line-height: 20px;
323
+ color: #353241;
324
+ }
325
+ #testimonial .testimonial-carousel .user p span {
326
+ display: block;
327
+ color: #353241;
328
+ font-weight: 600;
329
+ }
330
+ #testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
331
+ border: 1px solid #1D1D1D;
332
+ border-radius: 500px;
333
+ display: inline-block;
334
+ height: 10px;
335
+ margin-right: 15px;
336
+ width: 10px;
337
+ }
338
+ #testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
339
+ background: #5C5C5C;
340
+ font-size: 30px;
341
+ display: inline-block;
342
+ border: 0px;
343
+ }
344
+ /*--
345
+ features Start
346
+ --*/
347
+ #clients-logo-section {
348
+ padding-top: 30px;
349
+ padding-bottom: 75px;
350
+ }
351
+ #clients-logo-section .clients-logo-img {
352
+ padding: 0px 50px;
353
+ }
354
+ /*---------------------------------------------
355
+ Work Start
356
+ -----------------------------------------------*/
357
+ /*--
358
+ Slider-work Start
359
+ --*/
360
+ #global-header {
361
+ background: url("../img/slider-bg.jpg") no-repeat;
362
+ background-size: cover;
363
+ padding-top: 150px;
364
+ padding-bottom: 107px;
365
+ position: relative;
366
+ background-attachment: fixed;
367
+ }
368
+ #global-header:before {
369
+ content: "";
370
+ position: absolute;
371
+ left: 0;
372
+ top: 0;
373
+ bottom: 0;
374
+ right: 0;
375
+ width: 100%;
376
+ height: 100%;
377
+ background: linear-gradient(to left, #928dab, #1f1c2c 70%);
378
+ opacity: 0.8;
379
+ }
380
+ #global-header .block {
381
+ color: #E3E3E4;
382
+ margin: 0 auto;
383
+ padding-left: 90px;
384
+ text-align: center;
385
+ }
386
+ #global-header .block h1 {
387
+ font-weight: 100;
388
+ font-size: 45px;
389
+ letter-spacing: 6px;
390
+ padding-bottom: 15px;
391
+ margin-top: 0;
392
+ text-transform: capitalize;
393
+ }
394
+ #global-header .block p {
395
+ font-size: 16px;
396
+ font-weight: 300;
397
+ letter-spacing: 1px;
398
+ word-spacing: 3px;
399
+ }
400
+ /*--
401
+ portfolio-work Start
402
+ --*/
403
+ #portfolio-work {
404
+ overflow: hidden;
405
+ padding: 80px 0;
406
+ }
407
+ #portfolio-work .block .portfolio-menu {
408
+ padding-bottom: 30px;
409
+ text-align: center;
410
+ }
411
+ #portfolio-work .block .portfolio-menu ul {
412
+ border: 1px solid #999999;
413
+ display: inline-block;
414
+ margin-bottom: 40px;
415
+ }
416
+ #portfolio-work .block .portfolio-menu ul li {
417
+ display: inline-block;
418
+ padding: 0px 25px;
419
+ cursor: pointer;
420
+ font-size: 15px;
421
+ line-height: 40px;
422
+ font-weight: 600;
423
+ color: #333333;
424
+ text-transform: capitalize;
425
+ position: relative;
426
+ }
427
+ #portfolio-work .block .portfolio-menu ul .active {
428
+ color: #655E7A;
429
+ position: relative;
430
+ }
431
+ #portfolio-work .block .portfolio-menu ul .active:before {
432
+ content: "\f0d7";
433
+ position: absolute;
434
+ font-family: 'FontAwesome';
435
+ bottom: -18px;
436
+ font-size: 30px;
437
+ width: 20px;
438
+ left: 0px;
439
+ right: 0px;
440
+ top: 23px;
441
+ margin: 0 auto;
442
+ color: #fff;
443
+ text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
444
+ -webkit-transition: all 0.4s ease-in-out;
445
+ -moz-transition: all 0.4s ease-in-out;
446
+ -o-transition: all 0.4s ease-in-out;
447
+ -ms-transition: all 0.4s ease-in-out;
448
+ transition: all 0.4s ease-in-out;
449
+ }
450
+ #portfolio-work .block .portfolio-menu ul li:hover:before {
451
+ content: "\f0d7";
452
+ position: absolute;
453
+ font-family: 'FontAwesome';
454
+ bottom: -18px;
455
+ font-size: 30px;
456
+ width: 20px;
457
+ left: 0px;
458
+ right: 0px;
459
+ top: 24px;
460
+ margin: 0 auto;
461
+ color: #fff;
462
+ text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
463
+ -webkit-transition: all 0.4s ease-in-out;
464
+ -moz-transition: all 0.4s ease-in-out;
465
+ -o-transition: all 0.4s ease-in-out;
466
+ -ms-transition: all 0.4s ease-in-out;
467
+ transition: all 0.4s ease-in-out;
468
+ }
469
+ #portfolio-work .block .portfolio-contant ul li {
470
+ float: left;
471
+ width: 32.22%;
472
+ overflow: hidden;
473
+ margin: 6px;
474
+ position: relative;
475
+ }
476
+ #portfolio-work .block .portfolio-contant ul li:hover .overly {
477
+ opacity: 1;
478
+ }
479
+ #portfolio-work .block .portfolio-contant ul li:hover .position-center {
480
+ position: absolute;
481
+ top: 50%;
482
+ -webkit-transform: translate(0%, -50%);
483
+ -moz-transform: translate(0%, -50%);
484
+ -ms-transform: translate(0%, -50%);
485
+ transform: translate(0%, -50%);
486
+ }
487
+ #portfolio-work .block .portfolio-contant ul li a {
488
+ display: block;
489
+ color: #fff;
490
+ }
491
+ #portfolio-work .block .portfolio-contant ul li a h2 {
492
+ font-size: 22px;
493
+ text-transform: uppercase;
494
+ letter-spacing: 1px;
495
+ }
496
+ #portfolio-work .block .portfolio-contant ul li a p {
497
+ font-size: 15px;
498
+ }
499
+ #portfolio-work .block .portfolio-contant ul li a span {
500
+ font-style: italic;
501
+ font-size: 13px;
502
+ color: #655E7A;
503
+ }
504
+ #portfolio-work .block .portfolio-contant ul img {
505
+ width: 100%;
506
+ height: auto;
507
+ }
508
+ #portfolio-work .block .portfolio-contant .overly {
509
+ position: absolute;
510
+ top: 0;
511
+ bottom: 0;
512
+ right: 0;
513
+ left: 0;
514
+ background: rgba(0, 0, 0, 0.9);
515
+ opacity: 0;
516
+ -webkit-transition: .3s all;
517
+ -o-transition: .3s all;
518
+ transition: .3s all;
519
+ text-align: center;
520
+ }
521
+ #portfolio-work .block .portfolio-contant .position-center {
522
+ position: absolute;
523
+ top: 50%;
524
+ left: 10%;
525
+ -webkit-transform: translate(0%, 50%);
526
+ -moz-transform: translate(0%, 50%);
527
+ -ms-transform: translate(0%, 50%);
528
+ transform: translate(0%, 50%);
529
+ -webkit-transition: .5s all;
530
+ -o-transition: .5s all;
531
+ transition: .5s all;
532
+ }
533
+ #portfolio-work .block .mix {
534
+ display: none;
535
+ }
536
+ /*--
537
+ wrapper-work Start
538
+ --*/
539
+ #wrapper-work {
540
+ overflow: hidden;
541
+ padding-top: 100px;
542
+ }
543
+ #wrapper-work ul li {
544
+ width: 50%;
545
+ float: left;
546
+ position: relative;
547
+ }
548
+ #wrapper-work ul li img {
549
+ width: 100%;
550
+ height: 100%;
551
+ }
552
+ #wrapper-work ul li .items-text {
553
+ position: absolute;
554
+ top: 0;
555
+ bottom: 0;
556
+ left: 0;
557
+ right: 0;
558
+ width: 100%;
559
+ height: 100%;
560
+ color: #fff;
561
+ background: rgba(0, 0, 0, 0.6);
562
+ padding-left: 44px;
563
+ padding-top: 140px;
564
+ }
565
+ #wrapper-work ul li .items-text h2 {
566
+ padding-bottom: 28px;
567
+ padding-top: 75px;
568
+ position: relative;
569
+ }
570
+ #wrapper-work ul li .items-text h2:before {
571
+ content: "";
572
+ position: absolute;
573
+ left: 0;
574
+ bottom: 0;
575
+ width: 75px;
576
+ height: 3px;
577
+ background: #fff;
578
+ }
579
+ #wrapper-work ul li .items-text p {
580
+ padding-top: 30px;
581
+ font-size: 16px;
582
+ line-height: 27px;
583
+ font-weight: 300;
584
+ padding-right: 80px;
585
+ }
586
+ /*--
587
+ features-work Start
588
+ --*/
589
+ #features-work {
590
+ padding-top: 50px;
591
+ padding-bottom: 75px;
592
+ }
593
+ #features-work .block ul li {
594
+ width: 19%;
595
+ text-align: center;
596
+ display: inline-block;
597
+ padding: 40px 0px;
598
+ }
599
+ /*---------------------------------------------
600
+ Work Close
601
+ -----------------------------------------------*/
602
+ /*=============================================*/
603
+ /*---------------------------------------------
604
+ Contact Start
605
+ -----------------------------------------------*/
606
+ /*--
607
+ slider-contact Start
608
+ --*/
609
+ #slider-contact {
610
+ background: url("../img/slider-bg.jpg") no-repeat;
611
+ background-size: cover;
612
+ padding-top: 150px;
613
+ padding-bottom: 107px;
614
+ position: relative;
615
+ }
616
+ #slider-contact:before {
617
+ content: "";
618
+ position: absolute;
619
+ left: 0;
620
+ top: 0;
621
+ bottom: 0;
622
+ right: 0;
623
+ width: 100%;
624
+ height: 100%;
625
+ background: linear-gradient(to left, #928dab, #1f1c2c 70%);
626
+ opacity: 0.8;
627
+ }
628
+ #slider-contact .block {
629
+ color: #E3E3E4;
630
+ margin: 0 auto;
631
+ padding-left: 90px;
632
+ }
633
+ #slider-contact .block h1 {
634
+ font-family: 'Roboto', sans-serif;
635
+ font-weight: 100;
636
+ font-size: 45px;
637
+ line-height: 60px;
638
+ letter-spacing: 6px;
639
+ padding-bottom: 15px;
640
+ }
641
+ #slider-contact .block p {
642
+ font-size: 23px;
643
+ line-height: 40px;
644
+ font-family: 'Roboto', sans-serif;
645
+ font-weight: 300;
646
+ letter-spacing: 1px;
647
+ word-spacing: 3px;
648
+ }
649
+ /*--
650
+ contact-form Start
651
+ --*/
652
+ #contact-form {
653
+ padding-top: 70px;
654
+ padding-bottom: 35px;
655
+ }
656
+ #contact-form .block form .form-group {
657
+ padding-bottom: 15px;
658
+ margin: 0px;
659
+ }
660
+ #contact-form .block form .form-group .form-control {
661
+ background: #F6F8FA;
662
+ height: 60px;
663
+ border: 1px solid #EEF2F6;
664
+ box-shadow: none;
665
+ width: 100%;
666
+ }
667
+ #contact-form .block form .form-group-2 {
668
+ padding-bottom: 15px;
669
+ margin: 0px;
670
+ }
671
+ #contact-form .block form .form-group-2 textarea {
672
+ background: #F6F8FA;
673
+ height: 135px;
674
+ border: 1px solid #EEF2F6;
675
+ box-shadow: none;
676
+ width: 100%;
677
+ }
678
+ #contact-form .block button {
679
+ width: 100%;
680
+ height: 60px;
681
+ background: #47424C;
682
+ border: none;
683
+ color: #fff;
684
+ font-family: 'Open Sans', sans-serif;
685
+ font-size: 18px;
686
+ }
687
+ /*--
688
+ wrapper-contact Start
689
+ --*/
690
+ .address-block li {
691
+ margin-bottom: 20px;
692
+ }
693
+ .address-block li i {
694
+ margin-right: 15px;
695
+ font-size: 20px;
696
+ width: 20px;
697
+ }
698
+ .social-icons {
699
+ margin-top: 40px;
700
+ }
701
+ .social-icons li {
702
+ display: inline-block;
703
+ margin: 0 6px;
704
+ }
705
+ .social-icons a {
706
+ display: inline-block;
707
+ }
708
+ .social-icons i {
709
+ color: #2C2C2C;
710
+ margin-right: 25px;
711
+ font-size: 25px;
712
+ }
713
+ .google-map {
714
+ position: relative;
715
+ }
716
+ .google-map #map {
717
+ width: 100%;
718
+ height: 300px;
719
+ background-color: #ff432e;
720
+ }
721
+ #contact-box {
722
+ padding-top: 35px;
723
+ padding-bottom: 58px;
724
+ }
725
+ #contact-box .block img {
726
+ width: 100%;
727
+ }
728
+ #contact-box .block h2 {
729
+ font-family: 'Open Sans', sans-serif;
730
+ font-weight: 300;
731
+ color: #000;
732
+ font-size: 28px;
733
+ padding-bottom: 30px;
734
+ }
735
+ #contact-box .block p {
736
+ color: #5C5C5C;
737
+ display: block;
738
+ }
739
+ /*--
740
+ features-contact Start
741
+ --*/
742
+ #features-contact {
743
+ padding-top: 50px;
744
+ padding-bottom: 75px;
745
+ }
746
+ #features-contact .block ul li {
747
+ width: 19%;
748
+ text-align: center;
749
+ display: inline-block;
750
+ padding: 40px 0px;
751
+ }
752
+ /*---------------------------------------------
753
+ Contact Close
754
+ -----------------------------------------------*/
755
+ /*--------- Heading------------*/
756
+ .heading {
757
+ padding-bottom: 60px;
758
+ text-align: center;
759
+ }
760
+ .heading h2 {
761
+ color: #000;
762
+ font-size: 30px;
763
+ line-height: 40px;
764
+ font-weight: 400;
765
+ }
766
+ .heading p {
767
+ font-size: 18px;
768
+ line-height: 40px;
769
+ color: #292929;
770
+ font-weight: 300;
771
+ }
772
+ /*---------------------------*/
773
+ /*--
774
+ footer Start
775
+ --*/
776
+ footer {
777
+ background: #F5F5F5;
778
+ text-align: center;
779
+ padding-top: 48px;
780
+ padding-bottom: 55px;
781
+ }
782
+ footer p {
783
+ font-size: 13px;
784
+ line-height: 25px;
785
+ color: #919191;
786
+ }
787
+ footer a {
788
+ color: #595959;
789
+ }
790
+ footer .footer-manu {
791
+ padding-bottom: 25px;
792
+ }
793
+ footer .footer-manu ul {
794
+ margin: 0px;
795
+ padding: 0px;
796
+ }
797
+ footer .footer-manu ul li {
798
+ display: inline-block;
799
+ padding: 0px 20px;
800
+ }
801
+ footer .footer-manu ul li a {
802
+ display: inline-block;
803
+ color: #494949;
804
+ }
805
+ footer .footer-manu ul li a:hover {
806
+ color: #000;
807
+ }