wbase 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/et-line.eot +0 -0
  3. data/app/assets/fonts/et-line.svg +1214 -0
  4. data/app/assets/fonts/et-line.ttf +0 -0
  5. data/app/assets/fonts/et-line.woff +0 -0
  6. data/app/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  7. data/app/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  8. data/app/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  9. data/app/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  10. data/app/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  11. data/app/assets/javascripts/wbase/landing.js +17 -0
  12. data/app/assets/javascripts/wbase/landing/bootstrap.min.js +7 -0
  13. data/app/assets/javascripts/wbase/landing/jquery-2.2.4.min.js +4 -0
  14. data/app/assets/javascripts/wbase/landing/jquery.easing.min.js +44 -0
  15. data/app/assets/javascripts/wbase/landing/scripts.js +61 -0
  16. data/app/assets/javascripts/wbase/landing/validator.min.js +27 -0
  17. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap-compass.scss +9 -0
  18. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap-mincer.scss +19 -0
  19. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap-sprockets.scss +9 -0
  20. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap.scss +56 -0
  21. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_alerts.scss +73 -0
  22. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_badges.scss +68 -0
  23. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_breadcrumbs.scss +28 -0
  24. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_button-groups.scss +244 -0
  25. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_buttons.scss +168 -0
  26. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_carousel.scss +270 -0
  27. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_close.scss +36 -0
  28. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_code.scss +69 -0
  29. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_component-animations.scss +37 -0
  30. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_dropdowns.scss +216 -0
  31. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_forms.scss +617 -0
  32. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_glyphicons.scss +307 -0
  33. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_grid.scss +84 -0
  34. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_input-groups.scss +171 -0
  35. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_jumbotron.scss +54 -0
  36. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_labels.scss +66 -0
  37. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_list-group.scss +130 -0
  38. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_media.scss +66 -0
  39. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_mixins.scss +40 -0
  40. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_modals.scss +150 -0
  41. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_navbar.scss +662 -0
  42. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_navs.scss +242 -0
  43. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_normalize.scss +424 -0
  44. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_pager.scss +54 -0
  45. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_pagination.scss +89 -0
  46. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_panels.scss +271 -0
  47. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_popovers.scss +131 -0
  48. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_print.scss +101 -0
  49. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_progress-bars.scss +87 -0
  50. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_responsive-embed.scss +35 -0
  51. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_responsive-utilities.scss +179 -0
  52. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_scaffolding.scss +161 -0
  53. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_tables.scss +234 -0
  54. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_theme.scss +291 -0
  55. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_thumbnails.scss +38 -0
  56. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_tooltip.scss +101 -0
  57. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_type.scss +298 -0
  58. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_utilities.scss +55 -0
  59. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_variables.scss +874 -0
  60. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_wells.scss +29 -0
  61. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_alerts.scss +14 -0
  62. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_background-variant.scss +12 -0
  63. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_border-radius.scss +18 -0
  64. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_buttons.scss +65 -0
  65. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_center-block.scss +7 -0
  66. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_clearfix.scss +22 -0
  67. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_forms.scss +88 -0
  68. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_gradients.scss +58 -0
  69. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_grid-framework.scss +81 -0
  70. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_grid.scss +122 -0
  71. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_hide-text.scss +21 -0
  72. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_image.scss +33 -0
  73. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_labels.scss +12 -0
  74. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_list-group.scss +32 -0
  75. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_nav-divider.scss +10 -0
  76. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  77. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_opacity.scss +8 -0
  78. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_pagination.scss +24 -0
  79. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_panels.scss +24 -0
  80. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_progress-bar.scss +10 -0
  81. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_reset-filter.scss +8 -0
  82. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_reset-text.scss +18 -0
  83. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_resize.scss +6 -0
  84. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_responsive-visibility.scss +21 -0
  85. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_size.scss +10 -0
  86. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_tab-focus.scss +9 -0
  87. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_table-row.scss +28 -0
  88. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_text-emphasis.scss +12 -0
  89. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_text-overflow.scss +8 -0
  90. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  91. data/app/assets/stylesheets/wbase/landing.css.scss +6 -0
  92. data/app/assets/stylesheets/wbase/landing/animate.css +3340 -0
  93. data/app/assets/stylesheets/wbase/landing/icon-font.scss +343 -0
  94. data/app/assets/stylesheets/wbase/landing/styles.scss +1358 -0
  95. data/app/assets/stylesheets/wbase/variables.scss.erb +12 -0
  96. data/app/controllers/wbase/static_pages_controller.rb +2 -0
  97. data/app/views/layouts/wbase/landing.html.erb +59 -0
  98. data/app/views/wbase/static_pages/_map.html.erb +17 -0
  99. data/app/views/wbase/static_pages/_order_stats.html.erb +28 -0
  100. data/app/views/wbase/static_pages/_pricing.html.erb +89 -0
  101. data/app/views/wbase/static_pages/_stats.html.erb +28 -0
  102. data/app/views/wbase/static_pages/_testimonial.html.erb +16 -0
  103. data/app/views/wbase/static_pages/affiliate.html.erb +54 -0
  104. data/app/views/wbase/static_pages/contact.html.erb +55 -0
  105. data/app/views/wbase/static_pages/faq.html.erb +63 -0
  106. data/app/views/wbase/static_pages/landing/_about.html.erb +45 -0
  107. data/app/views/wbase/static_pages/landing/_contact.html.erb +59 -0
  108. data/app/views/wbase/static_pages/landing/_customers.html.erb +67 -0
  109. data/app/views/wbase/static_pages/landing/_description.html.erb +28 -0
  110. data/app/views/wbase/static_pages/landing/_features.html.erb +20 -0
  111. data/app/views/wbase/static_pages/landing/_footer.html.erb +3 -0
  112. data/app/views/wbase/static_pages/landing/_header.html.erb +21 -0
  113. data/app/views/wbase/static_pages/landing/_nav.html.erb +21 -0
  114. data/app/views/wbase/static_pages/landing/_newsletter.html.erb +23 -0
  115. data/app/views/wbase/static_pages/landing/_pricing.html.erb +27 -0
  116. data/app/views/wbase/static_pages/landing/_social.html.erb +12 -0
  117. data/app/views/wbase/static_pages/landing/_team.html.erb +17 -0
  118. data/app/views/wbase/static_pages/landing/_trial.html.erb +32 -0
  119. data/app/views/wbase/static_pages/landing/_video.html.erb +13 -0
  120. data/app/views/wbase/static_pages/privacy.html.erb +41 -0
  121. data/app/views/wbase/static_pages/start.html.erb +56 -0
  122. data/app/views/wbase/static_pages/subscribed.html.erb +85 -0
  123. data/app/views/wbase/static_pages/terms.html.erb +35 -0
  124. data/app/views/wbase/static_pages/thanks.html.erb +85 -0
  125. data/app/views/wbase/static_pages/welcome.html.erb +3 -2
  126. data/config/initializers/assets.rb +5 -0
  127. data/config/routes.rb +15 -1
  128. data/lib/wbase/engine.rb +65 -0
  129. data/lib/wbase/version.rb +1 -1
  130. metadata +153 -6
  131. data/app/assets/javascripts/wbase/static_pages.js +0 -2
  132. data/app/assets/stylesheets/wbase/application.css +0 -15
  133. data/app/assets/stylesheets/wbase/static_pages.css +0 -4
  134. data/app/views/wbase/static_pages/testing.html.erb +0 -1
@@ -0,0 +1,343 @@
1
+ @font-face {
2
+ font-family: 'et-line';
3
+ src: font-url('et-line.eot');
4
+ src: font-url('et-line.eot?#iefix') format('embedded-opentype'),
5
+ font-url('et-line.woff') format('woff'),
6
+ font-url('et-line.ttf') format('truetype'),
7
+ font-url('et-line.svg#et-line') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ /* Use the following CSS code if you want to use data attributes for inserting your icons */
13
+ [data-icon]:before {
14
+ font-family: 'et-line';
15
+ content: attr(data-icon);
16
+ speak: none;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+ -webkit-font-smoothing: antialiased;
22
+ -moz-osx-font-smoothing: grayscale;
23
+ display:inline-block;
24
+ }
25
+
26
+ /* Use the following CSS code if you want to have a class per icon */
27
+ /*
28
+ Instead of a list of all class selectors,
29
+ you can use the generic selector below, but it's slower:
30
+ [class*="icon-"] {
31
+ */
32
+ .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
33
+ font-family: 'et-line';
34
+ speak: none;
35
+ font-style: normal;
36
+ font-weight: normal;
37
+ font-variant: normal;
38
+ text-transform: none;
39
+ line-height: 1;
40
+ -webkit-font-smoothing: antialiased;
41
+ -moz-osx-font-smoothing: grayscale;
42
+ display:inline-block;
43
+ }
44
+ .icon-mobile:before {
45
+ content: "\e000";
46
+ }
47
+ .icon-laptop:before {
48
+ content: "\e001";
49
+ }
50
+ .icon-desktop:before {
51
+ content: "\e002";
52
+ }
53
+ .icon-tablet:before {
54
+ content: "\e003";
55
+ }
56
+ .icon-phone:before {
57
+ content: "\e004";
58
+ }
59
+ .icon-document:before {
60
+ content: "\e005";
61
+ }
62
+ .icon-documents:before {
63
+ content: "\e006";
64
+ }
65
+ .icon-search:before {
66
+ content: "\e007";
67
+ }
68
+ .icon-clipboard:before {
69
+ content: "\e008";
70
+ }
71
+ .icon-newspaper:before {
72
+ content: "\e009";
73
+ }
74
+ .icon-notebook:before {
75
+ content: "\e00a";
76
+ }
77
+ .icon-book-open:before {
78
+ content: "\e00b";
79
+ }
80
+ .icon-browser:before {
81
+ content: "\e00c";
82
+ }
83
+ .icon-calendar:before {
84
+ content: "\e00d";
85
+ }
86
+ .icon-presentation:before {
87
+ content: "\e00e";
88
+ }
89
+ .icon-picture:before {
90
+ content: "\e00f";
91
+ }
92
+ .icon-pictures:before {
93
+ content: "\e010";
94
+ }
95
+ .icon-video:before {
96
+ content: "\e011";
97
+ }
98
+ .icon-camera:before {
99
+ content: "\e012";
100
+ }
101
+ .icon-printer:before {
102
+ content: "\e013";
103
+ }
104
+ .icon-toolbox:before {
105
+ content: "\e014";
106
+ }
107
+ .icon-briefcase:before {
108
+ content: "\e015";
109
+ }
110
+ .icon-wallet:before {
111
+ content: "\e016";
112
+ }
113
+ .icon-gift:before {
114
+ content: "\e017";
115
+ }
116
+ .icon-bargraph:before {
117
+ content: "\e018";
118
+ }
119
+ .icon-grid:before {
120
+ content: "\e019";
121
+ }
122
+ .icon-expand:before {
123
+ content: "\e01a";
124
+ }
125
+ .icon-focus:before {
126
+ content: "\e01b";
127
+ }
128
+ .icon-edit:before {
129
+ content: "\e01c";
130
+ }
131
+ .icon-adjustments:before {
132
+ content: "\e01d";
133
+ }
134
+ .icon-ribbon:before {
135
+ content: "\e01e";
136
+ }
137
+ .icon-hourglass:before {
138
+ content: "\e01f";
139
+ }
140
+ .icon-lock:before {
141
+ content: "\e020";
142
+ }
143
+ .icon-megaphone:before {
144
+ content: "\e021";
145
+ }
146
+ .icon-shield:before {
147
+ content: "\e022";
148
+ }
149
+ .icon-trophy:before {
150
+ content: "\e023";
151
+ }
152
+ .icon-flag:before {
153
+ content: "\e024";
154
+ }
155
+ .icon-map:before {
156
+ content: "\e025";
157
+ }
158
+ .icon-puzzle:before {
159
+ content: "\e026";
160
+ }
161
+ .icon-basket:before {
162
+ content: "\e027";
163
+ }
164
+ .icon-envelope:before {
165
+ content: "\e028";
166
+ }
167
+ .icon-streetsign:before {
168
+ content: "\e029";
169
+ }
170
+ .icon-telescope:before {
171
+ content: "\e02a";
172
+ }
173
+ .icon-gears:before {
174
+ content: "\e02b";
175
+ }
176
+ .icon-key:before {
177
+ content: "\e02c";
178
+ }
179
+ .icon-paperclip:before {
180
+ content: "\e02d";
181
+ }
182
+ .icon-attachment:before {
183
+ content: "\e02e";
184
+ }
185
+ .icon-pricetags:before {
186
+ content: "\e02f";
187
+ }
188
+ .icon-lightbulb:before {
189
+ content: "\e030";
190
+ }
191
+ .icon-layers:before {
192
+ content: "\e031";
193
+ }
194
+ .icon-pencil:before {
195
+ content: "\e032";
196
+ }
197
+ .icon-tools:before {
198
+ content: "\e033";
199
+ }
200
+ .icon-tools-2:before {
201
+ content: "\e034";
202
+ }
203
+ .icon-scissors:before {
204
+ content: "\e035";
205
+ }
206
+ .icon-paintbrush:before {
207
+ content: "\e036";
208
+ }
209
+ .icon-magnifying-glass:before {
210
+ content: "\e037";
211
+ }
212
+ .icon-circle-compass:before {
213
+ content: "\e038";
214
+ }
215
+ .icon-linegraph:before {
216
+ content: "\e039";
217
+ }
218
+ .icon-mic:before {
219
+ content: "\e03a";
220
+ }
221
+ .icon-strategy:before {
222
+ content: "\e03b";
223
+ }
224
+ .icon-beaker:before {
225
+ content: "\e03c";
226
+ }
227
+ .icon-caution:before {
228
+ content: "\e03d";
229
+ }
230
+ .icon-recycle:before {
231
+ content: "\e03e";
232
+ }
233
+ .icon-anchor:before {
234
+ content: "\e03f";
235
+ }
236
+ .icon-profile-male:before {
237
+ content: "\e040";
238
+ }
239
+ .icon-profile-female:before {
240
+ content: "\e041";
241
+ }
242
+ .icon-bike:before {
243
+ content: "\e042";
244
+ }
245
+ .icon-wine:before {
246
+ content: "\e043";
247
+ }
248
+ .icon-hotairballoon:before {
249
+ content: "\e044";
250
+ }
251
+ .icon-globe:before {
252
+ content: "\e045";
253
+ }
254
+ .icon-genius:before {
255
+ content: "\e046";
256
+ }
257
+ .icon-map-pin:before {
258
+ content: "\e047";
259
+ }
260
+ .icon-dial:before {
261
+ content: "\e048";
262
+ }
263
+ .icon-chat:before {
264
+ content: "\e049";
265
+ }
266
+ .icon-heart:before {
267
+ content: "\e04a";
268
+ }
269
+ .icon-cloud:before {
270
+ content: "\e04b";
271
+ }
272
+ .icon-upload:before {
273
+ content: "\e04c";
274
+ }
275
+ .icon-download:before {
276
+ content: "\e04d";
277
+ }
278
+ .icon-target:before {
279
+ content: "\e04e";
280
+ }
281
+ .icon-hazardous:before {
282
+ content: "\e04f";
283
+ }
284
+ .icon-piechart:before {
285
+ content: "\e050";
286
+ }
287
+ .icon-speedometer:before {
288
+ content: "\e051";
289
+ }
290
+ .icon-global:before {
291
+ content: "\e052";
292
+ }
293
+ .icon-compass:before {
294
+ content: "\e053";
295
+ }
296
+ .icon-lifesaver:before {
297
+ content: "\e054";
298
+ }
299
+ .icon-clock:before {
300
+ content: "\e055";
301
+ }
302
+ .icon-aperture:before {
303
+ content: "\e056";
304
+ }
305
+ .icon-quote:before {
306
+ content: "\e057";
307
+ }
308
+ .icon-scope:before {
309
+ content: "\e058";
310
+ }
311
+ .icon-alarmclock:before {
312
+ content: "\e059";
313
+ }
314
+ .icon-refresh:before {
315
+ content: "\e05a";
316
+ }
317
+ .icon-happy:before {
318
+ content: "\e05b";
319
+ }
320
+ .icon-sad:before {
321
+ content: "\e05c";
322
+ }
323
+ .icon-facebook:before {
324
+ content: "\e05d";
325
+ }
326
+ .icon-twitter:before {
327
+ content: "\e05e";
328
+ }
329
+ .icon-googleplus:before {
330
+ content: "\e05f";
331
+ }
332
+ .icon-rss:before {
333
+ content: "\e060";
334
+ }
335
+ .icon-tumblr:before {
336
+ content: "\e061";
337
+ }
338
+ .icon-linkedin:before {
339
+ content: "\e062";
340
+ }
341
+ .icon-dribbble:before {
342
+ content: "\e063";
343
+ }
@@ -0,0 +1,1358 @@
1
+ /* Template: Zigo Software Landing Page Template
2
+ Author: InovatikThemes
3
+ Version: 1.0.0
4
+ Created: October 2016
5
+ Description: Master CSS file
6
+ */
7
+
8
+ /**********************************
9
+ TABLE OF CONTENTS
10
+
11
+ 01. Sass Variables
12
+ 02. General Styles
13
+ 03. Navigation
14
+ 04. Header
15
+ 05. Features Section
16
+ 06. Description Section
17
+ 07. Video Section
18
+ 08. Customers Section
19
+ 09. Pricing Section
20
+ 10. Free Trial Section
21
+ 11. About Us Section
22
+ 12. Newsletter Section
23
+ 13. Our Team Section
24
+ 14. Social Media Section
25
+ 15. Contact Section
26
+ 16. Footer
27
+ 17. Back To Top Button
28
+ 18. Media Queries
29
+ **********************************/
30
+
31
+ /***** 01. Sass Variables *****/
32
+ $default-color: #444b43; /* dark gray */
33
+ $primary-color: $brand-primary; /* green */
34
+ $primary-color-lighter: #3be382; /* lighter green */
35
+ $light-gray: #eee; /* light gray */
36
+
37
+ /* Fonts */
38
+ $poppins: 'Poppins', sans-serif;
39
+
40
+
41
+ /***** 02. General Styles *****/
42
+ html,
43
+ body {
44
+ width: 100%;
45
+ height: 100%;
46
+ }
47
+
48
+ body {
49
+ font: 300 16px/26px $poppins;
50
+ color: $default-color;
51
+ }
52
+
53
+ h1 {
54
+ font: 300 36px/46px $poppins;
55
+ }
56
+
57
+ h2 {
58
+ font: 500 25px/34px $poppins;
59
+ }
60
+
61
+ h3 {
62
+ font: 500 21px/30px $poppins;
63
+ }
64
+
65
+ p {
66
+ font: 300 16px/26px $poppins;
67
+ }
68
+
69
+ a {
70
+ color: $default-color;
71
+ text-decoration: underline;
72
+ }
73
+
74
+ a:hover {
75
+ color: #000;
76
+ }
77
+
78
+ /* Buttons */
79
+ .button-large-transparent,
80
+ .button-large-transparent:focus {
81
+ font: 300 18px/32px $poppins;
82
+ background: transparent;
83
+ color: $primary-color;
84
+ border: 2px solid $primary-color;
85
+ border-radius: 25px;
86
+ padding: 9px 40px 9px 40px;
87
+ text-decoration: none;
88
+ }
89
+
90
+ .button-large-transparent:hover {
91
+ background-color: $primary-color-lighter;
92
+ color: $default-color;
93
+ border: 2px solid $primary-color-lighter;
94
+ text-decoration: none;
95
+ cursor: pointer;
96
+ }
97
+
98
+ .button-large-solid,
99
+ .button-large-solid:focus {
100
+ font: 300 18px/32px $poppins;
101
+ background-color: $brand-success;
102
+ color: white;
103
+ border: none;
104
+ border-radius: 25px;
105
+ padding: 11px 40px 11px 40px;
106
+ text-decoration: none;
107
+ }
108
+
109
+ .button-large-solid:hover {
110
+ background-color: lighten($brand-success, 15%);
111
+ color: white;
112
+ text-decoration: none;
113
+ }
114
+
115
+ .button-small-solid,
116
+ .button-small-solid:focus {
117
+ font: 300 16px/26px $poppins;
118
+ background-color: $primary-color;
119
+ color: #fff;
120
+ border-radius: 25px;
121
+ padding: 10px 40px 10px 40px;
122
+ text-decoration: none;
123
+ border: none;
124
+ }
125
+
126
+ .button-small-solid:hover {
127
+ background-color: lighten($brand-success, 15%);
128
+ color: #fff;
129
+ text-decoration: none;
130
+ cursor: pointer;
131
+ }
132
+
133
+ .button-small-transparent,
134
+ .button-small-transparent:focus {
135
+ font: 300 16px/26px $poppins;
136
+ background: transparent;
137
+ color: $primary-color;
138
+ border: 2px solid $primary-color;
139
+ border-radius: 25px;
140
+ padding: 8px 40px 8px 40px;
141
+ text-decoration: none;
142
+ }
143
+
144
+ .button-small-transparent:hover {
145
+ background-color: $primary-color-lighter;
146
+ color: $default-color;
147
+ border: 2px solid $primary-color-lighter;
148
+ text-decoration: none;
149
+ cursor: pointer;
150
+ }
151
+
152
+ /* Carousel */
153
+ .carousel-control .glyphicon-menu-right,
154
+ .carousel-control .glyphicon-menu-left {
155
+ position: absolute;
156
+ top: 50%;
157
+ z-index: 5;
158
+ display: inline-block;
159
+ margin-top: -10px;
160
+ font-size: 30px
161
+ }
162
+
163
+ .carousel-control .glyphicon-menu-left {
164
+ left: 50%;
165
+ margin-left: -10px;
166
+ }
167
+
168
+ .carousel-control .glyphicon-menu-right {
169
+ right: 50%;
170
+ margin-right: -10px;
171
+ }
172
+
173
+ a.left.carousel-control, a.right.carousel-control {
174
+ opacity: 1;
175
+ }
176
+
177
+ .right.carousel-control {
178
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
179
+ }
180
+
181
+ .left.carousel-control {
182
+ background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
183
+ }
184
+
185
+ /* Heading Text Underline */
186
+ .underline, .underline-yellow {
187
+ display: inline-block;
188
+ }
189
+
190
+ .underline:after {
191
+ display: block;
192
+ content: "";
193
+ width: 80%;
194
+ margin: 7px auto 0 auto;
195
+ border-bottom: solid 2px $primary-color;
196
+ }
197
+
198
+ .underline-yellow:after {
199
+ display: block;
200
+ content: "";
201
+ width: 80%;
202
+ margin: 7px auto 0 auto;
203
+ border-bottom: solid 2px #ffdc48;
204
+ }
205
+
206
+ /* Forms succes and error alerts formatting */
207
+ #dmsgSubmit.h3.text-center.tada.animated.text-success {
208
+ font: 300 20px/32px $poppins;
209
+ color: #fff;
210
+ }
211
+
212
+ #dmsgSubmit.h3.text-center.text-danger {
213
+ font: 300 20px/32px $poppins;
214
+ color: #fff;
215
+ }
216
+
217
+ #nmsgSubmit.h3.text-center.tada.animated.text-success,
218
+ #cmsgSubmit.h3.text-center.tada.animated.text-success {
219
+ font: 300 20px/32px $poppins;
220
+ color: $default-color;
221
+ }
222
+
223
+ #nmsgSubmit.h3.text-center.text-danger,
224
+ #cmsgSubmit.h3.text-center.text-danger {
225
+ font: 300 20px/32px $poppins;
226
+ color: $default-color;
227
+ }
228
+
229
+
230
+ /***** 03. Navigation *****/
231
+ /* Image Logo */
232
+ .navbar-brand.img-logo {
233
+ width: 101px;
234
+ height: 35px;
235
+ padding: 4px 0 0 0;
236
+ }
237
+
238
+ /* Navbar */
239
+ .navbar-custom {
240
+ background-color: #2ac46b;
241
+ border-color: transparent;
242
+ font: 300 14px/22px $poppins;
243
+ }
244
+
245
+ .navbar-custom .navbar-brand {
246
+ color: #fff;
247
+ }
248
+
249
+ a.navbar-brand.img-logo {
250
+ margin-left: 10px;
251
+ margin-top: 60px;
252
+ }
253
+
254
+ a.navbar-brand.img-logo.scrolling {
255
+ margin-top: 6px;
256
+ margin-left: 15px;
257
+ }
258
+
259
+ .navbar-custom .navbar-brand:hover,
260
+ .navbar-custom .navbar-brand:focus,
261
+ .navbar-custom .navbar-brand:active,
262
+ .navbar-custom .navbar-brand.active {
263
+ color: #fff;
264
+ opacity: 1;
265
+ }
266
+
267
+ .navbar-custom .navbar-collapse {
268
+ border-color: rgba(255, 255, 255, 0.02);
269
+ }
270
+
271
+ .navbar-custom .navbar-toggle,
272
+ .navbar-custom .navbar-toggle:focus {
273
+ background-color: $default-color;
274
+ border-color: $default-color;
275
+ color: #fff;
276
+ font: 300 14px/19px $poppins;
277
+ }
278
+
279
+ .navbar-custom .navbar-toggle:hover {
280
+ background-color: #585f58;
281
+ color: #fff;
282
+ border-color: #585f58;
283
+ }
284
+
285
+ .navbar-custom .nav li a.scrolling {
286
+ color: #fff;
287
+ opacity: 0.7;
288
+ text-decoration: none;
289
+ }
290
+
291
+ .navbar-custom .nav li a:hover {
292
+ color: #fff;
293
+ outline: none;
294
+ opacity: 1;
295
+ }
296
+
297
+ .navbar-custom .navbar-nav > .active > a.scrolling {
298
+ border-radius: 0;
299
+ color: #fff;
300
+ background-color: transparent;
301
+ opacity: 1;
302
+ }
303
+
304
+ .navbar-custom .navbar-nav > .active > a:hover,
305
+ .navbar-custom .navbar-nav > .active > a:focus {
306
+ color: #fff;
307
+ background-color: transparent;
308
+ }
309
+
310
+
311
+ a.navbar-brand.scrolling {
312
+ text-decoration: none;
313
+ font: 300 26px/20px $poppins;
314
+ color: #fff;
315
+ margin-top: 4px;
316
+ }
317
+
318
+ .navbar-custom.affix .navbar-brand {
319
+ font: 300 26px/20px $poppins;
320
+ }
321
+
322
+
323
+ /***** 04. Header *****/
324
+ header {
325
+ position: relative;
326
+ min-height: auto;
327
+ text-align: center;
328
+ width: 100%;
329
+ background-color: $primary-color;
330
+ // background: url('http://placehold.it/1920x1080/F67599') no-repeat center;
331
+ -webkit-background-size: cover;
332
+ -moz-background-size: cover;
333
+ -o-background-size: cover;
334
+ background-size: cover;
335
+ min-height: 100%;
336
+
337
+ .flex-container-wrapper { /* IE fix for vertical alignment in flex box */
338
+ display: flex;
339
+ flex-direction: column;
340
+ height: 100%;
341
+ }
342
+
343
+ .header-content {
344
+ position: relative;
345
+ width: 100%;
346
+ padding: 100px 15px;
347
+ z-index: 2;
348
+ margin-top: 25px;
349
+ display: flex;
350
+ flex-direction: column;
351
+ justify-content: center;
352
+ min-height: 100vh;
353
+ h1 {
354
+ font: 300 56px/66px $poppins;
355
+ color: #fff;
356
+ margin-top: 40px;
357
+ }
358
+ p {
359
+ font: 300 18px/32px $poppins;
360
+ color: #fff;
361
+ margin-top: 40px;
362
+ margin-bottom: 50px;
363
+ margin-left: 0%;
364
+ margin-right: 0%;
365
+ }
366
+ a {
367
+ margin-top: 30px;
368
+ }
369
+ a:hover {
370
+ text-decoration: none;
371
+ }
372
+ .glyphicon-menu-down {
373
+ display: inline-block;
374
+ margin-top: 60px;
375
+ font-size: 30px;
376
+ color: #ffdc48;
377
+ opacity: 0.7;
378
+ transition: all 200ms;
379
+ }
380
+ .glyphicon-menu-down:hover {
381
+ transform: translate(0px, 5px);
382
+ -webkit-transform: translate(0px, 5px);
383
+ -moz-transform: translate(0px, 5px);
384
+ -o-transform: translate(0px, 5px);
385
+ -ms-transform: translate(0px, 5px);
386
+ transition: all 200ms;
387
+ }
388
+ }
389
+ }
390
+
391
+
392
+ /***** 05. Features Section *****/
393
+ #features-section {
394
+ padding-top: 70px;
395
+ padding-bottom: 20px;
396
+ background-color: $light-gray;
397
+
398
+ h1 {
399
+ margin-bottom: 50px;
400
+ }
401
+
402
+ h2 {
403
+ margin-bottom: 15px;
404
+ }
405
+
406
+ .features-icons {
407
+ font-size: 60px;
408
+ margin-bottom: 10px;
409
+ }
410
+
411
+ h3 {
412
+ font: 500 25px/30px $poppins;
413
+ }
414
+
415
+ p {
416
+ margin-bottom: 80px;
417
+ }
418
+ }
419
+
420
+ /***** 06. Description Section *****/
421
+ #description-section {
422
+ padding-top: 70px;
423
+ padding-bottom: 90px;
424
+
425
+ h1 {
426
+ margin-bottom: 50px;
427
+ }
428
+
429
+ .first-row {
430
+ h2 {
431
+ margin-bottom: 20px;
432
+ margin-top: 35px;
433
+ }
434
+ .button-small-solid {
435
+ display: inline-block;
436
+ margin-top: 15px;
437
+ }
438
+ }
439
+
440
+ .second-row {
441
+ margin-top: 90px;
442
+ #myCarousel {
443
+ margin-bottom: 40px;
444
+ }
445
+ .nav-pills {
446
+ margin-top: 0px;
447
+ margin-bottom: 30px;
448
+ li {
449
+ text-align: center;
450
+ width: 100%;
451
+ text-decoration: none;
452
+ a {
453
+ font: 300 18px/26px $poppins;
454
+ background-color: none;
455
+ color: #6a6a6a;
456
+ border: 1px solid #aaa;
457
+ border-radius: 25px;
458
+ margin-right: 4px;
459
+ margin-top: 10px;
460
+ padding: 10px 30px 10px 30px;
461
+ text-decoration: none;
462
+ }
463
+ }
464
+ li {
465
+ a:hover {
466
+ background-color: #ffdc48;
467
+ color: $default-color;
468
+ border: 1px solid #ffdc48;
469
+ }
470
+ }
471
+ li.active {
472
+ a {
473
+ background-color: #ffdc48;
474
+ color: $default-color;
475
+ border: 1px solid #ffdc48;
476
+ }
477
+ }
478
+ }
479
+ #tab_a {
480
+ ul {
481
+ list-style: none;
482
+ }
483
+ .button-small-solid {
484
+ display: inline-block;
485
+ margin-top: 15px;
486
+ }
487
+ }
488
+ #tab_b {
489
+ margin-top: 20px;
490
+ .progress {
491
+ height: 30px;
492
+ border-radius: 4px;
493
+ margin-top: 20px;
494
+ }
495
+ .progress-bar {
496
+ text-align: left;
497
+ font: 300 14px/22px $poppins;
498
+ background-color: $primary-color;
499
+ color: white;
500
+ padding-left: 20px;
501
+ padding-top: 5px;
502
+ }
503
+ }
504
+ #tab_c {
505
+ .button-small-solid {
506
+ display: inline-block;
507
+ margin-top: 15px;
508
+ }
509
+ }
510
+ .tab-content {
511
+ ul {
512
+ padding-left: 20px;
513
+ .checkmark {
514
+ margin-right: 10px;
515
+ }
516
+ }
517
+ }
518
+ }
519
+ }
520
+
521
+ /***** 07. Video Section *****/
522
+ #video-section {
523
+ padding-top: 110px;
524
+ padding-bottom: 120px;
525
+ background: $primary-color;
526
+ background-size: cover;
527
+ background-attachment: fixed;
528
+ }
529
+
530
+
531
+ /***** 08. Customers Section *****/
532
+ #customers-section {
533
+ padding-top: 70px;
534
+ padding-bottom: 90px;
535
+ background-color: $light-gray;
536
+
537
+ h1 {
538
+ margin-bottom: 30px;
539
+ }
540
+
541
+ .logo-container {
542
+ width: 195px;
543
+ height: 130px;
544
+ display: inline-block;
545
+ margin: 30px 14px 30px 14px;
546
+ img {
547
+ width: 100%;
548
+ height: 100%;
549
+ opacity: 0.7;
550
+ }
551
+ img:hover {
552
+ opacity: 1;
553
+ }
554
+ }
555
+
556
+ #carousel-example-generic {
557
+ text-align: center;
558
+ margin-top: 40px;
559
+ margin-left: 0%;
560
+ margin-right: 0%;
561
+ img {
562
+ width: 105px;
563
+ height: 105px;
564
+ margin-bottom: 20px;
565
+ }
566
+ p {
567
+ padding-top: 15px;
568
+ width: 100%;
569
+ }
570
+ h2 {
571
+ font: 300 21px/30px $poppins;
572
+ }
573
+ a.left.carousel-control, a.right.carousel-control {
574
+ background: none;
575
+ }
576
+ .carousel-indicators {
577
+ position: static;
578
+ margin-top: 10px;
579
+ }
580
+ .carousel-indicators .active {
581
+ background-color: $default-color;
582
+ border: 2px solid $default-color;
583
+ width: 12px;
584
+ height: 12px;
585
+ margin-right: 4px;
586
+ }
587
+ .carousel-indicators li {
588
+ border: 1px solid $default-color;
589
+ width: 12px;
590
+ height: 12px;
591
+ margin: 0px;
592
+ margin-right: 4px;
593
+ }
594
+ .carousel-indicators li:hover {
595
+ background-color: $default-color;
596
+ border: 2px solid $default-color;
597
+ width: 12px;
598
+ height: 12px;
599
+ margin-right: 4px;
600
+ }
601
+ .carousel-content {
602
+ color: $default-color;
603
+ display: flex;
604
+ align-items: center;
605
+ }
606
+ }
607
+ }
608
+
609
+ /***** 09. Pricing Section *****/
610
+ #pricing-section {
611
+ padding-top: 70px;
612
+ padding-bottom: 90px;
613
+
614
+ h1 {
615
+ margin-bottom: 40px;
616
+ }
617
+ h2 {
618
+ text-align: center;
619
+ padding-top: 10px;
620
+ color: $default-color;
621
+ margin-bottom: 20px;
622
+ font-weight: 300;
623
+ }
624
+ .pricing-column {
625
+ border: 2px solid #e5e5e5;
626
+ border-radius: 4px;
627
+ margin-top: 50px;
628
+ text-align: center;
629
+ max-width: 280px;
630
+ h3 {
631
+ font: 500 26px/30px $poppins;
632
+ text-align: center;
633
+ margin: 18px 15px 0px 15px;
634
+ }
635
+ .separator-pricing {
636
+ margin-top: 14px;
637
+ }
638
+ .price {
639
+ font: 300 72px/100px $poppins;
640
+ margin-top: 4px;
641
+ }
642
+ .pricing-first-p {
643
+ margin: 25px 15px 0px 15px;
644
+ color: $default-color;
645
+ }
646
+ p {
647
+ color: $default-color;
648
+ text-align: center;
649
+ margin-top: 15px;
650
+ margin-bottom: -6px;
651
+ }
652
+ .checkmark {
653
+ margin-right: 8px;
654
+ color: $primary-color;
655
+ font-size: 18px;
656
+ font-weight: bold;
657
+ }
658
+ .button {
659
+ display: inline-block;
660
+ padding-top: 13px;
661
+ padding-bottom: 8px;
662
+ margin-top: 30px;
663
+ width: 100%;
664
+ max-width: 100%;
665
+ background-color: #e5e5e5;
666
+ border-style: none;
667
+ border-radius: 2px;
668
+ color: $default-color;
669
+ font-size: 20px;
670
+ line-height: 32px;
671
+ text-decoration: none;
672
+ }
673
+
674
+ }
675
+
676
+ .pricing-column:hover {
677
+ border: 2px solid $primary-color;
678
+ .separator-pricing {
679
+ border-color: $primary-color;
680
+ }
681
+ .button {
682
+ background-color: $primary-color;
683
+ border-style: none;
684
+ color: #fff;
685
+ }
686
+ }
687
+
688
+ }
689
+
690
+ /***** 10. Free Trial Section *****/
691
+ #free-trial-section {
692
+ padding-top: 70px;
693
+ padding-bottom: 90px;
694
+ background: $primary-color;
695
+ background-size: cover;
696
+ background-attachment: fixed;
697
+
698
+ h1 {
699
+ margin-bottom: 50px;
700
+ color: #fff;
701
+ }
702
+
703
+ p {
704
+ margin-bottom: 60px;
705
+ color: #fff;
706
+ }
707
+
708
+ form {
709
+ input {
710
+ height: 42px;
711
+ background: transparent;
712
+ font: 300 16px/26px $poppins;
713
+ color: #fff;
714
+ border: none;
715
+ box-shadow: none;
716
+ border-radius: 0px;
717
+ border-bottom: 1px solid rgba(255, 255, 255, 0.8);
718
+ text-align: center;
719
+ margin-top: 20px;
720
+ }
721
+ input:focus {
722
+ box-shadow: 0 4px 2px -2px rgba(81, 203, 238, 1);
723
+ }
724
+ ::-webkit-input-placeholder { color: #fff; opacity: 0.8;}
725
+ ::-moz-placeholder { color: #fff; opacity: 0.8;} /* firefox 19+ */
726
+ :-ms-input-placeholder { color: #fff; opacity: 0.8; } /* ie */
727
+ input:-moz-placeholder { color: #fff; opacity: 0.8;}
728
+ button {
729
+ margin-top: 20px;
730
+ }
731
+ }
732
+ }
733
+
734
+ /***** 11. About Us Section *****/
735
+ #about-us-section {
736
+ padding-top: 70px;
737
+ padding-bottom: 90px;
738
+
739
+ h1 {
740
+ margin-bottom: 50px;
741
+ }
742
+
743
+ p {
744
+ margin-bottom: 60px;
745
+ }
746
+
747
+ h2 {
748
+ font-weight: 300;
749
+ margin-top: 60px;
750
+ margin-bottom: 40px;
751
+ }
752
+
753
+ img {
754
+ width: 90%;
755
+ border-radius: 10px;
756
+ }
757
+
758
+ .development-process {
759
+ text-align: left;
760
+ .process-container {
761
+ margin-top: 40px;
762
+ }
763
+ p {
764
+ margin-left: 0%;
765
+ margin-right: 0%;
766
+ }
767
+ .about-us-icons {
768
+ font-size: 38px;
769
+ color: $primary-color;
770
+ float: left;
771
+ margin-top: 3px;
772
+ }
773
+ .text-div {
774
+ margin-left: 55px;
775
+ margin-top: 10px;
776
+ h3 {
777
+ display: inline;
778
+ }
779
+ p {
780
+ margin-bottom: 5px;
781
+ }
782
+ }
783
+ }
784
+ }
785
+
786
+
787
+ /***** 12. Newsletter Section *****/
788
+ #newsletter-section {
789
+ padding-top: 70px;
790
+ padding-bottom: 80px;
791
+ background-color: $light-gray;
792
+
793
+ p {
794
+ margin-bottom: 60px;
795
+ margin-left: 5%;
796
+ margin-right: 5%;
797
+ }
798
+
799
+ form {
800
+ margin-top: 15px;
801
+ ::-webkit-input-placeholder { color: $default-color; opacity: 0.8;}
802
+ ::-moz-placeholder { color: $default-color; opacity: 0.8;} /* firefox 19+ */
803
+ :-ms-input-placeholder { color: $default-color; opacity: 0.8; } /* ie */
804
+ input:-moz-placeholder { color: $default-color; opacity: 0.8;}
805
+ input {
806
+ height: 42px;
807
+ width: 280px;
808
+ margin-right: 0px;
809
+ background: transparent;
810
+ font: 300 16px/26px $poppins;
811
+ color: $default-color;
812
+ border: none;
813
+ box-shadow: none;
814
+ border-radius: 0px;
815
+ border-bottom: 1px solid rgba(0, 0, 0, 1);
816
+ text-align: center;
817
+ }
818
+ input:focus, textarea:focus {
819
+ box-shadow: 0 5px 2px -2px rgba(190, 190, 190, 1);
820
+ }
821
+ .form-group {
822
+ display: inline-block;
823
+ }
824
+ button {
825
+ display: inline-block;
826
+ border: none;
827
+ margin-top: 10px;
828
+ }
829
+ }
830
+ }
831
+
832
+
833
+ /***** 13. Our Team Section *****/
834
+ #our-team-section {
835
+ padding-top: 70px;
836
+ padding-bottom: 90px;
837
+ background:$primary-color;
838
+ background-size: cover;
839
+ background-attachment: fixed;
840
+
841
+ h1 {
842
+ margin-bottom: 30px;
843
+ color: #fff;
844
+ }
845
+
846
+ .team-members {
847
+ display: inline-block;
848
+ img {
849
+ width: 81%;
850
+ margin-left: 7px;
851
+ margin-right: 7px;
852
+ margin-top: 40px;
853
+ }
854
+ p {
855
+ .job-title {
856
+ font-weight: 500;
857
+ }
858
+ margin-top: 15px;
859
+ color: #fff;
860
+ }
861
+ }
862
+ }
863
+
864
+
865
+ /***** 14. Social Media Section *****/
866
+ #social-media-section {
867
+ padding-top: 19px;
868
+ padding-bottom: 18px;
869
+ background-color: $brand-primary;
870
+
871
+ span {
872
+ font-size: 40px;
873
+ color: #fff;
874
+ margin: 7px 5px 7px 5px;
875
+ }
876
+
877
+ a {
878
+ opacity: 0.7;
879
+ }
880
+
881
+ a:hover {
882
+ opacity: 1;
883
+ }
884
+ }
885
+
886
+
887
+ /***** 15. Contact Section *****/
888
+ #contact-section {
889
+ padding-top: 40px;
890
+ padding-bottom: 60px;
891
+ background-color: #fff;
892
+
893
+ h1 {
894
+ margin-bottom: 50px;
895
+ }
896
+
897
+ p {
898
+ margin-left: 5%;
899
+ margin-right: 5%;
900
+ }
901
+ form {
902
+ margin-top: 40px;
903
+ ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
904
+ color: $default-color;
905
+ opacity: 0.8;
906
+ }
907
+ ::-moz-placeholder { /* Firefox 19+ */
908
+ color: $default-color;
909
+ opacity: 0.8;
910
+ }
911
+ :-ms-input-placeholder { /* IE 10+ */
912
+ color: $default-color;
913
+ opacity: 0.8;
914
+ }
915
+ :-moz-placeholder { /* Firefox 18- */
916
+ color: $default-color;
917
+ opacity: 0.8;
918
+ }
919
+ input {
920
+ height: 42px;
921
+ background: transparent;
922
+ font: 300 16px/26px $poppins;
923
+ color: $default-color;
924
+ border: none;
925
+ box-shadow: none;
926
+ border-radius: 0px;
927
+ border-bottom: 1px solid rgba(0, 0, 0, 1);
928
+ text-align: center;
929
+ margin-top: 20px;
930
+ }
931
+ input:focus, textarea:focus {
932
+ box-shadow: 0 5px 2px -2px rgba(190, 190, 190, 1);
933
+ }
934
+ textarea {
935
+ background-color: transparent;
936
+ color: $default-color;
937
+ font: 300 16px/26px $poppins;
938
+ border: 1px solid rgba(0, 0, 0, 0.8);
939
+ border-radius: 10px;
940
+ margin-top: 50px;
941
+ }
942
+ textarea[placeholder] {
943
+ text-align: left;
944
+ }
945
+ button {
946
+ margin-top: 20px;
947
+ border: none;
948
+ }
949
+ }
950
+
951
+ .map-responsive {
952
+ overflow: hidden;
953
+ padding-bottom: 56.25%;
954
+ position: relative;
955
+ height: 0;
956
+ border: 4px solid $light-gray;
957
+ border-radius: 4px;
958
+ margin-top: 0px;
959
+ }
960
+
961
+ .map-responsive iframe {
962
+ left: 0;
963
+ top: 0;
964
+ height: 100%;
965
+ width: 100%;
966
+ position: absolute;
967
+ border: none;
968
+ }
969
+
970
+ .location-information {
971
+ margin-top: 60px;
972
+
973
+ ul {
974
+ margin-top: 30px;
975
+ list-style-type: none;
976
+ padding-left: 0px;
977
+ }
978
+
979
+ .location-item {
980
+ margin-right: 14px;
981
+ }
982
+ .location-icons {
983
+ font-size: 15px;
984
+ margin-right: 5px;
985
+ width: 20px;
986
+ }
987
+ .icon-phone {
988
+ margin-right: 1px;
989
+ }
990
+ .icon-envelope {
991
+ margin-right: 7px;
992
+ }
993
+ }
994
+ }
995
+
996
+
997
+ /***** 16. Footer *****/
998
+ footer {
999
+ padding-top: 22px;
1000
+ padding-bottom: 18px;
1001
+ background-color: #e5e5e5;
1002
+
1003
+ p {
1004
+ font: 300 14px/22px $poppins;
1005
+ color: $default-color;
1006
+ text-align: center;
1007
+ opacity: 0.8;
1008
+ width: 90%;
1009
+ margin: 0 auto;
1010
+ }
1011
+ }
1012
+
1013
+
1014
+ /***** 17. Back To Top Button *****/
1015
+ a.back-to-top {
1016
+ display: none;
1017
+ width: 40px;
1018
+ height: 40px;
1019
+ // text-indent: -9999px;
1020
+ position: fixed;
1021
+ z-index: 999;
1022
+ right: 10px;
1023
+ bottom: 10px;
1024
+ background: $brand-success no-repeat center 47%;
1025
+ -webkit-border-radius: 30px;
1026
+ -moz-border-radius: 30px;
1027
+ border-radius: 30px;
1028
+ background-size: 18px 18px;
1029
+ text-align: center;
1030
+ color: white;
1031
+ font-size: 2em;
1032
+ }
1033
+
1034
+ a:hover.back-to-top {
1035
+ background-color: #193e52;
1036
+ }
1037
+
1038
+ /***** 18. Media Queries *****/
1039
+ /*Min-width width 768*/
1040
+ @media (min-width: 768px) {
1041
+ .navbar-brand.img-logo {
1042
+ padding: 2px 0 0 0;
1043
+ }
1044
+
1045
+ .navbar-custom.affix .navbar-brand.img-logo {
1046
+ width: 101px;
1047
+ height: 35px;
1048
+ margin-top: 6px;
1049
+ }
1050
+
1051
+ .navbar-custom {
1052
+ background-color: transparent;
1053
+ padding: 25px 0;
1054
+ -webkit-transition: padding 0.3s;
1055
+ -moz-transition: padding 0.3s;
1056
+ transition: padding 0.3s;
1057
+ border: none;
1058
+ }
1059
+
1060
+ .navbar-custom .navbar-brand {
1061
+ font-size: 2em;
1062
+ -webkit-transition: all 0.3s;
1063
+ -moz-transition: all 0.3s;
1064
+ transition: all 0.3s;
1065
+ }
1066
+
1067
+ .navbar-custom .navbar-nav > .active > a {
1068
+ border-radius: 3px;
1069
+ }
1070
+
1071
+ .navbar-custom.affix {
1072
+ background-color: $primary-color;
1073
+ padding: 5px 0;
1074
+ }
1075
+
1076
+ a.navbar-brand.scrolling {
1077
+ font: 300 28px/16px $poppins;
1078
+ margin-top: 0px;
1079
+ }
1080
+
1081
+ .navbar-custom.affix .navbar-brand {
1082
+ font: 300 25px/20px $poppins;
1083
+ }
1084
+
1085
+ .navbar-custom .nav li a.scrolling {
1086
+ padding-left: 12px;
1087
+ padding-right: 12px;
1088
+ }
1089
+
1090
+ a.navbar-brand.img-logo.scrolling {
1091
+ margin-left: 0px;
1092
+ }
1093
+
1094
+ header {
1095
+ min-height: 100%;
1096
+ .header-content {
1097
+ position: relative;
1098
+ width: 100%;
1099
+ padding: 100px 15px;
1100
+ z-index: 2;
1101
+ margin-top: 0px;
1102
+ h1 {
1103
+ font: 300 62px/76px $poppins;
1104
+ margin-top: 150px;
1105
+ }
1106
+ p {
1107
+ font: 300 20px/32px $poppins;
1108
+ margin-left: 5%;
1109
+ margin-right: 5%;
1110
+ }
1111
+ }
1112
+ }
1113
+
1114
+ #features-section {
1115
+ padding-top: 110px;
1116
+ padding-bottom: 50px;
1117
+ h1 {
1118
+ margin-bottom: 80px;
1119
+ }
1120
+ .sub-heading {
1121
+ margin-left: 5%;
1122
+ margin-right: 5%;
1123
+ }
1124
+ }
1125
+
1126
+ #description-section {
1127
+ padding-top: 110px;
1128
+ padding-bottom: 120px;
1129
+ h1 {
1130
+ margin-bottom: 80px;
1131
+ }
1132
+ .first-row {
1133
+ .text-center {
1134
+ text-align: left;
1135
+ }
1136
+ }
1137
+ .second-row {
1138
+ margin-top: 120px;
1139
+ .nav-pills {
1140
+ li {
1141
+ width: auto;
1142
+ text-align: initial;
1143
+ }
1144
+ }
1145
+ .text-center {
1146
+ text-align: left;
1147
+ }
1148
+ }
1149
+ }
1150
+
1151
+ #customers-section {
1152
+ padding-top: 110px;
1153
+ padding-bottom: 120px;
1154
+ h1 {
1155
+ margin-bottom: 80px;
1156
+ }
1157
+ #carousel-example-generic {
1158
+ margin-top: 90px;
1159
+ margin-left: 5%;
1160
+ margin-right: 5%;
1161
+ }
1162
+ }
1163
+
1164
+ #pricing-section {
1165
+ padding-top: 110px;
1166
+ padding-bottom: 130px;
1167
+ h1 {
1168
+ margin-bottom: 70px;
1169
+ }
1170
+ h2 {
1171
+ margin-bottom: -10px;
1172
+ }
1173
+ }
1174
+
1175
+ #free-trial-section {
1176
+ padding-top: 110px;
1177
+ padding-bottom: 120px;
1178
+ h1 {
1179
+ margin-bottom: 80px;
1180
+ }
1181
+ p {
1182
+ margin-left: 5%;
1183
+ margin-right: 5%;
1184
+ }
1185
+ }
1186
+
1187
+ #about-us-section {
1188
+ padding-top: 110px;
1189
+ padding-bottom: 120px;
1190
+ h1 {
1191
+ margin-bottom: 80px;
1192
+ }
1193
+ p {
1194
+ margin-left: 5%;
1195
+ margin-right: 5%;
1196
+ }
1197
+ }
1198
+
1199
+ #newsletter-section {
1200
+ padding-top: 110px;
1201
+ padding-bottom: 120px;
1202
+ p {
1203
+ margin-bottom: 20px;
1204
+ margin-left: 5%;
1205
+ margin-right: 5%;
1206
+ }
1207
+ form {
1208
+ input {
1209
+ margin-right: 20px;
1210
+ }
1211
+ }
1212
+ }
1213
+
1214
+ #our-team-section {
1215
+ padding-top: 110px;
1216
+ padding-bottom: 120px;
1217
+ h1 {
1218
+ margin-bottom: 60px;
1219
+ }
1220
+ }
1221
+
1222
+ #contact-section {
1223
+ padding-top: 110px;
1224
+ padding-bottom: 120px;
1225
+ h1 {
1226
+ margin-bottom: 90px;
1227
+ }
1228
+ form {
1229
+ button {
1230
+ margin-top: 15px;
1231
+ }
1232
+ }
1233
+ .location-information {
1234
+ ul {
1235
+ margin-top: 5px;
1236
+ li {
1237
+ display: inline;
1238
+ }
1239
+ }
1240
+ }
1241
+ }
1242
+ }
1243
+
1244
+ /*Min-width 992*/
1245
+ @media (min-width: 992px) {
1246
+ .navbar-brand.img-logo {
1247
+ width: 129px;
1248
+ height: 45px;
1249
+ padding: 0;
1250
+ margin-top: 3px;
1251
+ }
1252
+
1253
+ .navbar-custom.affix .navbar-brand.img-logo {
1254
+ margin-top: 8px;
1255
+ }
1256
+
1257
+ header {
1258
+ .header-content {
1259
+ h1 {
1260
+ margin-top: 150px;
1261
+ }
1262
+ }
1263
+ }
1264
+
1265
+ #description-section {
1266
+ .first-row {
1267
+ img {
1268
+ width: 95%;
1269
+ }
1270
+ h2 {
1271
+ margin-top: 0px;
1272
+ }
1273
+ }
1274
+ .second-row {
1275
+ margin-top: 130px;
1276
+ .nav-pills {
1277
+ margin-top: -10px;
1278
+ }
1279
+ .carousel {
1280
+ width: 95%;
1281
+ float: right;
1282
+ }
1283
+ }
1284
+ }
1285
+
1286
+ #free-trial-section {
1287
+ form {
1288
+ input {
1289
+ margin-top: 0px;
1290
+ }
1291
+ }
1292
+ }
1293
+
1294
+ #about-us-section {
1295
+ .development-process {
1296
+ .process-container {
1297
+ margin-top: 0px;
1298
+ }
1299
+ .about-us-icons {
1300
+ margin-top: 11px;
1301
+ }
1302
+ }
1303
+ }
1304
+
1305
+ #contact-section {
1306
+ .map-responsive {
1307
+ width: 97%;
1308
+ }
1309
+ form {
1310
+ margin-top: 0px;
1311
+ width: 97%;
1312
+ float: right;
1313
+ textarea {
1314
+ margin-top: 15px;
1315
+ }
1316
+ input {
1317
+ margin-top: 0px;
1318
+ }
1319
+ button {
1320
+ margin-top: 5px;
1321
+ }
1322
+ }
1323
+ }
1324
+ }
1325
+
1326
+ /*Min-width 1200*/
1327
+ @media (min-width: 1200px) {
1328
+ #description-section {
1329
+ .first-row {
1330
+ h2 {
1331
+ margin-top: 65px;
1332
+ }
1333
+ }
1334
+ .second-row {
1335
+ .nav-pills {
1336
+ margin-top: 0px;
1337
+ }
1338
+
1339
+ }
1340
+ }
1341
+
1342
+ #contact-section {
1343
+ form {
1344
+ margin-top: 15px;
1345
+ textarea {
1346
+ margin-top: 20px;
1347
+ }
1348
+ button {
1349
+ margin-top: 15px;
1350
+ }
1351
+ }
1352
+ .location-information {
1353
+ p {
1354
+ margin-bottom: 0px;
1355
+ }
1356
+ }
1357
+ }
1358
+ }