Commit 36cf3da72e5d3224b59cbddf54e4163d9eb59f23

Authored by apple
1 parent a62f1d1982
Exists in master

add images

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: 20px; 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: 15px; 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: 5px 15px 5px 15px; 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;
228 margin-top: 5%;
227 } 229 }
228 .imageTxt{ 230 .imageTxt{
229 text-align: center; 231 /* text-align: center; */
230 font-size: 12px; 232 font-size: 14px;
231 color: #fff; 233 color: #fff;
234 margin-top: 2px;
232 } 235 }
233 .submit-button-form, .submit-button-form:hover{ 236 .submit-button-form, .submit-button-form:hover{
234 237
235 background-color: #0161EE; 238 background-color: #D53735;
236 margin-top: 2%; 239 margin-top: 2%;
237 margin-bottom: 3%; 240 margin-bottom: 3%;
241 color:#fff;
238 242
239 } 243 }
240 .submit-button-form:disabled{ 244 .submit-button-form:disabled{
241 background-color: #ddd; 245 background-color: #ddd;
242 margin-top: 2%; 246 margin-top: 2%;
243 margin-bottom: 3%; 247 margin-bottom: 3%;
244 } 248 }
245 249
246 .textarea{ 250 .textarea{
247 min-height: 97px; 251 min-height: 97px;
248 } 252 }
249 .logojalsa1 { 253 /* .logojalsa1 {
250 width: 120px; 254 width: 120px;
251 display: block; 255 display: block;
252 margin: auto; 256 margin: auto;
253 } 257 } */
254 .error-message{ 258 .error-message{
255 font-weight: inherit; 259 font-weight: inherit;
256 color: #ff0000; 260 color: #ff0000;
257 margin: 5px 4px -5px 0px; 261 margin: 5px 4px -5px 0px;
258 display: none; 262 display: none;
259 } 263 }
260 264
261 /*custom input*/ 265 /*custom input*/
262 .text-input, select { 266 .text-input, select {
263 width: 100%; 267 width: 100%;
264 -webkit-appearance: none; 268 -webkit-appearance: none;
265 padding: 12px 25px; 269 padding: 12px 25px;
266 margin: -2px 0; 270 margin: -2px 0;
267 display: inline-block; 271 display: inline-block;
268 border: 0px solid rgba(51, 51, 51, 0); 272 border: 0px solid rgba(51, 51, 51, 0);
269 border-radius: -3px; 273 border-radius: -3px;
270 box-sizing: border-box; 274 box-sizing: border-box;
271 box-shadow: 0 0 10px rgba(240, 255, 235); 275 box-shadow: 0 0 10px rgba(240, 255, 235);
272 -moz-box-shadow: 0 0 10px rgba(240, 255, 235); 276 -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
273 -webkit-box-shadow: 0 0 5px #777; 277 -webkit-box-shadow: 0 0 5px #777;
274 -o-box-shadow: 0 0 10px rgba(240, 255, 235); 278 -o-box-shadow: 0 0 10px rgba(240, 255, 235);
275 font-size: 12px; 279 font-size: 12px;
276 } 280 }
277 281
282 .happen-imagemeetup{
283 padding: 0px 0px 0px 65px;
284 }
278 /* progress bar css */ 285 /* progress bar css */
279 286
280 @-webkit-keyframes 287 @-webkit-keyframes
281 load { 0% { 288 load { 0% {
282 stroke-dashoffset:0 289 stroke-dashoffset:0
283 } 290 }
284 } 291 }
285 @-moz-keyframes 292 @-moz-keyframes
286 load { 0% { 293 load { 0% {
287 stroke-dashoffset:0 294 stroke-dashoffset:0
288 } 295 }
289 } 296 }
290 @keyframes 297 @keyframes
291 load { 0% { 298 load { 0% {
292 stroke-dashoffset:0 299 stroke-dashoffset:0
293 } 300 }
294 } 301 }
295 302
296 /* Container */ 303 /* Container */
297 304
298 .progress-form { 305 .progress-form {
299 position: relative; 306 position: relative;
300 display: inline-block; 307 display: inline-block;
301 padding: 0; 308 padding: 0;
302 text-align: center; 309 text-align: center;
303 } 310 }
304 311
305 /* Item */ 312 /* Item */
306 313
307 .progress-form>li { 314 .progress-form>li {
308 display: inline-block; 315 display: inline-block;
309 position: relative; 316 position: relative;
310 text-align: center; 317 text-align: center;
311 color: #93A2AC; 318 color: #93A2AC;
312 font-family: Lato; 319 font-family: Lato;
313 font-weight: 100; 320 font-weight: 100;
314 margin: 2rem; 321 margin: 2rem;
315 } 322 }
316 323
317 .progress-form>li:before { 324 .progress-form>li:before {
318 content: attr(data-name); 325 content: attr(data-name);
319 position: absolute; 326 position: absolute;
320 width: 100%; 327 width: 100%;
321 bottom: -2rem; 328 bottom: -2rem;
322 font-weight: 400; 329 font-weight: 400;
323 } 330 }
324 331
325 .progress-form>li:after { 332 .progress-form>li:after {
326 content: attr(data-percent); 333 content: attr(data-percent);
327 position: absolute; 334 position: absolute;
328 width: 100%; 335 width: 100%;
329 top: 3.7rem; 336 top: 3.7rem;
330 left: 0; 337 left: 0;
331 font-size: 2rem; 338 font-size: 2rem;
332 text-align: center; 339 text-align: center;
333 } 340 }
334 341
335 .progress-form svg { 342 .progress-form svg {
336 width: 10rem; 343 width: 10rem;
337 height: 10rem; 344 height: 10rem;
338 } 345 }
339 346
340 .progress-form svg:nth-child(2) { 347 .progress-form svg:nth-child(2) {
341 position: absolute; 348 position: absolute;
342 left: 0; 349 left: 0;
343 top: 0; 350 top: 0;
344 transform: rotate(-90deg); 351 transform: rotate(-90deg);
345 -webkit-transform: rotate(-90deg); 352 -webkit-transform: rotate(-90deg);
346 -moz-transform: rotate(-90deg); 353 -moz-transform: rotate(-90deg);
347 -ms-transform: rotate(-90deg); 354 -ms-transform: rotate(-90deg);
348 } 355 }
349 356
350 .progress-form svg:nth-child(2) path { 357 .progress-form svg:nth-child(2) path {
351 fill: none; 358 fill: none;
352 stroke-width: 25; 359 stroke-width: 25;
353 stroke-dasharray: 629; 360 stroke-dasharray: 629;
354 stroke: rgba(255, 255, 255, 0.9); 361 stroke: rgba(255, 255, 255, 0.9);
355 -webkit-animation: load 10s; 362 -webkit-animation: load 10s;
356 -moz-animation: load 10s; 363 -moz-animation: load 10s;
357 -o-animation: load 10s; 364 -o-animation: load 10s;
358 animation: load 10s; 365 animation: load 10s;
359 } 366 }
360 /*circle of stage image*/ 367 /*circle of stage image*/
361 .circular{ 368 .circular{
362 369
363 -webkit-border-radius: 150px; 370 -webkit-border-radius: 150px;
364 -moz-border-radius: 150px; 371 -moz-border-radius: 150px;
365 border-radius: 150px; 372 border-radius: 150px;
366 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 373 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
367 border: 5px solid white; 374 border: 5px solid white;
368 overflow: hidden; 375 overflow: hidden;
369 position: fixed; 376 position: fixed;
370 height: 100px; 377 height: 100px;
371 width: 100px; 378 width: 100px;
372 left: 80px; 379 left: 80px;
373 top: 20px; 380 top: 20px;
374 } 381 }
375 /*font-size*/ 382 /*font-size*/
376 .font{ 383 .font{
377 font-size: 14px; 384 font-size: 14px;
378 } 385 }
379 386
380 .f-family { 387 .f-family {
381 font-family:sans-serif; 388 font-family:sans-serif;
382 } 389 }
383 390
384 /*container-card css*/ 391 /*container-card css*/
385 .container-card { 392 .container-card {
386 width: auto; 393 width: auto;
387 float: left; 394 float: left;
388 margin: 31px 24px 26px 14px; 395 margin: 31px 24px 26px 14px;
389 } 396 }
390 397
391 /******This css for header container******/ 398 /******This css for header container******/
392 .h1 { 399 .h1 {
393 font-size: 20px; 400 font-size: 20px;
394 margin: 11px; 401 margin: 11px;
395 } 402 }
396 403
397 .paragraph { 404 .paragraph {
398 font-size: 14px; 405 font-size: 14px;
399 margin: 30px 10px 20px; 406 margin: 30px 10px 20px;
400 line-height: 1.5; 407 line-height: 1.5;
401 } 408 }
402 /*This css for stages container*/ 409 /*This css for stages container*/
403 410
404 .full-line { 411 .full-line {
405 border-bottom: 2px solid #dedede; 412 border-bottom: 2px solid #dedede;
406 padding: 15px 10px; 413 padding: 15px 10px;
407 } 414 }
408 415
409 .stages-card { 416 .stages-card {
410 width: auto; 417 width: auto;
411 float: left; 418 float: left;
412 /*margin: -30px 8px 7px 22px;*/ 419 /*margin: -30px 8px 7px 22px;*/
413 } 420 }
414 421
415 /*form -css*/ 422 /*form -css*/
416 .form-all { 423 .form-all {
417 margin: 13px 4px 26px -2px; 424 margin: 13px 4px 26px -2px;
418 border-radius: 15px; 425 border-radius: 15px;
419 background-color: #fff; 426 background-color: #fff;
420 padding-top: 1px; 427 padding-top: 1px;
421 padding-left: 1%; 428 padding-left: 1%;
422 /*display: none;*/ 429 /*display: none;*/
423 } 430 }
424 431
425 .step-two-form{ 432 .step-two-form{
426 display: block; 433 display: block;
427 } 434 }
428 435
429 /*This is for stages images*/ 436 /*This is for stages images*/
430 .stage-img { 437 .stage-img {
431 width: 115px; 438 width: 115px;
432 } 439 }
433 440
434 .stage-thumbnail { 441 .stage-thumbnail {
435 float: left; 442 float: left;
436 margin-bottom: 0; 443 margin-bottom: 0;
437 } 444 }
438 445
439 .stage-shadow { 446 .stage-shadow {
440 /*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),
441 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 448 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
442 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ 449 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
443 /*margin: 3px 22px 14px 14px;*/ 450 /*margin: 3px 22px 14px 14px;*/
444 background-color: #ffffff; 451 background-color: #ffffff;
445 } 452 }
446 453
447 /* .line-size { 454 /* .line-size {
448 455
449 } */ 456 } */
450 457
451 .card-paragraph { 458 .card-paragraph {
452 background-color: rgba(66, 181, 73, 0.61); 459 background-color: rgba(66, 181, 73, 0.61);
453 color: #fff; 460 color: #fff;
454 } 461 }
455 462
456 /* identity card css*/ 463 /* identity card css*/
457 464
458 .identity-shadow { 465 .identity-shadow {
459 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),
460 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 467 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
461 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 468 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
462 margin: 15px 15px 17px 14px; 469 margin: 15px 15px 17px 14px;
463 background-color: #ffffff; 470 background-color: #ffffff;
464 /*display: none;*/ 471 /*display: none;*/
465 } 472 }
466 473
467 .identity-question { 474 .identity-question {
468 border-bottom: 2px solid #dedede; 475 border-bottom: 2px solid #dedede;
469 padding: 0px 10px; 476 padding: 0px 10px;
470 } 477 }
471 478
472 .identity-align { 479 .identity-align {
473 margin: 8px -12px 19px 13px; 480 margin: 8px -12px 19px 13px;
474 } 481 }
475 482
476 483
477 /********This css for sectors**************/ 484 /********This css for sectors**************/
478 .sectors-card { 485 .sectors-card {
479 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),
480 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 487 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
481 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 488 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
482 margin: 27px 22px 14px 14px; 489 margin: 27px 22px 14px 14px;
483 background-color: #ffffff; 490 background-color: #ffffff;
484 /*display: none;*/ 491 /*display: none;*/
485 } 492 }
486 493
487 .sector-card { 494 .sector-card {
488 width: auto; 495 width: auto;
489 float: left; 496 float: left;
490 margin: 29px 22px 26px 14px; 497 margin: 29px 22px 26px 14px;
491 } 498 }
492 499
493 .sector-question { 500 .sector-question {
494 border-bottom: 2px solid #dedede; 501 border-bottom: 2px solid #dedede;
495 padding: 15px 10px; 502 padding: 15px 10px;
496 } 503 }
497 504
498 /*To make the Stages in the center*/ 505 /*To make the Stages in the center*/
499 .card-align { 506 .card-align {
500 /*margin: 56px -267px 11px -37px;*/ 507 /*margin: 56px -267px 11px -37px;*/
501 } 508 }
502 509
503 /*To make the sectors in the center */ 510 /*To make the sectors in the center */
504 511
505 512
506 /*************sidebar content margin***********/ 513 /*************sidebar content margin***********/
507 .sidebar-align { 514 .sidebar-align {
508 margin: -5px -3px -18px 9px; 515 margin: -5px -3px -18px 9px;
509 } 516 }
510 517
511 .heading { 518 .heading {
512 margin: 15px 10px 15px 16px; 519 margin: 15px 10px 15px 16px;
513 } 520 }
514 .quiz { 521 .quiz {
515 margin: 5px 5px 6px 19px; 522 margin: 5px 5px 6px 19px;
516 font-size: 12px; 523 font-size: 12px;
517 } 524 }
518 525
519 #footer { 526 #footer {
520 /*position: bottom; 527 /*position: bottom;
521 width: 100%; 528 width: 100%;
522 height: auto;*/ 529 height: auto;*/
523 } 530 }
524 531
525 #front { 532 #front {
526 background-color: #171717; 533 background-color: #171717;
527 /*background-image: url(/images/mock_up_background.jpg); 534 /*background-image: url(/images/mock_up_background.jpg);
528 background-repeat: no-repeat; 535 background-repeat: no-repeat;
529 background-size: cover; 536 background-size: cover;
530 background-attachment: fixed;*/ 537 background-attachment: fixed;*/
531 } 538 }
532 539
533 /* .footer { 540 /* .footer {
534 541
535 bottom: 0px; 542 bottom: 0px;
536 background-color: #76b34f !important; 543 background-color: #76b34f !important;
537 width: 100%; 544 width: 100%;
538 color:rgba(255, 255, 255, 0.77); 545 color:rgba(255, 255, 255, 0.77);
539 }*/ 546 }*/
540 547
541 /********question box*****************/ 548 /********question box*****************/
542 .question-shadow { 549 .question-shadow {
543 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),
544 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 551 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
545 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 552 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
546 margin: 15px 15px 17px 14px; 553 margin: 15px 15px 17px 14px;
547 background-color: #ffffff; 554 background-color: #ffffff;
548 } 555 }
549 556
550 557
551 558
552 .question-card { 559 .question-card {
553 width: auto; 560 width: auto;
554 float: left; 561 float: left;
555 margin: 29px 22px 26px 14px; 562 margin: 29px 22px 26px 14px;
556 } 563 }
557 564
558 /*for p*/ 565 /*for p*/
559 .line-space { 566 .line-space {
560 line-height: 1.6em; 567 line-height: 1.6em;
561 font-size: 11px; 568 font-size: 11px;
562 } 569 }
563 570
564 .line-adjust { 571 .line-adjust {
565 margin-left: 0px; 572 margin-left: 0px;
566 } 573 }
567 574
568 /*badge icon css*/ 575 /*badge icon css*/
569 576
570 .material-icons{ 577 .material-icons{
571 font-size: 17px !important; 578 font-size: 17px !important;
572 } 579 }
573 580
574 .icon-circle-a { 581 .icon-circle-a {
575 background: rgba(89, 89, 89, 0.92); 582 background: rgba(89, 89, 89, 0.92);
576 border-radius: 50%; 583 border-radius: 50%;
577 width: 30px; 584 width: 30px;
578 height: 30px; 585 height: 30px;
579 position: absolute; 586 position: absolute;
580 left: 14px; 587 left: 14px;
581 margin-top: 10px; 588 margin-top: 10px;
582 color: #fff; 589 color: #fff;
583 text-align: center; 590 text-align: center;
584 } 591 }
585 592
586 .icon-circle-b { 593 .icon-circle-b {
587 background: rgba(89, 89, 89, 0.92); 594 background: rgba(89, 89, 89, 0.92);
588 border-radius: 50%; 595 border-radius: 50%;
589 width: 30px; 596 width: 30px;
590 height: 30px; 597 height: 30px;
591 position: absolute; 598 position: absolute;
592 left: 14px; 599 left: 14px;
593 margin-top: 10px; 600 margin-top: 10px;
594 color: #fff; 601 color: #fff;
595 text-align: center; 602 text-align: center;
596 } 603 }
597 604
598 .icon-circle-c { 605 .icon-circle-c {
599 background: rgba(89, 89, 89, 0.92); 606 background: rgba(89, 89, 89, 0.92);
600 border-radius: 50%; 607 border-radius: 50%;
601 width: 30px; 608 width: 30px;
602 height: 30px; 609 height: 30px;
603 position: absolute; 610 position: absolute;
604 left: 0px; 611 left: 0px;
605 margin-top: 4px; 612 margin-top: 4px;
606 color: #fff; 613 color: #fff;
607 text-align: center; 614 text-align: center;
608 } 615 }
609 616
610 .icon-circle-d { 617 .icon-circle-d {
611 background: rgba(89, 89, 89, 0.92); 618 background: rgba(89, 89, 89, 0.92);
612 border-radius: 50%; 619 border-radius: 50%;
613 width: 30px; 620 width: 30px;
614 height: 30px; 621 height: 30px;
615 position: absolute; 622 position: absolute;
616 left: 0px; 623 left: 0px;
617 margin-top: 4px; 624 margin-top: 4px;
618 color: #fff; 625 color: #fff;
619 text-align: center; 626 text-align: center;
620 } 627 }
621 628
622 .icon-circle-e { 629 .icon-circle-e {
623 background: rgba(89, 89, 89, 0.92); 630 background: rgba(89, 89, 89, 0.92);
624 border-radius: 50%; 631 border-radius: 50%;
625 width: 30px; 632 width: 30px;
626 height: 30px; 633 height: 30px;
627 position: absolute; 634 position: absolute;
628 left: 0px; 635 left: 0px;
629 margin-top: 4px; 636 margin-top: 4px;
630 color: #fff; 637 color: #fff;
631 text-align: center; 638 text-align: center;
632 } 639 }
633 640
634 .icon-circle-f { 641 .icon-circle-f {
635 background: rgba(89, 89, 89, 0.92); 642 background: rgba(89, 89, 89, 0.92);
636 border-radius: 50%; 643 border-radius: 50%;
637 width: 30px; 644 width: 30px;
638 height: 30px; 645 height: 30px;
639 position: absolute; 646 position: absolute;
640 left: 0px; 647 left: 0px;
641 margin-top: 3px; 648 margin-top: 3px;
642 color: #fff; 649 color: #fff;
643 text-align: center; 650 text-align: center;
644 } 651 }
645 652
646 .icon-circle-g { 653 .icon-circle-g {
647 background: rgba(89, 89, 89, 0.92); 654 background: rgba(89, 89, 89, 0.92);
648 border-radius: 50%; 655 border-radius: 50%;
649 width: 30px; 656 width: 30px;
650 height: 30px; 657 height: 30px;
651 position: absolute; 658 position: absolute;
652 left: 14px; 659 left: 14px;
653 margin-top: 10px; 660 margin-top: 10px;
654 color: #fff; 661 color: #fff;
655 text-align: center; 662 text-align: center;
656 } 663 }
657 664
658 .icon-circle-h { 665 .icon-circle-h {
659 background: rgba(89, 89, 89, 0.92); 666 background: rgba(89, 89, 89, 0.92);
660 border-radius: 50%; 667 border-radius: 50%;
661 width: 30px; 668 width: 30px;
662 height: 30px; 669 height: 30px;
663 position: absolute; 670 position: absolute;
664 left: 0px; 671 left: 0px;
665 margin-top: 4px; 672 margin-top: 4px;
666 color: #fff; 673 color: #fff;
667 text-align: center; 674 text-align: center;
668 } 675 }
669 676
670 .icon-circle-i { 677 .icon-circle-i {
671 background: rgba(89, 89, 89, 0.92); 678 background: rgba(89, 89, 89, 0.92);
672 border-radius: 50%; 679 border-radius: 50%;
673 width: 30px; 680 width: 30px;
674 height: 30px; 681 height: 30px;
675 position: absolute; 682 position: absolute;
676 left: 0px; 683 left: 0px;
677 margin-top: 4px; 684 margin-top: 4px;
678 color: #fff; 685 color: #fff;
679 text-align: center; 686 text-align: center;
680 } 687 }
681 688
682 .icon-circle-j { 689 .icon-circle-j {
683 background: rgba(89, 89, 89, 0.92); 690 background: rgba(89, 89, 89, 0.92);
684 border-radius: 50%; 691 border-radius: 50%;
685 width: 30px; 692 width: 30px;
686 height: 30px; 693 height: 30px;
687 position: absolute; 694 position: absolute;
688 left: 0px; 695 left: 0px;
689 margin-top: 30px; 696 margin-top: 30px;
690 color: #fff; 697 color: #fff;
691 text-align: center; 698 text-align: center;
692 } 699 }
693 700
694 .icon-circle-k { 701 .icon-circle-k {
695 background: rgba(89, 89, 89, 0.92); 702 background: rgba(89, 89, 89, 0.92);
696 border-radius: 50%; 703 border-radius: 50%;
697 width: 30px; 704 width: 30px;
698 height: 30px; 705 height: 30px;
699 position: absolute; 706 position: absolute;
700 left: 0px; 707 left: 0px;
701 margin-top: 30px; 708 margin-top: 30px;
702 color: #fff; 709 color: #fff;
703 text-align: center; 710 text-align: center;
704 } 711 }
705 712
706 .icon-circle-y { 713 .icon-circle-y {
707 background: rgba(89, 89, 89, 0.92); 714 background: rgba(89, 89, 89, 0.92);
708 border-radius: 50%; 715 border-radius: 50%;
709 width: 30px; 716 width: 30px;
710 height: 30px; 717 height: 30px;
711 position: absolute; 718 position: absolute;
712 left: 0px; 719 left: 0px;
713 margin-top: 4px; 720 margin-top: 4px;
714 color: #fff; 721 color: #fff;
715 text-align: center; 722 text-align: center;
716 } 723 }
717 724
718 .icon-circle-o { 725 .icon-circle-o {
719 background: rgba(89, 89, 89, 0.92); 726 background: rgba(89, 89, 89, 0.92);
720 border-radius: 50%; 727 border-radius: 50%;
721 width: 30px; 728 width: 30px;
722 height: 30px; 729 height: 30px;
723 position: absolute; 730 position: absolute;
724 left: 0px; 731 left: 0px;
725 margin-top: 4px; 732 margin-top: 4px;
726 color: #fff; 733 color: #fff;
727 text-align: center; 734 text-align: center;
728 } 735 }
729 736
730 .icon-circle-l { 737 .icon-circle-l {
731 background: rgba(89, 89, 89, 0.92); 738 background: rgba(89, 89, 89, 0.92);
732 border-radius: 50%; 739 border-radius: 50%;
733 width: 30px; 740 width: 30px;
734 height: 30px; 741 height: 30px;
735 position: absolute; 742 position: absolute;
736 left: 0px; 743 left: 0px;
737 margin-top: 4px; 744 margin-top: 4px;
738 color: #fff; 745 color: #fff;
739 text-align: center; 746 text-align: center;
740 } 747 }
741 748
742 .icon-circle-m { 749 .icon-circle-m {
743 background: rgba(89, 89, 89, 0.92); 750 background: rgba(89, 89, 89, 0.92);
744 border-radius: 50%; 751 border-radius: 50%;
745 width: 30px; 752 width: 30px;
746 height: 30px; 753 height: 30px;
747 position: absolute; 754 position: absolute;
748 left: 0px; 755 left: 0px;
749 margin-top: 4px; 756 margin-top: 4px;
750 color: #fff; 757 color: #fff;
751 text-align: center; 758 text-align: center;
752 } 759 }
753 760
754 .icon-circle-n { 761 .icon-circle-n {
755 background: rgba(89, 89, 89, 0.92); 762 background: rgba(89, 89, 89, 0.92);
756 border-radius: 50%; 763 border-radius: 50%;
757 width: 30px; 764 width: 30px;
758 height: 30px; 765 height: 30px;
759 position: absolute; 766 position: absolute;
760 left: 0px; 767 left: 0px;
761 margin-top: 4px; 768 margin-top: 4px;
762 color: #fff; 769 color: #fff;
763 text-align: center; 770 text-align: center;
764 } 771 }
765 772
766 .icon-circle-x { 773 .icon-circle-x {
767 background: rgba(89, 89, 89, 0.92); 774 background: rgba(89, 89, 89, 0.92);
768 border-radius: 50%; 775 border-radius: 50%;
769 width: 30px; 776 width: 30px;
770 height: 30px; 777 height: 30px;
771 position: absolute; 778 position: absolute;
772 left: 0px; 779 left: 0px;
773 margin-top: 30px; 780 margin-top: 30px;
774 color: #fff; 781 color: #fff;
775 text-align: center; 782 text-align: center;
776 } 783 }
777 784
778 .icon-circle-p { 785 .icon-circle-p {
779 background: rgba(89, 89, 89, 0.92); 786 background: rgba(89, 89, 89, 0.92);
780 border-radius: 50%; 787 border-radius: 50%;
781 width: 30px; 788 width: 30px;
782 height: 30px; 789 height: 30px;
783 position: absolute; 790 position: absolute;
784 left: 0px; 791 left: 0px;
785 margin-top: 30px; 792 margin-top: 30px;
786 color: #fff; 793 color: #fff;
787 text-align: center; 794 text-align: center;
788 } 795 }
789 796
790 .icon-circle-z { 797 .icon-circle-z {
791 background: rgba(89, 89, 89, 0.92); 798 background: rgba(89, 89, 89, 0.92);
792 border-radius: 50%; 799 border-radius: 50%;
793 width: 30px; 800 width: 30px;
794 height: 30px; 801 height: 30px;
795 position: absolute; 802 position: absolute;
796 left: 0px; 803 left: 0px;
797 margin-top: 4px; 804 margin-top: 4px;
798 color: #fff; 805 color: #fff;
799 text-align: center; 806 text-align: center;
800 } 807 }
801 808
802 .icon-circle-q { 809 .icon-circle-q {
803 background: rgba(89, 89, 89, 0.92); 810 background: rgba(89, 89, 89, 0.92);
804 border-radius: 50%; 811 border-radius: 50%;
805 width: 30px; 812 width: 30px;
806 height: 30px; 813 height: 30px;
807 position: absolute; 814 position: absolute;
808 left: 0px; 815 left: 0px;
809 margin-top: 4px; 816 margin-top: 4px;
810 color: #fff; 817 color: #fff;
811 text-align: center; 818 text-align: center;
812 } 819 }
813 820
814 .icon-circle-ab { 821 .icon-circle-ab {
815 background: rgba(89, 89, 89, 0.92); 822 background: rgba(89, 89, 89, 0.92);
816 border-radius: 50%; 823 border-radius: 50%;
817 width: 30px; 824 width: 30px;
818 height: 30px; 825 height: 30px;
819 position: absolute; 826 position: absolute;
820 left: 0px; 827 left: 0px;
821 margin-top: 3px; 828 margin-top: 3px;
822 color: #fff; 829 color: #fff;
823 text-align: center; 830 text-align: center;
824 } 831 }
825 832
826 .icon-circle-abc { 833 .icon-circle-abc {
827 background: rgba(89, 89, 89, 0.92); 834 background: rgba(89, 89, 89, 0.92);
828 border-radius: 50%; 835 border-radius: 50%;
829 width: 30px; 836 width: 30px;
830 height: 30px; 837 height: 30px;
831 position: absolute; 838 position: absolute;
832 left: 0px; 839 left: 0px;
833 margin-top: 3px; 840 margin-top: 3px;
834 color: #fff; 841 color: #fff;
835 text-align: center; 842 text-align: center;
836 } 843 }
837 844
838 .icon-circle-bc { 845 .icon-circle-bc {
839 background: rgba(89, 89, 89, 0.92); 846 background: rgba(89, 89, 89, 0.92);
840 border-radius: 50%; 847 border-radius: 50%;
841 width: 30px; 848 width: 30px;
842 height: 30px; 849 height: 30px;
843 position: absolute; 850 position: absolute;
844 left: 0px; 851 left: 0px;
845 margin-top: 3px; 852 margin-top: 3px;
846 color: #fff; 853 color: #fff;
847 text-align: center; 854 text-align: center;
848 } 855 }
849 856
850 .icon-circle-abcdefg { 857 .icon-circle-abcdefg {
851 background: rgba(89, 89, 89, 0.92); 858 background: rgba(89, 89, 89, 0.92);
852 border-radius: 50%; 859 border-radius: 50%;
853 width: 30px; 860 width: 30px;
854 height: 30px; 861 height: 30px;
855 position: absolute; 862 position: absolute;
856 left: 0px; 863 left: 0px;
857 margin-top: 3px; 864 margin-top: 3px;
858 color: #fff; 865 color: #fff;
859 text-align: center; 866 text-align: center;
860 } 867 }
861 868
862 .referel-icon { 869 .referel-icon {
863 background: rgba(89, 89, 89, 0.92); 870 background: rgba(89, 89, 89, 0.92);
864 border-radius: 50%; 871 border-radius: 50%;
865 width: 30px; 872 width: 30px;
866 height: 30px; 873 height: 30px;
867 position: absolute; 874 position: absolute;
868 left: 0px; 875 left: 0px;
869 margin-top: 3px; 876 margin-top: 3px;
870 color: #fff; 877 color: #fff;
871 text-align: center; 878 text-align: center;
872 } 879 }
873 880
874 881
875 /*quiz*/ 882 /*quiz*/
876 .q-card-align div{ 883 .q-card-align div{
877 margin-bottom: 15px; 884 margin-bottom: 15px;
878 } 885 }
879 886
880 .drop-down { 887 .drop-down {
881 background-color: #fff; 888 background-color: #fff;
882 border-radius: 0; 889 border-radius: 0;
883 font-size: 12px; 890 font-size: 12px;
884 } 891 }
885 892
886 .footer-link, .footer-link:hover { 893 .footer-link, .footer-link:hover {
887 color:#fff; 894 color:#fff;
888 } 895 }
889 /*idea content margin*/ 896 /*idea content margin*/
890 .content-idea{ 897 .content-idea{
891 margin:196px 12px 8px; 898 margin:196px 12px 8px;
892 } 899 }
893 900
894 .content-product{ 901 .content-product{
895 margin:193px -19px 9px; 902 margin:193px -19px 9px;
896 } 903 }
897 904
898 .content-growth{ 905 .content-growth{
899 margin:192px 11px 8px; 906 margin:192px 11px 8px;
900 } 907 }
901 .last-content-card{ 908 .last-content-card{
902 /*margin: 0px -85px -4px -51px;*/ 909 /*margin: 0px -85px -4px -51px;*/
903 } 910 }
904 911
905 @media (max-width: 600px) { 912 @media (max-width: 600px) {
906 .content-idea{ 913 .content-idea{
907 margin: auto; 914 margin: auto;
908 } 915 }
909 916
910 .content-product{ 917 .content-product{
911 margin: auto; 918 margin: auto;
912 } 919 }
913 920
914 .content-growth{ 921 .content-growth{
915 margin: auto; 922 margin: auto;
916 } 923 }
917 .stages-card{ 924 .stages-card{
918 margin: auto; 925 margin: auto;
919 margin-bottom: 15px; 926 margin-bottom: 15px;
920 } 927 }
921 .last-content-card{ 928 .last-content-card{
922 margin: auto; 929 margin: auto;
923 } 930 }
924 .card-align{ 931 .card-align{
925 margin: auto; 932 margin: auto;
926 } 933 }
927 934
928 } 935 }
929 936
930 .toggler { 937 .toggler {
931 width: 500px; 938 width: 500px;
932 height: 200px; 939 height: 200px;
933 } 940 }
934 #button { 941 #button {
935 padding: .5em 1em; 942 padding: .5em 1em;
936 text-decoration: none; 943 text-decoration: none;
937 } 944 }
938 #effect { 945 #effect {
939 position: relative; 946 position: relative;
940 width: 240px; 947 width: 240px;
941 height: 170px; 948 height: 170px;
942 padding: 0.4em; 949 padding: 0.4em;
943 } 950 }
944 #effect h3 { 951 #effect h3 {
945 margin: 0; 952 margin: 0;
946 padding: 0.4em; 953 padding: 0.4em;
947 text-align: center; 954 text-align: center;
948 } 955 }
949 956
950 #snackbar { 957 #snackbar {
951 visibility: hidden; 958 visibility: hidden;
952 min-width: 250px; 959 min-width: 250px;
953 margin-left: -125px; 960 margin-left: -125px;
954 background-color: #F44336; 961 background-color: #F44336;
955 color: #fff; 962 color: #fff;
956 text-align: center; 963 text-align: center;
957 border-radius: 2px; 964 border-radius: 2px;
958 padding: 16px; 965 padding: 16px;
959 position: fixed; 966 position: fixed;
960 z-index: 1; 967 z-index: 1;
961 left: 50%; 968 left: 50%;
962 bottom: 30px; 969 bottom: 30px;
963 font-size: 17px; 970 font-size: 17px;
964 } 971 }
965 /* Loader Css */ 972 /* Loader Css */
966 .myLoaderWrap{ 973 .myLoaderWrap{
967 width: 100%; 974 width: 100%;
968 height: 100%; 975 height: 100%;
969 position: fixed; 976 position: fixed;
970 background-color: rgba(0,0,0,0.5); 977 background-color: rgba(0,0,0,0.5);
971 z-index: 9999999; 978 z-index: 9999999;
972 top: 0; 979 top: 0;
973 left: 0; 980 left: 0;
974 } 981 }
975 982
976 #snackbar.show { 983 #snackbar.show {
977 visibility: visible; 984 visibility: visible;
978 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 985 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
979 animation: fadin 0.5s, fadout 0.5s 2.5s; 986 animation: fadin 0.5s, fadout 0.5s 2.5s;
980 } 987 }
981 988
982 @-webkit-keyframes fadin { 989 @-webkit-keyframes fadin {
983 from {bottom: 0; opacity: 0;} 990 from {bottom: 0; opacity: 0;}
984 to {bottom: 30px; opacity: 1;} 991 to {bottom: 30px; opacity: 1;}
985 } 992 }
986 993
987 @keyframes fadin { 994 @keyframes fadin {
988 from {bottom: 0; opacity: 0;} 995 from {bottom: 0; opacity: 0;}
989 to {bottom: 30px; opacity: 1;} 996 to {bottom: 30px; opacity: 1;}
990 } 997 }
991 998
992 @-webkit-keyframes fadout { 999 @-webkit-keyframes fadout {
993 from {bottom: 30px; opacity: 1;} 1000 from {bottom: 30px; opacity: 1;}
994 to {bottom: 0; opacity: 0;} 1001 to {bottom: 0; opacity: 0;}
995 } 1002 }
996 1003
997 @keyframes fadout { 1004 @keyframes fadout {
998 from {bottom: 30px; opacity: 1;} 1005 from {bottom: 30px; opacity: 1;}
999 to {bottom: 0; opacity: 0;} 1006 to {bottom: 0; opacity: 0;}
1000 } 1007 }
1001 1008
1002 1009
1003 #snacsskbar { 1010 #snacsskbar {
1004 visibility: hidden; 1011 visibility: hidden;
1005 min-width: 250px; 1012 min-width: 250px;
1006 margin-left: -125px; 1013 margin-left: -125px;
1007 background-color: #333; 1014 background-color: #333;
1008 color: #fff; 1015 color: #fff;
1009 text-align: center; 1016 text-align: center;
1010 border-radius: 2px; 1017 border-radius: 2px;
1011 padding: 16px; 1018 padding: 16px;
1012 position: fixed; 1019 position: fixed;
1013 z-index: 1; 1020 z-index: 1;
1014 left: 50%; 1021 left: 50%;
1015 top: 30px; 1022 top: 30px;
1016 font-size: 17px; 1023 font-size: 17px;
1017 } 1024 }
1018 1025
1019 #snacsskbar.show { 1026 #snacsskbar.show {
1020 visibility: visible; 1027 visibility: visible;
1021 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 1028 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
1022 animation: fadein 0.5s, fadeout 0.5s 2.5s; 1029 animation: fadein 0.5s, fadeout 0.5s 2.5s;
1023 } 1030 }
1024 1031
1025 @-webkit-keyframes fadein { 1032 @-webkit-keyframes fadein {
1026 from {top: 0; opacity: 0;} 1033 from {top: 0; opacity: 0;}
1027 to {top: 30px; opacity: 1;} 1034 to {top: 30px; opacity: 1;}
1028 } 1035 }
1029 1036
1030 @keyframes fadein { 1037 @keyframes fadein {
1031 from {top: 0; opacity: 0;} 1038 from {top: 0; opacity: 0;}
1032 to {top: 30px; opacity: 1;} 1039 to {top: 30px; opacity: 1;}
1033 } 1040 }
1034 1041
1035 @-webkit-keyframes fadeout { 1042 @-webkit-keyframes fadeout {
1036 from {top: 30px; opacity: 1;} 1043 from {top: 30px; opacity: 1;}
1037 to {top: 0; opacity: 0;} 1044 to {top: 0; opacity: 0;}
1038 } 1045 }
1039 1046
1040 @keyframes fadeout { 1047 @keyframes fadeout {
1041 from {top: 30px; opacity: 1;} 1048 from {top: 30px; opacity: 1;}
1042 to {top: 0; opacity: 0;} 1049 to {top: 0; opacity: 0;}
1043 } 1050 }
1044 1051
1045 input.hidden { 1052 input.hidden {
1046 position: absolute; 1053 position: absolute;
1047 left: -9999px; 1054 left: -9999px;
1048 } 1055 }
1049 1056
1050 #profile-image1 { 1057 #profile-image1 {
1051 cursor: pointer; 1058 cursor: pointer;
1052 width: 100px; 1059 width: 100px;
1053 height: 100px; 1060 height: 100px;
1054 border:2px solid #eee ; 1061 border:2px solid #eee ;
1055 } 1062 }
1056 1063
1057 .tital{ font-size:16px; font-weight:500;} 1064 .tital{ font-size:16px; font-weight:500;}
1058 .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}
1059 .footerpadd{padding: 5px;} 1066 .footerpadd{padding: 5px;}
1060 1067
1061 1068
1062 .container1{ 1069 .container1{
1063 width: 100% 1070 width: 100%
1064 } 1071 }
1065 1072
1066 .no-margin{ 1073 .no-margin{
1067 margin: 0 0 0 !important; 1074 margin: 0 0 0 !important;
1068 } 1075 }
1069 .no-padding{ 1076 .no-padding{
1070 padding: 0 0 0 0 !important; 1077 padding: 0 0 0 0 !important;
1071 } 1078 }
1072 .select-stage{ 1079 .select-stage{
1073 margin: 10px 0; 1080 margin: 10px 0;
1074 } 1081 }
1075 .cards-content{ 1082 .cards-content{
1076 margin-top: 40px; 1083 margin-top: 40px;
1077 } 1084 }
1078 .cards-content p{ 1085 .cards-content p{
1079 font-size: 13px; 1086 font-size: 13px;
1080 } 1087 }
1081 .q-card-align{ 1088 .q-card-align{
1082 margin-top: 15px; 1089 margin-top: 15px;
1083 } 1090 }
1084 .width-auto{ 1091 .width-auto{
1085 width: auto !important; 1092 width: auto !important;
1086 } 1093 }
1087 .margin-right-label{ 1094 .margin-right-label{
1088 margin-right: 20px; 1095 margin-right: 20px;
1089 } 1096 }
1090 .margin-right-label label{ 1097 .margin-right-label label{
1091 margin-left: 5px; 1098 margin-left: 5px;
1092 } 1099 }
1093 .apply-coupen-btn{ 1100 .apply-coupen-btn{
1094 position: absolute; 1101 position: absolute;
1095 top: -2px; 1102 top: -2px;
1096 right: 13px; 1103 right: 13px;
1097 border: none; 1104 border: none;
1098 height: 44px; 1105 height: 44px;
1099 color: #fff; 1106 color: #fff;
1100 background-color: #666; 1107 background-color: #666;
1101 width: 75px; 1108 width: 75px;
1102 } 1109 }
1103 .coupen-approved{ 1110 .coupen-approved{
1104 position: absolute; 1111 position: absolute;
1105 right: 120px; 1112 right: 120px;
1106 top: 6px; 1113 top: 6px;
1107 color: rgb(66, 181, 73); 1114 color: rgb(66, 181, 73);
1108 font-size: 30px !important; 1115 font-size: 30px !important;
1109 } 1116 }
1110 .right-side-links{ 1117 .right-side-links{
1111 margin-top: 12px; 1118 margin-top: 12px;
1112 } 1119 }
1113 .right-side-links a{ 1120 .right-side-links a{
1114 width: auto; 1121 width: auto;
1115 display: inline; 1122 display: inline;
1116 } 1123 }
1117 .right-side-links a:first-child{ 1124 .right-side-links a:first-child{
1118 border-right: 1px solid #fff; 1125 border-right: 1px solid #fff;
1119 padding-right: 4px; 1126 padding-right: 4px;
1120 } 1127 }
1121 1128
1122 @media (max-width: 768px){ 1129 @media (max-width: 768px){
1123 .cards-content{ 1130 .cards-content{
1124 margin-top: 15px; 1131 margin-top: 15px;
1125 margin-bottom: 30px; 1132 margin-bottom: 30px;
1126 } 1133 }
1127 .no-padding-mobile{ 1134 .no-padding-mobile{
1128 padding-left: 0 !important; 1135 padding-left: 0 !important;
1129 padding-right: 0 !important; 1136 padding-right: 0 !important;
1130 } 1137 }
1131 .sector-align .card-small{ 1138 .sector-align .card-small{
1132 height: 74px; 1139 height: 74px;
1133 } 1140 }
1134 .stages-card{ 1141 .stages-card{
1135 width: 92%; 1142 width: 92%;
1136 } 1143 }
1137 .right-stage-card{ 1144 .right-stage-card{
1138 float: right; 1145 float: right;
1139 } 1146 }
1140 .margin-auto-mobile{ 1147 .margin-auto-mobile{
1141 margin-left: 4%; 1148 margin-left: 4%;
1142 } 1149 }
1143 .card .thumbnail{ 1150 .card .thumbnail{
1144 padding: 15px 0 1px 0; 1151 padding: 15px 0 1px 0;
1145 } 1152 }
1146 .thumbnail > img, .thumbnail a > img{ 1153 .thumbnail > img, .thumbnail a > img{
1147 width: 50%; 1154 width: 50%;
1148 } 1155 }
1149 .right-side-links a{ 1156 .right-side-links a{
1150 display: block; 1157 display: block;
1151 width: 100%; 1158 width: 100%;
1152 } 1159 }
1153 .right-side-links a:first-child{ 1160 .right-side-links a:first-child{
1154 border-right: 0 solid #fff; 1161 border-right: 0 solid #fff;
1155 padding-right: 0; 1162 padding-right: 0;
1156 } 1163 }
1157 .right-side-links{ 1164 .right-side-links{
1158 margin-top: 0; 1165 margin-top: 0;
1159 } 1166 }
1160 .panel-default{ 1167 .panel-default{
1161 border-color: transparent; 1168 border-color: transparent;
1162 box-shadow: none; 1169 box-shadow: none;
1163 } 1170 }
1164 .modal-footers { 1171 .modal-footers {
1165 padding: 19px 20px 20px; 1172 padding: 19px 20px 20px;
1166 margin-top: 15px; 1173 margin-top: 15px;
1167 text-align: center !important; 1174 text-align: center !important;
1168 margin-bottom: 4px; 1175 margin-bottom: 4px;
1169 } 1176 }
1170 .startup-jalsa{ 1177 .startup-jalsa{
1171 font-family: 'BenchNine', sans-serif; 1178 font-family: 'BenchNine', sans-serif;
1172 color: rgb(25, 104, 157); 1179 color: rgb(25, 104, 157);
1173 position:relative; 1180 position:relative;
1174 z-index:2; 1181 z-index:2;
1175 } 1182 }
1176 } 1183 }
1177 1184
1178 .jalsaheader{ 1185 .jalsaheader{
1179 color: #0161EE; 1186 color: #D53735;
1180 text-align: center; 1187 text-align: center;
1181 margin-top: 6%; 1188 margin-top: 6%;
1182 font-size: 37px; 1189 font-size: 37px;
1183 } 1190 }
1184 .jalsaHeader{ 1191 .jalsaHeader{
1185 color: #fff; 1192 color: #fff;
1186 text-align: center; 1193 text-align: center;
1187 font-size: 25px; 1194 font-size: 25px;
1188 margin-top: 2%; 1195 margin-top: 2%;
1189 margin-bottom: 4%; 1196 margin-bottom: 6%;
1190 } 1197 }
1191 .happen-citymeetup{ 1198 .happen-citymeetup{
1192 margin-top: 4%; 1199 margin-top: 6%;
1193 } 1200 }
1194 .card-input { 1201 .card-input {
1195 display: none; 1202 display: none;
1196 } 1203 }
1197 1204
1198 .card { 1205 .card {
1199 font-size: 1em; 1206 font-size: 1em;
1200 overflow: hidden; 1207 overflow: hidden;
1201 padding: 0; 1208 padding: 0;
1202 border: none; 1209 border: none;
1203 /*border-radius: .28571429rem;*/ 1210 /*border-radius: .28571429rem;*/
1204 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; 1211 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
1205 } 1212 }
1206 1213
1207 .card-block { 1214 .card-block {
1208 font-size: 1em; 1215 font-size: 1em;
1209 position: relative; 1216 position: relative;
1210 margin: 0; 1217 margin: 0;
1211 padding: 4%; 1218 padding: 4%;
1212 border: none; 1219 border: none;
1213 /*border-top: 1px solid rgba(34, 36, 38, .1);*/ 1220 /*border-top: 1px solid rgba(34, 36, 38, .1);*/
1214 box-shadow: none; 1221 box-shadow: none;
1215 } 1222 }
1216 .button-position{ 1223 .button-position{
1217 position: relative; 1224 position: relative;
1218 top: -10px; 1225 top: -10px;
1219 } 1226 }
1220 .card-img-top { 1227 .card-img-top {
1221 display: block; 1228 display: block;
1222 width: 100%; 1229 width: 100%;
1223 height: auto; 1230 height: auto;
1224 cursor: pointer; 1231 cursor: pointer;
1225 } 1232 }
1226 1233
1227 .title{ 1234 .title{
1228 text-align: center; 1235 text-align: center;
1229 color: #0161EE; 1236 color: #D53735;
1230 } 1237 }
1231 .card-title { 1238 .card-title {
1232 /*font-size: 17px;*/ 1239 /*font-size: 17px;*/
1233 font-weight: 600; 1240 font-weight: 600;
1234 margin: 0; 1241 margin: 0;
1235 line-height: normal; 1242 line-height: normal;
1236 font-family: 'Arial',sans-serif; 1243 font-family: 'Arial',sans-serif;
1237 } 1244 }
1238 .card-sub-title{ 1245 .card-sub-title{
1239 font-family: 'Arial',sans-serif; 1246 font-family: 'Arial',sans-serif;
1240 /*color: #666;*/ 1247 /*color: #666;*/
1241 font-weight: normal; 1248 font-weight: normal;
1242 margin-bottom: 0; 1249 margin-bottom: 0;
1243 } 1250 }
1244 .form-group-text{ 1251 .form-group-text{
1245 color:red; 1252 color:red;
1246 } 1253 }
1247 .button-aligment{ 1254 .button-aligment{
1248 margin-top: 5px; 1255 margin-top: 5px;
1249 margin-right: 14px; 1256 margin-right: 14px;
1250 margin-bottom: 15px; 1257 margin-bottom: 15px;
1251 } 1258 }
1252 .card-text { 1259 .card-text {
1253 clear: both; 1260 clear: both;
1254 margin-top: .5em; 1261 margin-top: .5em;
1255 /*color: rgba(0, 0, 0, .68);*/ 1262 /*color: rgba(0, 0, 0, .68);*/
1256 padding-bottom: 3%; 1263 padding-bottom: 3%;
1257 font-size: 13px; 1264 font-size: 13px;
1258 } 1265 }
1259 1266
1260 .card-text2 { 1267 .card-text2 {
1261 padding: 3% 0 3% 4%; 1268 padding: 3% 0 3% 4%;
1262 margin-bottom: 12%; 1269 margin-bottom: 12%;
1263 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1270 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1264 } 1271 }
1265 .card-text2 span{ 1272 .card-text2 span{
1266 font-size: 13px; 1273 font-size: 13px;
1267 /*color: #666;*/ 1274 /*color: #666;*/
1268 } 1275 }
1269 .card-text2 div{ 1276 .card-text2 div{
1270 margin-top: 0 !important; 1277 margin-top: 0 !important;
1271 font-weight: normal; 1278 font-weight: normal;
1272 /*color: #000;*/ 1279 /*color: #000;*/
1273 font-size: 12px; 1280 font-size: 12px;
1274 padding-bottom: 0; 1281 padding-bottom: 0;
1275 } 1282 }
1276 1283
1277 .card-inverse .btn { 1284 .card-inverse .btn {
1278 border: 1px solid rgba(0, 0, 0, .05); 1285 border: 1px solid rgba(0, 0, 0, .05);
1279 } 1286 }
1280 1287
1281 .card-text3 { 1288 .card-text3 {
1282 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1289 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1283 } 1290 }
1284 1291
1285 .container { 1292 .container {
1286 display: block; 1293 display: block;
1287 position: relative; 1294 position: relative;
1288 padding: 0; 1295 padding: 0;
1289 margin-bottom: 12px; 1296 margin-bottom: 12px;
1290 cursor: pointer; 1297 cursor: pointer;
1291 font-size: 16px; 1298 font-size: 16px;
1292 -webkit-user-select: none; 1299 -webkit-user-select: none;
1293 -moz-user-select: none; 1300 -moz-user-select: none;
1294 -ms-user-select: none; 1301 -ms-user-select: none;
1295 user-select: none; 1302 user-select: none;
1296 width:100%; 1303 width:100%;
1297 } 1304 }
1298 1305
1299 .container1 { 1306 .container1 {
1300 display: block; 1307 display: block;
1301 position: relative; 1308 position: relative;
1302 padding-left: 31px; 1309 padding-left: 31px;
1303 margin-bottom: 12px; 1310 margin-bottom: 12px;
1304 cursor: pointer; 1311 cursor: pointer;
1305 font-size: 15px; 1312 font-size: 15px;
1306 -webkit-user-select: none; 1313 -webkit-user-select: none;
1307 -moz-user-select: none; 1314 -moz-user-select: none;
1308 -ms-user-select: none; 1315 -ms-user-select: none;
1309 user-select: none; 1316 user-select: none;
1310 width:100%; 1317 width:100%;
1311 } 1318 }
1312 1319
1313 /* Hide the browser's default radio button */ 1320 /* Hide the browser's default radio button */
1314 .container input { 1321 .container input {
1315 position: absolute; 1322 position: absolute;
1316 opacity: 0; 1323 opacity: 0;
1317 } 1324 }
1318 1325
1319 /* Create a custom radio button */ 1326 /* Create a custom radio button */
1320 .checkmark { 1327 .checkmark {
1321 position: absolute; 1328 position: absolute;
1322 top: 0; 1329 top: 0;
1323 left: 0; 1330 left: 0;
1324 height: 25px; 1331 height: 25px;
1325 width: 25px; 1332 width: 25px;
1326 background-color: #eee; 1333 background-color: #eee;
1327 border-radius: 50%; 1334 border-radius: 50%;
1328 } 1335 }
1329 1336
1330 /* On mouse-over, add a grey background color */ 1337 /* On mouse-over, add a grey background color */
1331 .container:hover input ~ .checkmark { 1338 .container:hover input ~ .checkmark {
1332 background-color: #ccc; 1339 background-color: #ccc;
1333 } 1340 }
1334 1341
1335 /* When the radio button is checked, add a blue background */ 1342 /* When the radio button is checked, add a blue background */
1336 .container input:checked ~ .checkmark { 1343 .container input:checked ~ .checkmark {
1337 background-color: #42b549; 1344 background-color: #42b549;
1338 } 1345 }
1339 1346
1340 /* Create the indicator (the dot/circle - hidden when not checked) */ 1347 /* Create the indicator (the dot/circle - hidden when not checked) */
1341 .checkmark:after { 1348 .checkmark:after {
1342 content: ""; 1349 content: "";
1343 position: absolute; 1350 position: absolute;
1344 display: none; 1351 display: none;
1345 } 1352 }
1346 1353
1347 /* Show the indicator (dot/circle) when checked */ 1354 /* Show the indicator (dot/circle) when checked */
1348 .container input:checked ~ .checkmark:after { 1355 .container input:checked ~ .checkmark:after {
1349 display: block; 1356 display: block;
1350 } 1357 }
1351 1358
1352 /* Style the indicator (dot/circle) */ 1359 /* Style the indicator (dot/circle) */
1353 .container .checkmark:after { 1360 .container .checkmark:after {
1354 top: 9px; 1361 top: 9px;
1355 left: 9px; 1362 left: 9px;
1356 width: 8px; 1363 width: 8px;
1357 height: 8px; 1364 height: 8px;
1358 border-radius: 50%; 1365 border-radius: 50%;
1359 background: white; 1366 background: white;
1360 } 1367 }
1361 1368
1362 table { 1369 table {
1363 /*font-family: arial, sans-serif; 1370 /*font-family: arial, sans-serif;
1364 border-collapse: collapse;*/ 1371 border-collapse: collapse;*/
1365 width: 60%; 1372 width: 60%;
1366 } 1373 }
1367 .city-meetup { 1374 .city-meetup {
1368 /* opacity: 0.7; */ 1375 /* opacity: 0.7; */
1369 filter: alpha(opacity=80); /* For IE8 and earlier */ 1376 filter: alpha(opacity=80); /* For IE8 and earlier */
1370 } 1377 }
1371 1378
1372 1379
1373 .card-color{ 1380 .card-color{
1374 background-color:#171717; 1381 background-color:#171717;
1375 font-size: 16px; 1382 font-size: 16px;
1376 /* border-radius: 25px; */ 1383 /* border-radius: 25px; */
1377 } 1384 }
1378 1385
1379 .card-color-confirm{ 1386 .card-color-confirm{
1380 background-color:#f5f5f5; 1387 background-color:#f5f5f5;
1381 font-size: 16px; 1388 font-size: 16px;
1382 margin-top: 10%; 1389 margin-top: 10%;
1383 /* width:50%; */ 1390 /* width:50%; */
1384 border-radius: 10px; 1391 border-radius: 10px;
1385 padding: 60px 0px 60px 0px; 1392 padding: 60px 0px 60px 0px;
1386 } 1393 }
1387 1394
1388 .startup-jalsa{ 1395 .startup-jalsa{
1389 font-family: 'BenchNine', sans-serif; 1396 font-family: 'BenchNine', sans-serif;
1390 /*font-size: 70.15pt;*/ 1397 /*font-size: 70.15pt;*/
1391 color: rgb(25, 104, 157); 1398 color: rgb(25, 104, 157);
1392 position:relative; 1399 position:relative;
1393 z-index:2; 1400 z-index:2;
1394 } 1401 }
1395 .header{ 1402 .header{
1396 /*width: 100%;*/ 1403 /*width: 100%;*/
1397 text-align: center; 1404 text-align: center;
1398 padding-top:2%; 1405 padding-top:2%;
1399 /*padding: 4px 20px;*/ 1406 /*padding: 4px 20px;*/
1400 } 1407 }
1401 .happen-city{ 1408 .happen-city{
1402 padding-top:12%; 1409 padding-top:12%;
1403 } 1410 }
1404 .happen-meetup{ 1411 .happen-meetup{
1405 font-family: 'Arial',sans-serif; 1412 font-family: 'Arial',sans-serif;
1406 margin-bottom: 10px; 1413 /* margin-bottom: 10px; */
1407 margin-left: 5%; 1414 margin-left: 4%;
1408 margin-bottom: 4%; 1415 margin-bottom: 2%;
1409 } 1416 }
1410 .happen-attend{ 1417 .happen-attend{
1411 margin-top:6%; 1418 margin-top:6%;
1412 margin-left: -10px; 1419 margin-left: -10px;
1413 } 1420 }
1414 .width-auto{ 1421 .width-auto{
1415 width:auto; 1422 width:auto;
1416 } 1423 }
1417 /*.card-position{ 1424 /*.card-position{
1418 position: relative; 1425 position: relative;
1419 top: -3px; 1426 top: -3px;
1420 }*/ 1427 }*/
1421 1428
1422 .card1 { 1429 .card1 {
1423 width: 100%; 1430 width: 100%;
1424 position: relative; 1431 position: relative;
1425 display: inline-block; 1432 display: inline-block;
1426 } 1433 }
1427 .card1 .img-top { 1434 .card1 .img-top {
1428 width: 100%; 1435 width: 100%;
1429 display: none; 1436 display: none;
1430 position: absolute; 1437 position: absolute;
1431 cursor: pointer; 1438 cursor: pointer;
1432 top: 0; 1439 top: 0;
1433 left: 0; 1440 left: 0;
1434 z-index: 99; 1441 z-index: 99;
1435 } 1442 }
1436 .card1:hover .img-top { 1443 .card1:hover .img-top {
1437 display: inline; 1444 display: inline;
1438 } 1445 }
1439 .color:hover{ 1446 .color:hover{
1440 color: #fff; 1447 color: #fff;
1441 } 1448 }
1442 /* .palak{ 1449 /* .palak{
1443 width: 100% !important; 1450 width: 100% !important;
1444 display: none !important; 1451 display: none !important;
1445 position: absolute !important; 1452 position: absolute !important;
1446 cursor: pointer !important; 1453 cursor: pointer !important;
1447 top: 0 !important; 1454 top: 0 !important;
1448 left: 0 !important; 1455 left: 0 !important;
1449 z-index: 99 !important; 1456 z-index: 99 !important;
1450 } */ 1457 } */
1451 .active, .btn:hover, .btn:onclick { 1458 .active, .btn:hover, .btn:onclick {
1452 background-color: grey; 1459 background-color: grey;
1453 border: grey; 1460 border: grey;
1454 color: white; 1461 color: white;
1455 } 1462 }
1456 .apply-act1:hover, .apply-act1:focus{ 1463 .apply-act1:hover, .apply-act1:focus{
1457 background-color: #171717; 1464 background-color: #171717;
1458 border-color: #0161EE; 1465 border-color: #D53735;
1459 color: #0161EE; 1466 color: #D53735;
1460 } 1467 }
1461 1468
1462 .btn-active { 1469 .btn-active {
1463 background-color: #171717 !important; 1470 background-color: #171717 !important;
1464 border-color: #0161EE !important; 1471 border-color: #D53735 !important;
1465 color: #0161EE !important; 1472 color: #D53735 !important;
1466 } 1473 }
1467 .btn-inactive { 1474 .btn-inactive {
1468 background-color: #171717 !important; 1475 background-color: #171717 !important;
1469 border-color: #454545 !important; 1476 border-color: #454545 !important;
1470 color: #454545 !important; 1477 color: #454545 !important;
1471 } 1478 }
1472 1479
1473 .apply-act2:hover, .apply-act2:focus{ 1480 .apply-act2:hover, .apply-act2:focus{
1474 background-color: #171717; 1481 background-color: #171717;
1475 border-color: #0161EE; 1482 border-color: #D53735;
1476 color: #0161EE; 1483 color: #D53735;
1477 } 1484 }
1478 .apply-act3:hover, .apply-act3:focus{ 1485 .apply-act3:hover, .apply-act3:focus{
1479 background-color: #171717; 1486 background-color: #171717;
1480 border-color: #0161EE; 1487 border-color: #D53735;
1481 color: #0161EE; 1488 color: #D53735;
1482 } 1489 }
1483 .apply-act4:hover, .apply-act4:focus{ 1490 .apply-act4:hover, .apply-act4:focus{
1484 background-color: #171717; 1491 background-color: #171717;
1485 border-color: #0161EE; 1492 border-color: #D53735;
1486 color: #0161EE; 1493 color: #D53735;
1487 } 1494 }
1488 .apply-btn{ 1495 .apply-btn{
1489 text-align: center; 1496 text-align: center;
1490 margin-bottom: 4%; 1497 margin-bottom: 2%;
1491 } 1498 }
1492 .txt{ 1499 .txt{
1493 margin-top: 2%; 1500 margin-top: 2%;
1494 text-align: center; 1501 text-align: center;
1495 } 1502 }
1496 .txt1{ 1503 .txt1{
1497 text-align: center; 1504 text-align: center;
1498 } 1505 }
1499 .cursor:hover{ 1506 .cursor:hover{
1500 cursor: context-menu; 1507 cursor: context-menu;
1501 } 1508 }
1502 .buttons{ 1509 .buttons{
1503 padding: 3% 0 0 0; 1510 padding: 3% 0 0 0;
1504 text-align: center; 1511 text-align: center;
1505 font-size: 100px; 1512 font-size: 100px;
1506 } 1513 }
1507 .btn-lg{ 1514 .btn-lg{
1508 font-size:25px; 1515 font-size:25px;
1509 background-color: #171717; 1516 background-color: #171717;
1510 color: #454545; 1517 color: #454545;
1511 border-color: #454545; 1518 border-color: #454545;
1512 } 1519 }
1513 .btn1{ 1520 .btn1{
1514 padding: 12px 40px; 1521 padding: 12px 40px;
1515 } 1522 }
1516 .btn2{ 1523 .btn2{
1517 padding: 12px 31px; 1524 padding: 12px 31px;
1518 } 1525 }
1519 .btn3{ 1526 .btn3{
1520 padding: 12px 18px; 1527 padding: 12px 18px;
1521 } 1528 }
1522 .btn4{ 1529 .btn4{
1523 padding: 12px 40px; 1530 padding: 12px 40px;
1524 } 1531 }
1525 .bg_dots{ 1532 .bg_dots{
1526 position: absolute; 1533 position: absolute;
1527 left:0; 1534 left:0;
1528 right:0; 1535 right:0;
1529 top:0; 1536 top:0;
1530 height: 700px; 1537 height: 700px;
1531 position:fixed; 1538 position:fixed;
1532 background-position: top center; 1539 background-position: top center;
1533 /* background-image: url(/images/background.jpg); */ 1540 /* background-image: url(/images/background.jpg); */
1534 /* background-color: #171717; */ 1541 /* background-color: #171717; */
1535 background-repeat: no-repeat; 1542 background-repeat: no-repeat;
1536 background-size: 100% auto; 1543 background-size: 100% auto;
1537 -webkit-background-size:100% auto; 1544 -webkit-background-size:100% auto;
1538 } 1545 }
1539 .stage-shadow{ 1546 .stage-shadow{
1540 background:transparent; 1547 background:transparent;
1541 } 1548 }
1542 .logojalsa{ 1549 .logojalsa{
1543 width:130px;display: block; 1550 width:130px;display: block;
1544 margin: auto; 1551 margin: auto;
1545 } 1552 }
1546 .jalsaheadr{ 1553 .jalsaheadr{
1547 position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); 1554 position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157);
1548 } 1555 }
1549 .PitchYourPower{ 1556 .PitchYourPower{
1550 position: relative;color: rgb(25, 104, 157);margin-top: -3%; 1557 position: relative;color: rgb(25, 104, 157);margin-top: -3%;
1551 } 1558 }
1552 1559
1553 1560
1554 1561
1555 1562
1556 1563
1557 1564
1558 1565
1559 1566
1560 1567
1561 1568
1562 1569
1563 1570
1564 1571
1565 1572
1566 1573
1567 1574
1568 1575
1569 1576
1570 1577
1571 1578
1572 @media (max-width:767px){ 1579 @media (max-width:767px){
1573 .buttons { 1580 .buttons {
1574 /* margin-top:23%; */ 1581 /* margin-top:23%; */
1575 font-size: 100px; 1582 font-size: 100px;
1576 } 1583 }
1577 .btn-lg{ 1584 .btn-lg{
1578 width:74%; 1585 width:74%;
1579 } 1586 }
1580 .btn1{ 1587 .btn1{
1581 margin-bottom: 3%; 1588 margin-bottom: 3%;
1582 } 1589 }
1583 .btn2{ 1590 .btn2{
1584 margin-bottom: 3%; 1591 margin-bottom: 3%;
1585 } 1592 }
1586 .btn3{ 1593 .btn3{
1587 margin-bottom: 3%; 1594 margin-bottom: 3%;
1588 } 1595 }
1589 h1{ 1596 h1{
1590 font-size:2.8rem; 1597 font-size:2.8rem;
1591 } 1598 }
1592 .happen-city{ 1599 .happen-city{
1593 margin-left: -25px; 1600 margin-left: -25px;
1594 1601
1595 } 1602 }
1596 .width-auto{ 1603 .width-auto{
1597 margin-left:-4%; 1604 margin-left:-4%;
1598 } 1605 }
1599 /* .happen-citymeetup{ 1606 /* .happen-citymeetup{
1600 margin-left:-3%; 1607 margin-left:-3%;
1601 } */ 1608 } */
1602 .jalsaHeader { 1609 .jalsaHeader {
1603 margin-top: 4%; 1610 margin-top: 4%;
1611 margin-bottom:8%;
1612 }
1613 .happen-imagemeetup {
1614 padding: 0px 0px 0px 32px;
1615 }
1616 .imagemeetup{
1617 margin-top: 6%;
1618 }
1619 .image-meet-up{
1620 margin-top: 4%;
1621 margin-bottom: 2%;
1604 } 1622 }
1605 .card-color-confirm{ 1623 .card-color-confirm{
1606 margin-top: 40%; 1624 margin-top: 40%;
1607 background-color: #f5f5f5; 1625 background-color: #f5f5f5;
1608 font-size: 16px; 1626 font-size: 16px;
1609 width:100%; 1627 width:100%;
1610 } 1628 }
1611 .city-meetup { 1629 .city-meetup {
1612 /* opacity: 0.8; */ 1630 /* opacity: 0.8; */
1613 filter: alpha(opacity=80); /* For IE8 and earlier */ 1631 filter: alpha(opacity=80); /* For IE8 and earlier */
1614 } 1632 }
1615 #front { 1633 #front {
1616 background-color: #171717; 1634 background-color: #171717;
1617 /*background-image: url(/images/mock_up_background.jpg); 1635 /*background-image: url(/images/mock_up_background.jpg);
1618 background-repeat: no-repeat; 1636 background-repeat: no-repeat;
1619 background-attachment:fixed; 1637 background-attachment:fixed;
1620 background-position: top center; 1638 background-position: top center;
1621 -webkit-background-attachment: fixed; 1639 -webkit-background-attachment: fixed;
1622 background-size: 400% auto; 1640 background-size: 400% auto;
1623 -webkit-background-size:400% auto;*/ 1641 -webkit-background-size:400% auto;*/
1624 } 1642 }
1625 .bg_dots{ 1643 .bg_dots{
1626 height:80%; 1644 height:80%;
1627 background-size: 300% auto; 1645 background-size: 300% auto;
1628 -webkit-background-size:300% auto; 1646 -webkit-background-size:300% auto;
1629 position:fixed; 1647 position:fixed;
1630 top:0; 1648 top:0;
1631 } 1649 }
1632 .logojalsa{ 1650 .logojalsa{
1633 width:130px;display: block; 1651 width:130px;display: block;
1634 margin: auto; 1652 margin: auto;
1635 } 1653 }
1636 .PitchYourPower{ 1654 .PitchYourPower{
1637 position: relative;color: rgb(25, 104, 157);margin-top: -15%; 1655 position: relative;color: rgb(25, 104, 157);margin-top: -15%;
1638 } 1656 }
1639 1657
1640 } 1658 }
1641 1659
1642 @media screen and (max-device-width: 991px) and (orientation: landscape){ 1660 @media screen and (max-device-width: 991px) and (orientation: landscape){
1643 .rotate-card{ 1661 .rotate-card{
1644 width: 100%; 1662 width: 100%;
1645 } 1663 }
1646 1664
1647 1665
1648 } 1666 }
1649 1667
1650 @media (min-width:768px) and (max-width:991px){ 1668 @media (min-width:768px) and (max-width:991px){
1651 .logojalsa{ 1669 .logojalsa{
1652 width:130px;display: block; 1670 width:130px;display: block;
1653 margin: auto; 1671 margin: auto;
1654 } 1672 }
1655 } 1673 }
No preview for this file type
images/Ahmedabad (1).png

1.31 MB | W: | H:

27 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
images/Ahmedabad_1.png

25.5 KB

images/BAngladesh.png

12.1 KB

images/Elevator_Pitch.png

7.62 KB

images/Founder_Talk.png

7.5 KB

images/Kolkata (1).png

15.1 KB

images/Kolkata (2).png

15.1 KB

10.5 KB

images/Networking.png

3.94 KB

images/Sri_Lanka.png

13.2 KB

images/bengaluru (1).png

20.1 KB

images/bengaluru (1)bengaluru (1)bengaluru (1).png

27.9 KB

images/bengaluru_1.png

21.1 KB

images/chennai (1).png

27.9 KB

images/chennai_1.png

26.7 KB

images/colombo_1.png

12.6 KB

images/delhi (1).png

11.4 KB

images/delhi_1.png

10.7 KB

images/dhaka_1.png

11.5 KB

images/hyderabad (1).png

15.1 KB

images/hyderabad_1.png

14.2 KB

images/jaipur (1).png

55.9 KB

images/jaipur_1.png

53.3 KB

images/kanpur (1).png

16.9 KB

images/kanpur_1.png

16.2 KB

images/kathmandu_1.png

9.92 KB

images/kolkata_1.png

14.2 KB

images/mumbai (1).png

26 KB

images/mumbai_1.png

24.8 KB

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-6 col-md-offset-3 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"> 13 <div class="col-md-12 happen-imagemeetup">
14 <div class="row"> 14 <div class="row">
15 <div class="col-sm-4"> 15 <div class="col-sm-4 imagemeetup">
16 <img src="images/speech.png" class="logojalsa1"> 16 <img src="images/Founder_Talk.png">
17 <div class="imageText">Founder Talk</div> 17 <div class="imageText">Founder Talk</div>
18 </div> 18 </div>
19 <div class="col-sm-4"> 19 <div class="col-sm-4 image-meet-up">
20 <img src="images/presentation.png" class="logojalsa1"> 20 <img src="images/Elevator_Pitch.png">
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">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/handshake.png" class="logojalsa1"> 25 <img src="images/Networking.png">
26 <div class="imageText">Networking</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 apply-act" value="Apply" ng-click="apply()" >PROCEED</button> 72 <button class="btn submit-button" 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" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button> 2 <button type="button" class="btn btn-dark btn-lg apply-act1 btn1" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button>
3 <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button> 3 <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button>
4 <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button> 4 <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button>
5 <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" ng-click="isShowHide('NEPAL')" value="NEPAL">NEPAL</button> 5 <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" 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">Ahmedabad</div> 24 <div class="txt">Ahmedabad</div>
25 <div class="txt1">IIM Ahmedabad | September 11th, 2019</div> 25 <div class="txt1">IIM 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">Bengaluru</div> 32 <div class="txt">Bengaluru</div>
33 <div class="txt1">IIM Bengaluru | September 7th, 2019</div> 33 <div class="txt1">IIM 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">Chennai</div> 40 <div class="txt">Chennai</div>
41 <div class="txt1">IIT-Madras | October 1st, 2019</div> 41 <div class="txt1">IIT-Madras | 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">Delhi</div> 54 <div class="txt">Delhi</div>
55 <div class="txt1">IIT Delhi | October 16th, 2019</div> 55 <div class="txt1">IIT 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">Hyderabad</div> 62 <div class="txt">Hyderabad</div>
63 <div class="txt1">IIT Hyderabad | September 14th, 2019</div> 63 <div class="txt1">IIT 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">Jaipur</div> 70 <div class="txt">Jaipur</div>
71 <div class="txt1">Startup Oasis | September 24th, 2019</div> 71 <div class="txt1">Startup Oasis | 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">Kanpur</div> 83 <div class="txt">Kanpur</div>
84 <div class="txt1">IIT Kanpur | September 28th, 2019</div> 84 <div class="txt1">IIT 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">Kolkata</div> 91 <div class="txt">Kolkata</div>
92 <div class="txt1">IIM Calcutta | September 17th, 2019</div> 92 <div class="txt1">IIM Calcutta | 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">Mumbai</div> 99 <div class="txt">Mumbai</div>
100 <div class="txt1">IIT Bombay | September 4th, 2019</div> 100 <div class="txt1">IIT Bombay | 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/colombo_1.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</div> 114 <div class="txt">Colombo</div>
115 <div class="txt1">Colombo, Sri Lanka | October 5th, 2019</div> 115 <div class="txt1">Colombo, Sri Lanka | 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/dhaka_1.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</div> 130 <div class="txt">Dhaka</div>
131 <div class="txt1">Dhaka, Bangladesh | September 21st, 2019</div> 131 <div class="txt1">Dhaka, Bangladesh | 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/kathmandu_1.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</div> 146 <div class="txt">Kathmandu</div>
147 <div class="txt1">Kathmandu, Nepal | October 12th, 2019</div> 147 <div class="txt1">Kathmandu, Nepal | 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>