Commit cade88d398af694d44c3f7fbcc043ecd7f2feb67

Authored by Shilpi Saini
1 parent af22f99f8c
Exists in master

minor change

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