weather-apps-jekyll 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -0
  3. data/README.md +19 -0
  4. data/_config.yml +19 -0
  5. data/_includes/app-download.html +28 -0
  6. data/_includes/featured.html +72 -0
  7. data/_includes/footer.html +54 -0
  8. data/_includes/head.html +29 -0
  9. data/_includes/home.html +35 -0
  10. data/_includes/navbar.html +38 -0
  11. data/_includes/people.html +54 -0
  12. data/_includes/screen.html +104 -0
  13. data/_includes/scripts.html +15 -0
  14. data/_layouts/default.html +49 -0
  15. data/assets/css/animate.css +3303 -0
  16. data/assets/css/bootsnav.css +1474 -0
  17. data/assets/css/bootstrap.css.map +1 -0
  18. data/assets/css/bootstrap.min.css +5 -0
  19. data/assets/css/bootstrap.min.css.map +1 -0
  20. data/assets/css/font-awesome.min.css +4 -0
  21. data/assets/css/fonts/slick.eot +0 -0
  22. data/assets/css/fonts/slick.svg +14 -0
  23. data/assets/css/fonts/slick.ttf +0 -0
  24. data/assets/css/fonts/slick.woff +0 -0
  25. data/assets/css/iconfont.css +1838 -0
  26. data/assets/css/magnific-popup.css +391 -0
  27. data/assets/css/plugins.css +123 -0
  28. data/assets/css/responsive.css +200 -0
  29. data/assets/css/style.css +1309 -0
  30. data/assets/css/swiper.min.css +15 -0
  31. data/assets/fonts/FontAwesome.otf +0 -0
  32. data/assets/fonts/bootstrapThemesCo-icon.eot +0 -0
  33. data/assets/fonts/bootstrapThemesCo-icon.svg +631 -0
  34. data/assets/fonts/bootstrapThemesCo-icon.ttf +0 -0
  35. data/assets/fonts/bootstrapThemesCo-icon.woff +0 -0
  36. data/assets/fonts/fontawesome-webfont.eot +0 -0
  37. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  38. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  39. data/assets/fonts/fontawesome-webfont.woff +0 -0
  40. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  41. data/assets/images/appdownload.png +0 -0
  42. data/assets/images/appdownload1.png +0 -0
  43. data/assets/images/appstor.png +0 -0
  44. data/assets/images/bodybg.png +0 -0
  45. data/assets/images/cloud1.png +0 -0
  46. data/assets/images/downloadbg.png +0 -0
  47. data/assets/images/drag1.png +0 -0
  48. data/assets/images/drag2.png +0 -0
  49. data/assets/images/drag3.png +0 -0
  50. data/assets/images/footer-logo.png +0 -0
  51. data/assets/images/googleplay.png +0 -0
  52. data/assets/images/homebg.png +0 -0
  53. data/assets/images/logo.png +0 -0
  54. data/assets/images/phone01.png +0 -0
  55. data/assets/images/phone1.png +0 -0
  56. data/assets/images/rainy1.png +0 -0
  57. data/assets/images/screen01.png +0 -0
  58. data/assets/images/screen02.png +0 -0
  59. data/assets/images/screen03.png +0 -0
  60. data/assets/images/sun1.png +0 -0
  61. data/assets/images/test1.png +0 -0
  62. data/assets/js/bootsnav.js +578 -0
  63. data/assets/js/jquery.collapse.js +176 -0
  64. data/assets/js/jquery.easing.1.3.js +205 -0
  65. data/assets/js/jquery.magnific-popup.js +2062 -0
  66. data/assets/js/main.js +107 -0
  67. data/assets/js/plugins.js +85 -0
  68. data/assets/js/swiper.min.js +18 -0
  69. data/assets/js/vendor/bootstrap.min.js +7 -0
  70. data/assets/js/vendor/jquery-1.11.2.min.js +4 -0
  71. data/assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js +11 -0
  72. metadata +72 -2
@@ -0,0 +1,200 @@
1
+
2
+
3
+ /*
4
+ Author: Bootstrapthemes
5
+ Author URI: http://www.xpeedstudio.com
6
+ */
7
+
8
+ /* Portrait tablets and medium desktops */
9
+ @media (min-width: 992px) and (max-width: 1199px) {
10
+ body {
11
+ font-size: 1rem;
12
+ }
13
+
14
+
15
+ .cloudy{
16
+ top: 250px;
17
+ right: -240px;
18
+ }
19
+ .sunny{
20
+ top: 250px;
21
+ right: -230px;
22
+ }
23
+ .rainy{
24
+ top:270px;
25
+ right: -220px;
26
+ }
27
+
28
+
29
+
30
+ }
31
+
32
+
33
+
34
+ /* Portrait tablets and small desktops */
35
+ /*@media (max-width: 992px) {
36
+
37
+ }*/
38
+
39
+
40
+ /* Portrait tablets and small desktops */
41
+ @media (max-width: 991px) {
42
+
43
+ .sm-text-center{
44
+ text-align: center !important;
45
+ }
46
+ .sm-pull-none{
47
+ float: none !important;
48
+ }
49
+ .sm-m-top-10{
50
+ margin-top:10px;
51
+ }
52
+ .sm-m-top-20{
53
+ margin-top:20px;
54
+ }
55
+ .sm-m-top-30{
56
+ margin-top:30px;
57
+ }
58
+ .sm-m-top-50{
59
+ margin-top:50px;
60
+ }
61
+
62
+ nav.navbar.bootsnav.footer-menu{
63
+ background-color: transparent;
64
+ border-bottom: 0px solid;
65
+ }
66
+ nav.navbar.bootsnav.footer-menu .navbar-toggle{
67
+ background-color: transparent !important;
68
+ }
69
+
70
+ .cloudy {
71
+ right: -136px;
72
+ }
73
+ .attr_cloudy {
74
+ right: 22%;
75
+ }
76
+ .attr_deg2 {
77
+ left: 21%;
78
+ }
79
+ .sunny {
80
+ right: -150px;
81
+ }
82
+ .attr_sun2 {
83
+ right: 22%;
84
+ }
85
+ .attr_deg3 {
86
+ left: 20%;
87
+ }
88
+ .rainy {
89
+ right: -103px;
90
+ }
91
+ .attr_rainy2 {
92
+ right: 22%;
93
+ }
94
+ .attr_deg4 {
95
+ left: 21%;
96
+ }
97
+
98
+ }
99
+
100
+
101
+
102
+ /* Landscape phones and portrait tablets */
103
+ @media (max-width: 768px) {
104
+ h2{
105
+ font-size:2rem;
106
+ }
107
+ p{
108
+ font-size:90%;
109
+ line-height: 2rem;
110
+ }
111
+ .xs-pull-none{
112
+ float: none !important;
113
+ }
114
+ .xs-text-center{
115
+ text-align: center !important;
116
+ }
117
+ .xs-m-top-10{
118
+ margin-top:10px;
119
+ }
120
+ .xs-m-bottom-10{
121
+ margin-bottom:10px;
122
+ }
123
+ .xs-m-bottom-20{
124
+ margin-bottom:20px;
125
+ }
126
+ .sunny {
127
+ right: -170px;
128
+ }
129
+ .attr_sun2 {
130
+ right: 18%;
131
+ }
132
+ .attr_deg3 {
133
+ left: 15%;
134
+ }
135
+ .rainy {
136
+ right: -205px;
137
+ }
138
+ .attr_rainy2 {
139
+ right: 11%;
140
+ }
141
+ .attr_deg4 {
142
+ left: 10%;
143
+ }
144
+
145
+
146
+ }
147
+
148
+
149
+
150
+
151
+ /* Landscape phones and smaller */
152
+ @media (max-width: 479px) {
153
+ html {
154
+ font-size: 85%;
155
+ }
156
+ .cloudy {
157
+ top: 255px;
158
+ right: -190px;
159
+ font-size: 11rem;
160
+ }
161
+ .attr_cloudy {
162
+ right: 0%;
163
+ }
164
+ .attr_deg2 {
165
+ left: 0%;
166
+ }
167
+
168
+ .attr_sun2 {
169
+ right: 0%;
170
+ }
171
+ .attr_deg3 {
172
+ left: 0%;
173
+ }
174
+ .attr_rainy2 {
175
+ right: 0%;
176
+ }
177
+ .attr_deg4 {
178
+ left: 0%;
179
+ }
180
+ }
181
+
182
+
183
+
184
+
185
+
186
+ @media (max-width: 400px) {
187
+
188
+
189
+ }
190
+
191
+ @media (max-width: 320px) {
192
+ html {
193
+ font-size: 60.5%;
194
+ }
195
+
196
+
197
+ }
198
+
199
+
200
+
@@ -0,0 +1,1309 @@
1
+
2
+
3
+ /*
4
+ Author: Bootstrap Themes
5
+ Author URI: http://bootstrapthemes.co
6
+ */
7
+
8
+ /*==========================================
9
+ 01. PREDIFINEED (FROM 1 TO 780 )
10
+ 02. PRELOADER - LINE NO 786
11
+ 03. NAVIGATION - LINE NO 930
12
+ 04. HOME - LINE NO 1150
13
+ 05. THU FEATURE - LINE NO 1280
14
+ 06. THU FLIDE - LINE NO 1355
15
+ 07. THU SERVICE - LINE NO 1385
16
+ 08. PORTFOLIO - LINE NO 1444
17
+ 09. THU SOLUTION - LINE NO 1620
18
+ 10. THU TEAM - LINE NO 1658
19
+ 11. THU CLIENTS FEEDBACK - LINE NO 1730
20
+ 12. THU BLOG - LINE NO 1848
21
+ 13. THU SUBCRIBS - LINE NO 1935
22
+ 14. FOOTER - LINE NO 2020
23
+ ==========================================*/
24
+
25
+
26
+ /* ==========================================================================
27
+ Author's custom styles
28
+ ========================================================================== */
29
+ html,
30
+ body {
31
+ /*background:url(../images/bodybg.png) repayet-y;*/
32
+ background-image: url("../images/bodybg.png");
33
+ background-repeat: repeat-y;
34
+ font-size: 16px;
35
+ color: #797979;
36
+ width: 100%;
37
+ padding: 0;
38
+ margin-left: 0;
39
+ margin-right: 0;
40
+ font-weight: 400;
41
+ width:100%;
42
+ font-family: 'Ubuntu', sans-serif;
43
+ }
44
+
45
+ /*------------------------------------------------------------------*/
46
+ /* IE10 in Windows 8 and Windows Phone 8 Bug fix
47
+ /*-----------------------------------------------------------------*/
48
+
49
+ @-webkit-viewport { width: device-width; }
50
+ @-moz-viewport { width: device-width; }
51
+ @-ms-viewport { width: device-width; }
52
+ @-o-viewport { width: device-width; }
53
+ @viewport { width: device-width; }
54
+
55
+ /*
56
+ Page Content
57
+ ------------------------------------------*/
58
+
59
+ .page-content,
60
+ section { overflow: hidden; }
61
+
62
+ /*
63
+ On Scroll Animations
64
+ ------------------------------------------*/
65
+
66
+ /*.animated { visibility: hidden; }
67
+ .visible { visibility: visible; }*/
68
+
69
+ /*
70
+ Spacing & Alignment
71
+ ------------------------------------------*/
72
+
73
+ .roomy-100 {
74
+ padding-top: 100px;
75
+ padding-bottom: 100px;
76
+ }
77
+
78
+ .roomy-80 {
79
+ padding-top: 100px;
80
+ padding-bottom: 80px;
81
+ }
82
+
83
+ .roomy-70 {
84
+ padding-top: 100px;
85
+ padding-bottom: 70px;
86
+ }
87
+
88
+ .roomy-60 {
89
+ padding-top: 100px;
90
+ padding-bottom: 60px;
91
+ }
92
+
93
+ .roomy-50 {
94
+ padding-top: 50px;
95
+ padding-bottom: 50px;
96
+ }
97
+
98
+ .roomy-40 {
99
+ padding-top: 40px;
100
+ padding-bottom: 40px;
101
+ }
102
+
103
+
104
+ /*text color*/
105
+
106
+ .text-muted{}
107
+
108
+ .text-primary{color: #fc6a42 !important;;}
109
+ .text-finence{color:#13A0B2 !important;;}
110
+ .text-mega{color:#fc6a42 !important;;}
111
+ .text-white{color:#fff !important;;}
112
+ .text-black{color:#000 !important;}
113
+
114
+ .text-warning{}
115
+ .text-danger{}
116
+
117
+ .disabled{
118
+ cursor: not-allowed;
119
+ }
120
+
121
+ /*bacground color*/
122
+ .lightbg {
123
+ background-color: #f2f2f2;
124
+ }
125
+ .bg-primary{background-color: #1E8BC3;}
126
+ .bg-finence{background-color:#13A0B2;}
127
+ .bg-mega{background-color:#6a6b6c;}
128
+ .bg-grey{background-color: #f5f5f5;}
129
+ .bg-black{background-color: #353854;}
130
+ .bg-white{background-color: #fff;}
131
+
132
+ img {
133
+ -moz-user-select: none;
134
+ -webkit-user-select: none;
135
+ -ms-user-select: none;
136
+ -user-select: none;
137
+ -webkit-user-drag: none;
138
+ -user-drag: none;
139
+ }
140
+ a,
141
+ a:hover,
142
+ a:active,
143
+ a:focus {
144
+ text-decoration: none;
145
+ outline: none;
146
+ }
147
+ a,
148
+ button,
149
+ a span {
150
+ -webkit-transition: 0.2s ease-in-out;
151
+ transition: 0.2s ease-in-out;
152
+ }
153
+ a {
154
+ -webkit-transition: 0.3s ease-in-out;
155
+ transition: 0.3s ease-in-out;
156
+ }
157
+
158
+ .btn:focus,
159
+ .btn:active {
160
+ outline: inherit;
161
+ background-color: transparent;
162
+ }
163
+ *,
164
+ *:before,
165
+ *:after {
166
+ box-sizing: border-box;
167
+ /* direction: rtl;*/
168
+ }
169
+
170
+ p {
171
+ margin: 0 0 15px;
172
+ }
173
+
174
+ .clear {
175
+ clear: both;
176
+ }
177
+
178
+ img {
179
+ max-width: 100%;
180
+ }
181
+ textarea,
182
+ input[type="text"],
183
+ input[type="password"],
184
+ input[type="datetime"],
185
+ input[type="datetime-local"],
186
+ input[type="date"],
187
+ input[type="month"],
188
+ input[type="time"],
189
+ input[type="week"],
190
+ input[type="number"],
191
+ input[type="email"],
192
+ input[type="url"],
193
+ input[type="search"],
194
+ input[type="tel"],
195
+ input[type="color"],
196
+ .uneditable-input {
197
+ outline: none;
198
+ }
199
+
200
+ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
201
+ background-color: transparent;
202
+ background-image: none;
203
+ color: rgb(0, 0, 0);
204
+ }
205
+
206
+ .form-control{
207
+ border-radius: 0px;
208
+ border:1px solid #ccc;
209
+ box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
210
+ width: 100%;
211
+ height: 50px;
212
+ }
213
+
214
+ .form-control:focus {
215
+ border-color: #bcefeb;
216
+ outline: 0;
217
+ box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
218
+ }
219
+
220
+ h1,
221
+ h2,
222
+ h3,
223
+ h4,
224
+ h5,
225
+ h6 {
226
+ margin: 0;
227
+ font-family: 'Ubuntu', sans-serif;
228
+ color:#1a1a1a;
229
+ margin-bottom: 10px;
230
+ }
231
+
232
+ h1 {
233
+ font-size: 3rem;
234
+ line-height: 4rem;
235
+ }
236
+ h2 {
237
+ font-size: 2.5rem;
238
+ line-height: 3rem;
239
+ }
240
+ h3 {
241
+ font-size: 1.500rem;
242
+ line-height: 2rem;
243
+ }
244
+ h4 {
245
+ font-size: 1.6rem;
246
+ line-height: 2.2rem;
247
+ }
248
+ h5 {
249
+ font-size: 1.125rem;
250
+ line-height: 1.575rem
251
+ }
252
+ h6 {
253
+ font-size: 1rem;
254
+ }
255
+
256
+
257
+
258
+ h1 span,
259
+ h2 span,
260
+ h3 span,
261
+ h4 span,
262
+ h5 span,
263
+ p span{
264
+ color:#fc6a42;
265
+ }
266
+
267
+ p {
268
+ line-height: 1.5rem;
269
+ }
270
+ p:last-child {
271
+ margin-bottom: 0px;
272
+ }
273
+ /*colors*/
274
+ .w100 {
275
+ font-weight: 100;
276
+ }
277
+
278
+ .w200 {
279
+ font-weight: 200;
280
+ }
281
+
282
+ .w300 {
283
+ font-weight: 300;
284
+ }
285
+
286
+ .w400 {
287
+ font-weight: 400;
288
+ }
289
+
290
+ .w500 {
291
+ font-weight: 500;
292
+ }
293
+
294
+ .w600 {
295
+ font-weight: 600;
296
+ }
297
+
298
+ .w700 {
299
+ font-weight: 700;
300
+ }
301
+
302
+ .w800 {
303
+ font-weight: 800;
304
+ }
305
+
306
+
307
+ /*
308
+ Section
309
+ */
310
+
311
+ .parallax-section {
312
+ max-width: 100%;
313
+ color: #ffffff;
314
+ }
315
+
316
+ ul{
317
+ margin:0;
318
+ padding:0;
319
+ list-style:none;
320
+ }
321
+
322
+ /*all overlay*/
323
+ .overlay_dot{
324
+ background: url(../images/overlay-img.png) no-repeat top center;
325
+ background-color: rgba(51,51,51,0.75);
326
+ background-size: cover;
327
+ position: absolute;
328
+ left:0;
329
+ top:0;
330
+ width:100%;
331
+ height: 100%;
332
+ }
333
+ .home-overlay {
334
+ background-color: rgba(41, 39, 34, 0.90);
335
+ width: 100%;
336
+ height:100%;
337
+ position: absolute;
338
+ left:0;
339
+ top: 0;
340
+ }
341
+
342
+ .video_overlay {
343
+ background-color: rgba(41, 39, 34, 0.80);
344
+ width: 100%;
345
+ height:100%;
346
+ position: absolute;
347
+ left:0;
348
+ top: 0;
349
+ }
350
+ .download_overlay{
351
+ background: url(../images/downloadbg.png) repeat-y;
352
+ width:100%;
353
+ height: 100%;
354
+ position: absolute;
355
+ left:0;
356
+ top:0;
357
+ }
358
+
359
+ .no-padding {
360
+ padding: 0 !important;
361
+ margin:0 !important;
362
+ }
363
+ .left-no-padding {
364
+ padding-left: 0 !important;
365
+ }
366
+ .right-no-padding {
367
+ padding-right: 0 !important;
368
+ }
369
+ .fluid-blocks-col {
370
+ padding: 70px 40px 0 80px;
371
+ }
372
+ .fluid-blocks-col-right {
373
+ padding: 70px 80px 0 40px;
374
+ }
375
+
376
+
377
+ /*
378
+ Separator
379
+ */
380
+ .separator_left{
381
+ width:85px;
382
+ height:2px;
383
+ margin:20px 0px;
384
+ background: #fc6a42;
385
+ }
386
+ .separator_auto{
387
+ width:85px;
388
+ height:2px;
389
+ margin:20px auto;
390
+ background: #fc6a42;
391
+ }
392
+ .separator_small{
393
+ width:30px;
394
+ height:2px;
395
+ margin:20px 0px;
396
+ background: #fc6a42;
397
+ }
398
+
399
+ /*
400
+ Button
401
+ */
402
+ .btn{
403
+ -webkit-transition: all 0.6s;
404
+ transition: all 0.6s;
405
+ font-size:14px;
406
+ font-weight: 600;
407
+ border:1px solid;
408
+ }
409
+ .btn-primary{
410
+ color: #fff;
411
+ background-color: #4466c9;
412
+ border:1px solid;
413
+ border-color: #4466c9;
414
+ padding: 1rem 2rem;
415
+ }
416
+ .btn-primary:hover{
417
+ background-color: #eee;
418
+ border-color: #eee;
419
+ color:#4466c9;
420
+ }
421
+
422
+ .btn-danger{
423
+ color: #fff;
424
+ background-color: #fc6a42;
425
+ border:1px solid;
426
+ border-color: #fc6a42;
427
+ padding: 1rem 2rem;
428
+ }
429
+
430
+ .btn-danger:hover{
431
+ color: #fc6a42;
432
+ background-color: #eee;
433
+ border-color: #eee;
434
+ }
435
+
436
+
437
+
438
+ /*
439
+ socail icon
440
+ --------------------------------*/
441
+ /*
442
+ Extra height css
443
+ */
444
+ .m-0{
445
+ margin:0 !important;
446
+ }
447
+ .m-top-0{
448
+ margin-top:0;
449
+ }
450
+ .m-r-0{
451
+ margin-right: 0;
452
+ }
453
+ .m-l-0{
454
+ margin-left: 0;
455
+ }
456
+ .m-b-0{
457
+ margin-bottom: 0;
458
+ }
459
+
460
+ .m-r-15{
461
+ margin-right: 15px;
462
+ }
463
+ .m-l-15{
464
+ margin-left: 15px;
465
+ }
466
+ .m-top-10 {
467
+ margin-top: 10px;
468
+ }
469
+ .m-top-20 {
470
+ margin-top: 20px;
471
+ }
472
+ .m-top-30 {
473
+ margin-top: 30px;
474
+ }
475
+ .m-top-40 {
476
+ margin-top: 40px;
477
+ }
478
+ .m-top-50 {
479
+ margin-top: 50px;
480
+ }
481
+ .m-top-60 {
482
+ margin-top: 60px;
483
+ }
484
+ .m-top-70 {
485
+ margin-top: 70px;
486
+ }
487
+ .m-top-80 {
488
+ margin-top: 80px;
489
+ }
490
+ .m-top-90 {
491
+ margin-top: 90px;
492
+ }
493
+ .m-top-100 {
494
+ margin-top: 100px;
495
+ }
496
+ .m-top-110 {
497
+ margin-top: 110px;
498
+ }
499
+ .m-top-120 {
500
+ margin-top: 120px;
501
+ }
502
+
503
+ .m-t-b-80 {
504
+ margin-top: 80px;
505
+ margin-bottom: 80px;
506
+ }
507
+ .m-t-b-120 {
508
+ margin-top: 120px;
509
+ margin-bottom: 120px;
510
+ }
511
+
512
+ .m-bottom-10 {
513
+ margin-top: 10px;
514
+ }
515
+
516
+ .m-bottom-20 {
517
+ margin-bottom: 20px;
518
+ }
519
+ .m-bottom-30 {
520
+ margin-bottom: 30px;
521
+ }
522
+
523
+ .m-bottom-40 {
524
+ margin-bottom: 40px;
525
+ }
526
+
527
+ .m-bottom-60 {
528
+ margin-bottom: 60px;
529
+ }
530
+
531
+ .m-bottom-70 {
532
+ margin-bottom: 70px;
533
+ }
534
+
535
+ .m-bottom-80 {
536
+ margin-bottom: 80px;
537
+ }
538
+
539
+ .m-bottom-90 {
540
+ margin-bottom: 90px;
541
+ }
542
+
543
+ .m-bottom-100 {
544
+ margin-bottom: 100px;
545
+ }
546
+
547
+ .m-bottom-110 {
548
+ margin-bottom: 110px;
549
+ }
550
+
551
+ .m-bottom-120 {
552
+ margin-bottom: 120px;
553
+ }
554
+
555
+ .m_t__b{
556
+ margin: 14rem 0;
557
+ }
558
+ .p_t__b{
559
+ padding: 6rem 0;
560
+ }
561
+
562
+ p-0{
563
+ padding:0 !important;
564
+ }
565
+
566
+ .p-l-15{
567
+ padding-left: 15px;
568
+ }
569
+
570
+ .p-r-15{
571
+ padding-right: 15px;
572
+ }
573
+
574
+ .p-top-10 {
575
+ padding-top: 10px;
576
+ }
577
+ .p-top-20 {
578
+ padding-top: 1.33rem;
579
+ }
580
+
581
+ .p-bottom-20 {
582
+ padding-bottom: 1.33rem;
583
+ }
584
+
585
+ .p-top-30 {
586
+ padding-top: 1.875rem;
587
+ }
588
+
589
+ .p-bottom-30 {
590
+ padding-bottom: 1.875rem;
591
+ }
592
+
593
+ .p-top-40 {
594
+ padding-top: 2.66rem;
595
+ }
596
+
597
+ .p-bottom-40 {
598
+ padding-bottom: 2.66rem;
599
+ }
600
+
601
+ .p-top-60 {
602
+ padding-top: 5rem;
603
+ }
604
+
605
+ .p-bottom-60 {
606
+ padding-bottom: 5rem;
607
+ }
608
+
609
+ .p-top-80 {
610
+ padding-top: 5.714rem;
611
+ }
612
+
613
+ .p-bottom-80 {
614
+ padding-bottom: 5.714rem;
615
+ }
616
+
617
+ .p-top-90 {
618
+ padding-top: 6.429rem;
619
+ }
620
+
621
+ .p-bottom-90 {
622
+ padding-bottom: 6.429rem;
623
+ }
624
+ .p-top-100 {
625
+ padding-top: 100px;
626
+ }
627
+
628
+ .p-bottom-100 {
629
+ padding-bottom: 100px;
630
+ }
631
+ .p-top-110 {
632
+ padding-top: 110px;
633
+ }
634
+
635
+ .p-bottom-110 {
636
+ padding-bottom: 110px;
637
+ }
638
+
639
+ .p-bottom-0 {
640
+ padding-bottom: 0;
641
+ }
642
+
643
+ .p_l_r{
644
+ padding-left: 5.714rem;
645
+ padding-right: 5.714rem;
646
+ }
647
+
648
+ /*padding*/
649
+ .padding-twenty {
650
+ padding: 10px 0;
651
+ }
652
+ .padding-fourty {
653
+ padding: 20px 0;
654
+ }
655
+ .padding-sixty {
656
+ padding: 30px 0;
657
+ }
658
+ .padding-eighty {
659
+ padding: 40px 0;
660
+ }
661
+
662
+ /*border*/
663
+ .no-border-top{
664
+ border-top:0px solid transparent !important;
665
+ }
666
+ .no-border-rigth{
667
+ border-right:0px solid transparent !important;
668
+ }
669
+
670
+ /*for placeholder changes*/
671
+
672
+ input[type="email"].form-control::-webkit-input-placeholder {
673
+ color: #fff;
674
+ background-color: transparent;
675
+ }
676
+
677
+ input::-webkit-input-placeholder {
678
+ color: #cdcdcd;
679
+ font-style:italic;
680
+ }
681
+
682
+ input::-moz-placeholder {
683
+ color: #cdcdcd;
684
+ font-style:italic;
685
+ }
686
+
687
+ input:-ms-input-placeholder {
688
+ color: #cdcdcd;
689
+ font-style:italic;
690
+ }
691
+
692
+ input::placeholder {
693
+ color: #cdcdcd;
694
+ font-style:italic;
695
+ }
696
+ input::-webkit-input-placeholder {
697
+ color: #cdcdcd;
698
+ font-style:italic;
699
+ }
700
+ input::-moz-placeholder {
701
+ color: #cdcdcd;
702
+ font-style:italic;
703
+ }
704
+ input::-ms-input-placeholder {
705
+ color: #cdcdcd;
706
+ font-style:italic;
707
+ }
708
+ textarea::-webkit-input-placeholder{
709
+ color: #cdcdcd;
710
+ font-style:italic;
711
+ padding: 5px;
712
+ }
713
+ textarea::-moz-input-placeholder{
714
+ color: #cdcdcd;
715
+ font-style:italic;
716
+ padding: 5px;
717
+ }
718
+ textarea::-ms-input-placeholder{
719
+ color: #cdcdcd;
720
+ font-style:italic;
721
+ padding: 5px;
722
+ }
723
+
724
+ /*for image bg*/
725
+ /*.img-bg{
726
+ background: url(../images/home-msg.jpg) no-repeat center top fixed;
727
+ background-size
728
+ -moz-background-size: cover;
729
+ -webkit-background-size: cover;
730
+ -o-background-size: cover;
731
+ background-size: cover;
732
+ width: 100%;
733
+ overflow: hidden;
734
+ }*/
735
+
736
+
737
+ .transform_scal_rotate:hover img{
738
+ -webkit-transform: scale(1.1) rotate(4deg);
739
+ transform: scale(1.1) rotate(4deg);
740
+ }
741
+
742
+ .culmn{
743
+ width:100%;
744
+ overflow: hidden;
745
+ }
746
+ /*heading title all area*/
747
+ .head_title{
748
+ padding-bottom: 7.143rem;
749
+ overflow: hidden;
750
+ }
751
+ .head_title h2{
752
+ font-weight: 700;
753
+ font-size:2.250rem;
754
+ color:#648cff;
755
+ }
756
+ .head_title h5{
757
+ font-weight: 400;
758
+ font-size:1.125rem;
759
+ color:#999999;
760
+ }
761
+
762
+ /*End off pridifain css*/
763
+
764
+
765
+
766
+ /*Preloader*/
767
+ #loading{
768
+ background-color: #fc6a42;
769
+ height: 100%;
770
+ width: 100%;
771
+ position: absolute;
772
+ z-index: 1;
773
+ margin-top: 0px;
774
+ top: 0px;
775
+ left:0;
776
+ z-index: 9999;
777
+ }
778
+ #loading-center{
779
+ width: 100%;
780
+ height: 100%;
781
+ position: relative;
782
+ }
783
+ #loading-center-absolute {
784
+ position: absolute;
785
+ left: 50%;
786
+ top: 50%;
787
+ height: 50px;
788
+ width: 50px;
789
+ margin-top: -25px;
790
+ margin-left: -25px;
791
+ -ms-transform: rotate(45deg);
792
+ -webkit-transform: rotate(45deg);
793
+ transform: rotate(45deg);
794
+ -webkit-animation: loading-center-absolute 1.5s infinite;
795
+ animation: loading-center-absolute 1.5s infinite;
796
+
797
+ }
798
+ .object{
799
+ width: 25px;
800
+ height: 25px;
801
+ background-color: #FFF;
802
+ float: left;
803
+
804
+ }
805
+
806
+
807
+ #object_one {
808
+ -webkit-animation: object_one 1.5s infinite;
809
+ animation: object_one 1.5s infinite;
810
+ }
811
+ #object_two {
812
+ -webkit-animation: object_two 1.5s infinite;
813
+ animation: object_two 1.5s infinite;
814
+ }
815
+ #object_three {
816
+ -webkit-animation: object_three 1.5s infinite;
817
+ animation: object_three 1.5s infinite;
818
+ }
819
+ #object_four {
820
+ -webkit-animation: object_four 1.5s infinite;
821
+ animation: object_four 1.5s infinite;
822
+ }
823
+
824
+
825
+ @-webkit-keyframes loading-center-absolute {
826
+ 100% { -webkit-transform: rotate(-45deg); }
827
+
828
+ }
829
+
830
+ @keyframes loading-center-absolute {
831
+ 100% {
832
+ transform: rotate(-45deg);
833
+ -webkit-transform: rotate(-45deg);
834
+ }
835
+ }
836
+
837
+
838
+
839
+ @-webkit-keyframes object_one {
840
+ 25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
841
+ 100% { -webkit-transform: translate(0,0) rotate(-180deg); }
842
+
843
+ }
844
+
845
+ @keyframes object_one {
846
+ 25% {
847
+ transform: translate(0,-50px) rotate(-180deg);
848
+ -webkit-transform: translate(0,-50px) rotate(-180deg);
849
+ }
850
+ 100% {
851
+ transform: translate(0,0) rotate(-180deg);
852
+ -webkit-transform: translate(0,0) rotate(-180deg);
853
+ }
854
+ }
855
+
856
+
857
+ @-webkit-keyframes object_two {
858
+ 25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
859
+ 100% { -webkit-transform: translate(0,0) rotate(-180deg); }
860
+ }
861
+
862
+ @keyframes object_two {
863
+ 25% {
864
+ transform: translate(50px,0) rotate(-180deg);
865
+ -webkit-transform: translate(50px,0) rotate(-180deg);
866
+ }
867
+ 100% {
868
+ transform: translate(0,0) rotate(-180deg);
869
+ -webkit-transform: translate(0,0) rotate(-180deg);
870
+ }
871
+ }
872
+
873
+ @-webkit-keyframes object_three {
874
+ 25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
875
+ 100% { -webkit-transform: translate(0,0) rotate(-180deg); }
876
+ }
877
+
878
+ @keyframes object_three {
879
+ 25% {
880
+ transform: translate(-50px,0) rotate(-180deg);
881
+ -webkit-transform: translate(-50px,0) rotate(-180deg);
882
+ }
883
+ 100% {
884
+ transform: translate(0,0) rotate(-180deg);
885
+ -webkit-transform: rtranslate(0,0) rotate(-180deg);
886
+ }
887
+ }
888
+
889
+
890
+ @-webkit-keyframes object_four {
891
+ 25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
892
+ 100% { -webkit-transform: translate(0,0) rotate(-180deg); }
893
+ }
894
+
895
+ @keyframes object_four {
896
+ 25% {
897
+ transform: translate(0,50px) rotate(-180deg);
898
+ -webkit-transform: translate(0,50px) rotate(-180deg);
899
+ }
900
+ 100% {
901
+ transform: translate(0,0) rotate(-180deg);
902
+ -webkit-transform: translate(0,0) rotate(-180deg);
903
+ }
904
+ }
905
+ /*End off Preloader*/
906
+
907
+
908
+ /*
909
+ Nav Menu style
910
+ ==================*/
911
+
912
+ .navbar-brand {
913
+ padding: 30px 15px;
914
+ }
915
+
916
+
917
+ /*
918
+ Home Section style
919
+ ==================*/
920
+
921
+ .home{
922
+ background: url(../images/homebg.png) no-repeat top center;
923
+ background-size: cover;
924
+ position: relative;
925
+ }
926
+ .main_home{
927
+ overflow: hidden;
928
+ padding-top: 200px;
929
+ padding-bottom: 230px;
930
+ }
931
+ .home_text h1{
932
+ font-family: 'Ubuntu', sans-serif;
933
+ font-size:3.750rem;
934
+ font-weight: 700;
935
+ line-height: 4.5rem;
936
+ }
937
+ .home_btns{
938
+ margin-left:-10px;
939
+ }
940
+ .home_btns a{
941
+ margin-left:10px;
942
+ }
943
+
944
+ .scrooldown{
945
+ position: absolute;
946
+ left: 48.5%;
947
+ bottom: 10%;
948
+ width: 40px;
949
+ height: 40px;
950
+ line-height: 37px;
951
+ background: #f4f5f9;
952
+ border-radius: 50%;
953
+ text-align: center;
954
+ z-index: 3;
955
+ }
956
+ .scrooldown a i{
957
+ font-size:0.775rem;
958
+ color:#e74c3c;
959
+ }
960
+
961
+ /*
962
+ Featured section style
963
+ ========================*/
964
+ .main_features{}
965
+ .features_item{}
966
+ .features_item .f_item_icon{
967
+ float: left;
968
+ width:20%;
969
+ display: inline-block;
970
+ margin-right: 15px;
971
+ }
972
+ .features_item .f_item_icon i{
973
+ font-size:4rem;
974
+ color:#fc6a42;
975
+ }
976
+ .features_item .f_item_text{
977
+ display: inline-block;
978
+ width:70%;
979
+ }
980
+
981
+
982
+ /*
983
+ Testimonial Section style
984
+ =====================*/
985
+ .main_drag{
986
+ overflow: hidden;
987
+ }
988
+
989
+ .swiper-container {
990
+ width: 100%;
991
+ padding-top: 50px;
992
+ padding-bottom: 50px;
993
+ margin: 20px auto;
994
+ }
995
+ .swiper-slide {
996
+ text-align: center;
997
+ background-position: center;
998
+ background-size: cover;
999
+ width: 340px;
1000
+ height: 600px;
1001
+
1002
+
1003
+ /* Center slide text vertically */
1004
+ display: -webkit-box;
1005
+ display: -ms-flexbox;
1006
+ display: -webkit-flex;
1007
+ display: flex;
1008
+ -webkit-box-pack: center;
1009
+ -ms-flex-pack: center;
1010
+ -webkit-justify-content: center;
1011
+ justify-content: center;
1012
+ -webkit-box-align: center;
1013
+ -ms-flex-align: center;
1014
+ -webkit-align-items: center;
1015
+ align-items: center;
1016
+ box-shadow: 0px 0px 15px 0px #ddd;
1017
+ }
1018
+
1019
+
1020
+ /*
1021
+ Screen01 Section style
1022
+ =====================*/
1023
+
1024
+ .screen03,
1025
+ .screen02,
1026
+ .screen01{
1027
+ overflow: hidden;
1028
+ width: 100%;
1029
+ }
1030
+
1031
+ .screen03_img,
1032
+ .screen02_img,
1033
+ .screen01_img{
1034
+ position: relative;
1035
+ }
1036
+ .screen03_img img,
1037
+ .screen02_img img,
1038
+ .screen01_img img{
1039
+ position: relative;
1040
+ z-index: 1;
1041
+ }
1042
+
1043
+ .rainy,
1044
+ .sunny,
1045
+ .cloudy{
1046
+ font-weight: 300;
1047
+ transform: rotate(90deg);
1048
+ position: absolute;
1049
+ color: #ddd;
1050
+ z-index: 0;
1051
+ }
1052
+ .rainy{
1053
+ top: 270px;
1054
+ right: -185px;
1055
+ font-size: 15rem;
1056
+
1057
+ }
1058
+ .sunny{
1059
+ top: 250px;
1060
+ right: -215px;
1061
+ font-size: 14.6rem;
1062
+ }
1063
+ .cloudy{
1064
+ top: 255px;
1065
+ right: -210px;
1066
+ font-size: 13rem;
1067
+ }
1068
+ .attr_rio,
1069
+ .attr_deg{
1070
+ position: absolute;
1071
+ width:55px;
1072
+ height: 55px;
1073
+ line-height: 55px;
1074
+ display: inline-block;
1075
+ border-radius: 50%;
1076
+ }
1077
+ .attr_deg{
1078
+ top: 10%;
1079
+ right: 6%;
1080
+ background-color: #ffffff;
1081
+ }
1082
+ .attr_rio{
1083
+ bottom:0;
1084
+ right:0;
1085
+ background-color: #fcec64;
1086
+ }
1087
+ .attr_deg4,
1088
+ .attr_rainy2,
1089
+ .attr_deg3,
1090
+ .attr_sun2,
1091
+ .attr_cloudy,
1092
+ .attr_deg2,
1093
+ .attr_lon,
1094
+ .attr_sun{
1095
+ position: absolute;
1096
+ width:90px;
1097
+ height: 90px;
1098
+ line-height: 90px;
1099
+ display: inline-block;
1100
+ border-radius: 50%;
1101
+ }
1102
+
1103
+ .attr_sun{
1104
+ top: 45%;
1105
+ left: 0%;
1106
+ background-color: #fc6a42;
1107
+ }
1108
+ .attr_lon{
1109
+ top:40%;
1110
+ right:0%;
1111
+ background-color: #4466c9;
1112
+ }
1113
+ .attr_cloudy{
1114
+ top: 27%;
1115
+ right: 16%;
1116
+ background-color: #fcec64;
1117
+ z-index: 4;
1118
+ }
1119
+ .attr_deg2{
1120
+ top:60%;
1121
+ left:10%;
1122
+ background-color:#6ca3ff;
1123
+ z-index: 4;
1124
+ }
1125
+ .attr_sun2{
1126
+ top: 20%;
1127
+ right: 14%;
1128
+ background-color: #f2a14e;
1129
+ z-index: 4;
1130
+ }
1131
+ .attr_deg3{
1132
+ top:60%;
1133
+ left:13%;
1134
+ background-color:#fc6a42;
1135
+ z-index: 4;
1136
+ }
1137
+ .attr_rainy2{
1138
+ top: 27%;
1139
+ right: 16%;
1140
+ background-color: #b8faee;
1141
+ z-index: 4;
1142
+ }
1143
+ .attr_deg4{
1144
+ top:60%;
1145
+ left:13%;
1146
+ background-color:#7693c8;
1147
+ z-index: 4;
1148
+ }
1149
+
1150
+ .screen01_content{}
1151
+ .screen03_content p,
1152
+ .screen02_content p,
1153
+ .screen01_content p{
1154
+ font-size:1.500rem;
1155
+ line-height: 2.125rem;
1156
+ }
1157
+ .screen03_content ul li,
1158
+ .screen02_content ul li,
1159
+ .screen01_content ul li{
1160
+ border: 1px dashed #ddd;
1161
+ border-radius: 50%;
1162
+ width: 60px;
1163
+ height: 60px;
1164
+ line-height: 60px;
1165
+ box-shadow: 0px 0px 10px 0px #ededf2;
1166
+ margin-right: -15px;
1167
+ background-color: #fff;
1168
+ position: relative;
1169
+ color:#ededf2;
1170
+ }
1171
+ .screen03_content ul li:nth-child(1),
1172
+ .screen02_content ul li:nth-child(1),
1173
+ .screen01_content ul li:nth-child(1){
1174
+ z-index: 2;
1175
+ }
1176
+ .screen03_content ul li:nth-child(2),
1177
+ .screen02_content ul li:nth-child(2),
1178
+ .screen01_content ul li:nth-child(2){
1179
+ z-index: 1;
1180
+ }
1181
+ .screen03_content ul li:nth-child(3),
1182
+ .screen02_content ul li:nth-child(3),
1183
+ .screen01_content ul li:nth-child(3){
1184
+ z-index: 0
1185
+ }
1186
+
1187
+ /*
1188
+ People Section style
1189
+ =====================*/
1190
+
1191
+ .main_reviews .head_title{
1192
+ padding-bottom:1rem;
1193
+ }
1194
+ .reviews_content{}
1195
+ .reviews_item{
1196
+ position: relative;
1197
+ width:100%;
1198
+ }
1199
+ .reviews_item h3,
1200
+ .reviews_item h5{
1201
+ color:#353854;
1202
+ }
1203
+ .reviews_item_icon{
1204
+ display: block;
1205
+ width: 100%;
1206
+ font-size: 6rem;
1207
+ color: #648cff;
1208
+ height: 55px;
1209
+ margin-bottom: 20px;
1210
+ }
1211
+ .reviews_item_icon1{
1212
+ display: inline-block;
1213
+ width: 80px;
1214
+ font-size: 6rem;
1215
+ color: #648cff;
1216
+ height: 55px;
1217
+ position: absolute;
1218
+ right: 0;
1219
+ bottom: -45px;
1220
+ transform: rotate(-180deg);
1221
+ }
1222
+
1223
+
1224
+
1225
+ /*
1226
+ Download Section style
1227
+ =====================*/
1228
+ .download{
1229
+ position: relative;
1230
+ }
1231
+ .download_item h5{
1232
+ line-height: 1.5rem;
1233
+ width:70%;
1234
+ }
1235
+ .download_item img.app_right{
1236
+ position: relative;
1237
+ bottom:-60px;
1238
+ }
1239
+ .download_app{
1240
+ margin-left:-10px;
1241
+ }
1242
+ .download_app a{
1243
+ margin-left:10px;
1244
+ }
1245
+
1246
+ /*
1247
+ Footer Section style
1248
+ =====================*/
1249
+ nav.navbar.bootsnav.footer-menu{
1250
+ background-color: transparent;
1251
+ border-bottom: 0px;
1252
+ }
1253
+ nav.navbar.bootsnav.footer-menu ul li a{
1254
+ color:#b5b5c8;
1255
+ }
1256
+ nav.navbar.bootsnav.footer-menu ul li a:hover{
1257
+ color:#fff;
1258
+ }
1259
+ .divider{
1260
+ width:100%;
1261
+ height: 1px;
1262
+ background-color: #434769;
1263
+ display: inline-block;
1264
+ }
1265
+ .main_footer{
1266
+ overflow: hidden;
1267
+ }
1268
+
1269
+ .main_footer i {
1270
+ padding: 0px 5px;
1271
+ color: #ff0000;
1272
+ }
1273
+
1274
+
1275
+
1276
+ /*Scroll Up*/
1277
+ .scrollup {
1278
+ width: 30px;
1279
+ height: 30px;
1280
+ border-radius: 15px;
1281
+ opacity: .3;
1282
+ position: fixed;
1283
+ bottom: 20px;
1284
+ right: 25px;
1285
+ color: #fff;
1286
+ cursor: pointer;
1287
+ background-color: #000;
1288
+ z-index: 1000;
1289
+ transition: opacity .5s, background-color .5s;
1290
+ -moz-transition: opacity .5s, background-color .5s;
1291
+ -webkit-transition: opacity .5s, background-color .5s;
1292
+ }
1293
+
1294
+ .scrollup i {
1295
+ font-size: 13px;
1296
+ position: absolute;
1297
+ opacity: 1;
1298
+ color: #fff;
1299
+ left: 50%;
1300
+ top: 50%;
1301
+ margin-top: -7px;
1302
+ margin-left: -6px;
1303
+ text-decoration: none;
1304
+ }
1305
+
1306
+ .scrollup:hover {
1307
+ background-color: blueviolet;
1308
+ color:#fff;
1309
+ }