Commit bde6026059fca6221f45aabec3c1b7f2aee76ddb
1 parent
ea14a334b5
Exists in
master
minor changes
Showing
3 changed files
with
12 additions
and
9 deletions
Show diff stats
css/custom.css
1 | /* { | 1 | /* { |
2 | outline: none !important; | 2 | outline: none !important; |
3 | } */ | 3 | } */ |
4 | 4 | ||
5 | .logo{ | 5 | .logo{ |
6 | height: 45px; | 6 | height: 45px; |
7 | /* margin-left: */ | 7 | /* margin-left: */ |
8 | } | 8 | } |
9 | 9 | ||
10 | .hyperColor{ | 10 | .hyperColor{ |
11 | color: white !important; | 11 | color: white !important; |
12 | cursor: pointer !important; | 12 | cursor: pointer !important; |
13 | } | 13 | } |
14 | .main-heading{ | 14 | .main-heading{ |
15 | height: 70px; | 15 | height: 70px; |
16 | line-height: 70px; | 16 | line-height: 70px; |
17 | } | 17 | } |
18 | .card{ | 18 | .card{ |
19 | flex-direction: column; | 19 | flex-direction: column; |
20 | background-color: rgb(255,255,255); | 20 | background-color: rgb(255,255,255); |
21 | border-radius: 0; | 21 | border-radius: 0; |
22 | width: 676px; | 22 | width: 676px; |
23 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 23 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
24 | } | 24 | } |
25 | .card input{ | 25 | .card input{ |
26 | display: none; | 26 | display: none; |
27 | } | 27 | } |
28 | .card .card-content{ | 28 | .card .card-content{ |
29 | padding: 12px; | 29 | padding: 12px; |
30 | font-size: 12px; | 30 | font-size: 12px; |
31 | } | 31 | } |
32 | .card p{ | 32 | .card p{ |
33 | margin-top:18px; | 33 | margin-top:18px; |
34 | margin-right:4px ; | 34 | margin-right:4px ; |
35 | margin-bottom:-5px; | 35 | margin-bottom:-5px; |
36 | /*margin-left:13px;*/ | 36 | /*margin-left:13px;*/ |
37 | 37 | ||
38 | font-family: montserrat, arial, verdana; | 38 | font-family: montserrat, arial, verdana; |
39 | font-weight: normal; | 39 | font-weight: normal; |
40 | font-size: 12px; | 40 | font-size: 12px; |
41 | } | 41 | } |
42 | .card .thumbnail{ | 42 | .card .thumbnail{ |
43 | padding: 15px 30px 1px 28px; | 43 | padding: 15px 30px 1px 28px; |
44 | border: 0; | 44 | border: 0; |
45 | border-radius: 0px !important; | 45 | border-radius: 0px !important; |
46 | } | 46 | } |
47 | .panel-default{ | 47 | .panel-default{ |
48 | border-color: #ddd; | 48 | border-color: #ddd; |
49 | } | 49 | } |
50 | .video-wrapper{ | 50 | .video-wrapper{ |
51 | padding: 16px 0; | 51 | padding: 16px 0; |
52 | } | 52 | } |
53 | .stageRadio:checked+label{ | 53 | .stageRadio:checked+label{ |
54 | background-color: #42b549; | 54 | background-color: #42b549; |
55 | color: #fff !important; | 55 | color: #fff !important; |
56 | } | 56 | } |
57 | 57 | ||
58 | .stageRadio1:checked+label{ | 58 | .stageRadio1:checked+label{ |
59 | background-color: rgba(158, 158, 158, 0.05); | 59 | background-color: rgba(158, 158, 158, 0.05); |
60 | } | 60 | } |
61 | 61 | ||
62 | /* css for radio buttons */ | 62 | /* css for radio buttons */ |
63 | 63 | ||
64 | .option-input { | 64 | .option-input { |
65 | -webkit-appearance: none; | 65 | -webkit-appearance: none; |
66 | -moz-appearance: none; | 66 | -moz-appearance: none; |
67 | -ms-appearance: none; | 67 | -ms-appearance: none; |
68 | -o-appearance: none; | 68 | -o-appearance: none; |
69 | appearance: none; | 69 | appearance: none; |
70 | position: relative; | 70 | position: relative; |
71 | /*top: 13.33333px;*/ | 71 | /*top: 13.33333px;*/ |
72 | right: 0; | 72 | right: 0; |
73 | bottom: 0; | 73 | bottom: 0; |
74 | left: 0; | 74 | left: 0; |
75 | height: 15px; | 75 | height: 15px; |
76 | width: 15px; | 76 | width: 15px; |
77 | transition: all 0.15s ease-out 0s; | 77 | transition: all 0.15s ease-out 0s; |
78 | background: transparent; | 78 | background: transparent; |
79 | border: 2px solid #42b549; | 79 | border: 2px solid #42b549; |
80 | color: #fff; | 80 | color: #fff; |
81 | cursor: pointer; | 81 | cursor: pointer; |
82 | display: inline-block; | 82 | display: inline-block; |
83 | margin-right: 0.5rem; | 83 | margin-right: 0.5rem; |
84 | outline: none; | 84 | outline: none; |
85 | position: relative; | 85 | position: relative; |
86 | z-index: 1000; | 86 | z-index: 1000; |
87 | } | 87 | } |
88 | .option-input:checked { | 88 | .option-input:checked { |
89 | background: #42b549; | 89 | background: #42b549; |
90 | } | 90 | } |
91 | .option-input:checked::before { | 91 | .option-input:checked::before { |
92 | height: 20px; | 92 | height: 20px; |
93 | width: 20px; | 93 | width: 20px; |
94 | position: absolute; | 94 | position: absolute; |
95 | /*content: '✔';*/ | 95 | /*content: '✔';*/ |
96 | display: inline-block; | 96 | display: inline-block; |
97 | font-size: 12px; | 97 | font-size: 12px; |
98 | text-align: center; | 98 | text-align: center; |
99 | line-height: 22px; | 99 | line-height: 22px; |
100 | } | 100 | } |
101 | .option-input:checked::after { | 101 | .option-input:checked::after { |
102 | -webkit-animation: click-wave 0.65s; | 102 | -webkit-animation: click-wave 0.65s; |
103 | -moz-animation: click-wave 0.65s; | 103 | -moz-animation: click-wave 0.65s; |
104 | animation: click-wave 0.65s; | 104 | animation: click-wave 0.65s; |
105 | background: #40e0d0; | 105 | background: #40e0d0; |
106 | content: ''; | 106 | content: ''; |
107 | display: block; | 107 | display: block; |
108 | position: relative; | 108 | position: relative; |
109 | z-index: 100; | 109 | z-index: 100; |
110 | } | 110 | } |
111 | .option-input-a.radio-a::after { | 111 | .option-input-a.radio-a::after { |
112 | border-radius: 50%; | 112 | border-radius: 50%; |
113 | } | 113 | } |
114 | /*second css*/ | 114 | /*second css*/ |
115 | .option-input-a { | 115 | .option-input-a { |
116 | -webkit-appearance: none; | 116 | -webkit-appearance: none; |
117 | -moz-appearance: none; | 117 | -moz-appearance: none; |
118 | -ms-appearance: none; | 118 | -ms-appearance: none; |
119 | -o-appearance: none; | 119 | -o-appearance: none; |
120 | appearance: none; | 120 | appearance: none; |
121 | position: relative; | 121 | position: relative; |
122 | /*top: 13.33333px;*/ | 122 | /*top: 13.33333px;*/ |
123 | right: 0; | 123 | right: 0; |
124 | bottom: 0; | 124 | bottom: 0; |
125 | left: 0; | 125 | left: 0; |
126 | height: 22px; | 126 | height: 22px; |
127 | width: 22px; | 127 | width: 22px; |
128 | transition: all 0.15s ease-out 0s; | 128 | transition: all 0.15s ease-out 0s; |
129 | background: transparent; | 129 | background: transparent; |
130 | border: 2px solid #42b549; | 130 | border: 2px solid #42b549; |
131 | color: #fff; | 131 | color: #fff; |
132 | cursor: pointer; | 132 | cursor: pointer; |
133 | display: inline-block; | 133 | display: inline-block; |
134 | margin-right: 0.5rem; | 134 | margin-right: 0.5rem; |
135 | outline: none; | 135 | outline: none; |
136 | position: relative; | 136 | position: relative; |
137 | z-index: 1000; | 137 | z-index: 1000; |
138 | } | 138 | } |
139 | .option-input-a:checked { | 139 | .option-input-a:checked { |
140 | background: #42b549; | 140 | background: #42b549; |
141 | } | 141 | } |
142 | .option-input-a:checked::before { | 142 | .option-input-a:checked::before { |
143 | height: 20px; | 143 | height: 20px; |
144 | width: 20px; | 144 | width: 20px; |
145 | position: absolute; | 145 | position: absolute; |
146 | /*content: '✔';*/ | 146 | /*content: '✔';*/ |
147 | display: inline-block; | 147 | display: inline-block; |
148 | font-size: 12px; | 148 | font-size: 12px; |
149 | text-align: center; | 149 | text-align: center; |
150 | line-height: 22px; | 150 | line-height: 22px; |
151 | } | 151 | } |
152 | .option-input-a:checked::after { | 152 | .option-input-a:checked::after { |
153 | -webkit-animation: click-wave 0.65s; | 153 | -webkit-animation: click-wave 0.65s; |
154 | -moz-animation: click-wave 0.65s; | 154 | -moz-animation: click-wave 0.65s; |
155 | animation: click-wave 0.65s; | 155 | animation: click-wave 0.65s; |
156 | background: #40e0d0; | 156 | background: #40e0d0; |
157 | content: ''; | 157 | content: ''; |
158 | display: block; | 158 | display: block; |
159 | position: relative; | 159 | position: relative; |
160 | z-index: 100; | 160 | z-index: 100; |
161 | } | 161 | } |
162 | .option-input-a.radio-a { | 162 | .option-input-a.radio-a { |
163 | border-radius: 50%; | 163 | border-radius: 50%; |
164 | } | 164 | } |
165 | .option-input-a.radio-a::after { | 165 | .option-input-a.radio-a::after { |
166 | border-radius: 50%; | 166 | border-radius: 50%; |
167 | } | 167 | } |
168 | 168 | ||
169 | /* css for radio ends */ | 169 | /* css for radio ends */ |
170 | 170 | ||
171 | .card-small{ | 171 | .card-small{ |
172 | cursor: pointer; | 172 | cursor: pointer; |
173 | } | 173 | } |
174 | .card-small img{ | 174 | .card-small img{ |
175 | width: 37px; | 175 | width: 37px; |
176 | } | 176 | } |
177 | .card-small label{ | 177 | .card-small label{ |
178 | width: 100%; | 178 | width: 100%; |
179 | font-weight: normal; | 179 | font-weight: normal; |
180 | font-size: 12px; | 180 | font-size: 12px; |
181 | margin-top: 5px; | 181 | margin-top: 5px; |
182 | } | 182 | } |
183 | .startup-questions{ | 183 | .startup-questions{ |
184 | color: #D53735; | 184 | color: #D53735; |
185 | font-size: 22px; | 185 | font-size: 22px; |
186 | } | 186 | } |
187 | .startup-answers{ | 187 | .startup-answers{ |
188 | margin-top: 2px; | 188 | margin-top: 2px; |
189 | /* font-weight: 600; */ | 189 | /* font-weight: 600; */ |
190 | font-size: 16px; | 190 | font-size: 16px; |
191 | color: #fff; | 191 | color: #fff; |
192 | } | 192 | } |
193 | /*.text-input{ | 193 | /*.text-input{ |
194 | width: 100%; | 194 | width: 100%; |
195 | border: 0; | 195 | border: 0; |
196 | border-bottom: 2px solid #42b549; | 196 | border-bottom: 2px solid #42b549; |
197 | font-size: 18px; | 197 | font-size: 18px; |
198 | padding: 5px; | 198 | padding: 5px; |
199 | }*/ | 199 | }*/ |
200 | .input-wrapper{ | 200 | .input-wrapper{ |
201 | margin-bottom: 15px !important; | 201 | margin-bottom: 15px !important; |
202 | } | 202 | } |
203 | .select-input{ | 203 | .select-input{ |
204 | width: 100%; | 204 | width: 100%; |
205 | border: 0; | 205 | border: 0; |
206 | border-bottom: 2px solid #42b549; | 206 | border-bottom: 2px solid #42b549; |
207 | background-color: transparent; | 207 | background-color: transparent; |
208 | font-size: 12px; | 208 | font-size: 12px; |
209 | padding: 5px; | 209 | padding: 5px; |
210 | } | 210 | } |
211 | .submit-button, .submit-button:hover{ | 211 | .submit-button, .submit-button:hover{ |
212 | /*background-color: #00bcd4;*/ | 212 | /*background-color: #00bcd4;*/ |
213 | background-color: #D53735; | 213 | background-color: #D53735; |
214 | color: #fff; | 214 | color: #fff; |
215 | padding: 10px 25px 10px 25px; | 215 | padding: 10px 25px 10px 25px; |
216 | /* font-size: 15px; */ | 216 | /* font-size: 15px; */ |
217 | border-radius: 20px; | 217 | border-radius: 20px; |
218 | /*display: none;*/ | 218 | /*display: none;*/ |
219 | } | 219 | } |
220 | .submit-button:disabled{ | 220 | .submit-button:disabled{ |
221 | background-color: #ddd; | 221 | background-color: #ddd; |
222 | } | 222 | } |
223 | .imageText{ | 223 | .imageText{ |
224 | /* margin-top: 2%; | 224 | /* margin-top: 2%; |
225 | text-align: center; */ | 225 | text-align: center; */ |
226 | color: #fff; | 226 | color: #fff; |
227 | font-size: 24px; | 227 | font-size: 24px; |
228 | margin-top: 5%; | 228 | margin-top: 5%; |
229 | } | 229 | } |
230 | .imageTxt{ | 230 | .imageTxt{ |
231 | /* text-align: center; */ | 231 | /* text-align: center; */ |
232 | font-size: 14px; | 232 | font-size: 14px; |
233 | color: #fff; | 233 | color: #fff; |
234 | margin-top: 2px; | 234 | margin-top: 2px; |
235 | } | 235 | } |
236 | .submit-button-form, .submit-button-form:hover{ | 236 | .submit-button-form, .submit-button-form:hover{ |
237 | 237 | ||
238 | background-color: #D53735; | 238 | background-color: #D53735; |
239 | margin-top: 2%; | 239 | margin-top: 2%; |
240 | margin-bottom: 3%; | 240 | margin-bottom: 3%; |
241 | color:#fff; | 241 | color:#fff; |
242 | 242 | ||
243 | } | 243 | } |
244 | .submit-button-form:disabled{ | 244 | .submit-button-form:disabled{ |
245 | background-color: #ddd; | 245 | background-color: #ddd; |
246 | margin-top: 2%; | 246 | margin-top: 2%; |
247 | margin-bottom: 3%; | 247 | margin-bottom: 3%; |
248 | } | 248 | } |
249 | 249 | ||
250 | .textarea{ | 250 | .textarea{ |
251 | min-height: 97px; | 251 | min-height: 97px; |
252 | } | 252 | } |
253 | /* .logojalsa1 { | 253 | /* .logojalsa1 { |
254 | width: 120px; | 254 | width: 120px; |
255 | display: block; | 255 | display: block; |
256 | margin: auto; | 256 | margin: auto; |
257 | } */ | 257 | } */ |
258 | .error-message{ | 258 | .error-message{ |
259 | font-weight: inherit; | 259 | font-weight: inherit; |
260 | color: #ff0000; | 260 | color: #ff0000; |
261 | margin: 5px 4px -5px 0px; | 261 | margin: 5px 4px -5px 0px; |
262 | display: none; | 262 | display: none; |
263 | } | 263 | } |
264 | 264 | ||
265 | /*custom input*/ | 265 | /*custom input*/ |
266 | .text-input, select { | 266 | .text-input, select { |
267 | width: 100%; | 267 | width: 100%; |
268 | -webkit-appearance: none; | 268 | -webkit-appearance: none; |
269 | padding: 12px 25px; | 269 | padding: 12px 25px; |
270 | margin: -2px 0; | 270 | margin: -2px 0; |
271 | display: inline-block; | 271 | display: inline-block; |
272 | border: 0px solid rgba(51, 51, 51, 0); | 272 | border: 0px solid rgba(51, 51, 51, 0); |
273 | border-radius: -3px; | 273 | border-radius: -3px; |
274 | box-sizing: border-box; | 274 | box-sizing: border-box; |
275 | box-shadow: 0 0 10px rgba(240, 255, 235); | 275 | box-shadow: 0 0 10px rgba(240, 255, 235); |
276 | -moz-box-shadow: 0 0 10px rgba(240, 255, 235); | 276 | -moz-box-shadow: 0 0 10px rgba(240, 255, 235); |
277 | -webkit-box-shadow: 0 0 5px #777; | 277 | -webkit-box-shadow: 0 0 5px #777; |
278 | -o-box-shadow: 0 0 10px rgba(240, 255, 235); | 278 | -o-box-shadow: 0 0 10px rgba(240, 255, 235); |
279 | font-size: 12px; | 279 | font-size: 12px; |
280 | } | 280 | } |
281 | 281 | ||
282 | .happen-imagemeetup{ | 282 | .happen-imagemeetup{ |
283 | padding: 0px 0px 0px 36px; | 283 | padding: 0px 0px 0px 20px; |
284 | } | 284 | } |
285 | /* progress bar css */ | 285 | /* progress bar css */ |
286 | 286 | ||
287 | @-webkit-keyframes | 287 | @-webkit-keyframes |
288 | load { 0% { | 288 | load { 0% { |
289 | stroke-dashoffset:0 | 289 | stroke-dashoffset:0 |
290 | } | 290 | } |
291 | } | 291 | } |
292 | @-moz-keyframes | 292 | @-moz-keyframes |
293 | load { 0% { | 293 | load { 0% { |
294 | stroke-dashoffset:0 | 294 | stroke-dashoffset:0 |
295 | } | 295 | } |
296 | } | 296 | } |
297 | @keyframes | 297 | @keyframes |
298 | load { 0% { | 298 | load { 0% { |
299 | stroke-dashoffset:0 | 299 | stroke-dashoffset:0 |
300 | } | 300 | } |
301 | } | 301 | } |
302 | 302 | ||
303 | /* Container */ | 303 | /* Container */ |
304 | 304 | ||
305 | .progress-form { | 305 | .progress-form { |
306 | position: relative; | 306 | position: relative; |
307 | display: inline-block; | 307 | display: inline-block; |
308 | padding: 0; | 308 | padding: 0; |
309 | text-align: center; | 309 | text-align: center; |
310 | } | 310 | } |
311 | 311 | ||
312 | /* Item */ | 312 | /* Item */ |
313 | 313 | ||
314 | .progress-form>li { | 314 | .progress-form>li { |
315 | display: inline-block; | 315 | display: inline-block; |
316 | position: relative; | 316 | position: relative; |
317 | text-align: center; | 317 | text-align: center; |
318 | color: #93A2AC; | 318 | color: #93A2AC; |
319 | font-family: Lato; | 319 | font-family: Lato; |
320 | font-weight: 100; | 320 | font-weight: 100; |
321 | margin: 2rem; | 321 | margin: 2rem; |
322 | } | 322 | } |
323 | 323 | ||
324 | .progress-form>li:before { | 324 | .progress-form>li:before { |
325 | content: attr(data-name); | 325 | content: attr(data-name); |
326 | position: absolute; | 326 | position: absolute; |
327 | width: 100%; | 327 | width: 100%; |
328 | bottom: -2rem; | 328 | bottom: -2rem; |
329 | font-weight: 400; | 329 | font-weight: 400; |
330 | } | 330 | } |
331 | 331 | ||
332 | .progress-form>li:after { | 332 | .progress-form>li:after { |
333 | content: attr(data-percent); | 333 | content: attr(data-percent); |
334 | position: absolute; | 334 | position: absolute; |
335 | width: 100%; | 335 | width: 100%; |
336 | top: 3.7rem; | 336 | top: 3.7rem; |
337 | left: 0; | 337 | left: 0; |
338 | font-size: 2rem; | 338 | font-size: 2rem; |
339 | text-align: center; | 339 | text-align: center; |
340 | } | 340 | } |
341 | 341 | ||
342 | .progress-form svg { | 342 | .progress-form svg { |
343 | width: 10rem; | 343 | width: 10rem; |
344 | height: 10rem; | 344 | height: 10rem; |
345 | } | 345 | } |
346 | 346 | ||
347 | .progress-form svg:nth-child(2) { | 347 | .progress-form svg:nth-child(2) { |
348 | position: absolute; | 348 | position: absolute; |
349 | left: 0; | 349 | left: 0; |
350 | top: 0; | 350 | top: 0; |
351 | transform: rotate(-90deg); | 351 | transform: rotate(-90deg); |
352 | -webkit-transform: rotate(-90deg); | 352 | -webkit-transform: rotate(-90deg); |
353 | -moz-transform: rotate(-90deg); | 353 | -moz-transform: rotate(-90deg); |
354 | -ms-transform: rotate(-90deg); | 354 | -ms-transform: rotate(-90deg); |
355 | } | 355 | } |
356 | 356 | ||
357 | .progress-form svg:nth-child(2) path { | 357 | .progress-form svg:nth-child(2) path { |
358 | fill: none; | 358 | fill: none; |
359 | stroke-width: 25; | 359 | stroke-width: 25; |
360 | stroke-dasharray: 629; | 360 | stroke-dasharray: 629; |
361 | stroke: rgba(255, 255, 255, 0.9); | 361 | stroke: rgba(255, 255, 255, 0.9); |
362 | -webkit-animation: load 10s; | 362 | -webkit-animation: load 10s; |
363 | -moz-animation: load 10s; | 363 | -moz-animation: load 10s; |
364 | -o-animation: load 10s; | 364 | -o-animation: load 10s; |
365 | animation: load 10s; | 365 | animation: load 10s; |
366 | } | 366 | } |
367 | /*circle of stage image*/ | 367 | /*circle of stage image*/ |
368 | .circular{ | 368 | .circular{ |
369 | 369 | ||
370 | -webkit-border-radius: 150px; | 370 | -webkit-border-radius: 150px; |
371 | -moz-border-radius: 150px; | 371 | -moz-border-radius: 150px; |
372 | border-radius: 150px; | 372 | border-radius: 150px; |
373 | box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); | 373 | box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); |
374 | border: 5px solid white; | 374 | border: 5px solid white; |
375 | overflow: hidden; | 375 | overflow: hidden; |
376 | position: fixed; | 376 | position: fixed; |
377 | height: 100px; | 377 | height: 100px; |
378 | width: 100px; | 378 | width: 100px; |
379 | left: 80px; | 379 | left: 80px; |
380 | top: 20px; | 380 | top: 20px; |
381 | } | 381 | } |
382 | /*font-size*/ | 382 | /*font-size*/ |
383 | .font{ | 383 | .font{ |
384 | font-size: 14px; | 384 | font-size: 14px; |
385 | } | 385 | } |
386 | 386 | ||
387 | .f-family { | 387 | .f-family { |
388 | font-family:sans-serif; | 388 | font-family:sans-serif; |
389 | } | 389 | } |
390 | 390 | ||
391 | /*container-card css*/ | 391 | /*container-card css*/ |
392 | .container-card { | 392 | .container-card { |
393 | width: auto; | 393 | width: auto; |
394 | float: left; | 394 | float: left; |
395 | margin: 31px 24px 26px 14px; | 395 | margin: 31px 24px 26px 14px; |
396 | } | 396 | } |
397 | 397 | ||
398 | /******This css for header container******/ | 398 | /******This css for header container******/ |
399 | .h1 { | 399 | .h1 { |
400 | font-size: 20px; | 400 | font-size: 20px; |
401 | margin: 11px; | 401 | margin: 11px; |
402 | } | 402 | } |
403 | 403 | ||
404 | .paragraph { | 404 | .paragraph { |
405 | font-size: 14px; | 405 | font-size: 14px; |
406 | margin: 30px 10px 20px; | 406 | margin: 30px 10px 20px; |
407 | line-height: 1.5; | 407 | line-height: 1.5; |
408 | } | 408 | } |
409 | /*This css for stages container*/ | 409 | /*This css for stages container*/ |
410 | 410 | ||
411 | .full-line { | 411 | .full-line { |
412 | border-bottom: 2px solid #dedede; | 412 | border-bottom: 2px solid #dedede; |
413 | padding: 15px 10px; | 413 | padding: 15px 10px; |
414 | } | 414 | } |
415 | 415 | ||
416 | .stages-card { | 416 | .stages-card { |
417 | width: auto; | 417 | width: auto; |
418 | float: left; | 418 | float: left; |
419 | /*margin: -30px 8px 7px 22px;*/ | 419 | /*margin: -30px 8px 7px 22px;*/ |
420 | } | 420 | } |
421 | 421 | ||
422 | /*form -css*/ | 422 | /*form -css*/ |
423 | .form-all { | 423 | .form-all { |
424 | margin: 13px 4px 26px -2px; | 424 | margin: 13px 4px 26px -2px; |
425 | border-radius: 15px; | 425 | border-radius: 15px; |
426 | background-color: #fff; | 426 | background-color: #fff; |
427 | padding-top: 1px; | 427 | padding-top: 1px; |
428 | padding-left: 1%; | 428 | padding-left: 1%; |
429 | /*display: none;*/ | 429 | /*display: none;*/ |
430 | } | 430 | } |
431 | 431 | ||
432 | .step-two-form{ | 432 | .step-two-form{ |
433 | display: block; | 433 | display: block; |
434 | } | 434 | } |
435 | 435 | ||
436 | /*This is for stages images*/ | 436 | /*This is for stages images*/ |
437 | .stage-img { | 437 | .stage-img { |
438 | width: 115px; | 438 | width: 115px; |
439 | } | 439 | } |
440 | 440 | ||
441 | .stage-thumbnail { | 441 | .stage-thumbnail { |
442 | float: left; | 442 | float: left; |
443 | margin-bottom: 0; | 443 | margin-bottom: 0; |
444 | } | 444 | } |
445 | 445 | ||
446 | .stage-shadow { | 446 | .stage-shadow { |
447 | /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 447 | /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
448 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 448 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
449 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ | 449 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ |
450 | /*margin: 3px 22px 14px 14px;*/ | 450 | /*margin: 3px 22px 14px 14px;*/ |
451 | background-color: #ffffff; | 451 | background-color: #ffffff; |
452 | } | 452 | } |
453 | 453 | ||
454 | /* .line-size { | 454 | /* .line-size { |
455 | 455 | ||
456 | } */ | 456 | } */ |
457 | 457 | ||
458 | .card-paragraph { | 458 | .card-paragraph { |
459 | background-color: rgba(66, 181, 73, 0.61); | 459 | background-color: rgba(66, 181, 73, 0.61); |
460 | color: #fff; | 460 | color: #fff; |
461 | } | 461 | } |
462 | 462 | ||
463 | /* identity card css*/ | 463 | /* identity card css*/ |
464 | 464 | ||
465 | .identity-shadow { | 465 | .identity-shadow { |
466 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 466 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
467 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 467 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
468 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 468 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
469 | margin: 15px 15px 17px 14px; | 469 | margin: 15px 15px 17px 14px; |
470 | background-color: #ffffff; | 470 | background-color: #ffffff; |
471 | /*display: none;*/ | 471 | /*display: none;*/ |
472 | } | 472 | } |
473 | 473 | ||
474 | .identity-question { | 474 | .identity-question { |
475 | border-bottom: 2px solid #dedede; | 475 | border-bottom: 2px solid #dedede; |
476 | padding: 0px 10px; | 476 | padding: 0px 10px; |
477 | } | 477 | } |
478 | 478 | ||
479 | .identity-align { | 479 | .identity-align { |
480 | margin: 8px -12px 19px 13px; | 480 | margin: 8px -12px 19px 13px; |
481 | } | 481 | } |
482 | 482 | ||
483 | 483 | ||
484 | /********This css for sectors**************/ | 484 | /********This css for sectors**************/ |
485 | .sectors-card { | 485 | .sectors-card { |
486 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 486 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
487 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 487 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
488 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 488 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
489 | margin: 27px 22px 14px 14px; | 489 | margin: 27px 22px 14px 14px; |
490 | background-color: #ffffff; | 490 | background-color: #ffffff; |
491 | /*display: none;*/ | 491 | /*display: none;*/ |
492 | } | 492 | } |
493 | 493 | ||
494 | .sector-card { | 494 | .sector-card { |
495 | width: auto; | 495 | width: auto; |
496 | float: left; | 496 | float: left; |
497 | margin: 29px 22px 26px 14px; | 497 | margin: 29px 22px 26px 14px; |
498 | } | 498 | } |
499 | 499 | ||
500 | .sector-question { | 500 | .sector-question { |
501 | border-bottom: 2px solid #dedede; | 501 | border-bottom: 2px solid #dedede; |
502 | padding: 15px 10px; | 502 | padding: 15px 10px; |
503 | } | 503 | } |
504 | 504 | ||
505 | /*To make the Stages in the center*/ | 505 | /*To make the Stages in the center*/ |
506 | .card-align { | 506 | .card-align { |
507 | /*margin: 56px -267px 11px -37px;*/ | 507 | /*margin: 56px -267px 11px -37px;*/ |
508 | } | 508 | } |
509 | 509 | ||
510 | /*To make the sectors in the center */ | 510 | /*To make the sectors in the center */ |
511 | 511 | ||
512 | 512 | ||
513 | /*************sidebar content margin***********/ | 513 | /*************sidebar content margin***********/ |
514 | .sidebar-align { | 514 | .sidebar-align { |
515 | margin: -5px -3px -18px 9px; | 515 | margin: -5px -3px -18px 9px; |
516 | } | 516 | } |
517 | 517 | ||
518 | .heading { | 518 | .heading { |
519 | margin: 15px 10px 15px 16px; | 519 | margin: 15px 10px 15px 16px; |
520 | } | 520 | } |
521 | .quiz { | 521 | .quiz { |
522 | margin: 5px 5px 6px 19px; | 522 | margin: 5px 5px 6px 19px; |
523 | font-size: 12px; | 523 | font-size: 12px; |
524 | } | 524 | } |
525 | 525 | ||
526 | #footer { | 526 | #footer { |
527 | /*position: bottom; | 527 | /*position: bottom; |
528 | width: 100%; | 528 | width: 100%; |
529 | height: auto;*/ | 529 | height: auto;*/ |
530 | } | 530 | } |
531 | 531 | ||
532 | #front { | 532 | #front { |
533 | background-color: #171717; | 533 | background-color: #171717; |
534 | /*background-image: url(/images/mock_up_background.jpg); | 534 | /*background-image: url(/images/mock_up_background.jpg); |
535 | background-repeat: no-repeat; | 535 | background-repeat: no-repeat; |
536 | background-size: cover; | 536 | background-size: cover; |
537 | background-attachment: fixed;*/ | 537 | background-attachment: fixed;*/ |
538 | } | 538 | } |
539 | 539 | ||
540 | /* .footer { | 540 | /* .footer { |
541 | 541 | ||
542 | bottom: 0px; | 542 | bottom: 0px; |
543 | background-color: #76b34f !important; | 543 | background-color: #76b34f !important; |
544 | width: 100%; | 544 | width: 100%; |
545 | color:rgba(255, 255, 255, 0.77); | 545 | color:rgba(255, 255, 255, 0.77); |
546 | }*/ | 546 | }*/ |
547 | 547 | ||
548 | /********question box*****************/ | 548 | /********question box*****************/ |
549 | .question-shadow { | 549 | .question-shadow { |
550 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 550 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
551 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 551 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
552 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 552 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
553 | margin: 15px 15px 17px 14px; | 553 | margin: 15px 15px 17px 14px; |
554 | background-color: #ffffff; | 554 | background-color: #ffffff; |
555 | } | 555 | } |
556 | 556 | ||
557 | 557 | ||
558 | 558 | ||
559 | .question-card { | 559 | .question-card { |
560 | width: auto; | 560 | width: auto; |
561 | float: left; | 561 | float: left; |
562 | margin: 29px 22px 26px 14px; | 562 | margin: 29px 22px 26px 14px; |
563 | } | 563 | } |
564 | 564 | ||
565 | /*for p*/ | 565 | /*for p*/ |
566 | .line-space { | 566 | .line-space { |
567 | line-height: 1.6em; | 567 | line-height: 1.6em; |
568 | font-size: 11px; | 568 | font-size: 11px; |
569 | } | 569 | } |
570 | 570 | ||
571 | .line-adjust { | 571 | .line-adjust { |
572 | margin-left: 0px; | 572 | margin-left: 0px; |
573 | } | 573 | } |
574 | 574 | ||
575 | /*badge icon css*/ | 575 | /*badge icon css*/ |
576 | 576 | ||
577 | .material-icons{ | 577 | .material-icons{ |
578 | font-size: 17px !important; | 578 | font-size: 17px !important; |
579 | } | 579 | } |
580 | 580 | ||
581 | .icon-circle-a { | 581 | .icon-circle-a { |
582 | background: rgba(89, 89, 89, 0.92); | 582 | background: rgba(89, 89, 89, 0.92); |
583 | border-radius: 50%; | 583 | border-radius: 50%; |
584 | width: 30px; | 584 | width: 30px; |
585 | height: 30px; | 585 | height: 30px; |
586 | position: absolute; | 586 | position: absolute; |
587 | left: 14px; | 587 | left: 14px; |
588 | margin-top: 10px; | 588 | margin-top: 10px; |
589 | color: #fff; | 589 | color: #fff; |
590 | text-align: center; | 590 | text-align: center; |
591 | } | 591 | } |
592 | 592 | ||
593 | .icon-circle-b { | 593 | .icon-circle-b { |
594 | background: rgba(89, 89, 89, 0.92); | 594 | background: rgba(89, 89, 89, 0.92); |
595 | border-radius: 50%; | 595 | border-radius: 50%; |
596 | width: 30px; | 596 | width: 30px; |
597 | height: 30px; | 597 | height: 30px; |
598 | position: absolute; | 598 | position: absolute; |
599 | left: 14px; | 599 | left: 14px; |
600 | margin-top: 10px; | 600 | margin-top: 10px; |
601 | color: #fff; | 601 | color: #fff; |
602 | text-align: center; | 602 | text-align: center; |
603 | } | 603 | } |
604 | 604 | ||
605 | .icon-circle-c { | 605 | .icon-circle-c { |
606 | background: rgba(89, 89, 89, 0.92); | 606 | background: rgba(89, 89, 89, 0.92); |
607 | border-radius: 50%; | 607 | border-radius: 50%; |
608 | width: 30px; | 608 | width: 30px; |
609 | height: 30px; | 609 | height: 30px; |
610 | position: absolute; | 610 | position: absolute; |
611 | left: 0px; | 611 | left: 0px; |
612 | margin-top: 4px; | 612 | margin-top: 4px; |
613 | color: #fff; | 613 | color: #fff; |
614 | text-align: center; | 614 | text-align: center; |
615 | } | 615 | } |
616 | 616 | ||
617 | .icon-circle-d { | 617 | .icon-circle-d { |
618 | background: rgba(89, 89, 89, 0.92); | 618 | background: rgba(89, 89, 89, 0.92); |
619 | border-radius: 50%; | 619 | border-radius: 50%; |
620 | width: 30px; | 620 | width: 30px; |
621 | height: 30px; | 621 | height: 30px; |
622 | position: absolute; | 622 | position: absolute; |
623 | left: 0px; | 623 | left: 0px; |
624 | margin-top: 4px; | 624 | margin-top: 4px; |
625 | color: #fff; | 625 | color: #fff; |
626 | text-align: center; | 626 | text-align: center; |
627 | } | 627 | } |
628 | 628 | ||
629 | .icon-circle-e { | 629 | .icon-circle-e { |
630 | background: rgba(89, 89, 89, 0.92); | 630 | background: rgba(89, 89, 89, 0.92); |
631 | border-radius: 50%; | 631 | border-radius: 50%; |
632 | width: 30px; | 632 | width: 30px; |
633 | height: 30px; | 633 | height: 30px; |
634 | position: absolute; | 634 | position: absolute; |
635 | left: 0px; | 635 | left: 0px; |
636 | margin-top: 4px; | 636 | margin-top: 4px; |
637 | color: #fff; | 637 | color: #fff; |
638 | text-align: center; | 638 | text-align: center; |
639 | } | 639 | } |
640 | 640 | ||
641 | .icon-circle-f { | 641 | .icon-circle-f { |
642 | background: rgba(89, 89, 89, 0.92); | 642 | background: rgba(89, 89, 89, 0.92); |
643 | border-radius: 50%; | 643 | border-radius: 50%; |
644 | width: 30px; | 644 | width: 30px; |
645 | height: 30px; | 645 | height: 30px; |
646 | position: absolute; | 646 | position: absolute; |
647 | left: 0px; | 647 | left: 0px; |
648 | margin-top: 3px; | 648 | margin-top: 3px; |
649 | color: #fff; | 649 | color: #fff; |
650 | text-align: center; | 650 | text-align: center; |
651 | } | 651 | } |
652 | 652 | ||
653 | .icon-circle-g { | 653 | .icon-circle-g { |
654 | background: rgba(89, 89, 89, 0.92); | 654 | background: rgba(89, 89, 89, 0.92); |
655 | border-radius: 50%; | 655 | border-radius: 50%; |
656 | width: 30px; | 656 | width: 30px; |
657 | height: 30px; | 657 | height: 30px; |
658 | position: absolute; | 658 | position: absolute; |
659 | left: 14px; | 659 | left: 14px; |
660 | margin-top: 10px; | 660 | margin-top: 10px; |
661 | color: #fff; | 661 | color: #fff; |
662 | text-align: center; | 662 | text-align: center; |
663 | } | 663 | } |
664 | 664 | ||
665 | .icon-circle-h { | 665 | .icon-circle-h { |
666 | background: rgba(89, 89, 89, 0.92); | 666 | background: rgba(89, 89, 89, 0.92); |
667 | border-radius: 50%; | 667 | border-radius: 50%; |
668 | width: 30px; | 668 | width: 30px; |
669 | height: 30px; | 669 | height: 30px; |
670 | position: absolute; | 670 | position: absolute; |
671 | left: 0px; | 671 | left: 0px; |
672 | margin-top: 4px; | 672 | margin-top: 4px; |
673 | color: #fff; | 673 | color: #fff; |
674 | text-align: center; | 674 | text-align: center; |
675 | } | 675 | } |
676 | 676 | ||
677 | .icon-circle-i { | 677 | .icon-circle-i { |
678 | background: rgba(89, 89, 89, 0.92); | 678 | background: rgba(89, 89, 89, 0.92); |
679 | border-radius: 50%; | 679 | border-radius: 50%; |
680 | width: 30px; | 680 | width: 30px; |
681 | height: 30px; | 681 | height: 30px; |
682 | position: absolute; | 682 | position: absolute; |
683 | left: 0px; | 683 | left: 0px; |
684 | margin-top: 4px; | 684 | margin-top: 4px; |
685 | color: #fff; | 685 | color: #fff; |
686 | text-align: center; | 686 | text-align: center; |
687 | } | 687 | } |
688 | 688 | ||
689 | .icon-circle-j { | 689 | .icon-circle-j { |
690 | background: rgba(89, 89, 89, 0.92); | 690 | background: rgba(89, 89, 89, 0.92); |
691 | border-radius: 50%; | 691 | border-radius: 50%; |
692 | width: 30px; | 692 | width: 30px; |
693 | height: 30px; | 693 | height: 30px; |
694 | position: absolute; | 694 | position: absolute; |
695 | left: 0px; | 695 | left: 0px; |
696 | margin-top: 30px; | 696 | margin-top: 30px; |
697 | color: #fff; | 697 | color: #fff; |
698 | text-align: center; | 698 | text-align: center; |
699 | } | 699 | } |
700 | 700 | ||
701 | .icon-circle-k { | 701 | .icon-circle-k { |
702 | background: rgba(89, 89, 89, 0.92); | 702 | background: rgba(89, 89, 89, 0.92); |
703 | border-radius: 50%; | 703 | border-radius: 50%; |
704 | width: 30px; | 704 | width: 30px; |
705 | height: 30px; | 705 | height: 30px; |
706 | position: absolute; | 706 | position: absolute; |
707 | left: 0px; | 707 | left: 0px; |
708 | margin-top: 30px; | 708 | margin-top: 30px; |
709 | color: #fff; | 709 | color: #fff; |
710 | text-align: center; | 710 | text-align: center; |
711 | } | 711 | } |
712 | 712 | ||
713 | .icon-circle-y { | 713 | .icon-circle-y { |
714 | background: rgba(89, 89, 89, 0.92); | 714 | background: rgba(89, 89, 89, 0.92); |
715 | border-radius: 50%; | 715 | border-radius: 50%; |
716 | width: 30px; | 716 | width: 30px; |
717 | height: 30px; | 717 | height: 30px; |
718 | position: absolute; | 718 | position: absolute; |
719 | left: 0px; | 719 | left: 0px; |
720 | margin-top: 4px; | 720 | margin-top: 4px; |
721 | color: #fff; | 721 | color: #fff; |
722 | text-align: center; | 722 | text-align: center; |
723 | } | 723 | } |
724 | 724 | ||
725 | .icon-circle-o { | 725 | .icon-circle-o { |
726 | background: rgba(89, 89, 89, 0.92); | 726 | background: rgba(89, 89, 89, 0.92); |
727 | border-radius: 50%; | 727 | border-radius: 50%; |
728 | width: 30px; | 728 | width: 30px; |
729 | height: 30px; | 729 | height: 30px; |
730 | position: absolute; | 730 | position: absolute; |
731 | left: 0px; | 731 | left: 0px; |
732 | margin-top: 4px; | 732 | margin-top: 4px; |
733 | color: #fff; | 733 | color: #fff; |
734 | text-align: center; | 734 | text-align: center; |
735 | } | 735 | } |
736 | 736 | ||
737 | .icon-circle-l { | 737 | .icon-circle-l { |
738 | background: rgba(89, 89, 89, 0.92); | 738 | background: rgba(89, 89, 89, 0.92); |
739 | border-radius: 50%; | 739 | border-radius: 50%; |
740 | width: 30px; | 740 | width: 30px; |
741 | height: 30px; | 741 | height: 30px; |
742 | position: absolute; | 742 | position: absolute; |
743 | left: 0px; | 743 | left: 0px; |
744 | margin-top: 4px; | 744 | margin-top: 4px; |
745 | color: #fff; | 745 | color: #fff; |
746 | text-align: center; | 746 | text-align: center; |
747 | } | 747 | } |
748 | 748 | ||
749 | .icon-circle-m { | 749 | .icon-circle-m { |
750 | background: rgba(89, 89, 89, 0.92); | 750 | background: rgba(89, 89, 89, 0.92); |
751 | border-radius: 50%; | 751 | border-radius: 50%; |
752 | width: 30px; | 752 | width: 30px; |
753 | height: 30px; | 753 | height: 30px; |
754 | position: absolute; | 754 | position: absolute; |
755 | left: 0px; | 755 | left: 0px; |
756 | margin-top: 4px; | 756 | margin-top: 4px; |
757 | color: #fff; | 757 | color: #fff; |
758 | text-align: center; | 758 | text-align: center; |
759 | } | 759 | } |
760 | 760 | ||
761 | .icon-circle-n { | 761 | .icon-circle-n { |
762 | background: rgba(89, 89, 89, 0.92); | 762 | background: rgba(89, 89, 89, 0.92); |
763 | border-radius: 50%; | 763 | border-radius: 50%; |
764 | width: 30px; | 764 | width: 30px; |
765 | height: 30px; | 765 | height: 30px; |
766 | position: absolute; | 766 | position: absolute; |
767 | left: 0px; | 767 | left: 0px; |
768 | margin-top: 4px; | 768 | margin-top: 4px; |
769 | color: #fff; | 769 | color: #fff; |
770 | text-align: center; | 770 | text-align: center; |
771 | } | 771 | } |
772 | 772 | ||
773 | .icon-circle-x { | 773 | .icon-circle-x { |
774 | background: rgba(89, 89, 89, 0.92); | 774 | background: rgba(89, 89, 89, 0.92); |
775 | border-radius: 50%; | 775 | border-radius: 50%; |
776 | width: 30px; | 776 | width: 30px; |
777 | height: 30px; | 777 | height: 30px; |
778 | position: absolute; | 778 | position: absolute; |
779 | left: 0px; | 779 | left: 0px; |
780 | margin-top: 30px; | 780 | margin-top: 30px; |
781 | color: #fff; | 781 | color: #fff; |
782 | text-align: center; | 782 | text-align: center; |
783 | } | 783 | } |
784 | 784 | ||
785 | .icon-circle-p { | 785 | .icon-circle-p { |
786 | background: rgba(89, 89, 89, 0.92); | 786 | background: rgba(89, 89, 89, 0.92); |
787 | border-radius: 50%; | 787 | border-radius: 50%; |
788 | width: 30px; | 788 | width: 30px; |
789 | height: 30px; | 789 | height: 30px; |
790 | position: absolute; | 790 | position: absolute; |
791 | left: 0px; | 791 | left: 0px; |
792 | margin-top: 30px; | 792 | margin-top: 30px; |
793 | color: #fff; | 793 | color: #fff; |
794 | text-align: center; | 794 | text-align: center; |
795 | } | 795 | } |
796 | 796 | ||
797 | .icon-circle-z { | 797 | .icon-circle-z { |
798 | background: rgba(89, 89, 89, 0.92); | 798 | background: rgba(89, 89, 89, 0.92); |
799 | border-radius: 50%; | 799 | border-radius: 50%; |
800 | width: 30px; | 800 | width: 30px; |
801 | height: 30px; | 801 | height: 30px; |
802 | position: absolute; | 802 | position: absolute; |
803 | left: 0px; | 803 | left: 0px; |
804 | margin-top: 4px; | 804 | margin-top: 4px; |
805 | color: #fff; | 805 | color: #fff; |
806 | text-align: center; | 806 | text-align: center; |
807 | } | 807 | } |
808 | 808 | ||
809 | .icon-circle-q { | 809 | .icon-circle-q { |
810 | background: rgba(89, 89, 89, 0.92); | 810 | background: rgba(89, 89, 89, 0.92); |
811 | border-radius: 50%; | 811 | border-radius: 50%; |
812 | width: 30px; | 812 | width: 30px; |
813 | height: 30px; | 813 | height: 30px; |
814 | position: absolute; | 814 | position: absolute; |
815 | left: 0px; | 815 | left: 0px; |
816 | margin-top: 4px; | 816 | margin-top: 4px; |
817 | color: #fff; | 817 | color: #fff; |
818 | text-align: center; | 818 | text-align: center; |
819 | } | 819 | } |
820 | 820 | ||
821 | .icon-circle-ab { | 821 | .icon-circle-ab { |
822 | background: rgba(89, 89, 89, 0.92); | 822 | background: rgba(89, 89, 89, 0.92); |
823 | border-radius: 50%; | 823 | border-radius: 50%; |
824 | width: 30px; | 824 | width: 30px; |
825 | height: 30px; | 825 | height: 30px; |
826 | position: absolute; | 826 | position: absolute; |
827 | left: 0px; | 827 | left: 0px; |
828 | margin-top: 3px; | 828 | margin-top: 3px; |
829 | color: #fff; | 829 | color: #fff; |
830 | text-align: center; | 830 | text-align: center; |
831 | } | 831 | } |
832 | 832 | ||
833 | .icon-circle-abc { | 833 | .icon-circle-abc { |
834 | background: rgba(89, 89, 89, 0.92); | 834 | background: rgba(89, 89, 89, 0.92); |
835 | border-radius: 50%; | 835 | border-radius: 50%; |
836 | width: 30px; | 836 | width: 30px; |
837 | height: 30px; | 837 | height: 30px; |
838 | position: absolute; | 838 | position: absolute; |
839 | left: 0px; | 839 | left: 0px; |
840 | margin-top: 3px; | 840 | margin-top: 3px; |
841 | color: #fff; | 841 | color: #fff; |
842 | text-align: center; | 842 | text-align: center; |
843 | } | 843 | } |
844 | 844 | ||
845 | .icon-circle-bc { | 845 | .icon-circle-bc { |
846 | background: rgba(89, 89, 89, 0.92); | 846 | background: rgba(89, 89, 89, 0.92); |
847 | border-radius: 50%; | 847 | border-radius: 50%; |
848 | width: 30px; | 848 | width: 30px; |
849 | height: 30px; | 849 | height: 30px; |
850 | position: absolute; | 850 | position: absolute; |
851 | left: 0px; | 851 | left: 0px; |
852 | margin-top: 3px; | 852 | margin-top: 3px; |
853 | color: #fff; | 853 | color: #fff; |
854 | text-align: center; | 854 | text-align: center; |
855 | } | 855 | } |
856 | 856 | ||
857 | .icon-circle-abcdefg { | 857 | .icon-circle-abcdefg { |
858 | background: rgba(89, 89, 89, 0.92); | 858 | background: rgba(89, 89, 89, 0.92); |
859 | border-radius: 50%; | 859 | border-radius: 50%; |
860 | width: 30px; | 860 | width: 30px; |
861 | height: 30px; | 861 | height: 30px; |
862 | position: absolute; | 862 | position: absolute; |
863 | left: 0px; | 863 | left: 0px; |
864 | margin-top: 3px; | 864 | margin-top: 3px; |
865 | color: #fff; | 865 | color: #fff; |
866 | text-align: center; | 866 | text-align: center; |
867 | } | 867 | } |
868 | 868 | ||
869 | .referel-icon { | 869 | .referel-icon { |
870 | background: rgba(89, 89, 89, 0.92); | 870 | background: rgba(89, 89, 89, 0.92); |
871 | border-radius: 50%; | 871 | border-radius: 50%; |
872 | width: 30px; | 872 | width: 30px; |
873 | height: 30px; | 873 | height: 30px; |
874 | position: absolute; | 874 | position: absolute; |
875 | left: 0px; | 875 | left: 0px; |
876 | margin-top: 3px; | 876 | margin-top: 3px; |
877 | color: #fff; | 877 | color: #fff; |
878 | text-align: center; | 878 | text-align: center; |
879 | } | 879 | } |
880 | 880 | ||
881 | 881 | ||
882 | /*quiz*/ | 882 | /*quiz*/ |
883 | .q-card-align div{ | 883 | .q-card-align div{ |
884 | margin-bottom: 15px; | 884 | margin-bottom: 15px; |
885 | } | 885 | } |
886 | 886 | ||
887 | .drop-down { | 887 | .drop-down { |
888 | background-color: #fff; | 888 | background-color: #fff; |
889 | border-radius: 0; | 889 | border-radius: 0; |
890 | font-size: 12px; | 890 | font-size: 12px; |
891 | } | 891 | } |
892 | 892 | ||
893 | .footer-link, .footer-link:hover { | 893 | .footer-link, .footer-link:hover { |
894 | color:#fff; | 894 | color:#fff; |
895 | } | 895 | } |
896 | /*idea content margin*/ | 896 | /*idea content margin*/ |
897 | .content-idea{ | 897 | .content-idea{ |
898 | margin:196px 12px 8px; | 898 | margin:196px 12px 8px; |
899 | } | 899 | } |
900 | 900 | ||
901 | .content-product{ | 901 | .content-product{ |
902 | margin:193px -19px 9px; | 902 | margin:193px -19px 9px; |
903 | } | 903 | } |
904 | 904 | ||
905 | .content-growth{ | 905 | .content-growth{ |
906 | margin:192px 11px 8px; | 906 | margin:192px 11px 8px; |
907 | } | 907 | } |
908 | .last-content-card{ | 908 | .last-content-card{ |
909 | /*margin: 0px -85px -4px -51px;*/ | 909 | /*margin: 0px -85px -4px -51px;*/ |
910 | } | 910 | } |
911 | 911 | ||
912 | @media (max-width: 600px) { | 912 | @media (max-width: 600px) { |
913 | .content-idea{ | 913 | .content-idea{ |
914 | margin: auto; | 914 | margin: auto; |
915 | } | 915 | } |
916 | 916 | ||
917 | .content-product{ | 917 | .content-product{ |
918 | margin: auto; | 918 | margin: auto; |
919 | } | 919 | } |
920 | 920 | ||
921 | .content-growth{ | 921 | .content-growth{ |
922 | margin: auto; | 922 | margin: auto; |
923 | } | 923 | } |
924 | .stages-card{ | 924 | .stages-card{ |
925 | margin: auto; | 925 | margin: auto; |
926 | margin-bottom: 15px; | 926 | margin-bottom: 15px; |
927 | } | 927 | } |
928 | .last-content-card{ | 928 | .last-content-card{ |
929 | margin: auto; | 929 | margin: auto; |
930 | } | 930 | } |
931 | .card-align{ | 931 | .card-align{ |
932 | margin: auto; | 932 | margin: auto; |
933 | } | 933 | } |
934 | 934 | ||
935 | } | 935 | } |
936 | 936 | ||
937 | .toggler { | 937 | .toggler { |
938 | width: 500px; | 938 | width: 500px; |
939 | height: 200px; | 939 | height: 200px; |
940 | } | 940 | } |
941 | #button { | 941 | #button { |
942 | padding: .5em 1em; | 942 | padding: .5em 1em; |
943 | text-decoration: none; | 943 | text-decoration: none; |
944 | } | 944 | } |
945 | #effect { | 945 | #effect { |
946 | position: relative; | 946 | position: relative; |
947 | width: 240px; | 947 | width: 240px; |
948 | height: 170px; | 948 | height: 170px; |
949 | padding: 0.4em; | 949 | padding: 0.4em; |
950 | } | 950 | } |
951 | #effect h3 { | 951 | #effect h3 { |
952 | margin: 0; | 952 | margin: 0; |
953 | padding: 0.4em; | 953 | padding: 0.4em; |
954 | text-align: center; | 954 | text-align: center; |
955 | } | 955 | } |
956 | 956 | ||
957 | #snackbar { | 957 | #snackbar { |
958 | visibility: hidden; | 958 | visibility: hidden; |
959 | min-width: 250px; | 959 | min-width: 250px; |
960 | margin-left: -125px; | 960 | margin-left: -125px; |
961 | background-color: #F44336; | 961 | background-color: #F44336; |
962 | color: #fff; | 962 | color: #fff; |
963 | text-align: center; | 963 | text-align: center; |
964 | border-radius: 2px; | 964 | border-radius: 2px; |
965 | padding: 16px; | 965 | padding: 16px; |
966 | position: fixed; | 966 | position: fixed; |
967 | z-index: 1; | 967 | z-index: 1; |
968 | left: 50%; | 968 | left: 50%; |
969 | bottom: 30px; | 969 | bottom: 30px; |
970 | font-size: 17px; | 970 | font-size: 17px; |
971 | } | 971 | } |
972 | /* Loader Css */ | 972 | /* Loader Css */ |
973 | .myLoaderWrap{ | 973 | .myLoaderWrap{ |
974 | width: 100%; | 974 | width: 100%; |
975 | height: 100%; | 975 | height: 100%; |
976 | position: fixed; | 976 | position: fixed; |
977 | background-color: rgba(0,0,0,0.5); | 977 | background-color: rgba(0,0,0,0.5); |
978 | z-index: 9999999; | 978 | z-index: 9999999; |
979 | top: 0; | 979 | top: 0; |
980 | left: 0; | 980 | left: 0; |
981 | } | 981 | } |
982 | 982 | ||
983 | #snackbar.show { | 983 | #snackbar.show { |
984 | visibility: visible; | 984 | visibility: visible; |
985 | -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; | 985 | -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; |
986 | animation: fadin 0.5s, fadout 0.5s 2.5s; | 986 | animation: fadin 0.5s, fadout 0.5s 2.5s; |
987 | } | 987 | } |
988 | 988 | ||
989 | @-webkit-keyframes fadin { | 989 | @-webkit-keyframes fadin { |
990 | from {bottom: 0; opacity: 0;} | 990 | from {bottom: 0; opacity: 0;} |
991 | to {bottom: 30px; opacity: 1;} | 991 | to {bottom: 30px; opacity: 1;} |
992 | } | 992 | } |
993 | 993 | ||
994 | @keyframes fadin { | 994 | @keyframes fadin { |
995 | from {bottom: 0; opacity: 0;} | 995 | from {bottom: 0; opacity: 0;} |
996 | to {bottom: 30px; opacity: 1;} | 996 | to {bottom: 30px; opacity: 1;} |
997 | } | 997 | } |
998 | 998 | ||
999 | @-webkit-keyframes fadout { | 999 | @-webkit-keyframes fadout { |
1000 | from {bottom: 30px; opacity: 1;} | 1000 | from {bottom: 30px; opacity: 1;} |
1001 | to {bottom: 0; opacity: 0;} | 1001 | to {bottom: 0; opacity: 0;} |
1002 | } | 1002 | } |
1003 | 1003 | ||
1004 | @keyframes fadout { | 1004 | @keyframes fadout { |
1005 | from {bottom: 30px; opacity: 1;} | 1005 | from {bottom: 30px; opacity: 1;} |
1006 | to {bottom: 0; opacity: 0;} | 1006 | to {bottom: 0; opacity: 0;} |
1007 | } | 1007 | } |
1008 | 1008 | ||
1009 | 1009 | ||
1010 | #snacsskbar { | 1010 | #snacsskbar { |
1011 | visibility: hidden; | 1011 | visibility: hidden; |
1012 | min-width: 250px; | 1012 | min-width: 250px; |
1013 | margin-left: -125px; | 1013 | margin-left: -125px; |
1014 | background-color: #333; | 1014 | background-color: #333; |
1015 | color: #fff; | 1015 | color: #fff; |
1016 | text-align: center; | 1016 | text-align: center; |
1017 | border-radius: 2px; | 1017 | border-radius: 2px; |
1018 | padding: 16px; | 1018 | padding: 16px; |
1019 | position: fixed; | 1019 | position: fixed; |
1020 | z-index: 1; | 1020 | z-index: 1; |
1021 | left: 50%; | 1021 | left: 50%; |
1022 | top: 30px; | 1022 | top: 30px; |
1023 | font-size: 17px; | 1023 | font-size: 17px; |
1024 | } | 1024 | } |
1025 | 1025 | ||
1026 | #snacsskbar.show { | 1026 | #snacsskbar.show { |
1027 | visibility: visible; | 1027 | visibility: visible; |
1028 | -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; | 1028 | -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; |
1029 | animation: fadein 0.5s, fadeout 0.5s 2.5s; | 1029 | animation: fadein 0.5s, fadeout 0.5s 2.5s; |
1030 | } | 1030 | } |
1031 | 1031 | ||
1032 | @-webkit-keyframes fadein { | 1032 | @-webkit-keyframes fadein { |
1033 | from {top: 0; opacity: 0;} | 1033 | from {top: 0; opacity: 0;} |
1034 | to {top: 30px; opacity: 1;} | 1034 | to {top: 30px; opacity: 1;} |
1035 | } | 1035 | } |
1036 | 1036 | ||
1037 | @keyframes fadein { | 1037 | @keyframes fadein { |
1038 | from {top: 0; opacity: 0;} | 1038 | from {top: 0; opacity: 0;} |
1039 | to {top: 30px; opacity: 1;} | 1039 | to {top: 30px; opacity: 1;} |
1040 | } | 1040 | } |
1041 | 1041 | ||
1042 | @-webkit-keyframes fadeout { | 1042 | @-webkit-keyframes fadeout { |
1043 | from {top: 30px; opacity: 1;} | 1043 | from {top: 30px; opacity: 1;} |
1044 | to {top: 0; opacity: 0;} | 1044 | to {top: 0; opacity: 0;} |
1045 | } | 1045 | } |
1046 | 1046 | ||
1047 | @keyframes fadeout { | 1047 | @keyframes fadeout { |
1048 | from {top: 30px; opacity: 1;} | 1048 | from {top: 30px; opacity: 1;} |
1049 | to {top: 0; opacity: 0;} | 1049 | to {top: 0; opacity: 0;} |
1050 | } | 1050 | } |
1051 | 1051 | ||
1052 | input.hidden { | 1052 | input.hidden { |
1053 | position: absolute; | 1053 | position: absolute; |
1054 | left: -9999px; | 1054 | left: -9999px; |
1055 | } | 1055 | } |
1056 | 1056 | ||
1057 | #profile-image1 { | 1057 | #profile-image1 { |
1058 | cursor: pointer; | 1058 | cursor: pointer; |
1059 | width: 100px; | 1059 | width: 100px; |
1060 | height: 100px; | 1060 | height: 100px; |
1061 | border:2px solid #eee ; | 1061 | border:2px solid #eee ; |
1062 | } | 1062 | } |
1063 | 1063 | ||
1064 | .tital{ font-size:16px; font-weight:500;} | 1064 | .tital{ font-size:16px; font-weight:500;} |
1065 | .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} | 1065 | .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} |
1066 | .footerpadd{padding: 5px;} | 1066 | .footerpadd{padding: 5px;} |
1067 | 1067 | ||
1068 | 1068 | ||
1069 | .container1{ | 1069 | .container1{ |
1070 | width: 100% | 1070 | width: 100% |
1071 | } | 1071 | } |
1072 | 1072 | ||
1073 | .no-margin{ | 1073 | .no-margin{ |
1074 | margin: 0 0 0 !important; | 1074 | margin: 0 0 0 !important; |
1075 | } | 1075 | } |
1076 | .no-padding{ | 1076 | .no-padding{ |
1077 | padding: 0 0 0 0 !important; | 1077 | padding: 0 0 0 0 !important; |
1078 | } | 1078 | } |
1079 | .select-stage{ | 1079 | .select-stage{ |
1080 | margin: 10px 0; | 1080 | margin: 10px 0; |
1081 | } | 1081 | } |
1082 | .cards-content{ | 1082 | .cards-content{ |
1083 | margin-top: 40px; | 1083 | margin-top: 40px; |
1084 | } | 1084 | } |
1085 | .cards-content p{ | 1085 | .cards-content p{ |
1086 | font-size: 13px; | 1086 | font-size: 13px; |
1087 | } | 1087 | } |
1088 | .q-card-align{ | 1088 | .q-card-align{ |
1089 | margin-top: 15px; | 1089 | margin-top: 15px; |
1090 | } | 1090 | } |
1091 | .width-auto{ | 1091 | .width-auto{ |
1092 | width: auto !important; | 1092 | width: auto !important; |
1093 | } | 1093 | } |
1094 | .margin-right-label{ | 1094 | .margin-right-label{ |
1095 | margin-right: 20px; | 1095 | margin-right: 20px; |
1096 | } | 1096 | } |
1097 | .margin-right-label label{ | 1097 | .margin-right-label label{ |
1098 | margin-left: 5px; | 1098 | margin-left: 5px; |
1099 | } | 1099 | } |
1100 | .apply-coupen-btn{ | 1100 | .apply-coupen-btn{ |
1101 | position: absolute; | 1101 | position: absolute; |
1102 | top: -2px; | 1102 | top: -2px; |
1103 | right: 13px; | 1103 | right: 13px; |
1104 | border: none; | 1104 | border: none; |
1105 | height: 44px; | 1105 | height: 44px; |
1106 | color: #fff; | 1106 | color: #fff; |
1107 | background-color: #666; | 1107 | background-color: #666; |
1108 | width: 75px; | 1108 | width: 75px; |
1109 | } | 1109 | } |
1110 | .coupen-approved{ | 1110 | .coupen-approved{ |
1111 | position: absolute; | 1111 | position: absolute; |
1112 | right: 120px; | 1112 | right: 120px; |
1113 | top: 6px; | 1113 | top: 6px; |
1114 | color: rgb(66, 181, 73); | 1114 | color: rgb(66, 181, 73); |
1115 | font-size: 30px !important; | 1115 | font-size: 30px !important; |
1116 | } | 1116 | } |
1117 | .right-side-links{ | 1117 | .right-side-links{ |
1118 | margin-top: 12px; | 1118 | margin-top: 12px; |
1119 | } | 1119 | } |
1120 | .right-side-links a{ | 1120 | .right-side-links a{ |
1121 | width: auto; | 1121 | width: auto; |
1122 | display: inline; | 1122 | display: inline; |
1123 | } | 1123 | } |
1124 | .right-side-links a:first-child{ | 1124 | .right-side-links a:first-child{ |
1125 | border-right: 1px solid #fff; | 1125 | border-right: 1px solid #fff; |
1126 | padding-right: 4px; | 1126 | padding-right: 4px; |
1127 | } | 1127 | } |
1128 | 1128 | ||
1129 | @media (max-width: 768px){ | 1129 | @media (max-width: 768px){ |
1130 | .cards-content{ | 1130 | .cards-content{ |
1131 | margin-top: 15px; | 1131 | margin-top: 15px; |
1132 | margin-bottom: 30px; | 1132 | margin-bottom: 30px; |
1133 | } | 1133 | } |
1134 | .no-padding-mobile{ | 1134 | .no-padding-mobile{ |
1135 | padding-left: 0 !important; | 1135 | padding-left: 0 !important; |
1136 | padding-right: 0 !important; | 1136 | padding-right: 0 !important; |
1137 | } | 1137 | } |
1138 | .sector-align .card-small{ | 1138 | .sector-align .card-small{ |
1139 | height: 74px; | 1139 | height: 74px; |
1140 | } | 1140 | } |
1141 | .stages-card{ | 1141 | .stages-card{ |
1142 | width: 92%; | 1142 | width: 92%; |
1143 | } | 1143 | } |
1144 | .right-stage-card{ | 1144 | .right-stage-card{ |
1145 | float: right; | 1145 | float: right; |
1146 | } | 1146 | } |
1147 | .margin-auto-mobile{ | 1147 | .margin-auto-mobile{ |
1148 | margin-left: 4%; | 1148 | margin-left: 4%; |
1149 | } | 1149 | } |
1150 | .card .thumbnail{ | 1150 | .card .thumbnail{ |
1151 | padding: 15px 0 1px 0; | 1151 | padding: 15px 0 1px 0; |
1152 | } | 1152 | } |
1153 | .thumbnail > img, .thumbnail a > img{ | 1153 | .thumbnail > img, .thumbnail a > img{ |
1154 | width: 50%; | 1154 | width: 50%; |
1155 | } | 1155 | } |
1156 | .right-side-links a{ | 1156 | .right-side-links a{ |
1157 | display: block; | 1157 | display: block; |
1158 | width: 100%; | 1158 | width: 100%; |
1159 | } | 1159 | } |
1160 | .right-side-links a:first-child{ | 1160 | .right-side-links a:first-child{ |
1161 | border-right: 0 solid #fff; | 1161 | border-right: 0 solid #fff; |
1162 | padding-right: 0; | 1162 | padding-right: 0; |
1163 | } | 1163 | } |
1164 | .right-side-links{ | 1164 | .right-side-links{ |
1165 | margin-top: 0; | 1165 | margin-top: 0; |
1166 | } | 1166 | } |
1167 | .panel-default{ | 1167 | .panel-default{ |
1168 | border-color: transparent; | 1168 | border-color: transparent; |
1169 | box-shadow: none; | 1169 | box-shadow: none; |
1170 | } | 1170 | } |
1171 | .modal-footers { | 1171 | .modal-footers { |
1172 | padding: 19px 20px 20px; | 1172 | padding: 19px 20px 20px; |
1173 | margin-top: 15px; | 1173 | margin-top: 15px; |
1174 | text-align: center !important; | 1174 | text-align: center !important; |
1175 | margin-bottom: 4px; | 1175 | margin-bottom: 4px; |
1176 | } | 1176 | } |
1177 | .startup-jalsa{ | 1177 | .startup-jalsa{ |
1178 | font-family: 'BenchNine', sans-serif; | 1178 | font-family: 'BenchNine', sans-serif; |
1179 | color: rgb(25, 104, 157); | 1179 | color: rgb(25, 104, 157); |
1180 | position:relative; | 1180 | position:relative; |
1181 | z-index:2; | 1181 | z-index:2; |
1182 | } | 1182 | } |
1183 | } | 1183 | } |
1184 | 1184 | ||
1185 | .jalsaheader{ | 1185 | .jalsaheader{ |
1186 | color: #D53735; | 1186 | color: #D53735; |
1187 | text-align: center; | 1187 | text-align: center; |
1188 | margin-top: 6%; | 1188 | margin-top: 6%; |
1189 | font-size: 37px; | 1189 | font-size: 37px; |
1190 | } | 1190 | } |
1191 | .jalsaHeader{ | 1191 | .jalsaHeader{ |
1192 | color: #fff; | 1192 | color: #fff; |
1193 | text-align: center; | 1193 | text-align: center; |
1194 | font-size: 25px; | 1194 | font-size: 30px; |
1195 | margin-top: 2%; | 1195 | margin-top: 2%; |
1196 | margin-bottom: 6%; | 1196 | margin-bottom: 6%; |
1197 | } | 1197 | } |
1198 | .happen-citymeetup{ | 1198 | .happen-citymeetup{ |
1199 | margin-top:6%; | 1199 | margin-top:6%; |
1200 | } | 1200 | } |
1201 | .selection{ | 1201 | .selection{ |
1202 | background-color: #D53735; | 1202 | background-color: #D53735; |
1203 | } | 1203 | } |
1204 | .card-input { | 1204 | .card-input { |
1205 | display: none; | 1205 | display: none; |
1206 | } | 1206 | } |
1207 | 1207 | ||
1208 | .card { | 1208 | .card { |
1209 | font-size: 1em; | 1209 | font-size: 1em; |
1210 | overflow: hidden; | 1210 | overflow: hidden; |
1211 | padding: 0; | 1211 | padding: 0; |
1212 | border: none; | 1212 | border: none; |
1213 | /*border-radius: .28571429rem;*/ | 1213 | /*border-radius: .28571429rem;*/ |
1214 | box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; | 1214 | box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; |
1215 | } | 1215 | } |
1216 | 1216 | ||
1217 | .card-block { | 1217 | .card-block { |
1218 | font-size: 1em; | 1218 | font-size: 1em; |
1219 | position: relative; | 1219 | position: relative; |
1220 | margin: 0; | 1220 | margin: 0; |
1221 | padding: 4%; | 1221 | padding: 4%; |
1222 | border: none; | 1222 | border: none; |
1223 | /*border-top: 1px solid rgba(34, 36, 38, .1);*/ | 1223 | /*border-top: 1px solid rgba(34, 36, 38, .1);*/ |
1224 | box-shadow: none; | 1224 | box-shadow: none; |
1225 | } | 1225 | } |
1226 | .button-position{ | 1226 | .button-position{ |
1227 | position: relative; | 1227 | position: relative; |
1228 | top: -10px; | 1228 | top: -10px; |
1229 | } | 1229 | } |
1230 | .card-img-top { | 1230 | .card-img-top { |
1231 | display: block; | 1231 | display: block; |
1232 | width: 100%; | 1232 | width: 100%; |
1233 | height: auto; | 1233 | height: auto; |
1234 | cursor: pointer; | 1234 | cursor: pointer; |
1235 | } | 1235 | } |
1236 | 1236 | ||
1237 | .title{ | 1237 | .title{ |
1238 | text-align: center; | 1238 | text-align: center; |
1239 | color: #D53735; | 1239 | color: #D53735; |
1240 | } | 1240 | } |
1241 | .card-title { | 1241 | .card-title { |
1242 | /*font-size: 17px;*/ | 1242 | /*font-size: 17px;*/ |
1243 | font-weight: 600; | 1243 | font-weight: 600; |
1244 | margin: 0; | 1244 | margin: 0; |
1245 | line-height: normal; | 1245 | line-height: normal; |
1246 | font-family: 'Arial',sans-serif; | 1246 | font-family: 'Arial',sans-serif; |
1247 | } | 1247 | } |
1248 | .card-sub-title{ | 1248 | .card-sub-title{ |
1249 | font-family: 'Arial',sans-serif; | 1249 | font-family: 'Arial',sans-serif; |
1250 | /*color: #666;*/ | 1250 | /*color: #666;*/ |
1251 | font-weight: normal; | 1251 | font-weight: normal; |
1252 | margin-bottom: 0; | 1252 | margin-bottom: 0; |
1253 | } | 1253 | } |
1254 | .form-group-text{ | 1254 | .form-group-text{ |
1255 | color:red; | 1255 | color:red; |
1256 | } | 1256 | } |
1257 | .button-aligment{ | 1257 | .button-aligment{ |
1258 | margin-top: 5px; | 1258 | margin-top: 5px; |
1259 | margin-right: 14px; | 1259 | margin-right: 14px; |
1260 | margin-bottom: 15px; | 1260 | margin-bottom: 15px; |
1261 | } | 1261 | } |
1262 | .card-text { | 1262 | .card-text { |
1263 | clear: both; | 1263 | clear: both; |
1264 | margin-top: .5em; | 1264 | margin-top: .5em; |
1265 | /*color: rgba(0, 0, 0, .68);*/ | 1265 | /*color: rgba(0, 0, 0, .68);*/ |
1266 | padding-bottom: 3%; | 1266 | padding-bottom: 3%; |
1267 | font-size: 13px; | 1267 | font-size: 13px; |
1268 | } | 1268 | } |
1269 | 1269 | ||
1270 | .card-text2 { | 1270 | .card-text2 { |
1271 | padding: 3% 0 3% 4%; | 1271 | padding: 3% 0 3% 4%; |
1272 | margin-bottom: 12%; | 1272 | margin-bottom: 12%; |
1273 | border-top: 1px solid rgba(0, 0, 0, .05) !important; | 1273 | border-top: 1px solid rgba(0, 0, 0, .05) !important; |
1274 | } | 1274 | } |
1275 | .card-text2 span{ | 1275 | .card-text2 span{ |
1276 | font-size: 13px; | 1276 | font-size: 13px; |
1277 | /*color: #666;*/ | 1277 | /*color: #666;*/ |
1278 | } | 1278 | } |
1279 | .card-text2 div{ | 1279 | .card-text2 div{ |
1280 | margin-top: 0 !important; | 1280 | margin-top: 0 !important; |
1281 | font-weight: normal; | 1281 | font-weight: normal; |
1282 | /*color: #000;*/ | 1282 | /*color: #000;*/ |
1283 | font-size: 12px; | 1283 | font-size: 12px; |
1284 | padding-bottom: 0; | 1284 | padding-bottom: 0; |
1285 | } | 1285 | } |
1286 | 1286 | ||
1287 | .card-inverse .btn { | 1287 | .card-inverse .btn { |
1288 | border: 1px solid rgba(0, 0, 0, .05); | 1288 | border: 1px solid rgba(0, 0, 0, .05); |
1289 | } | 1289 | } |
1290 | 1290 | ||
1291 | .card-text3 { | 1291 | .card-text3 { |
1292 | border-top: 1px solid rgba(0, 0, 0, .05) !important; | 1292 | border-top: 1px solid rgba(0, 0, 0, .05) !important; |
1293 | } | 1293 | } |
1294 | 1294 | ||
1295 | .container { | 1295 | .container { |
1296 | display: block; | 1296 | display: block; |
1297 | position: relative; | 1297 | position: relative; |
1298 | padding: 0; | 1298 | padding: 0; |
1299 | margin-bottom: 12px; | 1299 | margin-bottom: 12px; |
1300 | cursor: pointer; | 1300 | cursor: pointer; |
1301 | font-size: 16px; | 1301 | font-size: 16px; |
1302 | -webkit-user-select: none; | 1302 | -webkit-user-select: none; |
1303 | -moz-user-select: none; | 1303 | -moz-user-select: none; |
1304 | -ms-user-select: none; | 1304 | -ms-user-select: none; |
1305 | user-select: none; | 1305 | user-select: none; |
1306 | width:100%; | 1306 | width:100%; |
1307 | } | 1307 | } |
1308 | 1308 | ||
1309 | .container1 { | 1309 | .container1 { |
1310 | display: block; | 1310 | display: block; |
1311 | position: relative; | 1311 | position: relative; |
1312 | padding-left: 31px; | 1312 | padding-left: 31px; |
1313 | margin-bottom: 12px; | 1313 | margin-bottom: 12px; |
1314 | cursor: pointer; | 1314 | cursor: pointer; |
1315 | font-size: 15px; | 1315 | font-size: 15px; |
1316 | -webkit-user-select: none; | 1316 | -webkit-user-select: none; |
1317 | -moz-user-select: none; | 1317 | -moz-user-select: none; |
1318 | -ms-user-select: none; | 1318 | -ms-user-select: none; |
1319 | user-select: none; | 1319 | user-select: none; |
1320 | width:100%; | 1320 | width:100%; |
1321 | } | 1321 | } |
1322 | 1322 | ||
1323 | /* Hide the browser's default radio button */ | 1323 | /* Hide the browser's default radio button */ |
1324 | .container input { | 1324 | .container input { |
1325 | position: absolute; | 1325 | position: absolute; |
1326 | opacity: 0; | 1326 | opacity: 0; |
1327 | } | 1327 | } |
1328 | 1328 | ||
1329 | /* Create a custom radio button */ | 1329 | /* Create a custom radio button */ |
1330 | .checkmark { | 1330 | .checkmark { |
1331 | position: absolute; | 1331 | position: absolute; |
1332 | top: 0; | 1332 | top: 0; |
1333 | left: 0; | 1333 | left: 0; |
1334 | height: 25px; | 1334 | height: 25px; |
1335 | width: 25px; | 1335 | width: 25px; |
1336 | background-color: #eee; | 1336 | background-color: #eee; |
1337 | border-radius: 50%; | 1337 | border-radius: 50%; |
1338 | } | 1338 | } |
1339 | 1339 | ||
1340 | /* On mouse-over, add a grey background color */ | 1340 | /* On mouse-over, add a grey background color */ |
1341 | .container:hover input ~ .checkmark { | 1341 | .container:hover input ~ .checkmark { |
1342 | background-color: #ccc; | 1342 | background-color: #ccc; |
1343 | } | 1343 | } |
1344 | 1344 | ||
1345 | /* When the radio button is checked, add a blue background */ | 1345 | /* When the radio button is checked, add a blue background */ |
1346 | .container input:checked ~ .checkmark { | 1346 | .container input:checked ~ .checkmark { |
1347 | background-color: #42b549; | 1347 | background-color: #42b549; |
1348 | } | 1348 | } |
1349 | 1349 | ||
1350 | /* Create the indicator (the dot/circle - hidden when not checked) */ | 1350 | /* Create the indicator (the dot/circle - hidden when not checked) */ |
1351 | .checkmark:after { | 1351 | .checkmark:after { |
1352 | content: ""; | 1352 | content: ""; |
1353 | position: absolute; | 1353 | position: absolute; |
1354 | display: none; | 1354 | display: none; |
1355 | } | 1355 | } |
1356 | 1356 | ||
1357 | /* Show the indicator (dot/circle) when checked */ | 1357 | /* Show the indicator (dot/circle) when checked */ |
1358 | .container input:checked ~ .checkmark:after { | 1358 | .container input:checked ~ .checkmark:after { |
1359 | display: block; | 1359 | display: block; |
1360 | } | 1360 | } |
1361 | 1361 | ||
1362 | /* Style the indicator (dot/circle) */ | 1362 | /* Style the indicator (dot/circle) */ |
1363 | .container .checkmark:after { | 1363 | .container .checkmark:after { |
1364 | top: 9px; | 1364 | top: 9px; |
1365 | left: 9px; | 1365 | left: 9px; |
1366 | width: 8px; | 1366 | width: 8px; |
1367 | height: 8px; | 1367 | height: 8px; |
1368 | border-radius: 50%; | 1368 | border-radius: 50%; |
1369 | background: white; | 1369 | background: white; |
1370 | } | 1370 | } |
1371 | 1371 | ||
1372 | table { | 1372 | table { |
1373 | /*font-family: arial, sans-serif; | 1373 | /*font-family: arial, sans-serif; |
1374 | border-collapse: collapse;*/ | 1374 | border-collapse: collapse;*/ |
1375 | width: 60%; | 1375 | width: 60%; |
1376 | } | 1376 | } |
1377 | .city-meetup { | 1377 | .city-meetup { |
1378 | /* opacity: 0.7; */ | 1378 | /* opacity: 0.7; */ |
1379 | filter: alpha(opacity=80); /* For IE8 and earlier */ | 1379 | filter: alpha(opacity=80); /* For IE8 and earlier */ |
1380 | } | 1380 | } |
1381 | 1381 | ||
1382 | 1382 | ||
1383 | .card-color{ | 1383 | .card-color{ |
1384 | background-color:#171717; | 1384 | background-color:#171717; |
1385 | font-size: 16px; | 1385 | font-size: 16px; |
1386 | /* border-radius: 25px; */ | 1386 | /* border-radius: 25px; */ |
1387 | } | 1387 | } |
1388 | 1388 | ||
1389 | .card-color-confirm{ | 1389 | .card-color-confirm{ |
1390 | background-color:#f5f5f5; | 1390 | background-color:#f5f5f5; |
1391 | font-size: 16px; | 1391 | font-size: 16px; |
1392 | margin-top: 10%; | 1392 | margin-top: 10%; |
1393 | /* width:50%; */ | 1393 | /* width:50%; */ |
1394 | border-radius: 10px; | 1394 | border-radius: 10px; |
1395 | padding: 60px 0px 60px 0px; | 1395 | padding: 60px 0px 60px 0px; |
1396 | } | 1396 | } |
1397 | 1397 | ||
1398 | .startup-jalsa{ | 1398 | .startup-jalsa{ |
1399 | font-family: 'BenchNine', sans-serif; | 1399 | font-family: 'BenchNine', sans-serif; |
1400 | /*font-size: 70.15pt;*/ | 1400 | /*font-size: 70.15pt;*/ |
1401 | color: rgb(25, 104, 157); | 1401 | color: rgb(25, 104, 157); |
1402 | position:relative; | 1402 | position:relative; |
1403 | z-index:2; | 1403 | z-index:2; |
1404 | } | 1404 | } |
1405 | .header{ | 1405 | .header{ |
1406 | /*width: 100%;*/ | 1406 | /*width: 100%;*/ |
1407 | text-align: center; | 1407 | text-align: center; |
1408 | padding-top:2%; | 1408 | padding-top:2%; |
1409 | /*padding: 4px 20px;*/ | 1409 | /*padding: 4px 20px;*/ |
1410 | } | 1410 | } |
1411 | .happen-city{ | 1411 | .happen-city{ |
1412 | padding-top:12%; | 1412 | padding-top:12%; |
1413 | } | 1413 | } |
1414 | .happen-meetup{ | 1414 | .happen-meetup{ |
1415 | font-family: 'Arial',sans-serif; | 1415 | font-family: 'Arial',sans-serif; |
1416 | /* margin-bottom: 10px; */ | 1416 | /* margin-bottom: 10px; */ |
1417 | margin-left: 1%; | 1417 | margin-left: 1px; |
1418 | margin-bottom: 2%; | 1418 | margin-bottom: 2%; |
1419 | } | 1419 | } |
1420 | .happen-attend{ | 1420 | .happen-attend{ |
1421 | margin-top:6%; | 1421 | margin-top:6%; |
1422 | margin-left: -10px; | 1422 | margin-left: -10px; |
1423 | } | 1423 | } |
1424 | .width-auto{ | 1424 | .width-auto{ |
1425 | width:auto; | 1425 | width:auto; |
1426 | } | 1426 | } |
1427 | /*.card-position{ | 1427 | /*.card-position{ |
1428 | position: relative; | 1428 | position: relative; |
1429 | top: -3px; | 1429 | top: -3px; |
1430 | }*/ | 1430 | }*/ |
1431 | 1431 | ||
1432 | .card1 { | 1432 | .card1 { |
1433 | width: 100%; | 1433 | width: 100%; |
1434 | position: relative; | 1434 | position: relative; |
1435 | display: inline-block; | 1435 | display: inline-block; |
1436 | } | 1436 | } |
1437 | .card1 .img-top { | 1437 | .card1 .img-top { |
1438 | width: 100%; | 1438 | width: 100%; |
1439 | display: none; | 1439 | display: none; |
1440 | position: absolute; | 1440 | position: absolute; |
1441 | cursor: pointer; | 1441 | cursor: pointer; |
1442 | top: 0; | 1442 | top: 0; |
1443 | left: 0; | 1443 | left: 0; |
1444 | z-index: 99; | 1444 | z-index: 99; |
1445 | } | 1445 | } |
1446 | .card1:hover .img-top { | 1446 | .card1:hover .img-top { |
1447 | display: inline; | 1447 | display: inline; |
1448 | } | 1448 | } |
1449 | .color:hover{ | 1449 | .color:hover{ |
1450 | color: #fff; | 1450 | color: #fff; |
1451 | } | 1451 | } |
1452 | /* .palak{ | 1452 | /* .palak{ |
1453 | width: 100% !important; | 1453 | width: 100% !important; |
1454 | display: none !important; | 1454 | display: none !important; |
1455 | position: absolute !important; | 1455 | position: absolute !important; |
1456 | cursor: pointer !important; | 1456 | cursor: pointer !important; |
1457 | top: 0 !important; | 1457 | top: 0 !important; |
1458 | left: 0 !important; | 1458 | left: 0 !important; |
1459 | z-index: 99 !important; | 1459 | z-index: 99 !important; |
1460 | } */ | 1460 | } */ |
1461 | .active, .btn:hover, .btn:onclick { | 1461 | .active, .btn:hover, .btn:onclick { |
1462 | background-color: grey; | 1462 | background-color: grey; |
1463 | border: grey; | 1463 | border: grey; |
1464 | color: white; | 1464 | color: white; |
1465 | } | 1465 | } |
1466 | .apply-act1:hover, .apply-act1:focus{ | 1466 | .apply-act1:hover, .apply-act1:focus{ |
1467 | background-color: #171717; | 1467 | background-color: #171717; |
1468 | border-color: #D53735; | 1468 | border-color: #D53735; |
1469 | color: #D53735; | 1469 | color: #D53735; |
1470 | } | 1470 | } |
1471 | 1471 | ||
1472 | .btn-active { | 1472 | .btn-active { |
1473 | background-color: #171717 !important; | 1473 | background-color: #171717 !important; |
1474 | border-color: #D53735 !important; | 1474 | border-color: #D53735 !important; |
1475 | color: #D53735 !important; | 1475 | color: #D53735 !important; |
1476 | } | 1476 | } |
1477 | .btn-inactive { | 1477 | .btn-inactive { |
1478 | background-color: #171717 !important; | 1478 | background-color: #171717 !important; |
1479 | border-color: #454545 !important; | 1479 | border-color: #454545 !important; |
1480 | color: #454545 !important; | 1480 | color: #454545 !important; |
1481 | } | 1481 | } |
1482 | 1482 | ||
1483 | .apply-act2:hover, .apply-act2:focus{ | 1483 | .apply-act2:hover, .apply-act2:focus{ |
1484 | background-color: #171717; | 1484 | background-color: #171717; |
1485 | border-color: #D53735; | 1485 | border-color: #D53735; |
1486 | color: #D53735; | 1486 | color: #D53735; |
1487 | } | 1487 | } |
1488 | .apply-act3:hover, .apply-act3:focus{ | 1488 | .apply-act3:hover, .apply-act3:focus{ |
1489 | background-color: #171717; | 1489 | background-color: #171717; |
1490 | border-color: #D53735; | 1490 | border-color: #D53735; |
1491 | color: #D53735; | 1491 | color: #D53735; |
1492 | } | 1492 | } |
1493 | .apply-act4:hover, .apply-act4:focus{ | 1493 | .apply-act4:hover, .apply-act4:focus{ |
1494 | background-color: #171717; | 1494 | background-color: #171717; |
1495 | border-color: #D53735; | 1495 | border-color: #D53735; |
1496 | color: #D53735; | 1496 | color: #D53735; |
1497 | } | 1497 | } |
1498 | .apply-btn{ | 1498 | .apply-btn{ |
1499 | text-align: center; | 1499 | text-align: center; |
1500 | margin-bottom: 2%; | 1500 | margin-bottom: 2%; |
1501 | } | 1501 | } |
1502 | .txt{ | 1502 | .txt{ |
1503 | margin-top: 2%; | 1503 | margin-top: 2%; |
1504 | text-align: center; | 1504 | text-align: center; |
1505 | } | 1505 | } |
1506 | .txt1{ | 1506 | .txt1{ |
1507 | text-align: center; | 1507 | text-align: center; |
1508 | } | 1508 | } |
1509 | .cursor:hover{ | 1509 | .cursor:hover{ |
1510 | cursor: context-menu; | 1510 | cursor: context-menu; |
1511 | } | 1511 | } |
1512 | .buttons{ | 1512 | .buttons{ |
1513 | padding: 3% 0 0 0; | 1513 | padding: 3% 0 0 0; |
1514 | text-align: center; | 1514 | text-align: center; |
1515 | font-size: 100px; | 1515 | font-size: 100px; |
1516 | } | 1516 | } |
1517 | .btn-lg{ | 1517 | .btn-lg{ |
1518 | font-size:25px; | 1518 | font-size:25px; |
1519 | background-color: #171717; | 1519 | background-color: #171717; |
1520 | color: #454545; | 1520 | color: #454545; |
1521 | border-color: #454545; | 1521 | border-color: #454545; |
1522 | } | 1522 | } |
1523 | .btn1{ | 1523 | .btn1{ |
1524 | padding: 12px 40px; | 1524 | padding: 12px 40px; |
1525 | } | 1525 | } |
1526 | .btn2{ | 1526 | .btn2{ |
1527 | padding: 12px 31px; | 1527 | padding: 12px 31px; |
1528 | } | 1528 | } |
1529 | .btn3{ | 1529 | .btn3{ |
1530 | padding: 12px 18px; | 1530 | padding: 12px 18px; |
1531 | } | 1531 | } |
1532 | .btn4{ | 1532 | .btn4{ |
1533 | padding: 12px 40px; | 1533 | padding: 12px 40px; |
1534 | } | 1534 | } |
1535 | .bg_dots{ | 1535 | .bg_dots{ |
1536 | position: absolute; | 1536 | position: absolute; |
1537 | left:0; | 1537 | left:0; |
1538 | right:0; | 1538 | right:0; |
1539 | top:0; | 1539 | top:0; |
1540 | height: 700px; | 1540 | height: 700px; |
1541 | position:fixed; | 1541 | position:fixed; |
1542 | background-position: top center; | 1542 | background-position: top center; |
1543 | /* background-image: url(/images/background.jpg); */ | 1543 | /* background-image: url(/images/background.jpg); */ |
1544 | /* background-color: #171717; */ | 1544 | /* background-color: #171717; */ |
1545 | background-repeat: no-repeat; | 1545 | background-repeat: no-repeat; |
1546 | background-size: 100% auto; | 1546 | background-size: 100% auto; |
1547 | -webkit-background-size:100% auto; | 1547 | -webkit-background-size:100% auto; |
1548 | } | 1548 | } |
1549 | .stage-shadow{ | 1549 | .stage-shadow{ |
1550 | background:transparent; | 1550 | background:transparent; |
1551 | } | 1551 | } |
1552 | .logojalsa{ | 1552 | .logojalsa{ |
1553 | width:130px;display: block; | 1553 | width:130px;display: block; |
1554 | margin: auto; | 1554 | margin: auto; |
1555 | } | 1555 | } |
1556 | .jalsaheadr{ | 1556 | .jalsaheadr{ |
1557 | position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); | 1557 | position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); |
1558 | } | 1558 | } |
1559 | .PitchYourPower{ | 1559 | .PitchYourPower{ |
1560 | position: relative;color: rgb(25, 104, 157);margin-top: -3%; | 1560 | position: relative;color: rgb(25, 104, 157);margin-top: -3%; |
1561 | } | 1561 | } |
1562 | 1562 | ||
1563 | 1563 | ||
1564 | 1564 | ||
1565 | 1565 | ||
1566 | 1566 | ||
1567 | 1567 | ||
1568 | 1568 | ||
1569 | 1569 | ||
1570 | 1570 | ||
1571 | 1571 | ||
1572 | 1572 | ||
1573 | 1573 | ||
1574 | 1574 | ||
1575 | 1575 | ||
1576 | 1576 | ||
1577 | 1577 | ||
1578 | 1578 | ||
1579 | 1579 | ||
1580 | 1580 | ||
1581 | 1581 | ||
1582 | @media (max-width:767px){ | 1582 | @media (max-width:767px){ |
1583 | .buttons { | 1583 | .buttons { |
1584 | /* margin-top:23%; */ | 1584 | /* margin-top:23%; */ |
1585 | font-size: 100px; | 1585 | font-size: 100px; |
1586 | } | 1586 | } |
1587 | .btn-lg{ | 1587 | .btn-lg{ |
1588 | width:74%; | 1588 | width:74%; |
1589 | } | 1589 | } |
1590 | .btn1{ | 1590 | .btn1{ |
1591 | margin-bottom: 3%; | 1591 | margin-bottom: 3%; |
1592 | } | 1592 | } |
1593 | .btn2{ | 1593 | .btn2{ |
1594 | margin-bottom: 3%; | 1594 | margin-bottom: 3%; |
1595 | } | 1595 | } |
1596 | .btn3{ | 1596 | .btn3{ |
1597 | margin-bottom: 3%; | 1597 | margin-bottom: 3%; |
1598 | } | 1598 | } |
1599 | h1{ | 1599 | h1{ |
1600 | font-size:2.8rem; | 1600 | font-size:2.8rem; |
1601 | } | 1601 | } |
1602 | .happen-city{ | 1602 | .happen-city{ |
1603 | margin-left: -25px; | 1603 | margin-left: -25px; |
1604 | 1604 | ||
1605 | } | 1605 | } |
1606 | .width-auto{ | 1606 | .width-auto{ |
1607 | margin-left:-4%; | 1607 | margin-left:-4%; |
1608 | } | 1608 | } |
1609 | /* .happen-citymeetup{ | 1609 | /* .happen-citymeetup{ |
1610 | margin-left:-3%; | 1610 | margin-left:-3%; |
1611 | } */ | 1611 | } */ |
1612 | .jalsaHeader { | 1612 | .jalsaHeader { |
1613 | margin-top: 4%; | 1613 | margin-top: 4%; |
1614 | margin-bottom:8%; | 1614 | margin-bottom:10%; |
1615 | } | ||
1616 | .imagemargin{ | ||
1617 | margin-bottom: 8%; | ||
1615 | } | 1618 | } |
1616 | .happen-imagemeetup { | 1619 | .happen-imagemeetup { |
1617 | padding: 0px 0px 0px 32px; | 1620 | padding: 0px 0px 0px 32px; |
1618 | } | 1621 | } |
1619 | .imagecenter{ | 1622 | .imagecenter{ |
1620 | margin: auto; | 1623 | margin: auto; |
1621 | display: block; | 1624 | display: block; |
1622 | } | 1625 | } |
1623 | .happen-meetup{ | 1626 | .happen-meetup{ |
1624 | margin-top: 8%; | 1627 | margin-top: 8%; |
1625 | margin-left: 5%; | 1628 | margin-left: 5%; |
1626 | } | 1629 | } |
1627 | .imageText{ | 1630 | .imageText{ |
1628 | text-align:center; | 1631 | text-align:center; |
1629 | } | 1632 | } |
1630 | .imageTxt{ | 1633 | .imageTxt{ |
1631 | text-align:center; | 1634 | text-align:center; |
1632 | } | 1635 | } |
1633 | .image-meet-up{ | 1636 | .image-meet-up{ |
1634 | margin-top: 4%; | 1637 | margin-top: 4%; |
1635 | margin-bottom: 2%; | 1638 | margin-bottom: 2%; |
1636 | } | 1639 | } |
1637 | .card-color-confirm{ | 1640 | .card-color-confirm{ |
1638 | margin-top: 40%; | 1641 | margin-top: 40%; |
1639 | background-color: #f5f5f5; | 1642 | background-color: #f5f5f5; |
1640 | font-size: 16px; | 1643 | font-size: 16px; |
1641 | width:100%; | 1644 | width:100%; |
1642 | } | 1645 | } |
1643 | .city-meetup { | 1646 | .city-meetup { |
1644 | /* opacity: 0.8; */ | 1647 | /* opacity: 0.8; */ |
1645 | filter: alpha(opacity=80); /* For IE8 and earlier */ | 1648 | filter: alpha(opacity=80); /* For IE8 and earlier */ |
1646 | } | 1649 | } |
1647 | #front { | 1650 | #front { |
1648 | background-color: #171717; | 1651 | background-color: #171717; |
1649 | /*background-image: url(/images/mock_up_background.jpg); | 1652 | /*background-image: url(/images/mock_up_background.jpg); |
1650 | background-repeat: no-repeat; | 1653 | background-repeat: no-repeat; |
1651 | background-attachment:fixed; | 1654 | background-attachment:fixed; |
1652 | background-position: top center; | 1655 | background-position: top center; |
1653 | -webkit-background-attachment: fixed; | 1656 | -webkit-background-attachment: fixed; |
1654 | background-size: 400% auto; | 1657 | background-size: 400% auto; |
1655 | -webkit-background-size:400% auto;*/ | 1658 | -webkit-background-size:400% auto;*/ |
1656 | } | 1659 | } |
1657 | .bg_dots{ | 1660 | .bg_dots{ |
1658 | height:80%; | 1661 | height:80%; |
1659 | background-size: 300% auto; | 1662 | background-size: 300% auto; |
1660 | -webkit-background-size:300% auto; | 1663 | -webkit-background-size:300% auto; |
1661 | position:fixed; | 1664 | position:fixed; |
1662 | top:0; | 1665 | top:0; |
1663 | } | 1666 | } |
1664 | .logojalsa{ | 1667 | .logojalsa{ |
1665 | width:130px;display: block; | 1668 | width:130px;display: block; |
1666 | margin: auto; | 1669 | margin: auto; |
1667 | } | 1670 | } |
1668 | .PitchYourPower{ | 1671 | .PitchYourPower{ |
1669 | position: relative;color: rgb(25, 104, 157);margin-top: -15%; | 1672 | position: relative;color: rgb(25, 104, 157);margin-top: -15%; |
1670 | } | 1673 | } |
1671 | 1674 | ||
1672 | } | 1675 | } |
1673 | 1676 | ||
1674 | @media screen and (max-device-width: 991px) and (orientation: landscape){ | 1677 | @media screen and (max-device-width: 991px) and (orientation: landscape){ |
1675 | .rotate-card{ | 1678 | .rotate-card{ |
1676 | width: 100%; | 1679 | width: 100%; |
1677 | } | 1680 | } |
1678 | 1681 | ||
1679 | 1682 | ||
1680 | } | 1683 | } |
1681 | 1684 | ||
1682 | @media (min-width:768px) and (max-width:991px){ | 1685 | @media (min-width:768px) and (max-width:991px){ |
1683 | .logojalsa{ | 1686 | .logojalsa{ |
1684 | width:130px;display: block; | 1687 | width:130px;display: block; |
1685 | margin: auto; | 1688 | margin: auto; |
1686 | } | 1689 | } |
1687 | } | 1690 | } |
pages/Home.html
1 | <div class="header" > | 1 | <div class="header" > |
2 | <div> | 2 | <div> |
3 | <!-- <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr">2018</span> | 3 | <!-- <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr">2018</span> |
4 | <h4 class="PitchYourPower">#PitchYourPower</h4> --> | 4 | <h4 class="PitchYourPower">#PitchYourPower</h4> --> |
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="clearfix"></div> | 7 | <div class="clearfix"></div> |
8 | </div> | 8 | </div> |
9 | <form name="homeForm"> | 9 | <form name="homeForm"> |
10 | <div class="col-xs-12 col-md-offset-0 city-meetup card-color"> | 10 | <div class="col-xs-12 col-md-offset-0 city-meetup card-color"> |
11 | <img src="images/Startup_JAlsa_logo.png" class="logojalsa"> | 11 | <img src="images/Startup_JAlsa_logo.png" class="logojalsa"> |
12 | <div class="jalsaHeader">PITCH SESSION 2019</div> | 12 | <div class="jalsaHeader">PITCH SESSION 2019</div> |
13 | <div class="col-md-12 happen-imagemeetup"> | 13 | <div class="col-md-12 happen-imagemeetup"> |
14 | <div class="row"> | 14 | <div class="row"> |
15 | <div class="col-sm-4 imagemeetup"> | 15 | <div class="col-sm-4 imagemeetup"> |
16 | <img src="images/Founder_Talk.png" class="imagecenter"> | 16 | <img src="images/Founder_Talk.png" class="imagecenter"> |
17 | <div class="imageText">Founder Talk</div> | 17 | <div class="imageText imagemargin">Founder Talk</div> |
18 | </div> | 18 | </div> |
19 | <div class="col-sm-4 image-meet-up"> | 19 | <div class="col-sm-4 image-meet-up"> |
20 | <img src="images/Elevator_Pitch.png" class="imagecenter"> | 20 | <img src="images/Elevator_Pitch.png" class="imagecenter"> |
21 | <div class="imageText">Elevator Pitch</div> | 21 | <div class="imageText">Elevator Pitch</div> |
22 | <div class="imageTxt">Startups will get 60 seconds to deleiver a pitch.</div> | 22 | <div class="imageTxt imagemargin">Startups will get 60 seconds to deleiver a pitch.</div> |
23 | </div> | 23 | </div> |
24 | <div class="col-sm-4"> | 24 | <div class="col-sm-4"> |
25 | <img src="images/Networking.png" class="imagecenter"> | 25 | <img src="images/Networking.png" class="imagecenter"> |
26 | <div class="imageText">Connect</div> | 26 | <div class="imageText">Connect</div> |
27 | <div class="imageTxt">Shortlisted startups get an oportunity to interact with the jury.</div> | 27 | <div class="imageTxt">Shortlisted startups get an oportunity to interact with the jury.</div> |
28 | </div> | 28 | </div> |
29 | </div> | 29 | </div> |
30 | </div> | 30 | </div> |
31 | <div class="col-xs-12 happen-citymeetup"> | 31 | <div class="col-xs-12 happen-citymeetup"> |
32 | <div class="happen-meetup"> | 32 | <div class="happen-meetup"> |
33 | <div class="startup-questions">What next after the Pitch sessions?</div> | 33 | <div class="startup-questions">What next after the Pitch Sessions?</div> |
34 | <div class="startup-answers">Selected startups will get a travel grant to Startup Jalsa Invest Edition 2019, where at least one startup from POC/Beta stage will get funding of INR 25 Lacs at 10% equity and one from Revenue stage will get funding of INR 1 Crore at 10% equity.</div> | 34 | <div class="startup-answers">Selected startups will get a travel grant to Startup Jalsa Invest Edition 2019, where at least one startup from POC/Beta stage will get funding of INR 25 Lacs at 10% equity and one from Revenue stage will get funding of INR 1 Crore at 10% equity.</div> |
35 | </div> | 35 | </div> |
36 | <div class="happen-meetup"> | 36 | <div class="happen-meetup"> |
37 | <div class="startup-questions">Who can attend?</div> | 37 | <div class="startup-questions">Who can attend?</div> |
38 | <div class="startup-answers">There are no eligibility criteria for startups. However, we want serious entrepreneurs to be a part of this – you can be a Startup in POC/Beta or in Revenue Stage.</div> | 38 | <div class="startup-answers">There are no eligibility criteria for startups. However, we want serious entrepreneurs to be a part of this – you can be a Startup in POC/Beta or in Revenue Stage.</div> |
39 | </div> | 39 | </div> |
40 | <div class="happen-meetup"> | 40 | <div class="happen-meetup"> |
41 | <div class="startup-questions">Does Startup Jalsa Pitch Sessions accept startups only from India?</div> | 41 | <div class="startup-questions">Does Startup Jalsa Pitch Sessions accept startups only from India?</div> |
42 | <div class="startup-answers">At present, Startup Jalsa Pitch Sessions are being organised in 4 countries in South East Asia - India, Bangladesh, Nepal and Sri Lanka.</div> | 42 | <div class="startup-answers">At present, Startup Jalsa Pitch Sessions are being organised in 4 countries in South East Asia - India, Bangladesh, Nepal and Sri Lanka.</div> |
43 | </div> | 43 | </div> |
44 | <div class="happen-meetup"> | 44 | <div class="happen-meetup"> |
45 | <div class="startup-questions">Is there any registeration fee involved?</div> | 45 | <div class="startup-questions">Is there any registeration fee involved?</div> |
46 | <div class="startup-answers">The startups will have to pay a fee of INR 1000 to pitch at the Pitch Sessions.</div> | 46 | <div class="startup-answers">The startups will have to pay a fee of INR 1000 to pitch at the Pitch Sessions.</div> |
47 | </div> | 47 | </div> |
48 | <div class="happen-meetup"> | 48 | <div class="happen-meetup"> |
49 | <div class="startup-questions">How will the data of my startup be kept confidential or private?</div> | 49 | <div class="startup-questions">How will the data of my startup be kept confidential or private?</div> |
50 | <div class="startup-answers">At Startup Jalsa, we are very serious about the security and privacy of your data. </div> | 50 | <div class="startup-answers">At Startup Jalsa, we are very serious about the security and privacy of your data. </div> |
51 | </div> | 51 | </div> |
52 | <div class="happen-meetup"> | 52 | <div class="happen-meetup"> |
53 | <div class="startup-questions">Things to keep in mind</div> | 53 | <div class="startup-questions">Things to keep in mind</div> |
54 | <div class="startup-answers">- An elevator pitch is of 60 seconds and no extra time will be granted.</div> | 54 | <div class="startup-answers">- An elevator pitch is of 60 seconds and no extra time will be granted.</div> |
55 | <div class="startup-answers">- Startups should present their prototypes during the pitch sessions, if in hand.</div> | 55 | <div class="startup-answers">- Startups should present their prototypes during the pitch sessions, if in hand.</div> |
56 | <div class="startup-answers">- When writing your twitter pitch in the form, make it clear and unambiguous. If in one sentence you cannot tell what you do, then you should rework the sentence. This is the first thing we will read, so taking time in crafting a good one-liner is time well spent.</div> | 56 | <div class="startup-answers">- When writing your twitter pitch in the form, make it clear and unambiguous. If in one sentence you cannot tell what you do, then you should rework the sentence. This is the first thing we will read, so taking time in crafting a good one-liner is time well spent.</div> |
57 | <div class="startup-answers">- In Team Summary, write a one to two sentences short bio of yourself, your co-founders and your core team members. If you have founded companies before, mention it.</div> | 57 | <div class="startup-answers">- In Team Summary, write a one to two sentences short bio of yourself, your co-founders and your core team members. If you have founded companies before, mention it.</div> |
58 | <div class="startup-answers">- Pitch deck is your first impression. You need to communicate and present relevant information clearly and concisely.</div> | 58 | <div class="startup-answers">- Pitch deck is your first impression. You need to communicate and present relevant information clearly and concisely.</div> |
59 | </div> | 59 | </div> |
60 | <div class="happen-meetup"> | 60 | <div class="happen-meetup"> |
61 | <div class="startup-questions">There are 7 essential elements that make a good pitch deck:</div> | 61 | <div class="startup-questions">There are 7 essential elements that make a good pitch deck:</div> |
62 | <div class="startup-answers">- Problem statement: What is it that you are trying to solve?</div> | 62 | <div class="startup-answers">- Problem statement: What is it that you are trying to solve?</div> |
63 | <div class="startup-answers">- Solution: What is the solution? What is the product?</div> | 63 | <div class="startup-answers">- Solution: What is the solution? What is the product?</div> |
64 | <div class="startup-answers">- Market: How big is the market? Market size? What are the numbers?</div> | 64 | <div class="startup-answers">- Market: How big is the market? Market size? What are the numbers?</div> |
65 | <div class="startup-answers">- Competition Analysis: Competition. Differentiation.</div> | 65 | <div class="startup-answers">- Competition Analysis: Competition. Differentiation.</div> |
66 | <div class="startup-answers">- Revenue model: Not projections. How you will make money? Potential revenue model.</div> | 66 | <div class="startup-answers">- Revenue model: Not projections. How you will make money? Potential revenue model.</div> |
67 | <div class="startup-answers">- Team, Founders & Advisors: Write a short one to two sentence bio of each co-founder.</div> | 67 | <div class="startup-answers">- Team, Founders & Advisors: Write a short one to two sentence bio of each co-founder.</div> |
68 | <div class="startup-answers">- Funding ask: In your funding ask slide, mention your funding ask in INR and show how you are going to use the funds. For example: 30% for Product Development, 20% for Marketing, 30% for talent etc.</div> | 68 | <div class="startup-answers">- Funding ask: In your funding ask slide, mention your funding ask in INR and show how you are going to use the funds. For example: 30% for Product Development, 20% for Marketing, 30% for talent etc.</div> |
69 | </div> | 69 | </div> |
70 | </div> | 70 | </div> |
71 | <div class="apply-btn"> | 71 | <div class="apply-btn"> |
72 | <button class="btn submit-button" style="outline: none;" value="Apply" ng-click="apply()" >PROCEED</button> | 72 | <button class="btn submit-button" style="outline: none;" value="Apply" ng-click="apply()" >PROCEED</button> |
73 | </div> | 73 | </div> |
74 | </div> | 74 | </div> |
75 | </form> | 75 | </form> |
76 | <footer> | 76 | <footer> |
77 | <img id="footer" class="img-responsive banner"> | 77 | <img id="footer" class="img-responsive banner"> |
78 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center> | 78 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center> |
79 | </footer> | 79 | </footer> |
80 | <span ng-show="span == true"> | 80 | <span ng-show="span == true"> |
81 | <span id="chennai"></span> | 81 | <span id="chennai"></span> |
82 | <span id="mumbai"></span> | 82 | <span id="mumbai"></span> |
83 | <span id="hyderabad"></span> | 83 | <span id="hyderabad"></span> |
84 | <span id="kolkata"></span> | 84 | <span id="kolkata"></span> |
85 | <span id="delhi"></span> | 85 | <span id="delhi"></span> |
86 | <span id="ahmedabad"></span> | 86 | <span id="ahmedabad"></span> |
87 | <span id="bengaluru"></span> | 87 | <span id="bengaluru"></span> |
88 | <span id="jaipur"></span> | 88 | <span id="jaipur"></span> |
89 | <span id="kanpur"></span> | 89 | <span id="kanpur"></span> |
90 | <span id="dharamsala"></span> | 90 | <span id="dharamsala"></span> |
91 | </span> | 91 | </span> |
92 | 92 | ||
93 | 93 | ||
94 | 94 |
pages/caricatures.html
1 | <div class="col-xs-12 buttons"> | 1 | <div class="col-xs-12 buttons"> |
2 | <button type="button" class="btn btn-dark btn-lg apply-act1 btn1" style="outline: none;" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button> | 2 | <button type="button" class="btn btn-dark btn-lg apply-act1 btn1" style="outline: none;" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button> |
3 | <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" style="outline: none;" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button> | 3 | <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" style="outline: none;" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button> |
4 | <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" style="outline: none;" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button> | 4 | <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" style="outline: none;" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button> |
5 | <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" style="outline: none;" ng-click="isShowHide('NEPAL')" value="NEPAL">NEPAL</button> | 5 | <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" style="outline: none;" ng-click="isShowHide('NEPAL')" value="NEPAL">NEPAL</button> |
6 | </div> | 6 | </div> |
7 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showval"> | 7 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showval"> |
8 | <div class="stage-shadow" id="front"> | 8 | <div class="stage-shadow" id="front"> |
9 | <div class="stages card-align"> | 9 | <div class="stages card-align"> |
10 | <div class="row"> | 10 | <div class="row"> |
11 | <!-- <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 11 | <!-- <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
12 | <div class="card" style="width:100%;border-radius: 6px;"> | 12 | <div class="card" style="width:100%;border-radius: 6px;"> |
13 | <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card"> | 13 | <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card"> |
14 | <img class="card-img-top" src="images/Ahmedabad.png" style="width:100%" ng-click="watch('Chennai')"> | 14 | <img class="card-img-top" src="images/Ahmedabad.png" style="width:100%" ng-click="watch('Chennai')"> |
15 | </label> | 15 | </label> |
16 | </div> | 16 | </div> |
17 | <div class="txt">Ahmedabad</div> | 17 | <div class="txt">Ahmedabad</div> |
18 | </div> --> | 18 | </div> --> |
19 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 19 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
20 | <div class="card1"> | 20 | <div class="card1"> |
21 | <img class="card-img-top" src="images/ahmedabad.png"> | 21 | <img class="card-img-top" src="images/ahmedabad.png"> |
22 | <img class="img-top" src="images/Ahmedabad (1).png" ng-click="watch('Ahmedabad')"> | 22 | <img class="img-top" src="images/Ahmedabad (1).png" ng-click="watch('Ahmedabad')"> |
23 | </div> | 23 | </div> |
24 | <div class="txt">IIM Ahmedabad</div> | 24 | <div class="txt">IIM Ahmedabad</div> |
25 | <div class="txt1">Ahmedabad | September 11th, 2019</div> | 25 | <div class="txt1">Ahmedabad | September 11th, 2019</div> |
26 | </div> | 26 | </div> |
27 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 27 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
28 | <div class="card1"> | 28 | <div class="card1"> |
29 | <img class="card-img-top" src="images/Bengaluru.png"> | 29 | <img class="card-img-top" src="images/Bengaluru.png"> |
30 | <img class="img-top" src="images/bengaluru (1).png" ng-click="watch('Bengaluru')"> | 30 | <img class="img-top" src="images/bengaluru (1).png" ng-click="watch('Bengaluru')"> |
31 | </div> | 31 | </div> |
32 | <div class="txt">IIM Bengaluru</div> | 32 | <div class="txt">IIM Bengaluru</div> |
33 | <div class="txt1">Bengaluru | September 7th, 2019</div> | 33 | <div class="txt1">Bengaluru | September 7th, 2019</div> |
34 | </div> | 34 | </div> |
35 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 35 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
36 | <div class="card1"> | 36 | <div class="card1"> |
37 | <img class="card-img-top" src="images/chennai.png"> | 37 | <img class="card-img-top" src="images/chennai.png"> |
38 | <img class="img-top" src="images/chennai (1).png" ng-click="watch('Chennai')"> | 38 | <img class="img-top" src="images/chennai (1).png" ng-click="watch('Chennai')"> |
39 | </div> | 39 | </div> |
40 | <div class="txt">IIT-Madras</div> | 40 | <div class="txt">IIT-Madras</div> |
41 | <div class="txt1">Chennai | October 1st, 2019</div> | 41 | <div class="txt1">Chennai | October 1st, 2019</div> |
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> |
44 | </div> | 44 | </div> |
45 | </div> | 45 | </div> |
46 | <div class="clearfix"></div> | 46 | <div class="clearfix"></div> |
47 | <div class="stages card-align"> | 47 | <div class="stages card-align"> |
48 | <div class="row"> | 48 | <div class="row"> |
49 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 49 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
50 | <div class="card1"> | 50 | <div class="card1"> |
51 | <img class="card-img-top" src="images/delhi.png"> | 51 | <img class="card-img-top" src="images/delhi.png"> |
52 | <img class="img-top" src="images/delhi (1).png" ng-click="watch('Delhi')"> | 52 | <img class="img-top" src="images/delhi (1).png" ng-click="watch('Delhi')"> |
53 | </div> | 53 | </div> |
54 | <div class="txt">IIT Delhi</div> | 54 | <div class="txt">IIT Delhi</div> |
55 | <div class="txt1">Delhi | October 16th, 2019</div> | 55 | <div class="txt1">Delhi | October 16th, 2019</div> |
56 | </div> | 56 | </div> |
57 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 57 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
58 | <div class="card1"> | 58 | <div class="card1"> |
59 | <img class="card-img-top" src="images/Hyderabad.png"> | 59 | <img class="card-img-top" src="images/Hyderabad.png"> |
60 | <img class="img-top " src="images/hyderabad (1).png" ng-click="watch('Hyderabad')"> | 60 | <img class="img-top " src="images/hyderabad (1).png" ng-click="watch('Hyderabad')"> |
61 | </div> | 61 | </div> |
62 | <div class="txt">IIT Hyderabad</div> | 62 | <div class="txt">IIT Hyderabad</div> |
63 | <div class="txt1"> Hyderabad | September 14th, 2019</div> | 63 | <div class="txt1"> Hyderabad | September 14th, 2019</div> |
64 | </div> | 64 | </div> |
65 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 65 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
66 | <div class="card1"> | 66 | <div class="card1"> |
67 | <img class="card-img-top" src="images/jaipur.png"> | 67 | <img class="card-img-top" src="images/jaipur.png"> |
68 | <img class="img-top" src="images/jaipur (1).png" ng-click="watch('Jaipur')"> | 68 | <img class="img-top" src="images/jaipur (1).png" ng-click="watch('Jaipur')"> |
69 | </div> | 69 | </div> |
70 | <div class="txt">Startup Oasis</div> | 70 | <div class="txt">Startup Oasis</div> |
71 | <div class="txt1">Jaipur | September 24th, 2019</div> | 71 | <div class="txt1">Jaipur | September 24th, 2019</div> |
72 | </div> | 72 | </div> |
73 | </div> | 73 | </div> |
74 | </div> | 74 | </div> |
75 | <div class="clearfix"></div> | 75 | <div class="clearfix"></div> |
76 | <div class="stages card-align"> | 76 | <div class="stages card-align"> |
77 | <div class="row"> | 77 | <div class="row"> |
78 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 78 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
79 | <div class="card1"> | 79 | <div class="card1"> |
80 | <img class="card-img-top" src="images/kanpur.png"> | 80 | <img class="card-img-top" src="images/kanpur.png"> |
81 | <img class="img-top" src="images/kanpur (1).png" ng-click="watch('Kanpur')"> | 81 | <img class="img-top" src="images/kanpur (1).png" ng-click="watch('Kanpur')"> |
82 | </div> | 82 | </div> |
83 | <div class="txt">IIT Kanpur</div> | 83 | <div class="txt">IIT Kanpur</div> |
84 | <div class="txt1"> Kanpur | September 28th, 2019</div> | 84 | <div class="txt1"> Kanpur | September 28th, 2019</div> |
85 | </div> | 85 | </div> |
86 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 86 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
87 | <div class="card1"> | 87 | <div class="card1"> |
88 | <img class="card-img-top" src="images/kolkata.png"> | 88 | <img class="card-img-top" src="images/kolkata.png"> |
89 | <img class="img-top" src="images/Kolkata (1).png" ng-click="watch('Kolkata')"> | 89 | <img class="img-top" src="images/Kolkata (1).png" ng-click="watch('Kolkata')"> |
90 | </div> | 90 | </div> |
91 | <div class="txt">IIM Calcutta</div> | 91 | <div class="txt">IIM Calcutta</div> |
92 | <div class="txt1">Kolkata | September 17th, 2019</div> | 92 | <div class="txt1">Kolkata | September 17th, 2019</div> |
93 | </div> | 93 | </div> |
94 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 94 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
95 | <div class="card1"> | 95 | <div class="card1"> |
96 | <img class="card-img-top" src="images/mumbai.png"> | 96 | <img class="card-img-top" src="images/mumbai.png"> |
97 | <img class="img-top" src="images/mumbai (1).png" ng-click="watch('Mumbai')"> | 97 | <img class="img-top" src="images/mumbai (1).png" ng-click="watch('Mumbai')"> |
98 | </div> | 98 | </div> |
99 | <div class="txt">IIT Bombay</div> | 99 | <div class="txt">IIT Bombay</div> |
100 | <div class="txt1">Mumbai | September 4th, 2019</div> | 100 | <div class="txt1">Mumbai | September 4th, 2019</div> |
101 | </div> | 101 | </div> |
102 | </div> | 102 | </div> |
103 | </div> | 103 | </div> |
104 | </div> | 104 | </div> |
105 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hideval"> | 105 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hideval"> |
106 | <div class="stage-shadow" id="front"> | 106 | <div class="stage-shadow" id="front"> |
107 | <div class="stages card-align"> | 107 | <div class="stages card-align"> |
108 | <div class="row"> | 108 | <div class="row"> |
109 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 109 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
110 | <div class="card1"> | 110 | <div class="card1"> |
111 | <img class="card-img-top" src="images/Colombo.png"> | 111 | <img class="card-img-top" src="images/Colombo.png"> |
112 | <img class="img-top" src="images/Sri_Lanka.png" ng-click="watch('Colombo')"> | 112 | <img class="img-top" src="images/Sri_Lanka.png" ng-click="watch('Colombo')"> |
113 | </div> | 113 | </div> |
114 | <div class="txt">Colombo, Sri Lanka</div> | 114 | <div class="txt">Likuid Spaces</div> |
115 | <div class="txt1">Colombo | October 5th, 2019</div> | 115 | <div class="txt1">Colombo | October 5th, 2019</div> |
116 | </div> | 116 | </div> |
117 | </div> | 117 | </div> |
118 | </div> | 118 | </div> |
119 | </div> | 119 | </div> |
120 | </div> | 120 | </div> |
121 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showvalue"> | 121 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showvalue"> |
122 | <div class="stage-shadow" id="front"> | 122 | <div class="stage-shadow" id="front"> |
123 | <div class="stages card-align"> | 123 | <div class="stages card-align"> |
124 | <div class="row"> | 124 | <div class="row"> |
125 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 125 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
126 | <div class="card1"> | 126 | <div class="card1"> |
127 | <img class="card-img-top" src="images/Dhaka.png"> | 127 | <img class="card-img-top" src="images/Dhaka.png"> |
128 | <img class="img-top" src="images/BAngladesh.png" ng-click="watch('Dhaka')"> | 128 | <img class="img-top" src="images/BAngladesh.png" ng-click="watch('Dhaka')"> |
129 | </div> | 129 | </div> |
130 | <div class="txt">Dhaka, Bangladesh</div> | 130 | <div class="txt">Dhaka, Bangladesh</div> |
131 | <div class="txt1">Dhaka | September 21st, 2019</div> | 131 | <div class="txt1">Dhaka | September 21st, 2019</div> |
132 | </div> | 132 | </div> |
133 | </div> | 133 | </div> |
134 | </div> | 134 | </div> |
135 | </div> | 135 | </div> |
136 | </div> | 136 | </div> |
137 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hidevalue"> | 137 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hidevalue"> |
138 | <div class="stage-shadow" id="front"> | 138 | <div class="stage-shadow" id="front"> |
139 | <div class="stages card-align"> | 139 | <div class="stages card-align"> |
140 | <div class="row"> | 140 | <div class="row"> |
141 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> | 141 | <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> |
142 | <div class="card1"> | 142 | <div class="card1"> |
143 | <img class="card-img-top" src="images/Kathmandu.png"> | 143 | <img class="card-img-top" src="images/Kathmandu.png"> |
144 | <img class="img-top" src="images/Nepal.png" ng-click="watch('Kathmandu')"> | 144 | <img class="img-top" src="images/Nepal.png" ng-click="watch('Kathmandu')"> |
145 | </div> | 145 | </div> |
146 | <div class="txt">Kathmandu, Nepal</div> | 146 | <div class="txt">Innovative Hive</div> |
147 | <div class="txt1">Kathmandu | October 12th, 2019</div> | 147 | <div class="txt1">Kathmandu | October 12th, 2019</div> |
148 | </div> | 148 | </div> |
149 | </div> | 149 | </div> |
150 | </div> | 150 | </div> |
151 | </div> | 151 | </div> |
152 | </div> | 152 | </div> |
153 | <span ng-show="span == true"> | 153 | <span ng-show="span == true"> |
154 | <span id="chennai"></span> | 154 | <span id="chennai"></span> |
155 | <span id="mumbai"></span> | 155 | <span id="mumbai"></span> |
156 | <span id="hyderabad"></span> | 156 | <span id="hyderabad"></span> |
157 | <span id="kolkata"></span> | 157 | <span id="kolkata"></span> |
158 | <span id="delhi"></span> | 158 | <span id="delhi"></span> |
159 | <span id="ahmedabad"></span> | 159 | <span id="ahmedabad"></span> |
160 | <span id="bengaluru"></span> | 160 | <span id="bengaluru"></span> |
161 | <span id="jaipur"></span> | 161 | <span id="jaipur"></span> |
162 | <span id="kanpur"></span> | 162 | <span id="kanpur"></span> |
163 | <span id="dharamsala"></span> | 163 | <span id="dharamsala"></span> |
164 | </span> | 164 | </span> |