Skip to Content

CSS File

URL: https://www.amstokens.io/presale/css/style.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: None
Size: 136 KB
Rules: 1172 style rules
Imports: 0 stylesheets
HTTP Headers:  13 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
Issue Issues: 2 issues found on 66 lines

1/*=========================================================

2Author : Bestwebcreator.

3Template Name: Cryptocash – ICO, Cryptocurrency Website & ICO Landing Page HTML + Dashboard Template

4Version : 1.8

5==============================================================*/

6

7/*=============================================================

8 CSS INDEX

9 =============================

10 01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)

11 02. HEADER DESIGN

12 03. BANNER SECTION

13 04. WHY CHOOSE SECTION

14 05. ABOUT SECTION

15 06. TOKEN SECTION

16 07. TIMELINE SECTION

17 08. MOBILE APP SECTION

18 09. TEAM SECTION

19 10. FAQ SECTION

20 11. CONTACT SECTION

21 12. CLIENT SECTION

22 13. FOOTER SECTION

23 14. ABOUT US PAGE

24 15. SERVICES PAGE

25 16. PRICING PAGE

26 17. START 404 PAGE

27 18. BLOG SECTION

28 19. LOGIN PAGE

29 20. SIDEBAR SECTION

30 21. POST DETAIL SECTION

31 22. CONTACT PAGE

32 23. DIGITAL NETWORK SECTION

33 24. WHITEPAPER SECTION

34 25. TOKEN RATING SECTION

35 26. TOKEN NOTIFICATION POPUP

36

37*=============================================================*/

38

39/*===================================*

4001. GENERAL STYLE

41*===================================*/

42body {

43 background: #ffffff none repeat scroll 0 0;

44 color: #7a7a7a;

45 font-family: 'Poppins', sans-serif;

46 font-size: 16px;

47 font-weight: 400;

48 line-height: 30px;

49}

50html,

51body {

52 height: 100%;

53}

54h1,

55h2,

56h3,

57h4,

58h5,

59h6 {

60 color: #5957cd;

61}

62p {

63 color:#7a7a7a;

64 margin-bottom:30px;

65}

66a {

67 color: #5957cd;

68 text-decoration: none;

69 -webkit-transition: all 0.5s ease;

70 transition: all .5s ease;

71}

72a:hover {

73 color: #ff69c9;

74 text-decoration: none;

75 transition: all .5s ease;

76}

77a:focus {

78 outline: none;

79 text-decoration: none;

80}

81img {

82 max-width: 100%;

83}

84ul,

85li {

86 margin: 0;

87 padding: 0;

88}

89::-webkit-input-placeholder {

90 color: #7a7a7a;

91 font-weight: 400;

92 font-family: 'Poppins', sans-serif;

93}

94:-moz-placeholder {

95 color: #7a7a7a;

96 font-weight: 400;

97 font-family: 'Poppins', sans-serif;

98}

99::-moz-placeholder {

100 color: #7a7a7a;

101 font-weight: 400;

102 font-family: 'Poppins', sans-serif;

103}

104:-ms-input-placeholder {

105 color: #7a7a7a;

106 font-weight: 400;

107 font-family: 'Poppins', sans-serif;

108}

109.form-control:focus {

110 box-shadow: none;

111}

112fieldset {

113 border: 0 none;

114 margin: 0 auto;

115 padding: 0;

116}

117section {

118 padding: 100px 0;

119 position:relative;

120}

121.no-padding {

122 padding: 0

123}

124section.small_pt {

125 padding-top: 50px;

126}

127section.small_pb {

128 padding-bottom: 50px;

129}

130.lg_pt_20 {

131 padding-top: 20px;

132}

133.lg_pt_30 {

134 padding-top: 30px;

135}

136.lg_pt_40 {

137 padding-top: 40px;

138}

139.lg_pt_50 {

140 padding-top: 50px;

141}

142.lg_pb_20 {

143 padding-bottom: 20px;

144}

145.lg_pb_30 {

146 padding-bottom: 30px;

147}

148.lg_pb_40 {

149 padding-bottom: 40px;

150}

151.lg_pb_50 {

152 padding-bottom: 50px;

153}

154.list_none li {

155 list-style:none;

156}

157input {

158 border: 0;

159 padding: 10px 20px;

160 width: 100%;

161}

162button {

163 background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%);

164 background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%);

165 border: 0;

166 border-radius: 40px;

167 color: #ffffff;

168 cursor: pointer;

169 padding: 10px 20px;

170 text-transform: uppercase;

171 transition: all 0.5s ease 0s;

172}

173button:hover {

174 color:#fff;

175}

176button:focus {

177 outline:none;

178}

179.overflow_hide {

180 overflow: hidden;

181}

182.title_default_light h4,

183.title_default_dark h4{

184 font-size: 26px;

185 font-weight: bold;

186 margin-bottom: 30px;

187 text-transform: capitalize;

188}

189.title_default_light h4,

190.title_default_light p {

191 color:#fff;

192}

193.title_blue_dark h4{

194 color: #0043bb;

195 font-size: 26px;

196 font-weight: bold;

197 margin-bottom: 30px;

198}

199.title_dark h4 {

200 color: #0c0e27;

201 font-size: 26px;

202 font-weight: bold;

203 margin-bottom: 30px;

204}

205.title_purple_dark h4 {

206 color: #6000b5;

207 font-size: 26px;

208 font-weight: bold;

209 margin-bottom: 20px;

210}

211.title_cyan_dark h4 {

212 color: #0e082c;

213 font-size: 26px;

214 font-weight: bold;

215 margin-bottom: 20px;

216}

217.title_border h4 {

218 padding-bottom: 15px;

219 position: relative;

220}

221.title_blue_dark.title_border h4::before {

222 background-color: #0043bb;

223}

224.title_cyan_dark.title_border h4::before {

225 background-color: #280e3b;

226}

227.title_purple_dark.title_border h4::before {

228 background-color: #0e082c;

229}

230.title_dark.title_border h4::before {

231 background-color: #0c0e27;

232}

233.title_border h4::before {

234 background-color: #5957cd;

235 bottom: 0;

236 content: "";

237 height: 2px;

238 left: 0;

239 position: absolute;

240 right: 0;

241 width: 80px;

242}

243.title_border.text-center h4::before {

244 margin:0 auto;

245}

246.title_default_light.title_border h4::before {

247 background-color: #fff;

248}

249.divider {

250 clear:both;

251 display:block;

252 height:20px;

253}

254.background_bg {

255 background-attachment: fixed;

256 background-position: center center;

257 background-repeat: no-repeat;

258 background-size: cover;

259}

260.transparent_bg {

261 background-color: rgba(0, 0, 0, 0) !important;

262}

263.box_shadow_none {

264 box-shadow: none !important;

265}

266.bg_light {

267 background-color: #f7fafc;

268}

269.bg_blue_dark {

270 background-color :#0b267d;

271}

272.bg_light_dark {

273 background-color: #121833;

274}

275.bg_light_dark_blue {

276 background-color: #161d3e;

277}

278.bg_black_dark,

279.v_dark {

280 background-color :#0c0e27;

281}

282.blue_light_bg,

283.v_blue_pro {

284 background-color: #5957cd;

285}

286.light_blue_dark_bg {

287 background-color: #4a49bf;

288}

289.blue_lightdark_bg {

290 background-color: #4241b8;

291}

292.bg_gray {

293 background-color: #f1f1f1;

294}

295.bg_gray2 {

296 background-color: #f8f8ff;

297}

298.bg_gray3 {

299 background-color: #fbfaff;

300}

301.bg_gray4 {

302 background-color: #f7f7f7;

303}

304.pink_bg {

305 background-color: #ff68ca;

306}

307.yellow_bg {

308 background-color: #ffca69;

309}

310.blue_bg,

311.v_royal_blue {

312 background-color: #193dc0;

313}

314.blue_dark_bg {

315 background-color: #081990;

316}

317.purple_bg {

318 background-color: #6000b5;

319}

320.purple_dark_bg {

321 background-color: #3e1084;

322}

323.large_divider {

324 height:100px;

325}

326.small_divider {

327 height:50px;

328}

329.small_space {

330 margin-top:20px;

331}

332.large_space {

333 margin-top: 50px;

334}

335.small_text * {

336

font-size: 14px;

337}

338.container,

339.container-fluid {

340 position: relative;

341 z-index: 5;

342}

343.gradient_box {

344 background:

-webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%) !important;

345 background: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%) !important;

346}

347.gradient_box2 {

348 background:

-moz-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%); /* ff3.6+ */

349 background:

-webkit-gradient(linear, left top, right top,

color-stop(0%, rgba(25,61,192,1)),

color-stop(50%, rgba(10,29,149,1)),

color-stop(100%, rgba(25,61,192,1))); /* safari4+,chrome */

350 background:

-webkit-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%); /* safari5.1+,chrome10+ */

351 background:

-o-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%); /* opera 11.10+ */

352 background:

-ms-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%); /* ie10+ */

353 background: linear-gradient(270deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%); /* w3c */

354}

355.section_gradiant {

356 background:

-webkit-linear-gradient(to bottom, rgba(32,18,111,1) 0%,rgba(5,45,133,1) 100%);

357 background-image: linear-gradient(to bottom, rgba(32,18,111,1) 0%,rgba(5,45,133,1) 100%);

358}

359.section_gradiant2 {

360 background-image: -webkit-linear-gradient(left, #6000b5 0%,#3e2a9c 99%);

361 background-image: linear-gradient(to right, #6000b5 0%,#3e2a9c 99%);

362}

363.section_gradiant3 {

364 background-image: -webkit-linear-gradient(left, #193f88 0%,#0e082c 99%);

365 background-image: linear-gradient(to right, #193f88 0%,#0e082c 99%);

366}

367.v_blue,

368.bg_navy_blue {

369 background-color: #052d85;

370}

371.bg_navy_blue_dark {

372 background-color: #121a6d;

373}

374.v_blue .title_default_dark.title_border h4::before {

375 background-color: #0a257c;

376}

377.v_blue .title_default_dark h4 {

378 color: #0a257c;

379}

380

381/*START LOADER DESIGN*/

382#loader-wrapper {

383 position: fixed;

384 top: 0;

385 left: 0;

386 width: 100%;

387 height: 100%;

388 z-index: 9999;

389}

390#loading-center-absolute {

391 position: absolute;

392 left: 50%;

393 top: 50%;

394 height: 200px;

395 width: 200px;

396 margin-top: -100px;

397 margin-left: -100px;

398 -ms-transform: rotate(-135deg);

399 -moz-transform: rotate(-135deg);

400 -webkit-transform: rotate(-135deg);

401 transform: rotate(-135deg);

402 z-index: 1001;

403}

404.object{

405 -moz-border-radius: 50% 50% 50% 50%;

406 -webkit-border-radius: 50% 50% 50% 50%;

407 border-radius: 50% 50% 50% 50%;

408 position: absolute;

409 border-top: 5px solid #FFF;

410 border-bottom: 5px solid transparent;

411 border-left: 5px solid #FFF;

412 border-right: 5px solid transparent;

413 -webkit-animation: animate 2s infinite;

414 animation: animate 2s infinite;

415}

416#object_one{

417 left: 75px;

418 top: 75px;

419 width: 50px;

420 height: 50px;

421}

422#object_two{

423 left: 65px;

424 top: 65px;

425 width: 70px;

426 height: 70px;

427 -webkit-animation-delay: 0.2s;

428 animation-delay: 0.2s;

429}

430#object_three{

431 left: 55px;

432 top: 55px;

433 width: 90px;

434 height: 90px;

435 -webkit-animation-delay: 0.4s;

436 animation-delay: 0.4s;

437}

438#object_four{

439 left: 45px;

440 top: 45px;

441 width: 110px;

442 height: 110px;

443 -webkit-animation-delay: 0.6s;

444 animation-delay: 0.6s;

445}

446

447@-webkit-keyframes animate {

448

44950% {

450 -ms-transform: rotate(360deg) scale(0.8);

451 -moz-transform: rotate(360deg) scale(0.8);

452 -webkit-transform: rotate(360deg) scale(0.8);

453 transform: rotate(360deg) scale(0.8);

454 }

455}

456

457@keyframes animate {

458

45950% {

460 -ms-transform: rotate(360deg) scale(0.8);

461 -moz-transform: rotate(360deg) scale(0.8);

462 -webkit-transform: rotate(360deg) scale(0.8);

463 transform: rotate(360deg) scale(0.8);

464 }

465}

466#loader-wrapper .loader-section {

467 position: fixed;

468 top: 0;

469 width: 51%;

470 height: 100%;

471 background-color: #4241b8;

472 z-index: 999;

473 -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */

474 -moz-transform: translateX(0);

475 -ms-transform: translateX(0); /* IE 9 */

476 transform: translateX(0); /* Firefox 16+, IE 10+, Opera */

477}

478#loader-wrapper .loader-section.section-left {

479 left: 0;

480}

481#loader-wrapper .loader-section.section-right {

482 right: 0;

483}

484.loaded #loading-center-absolute {

485 opacity: 0;

486 visibility:hidden;

487 -webkit-transition: all 0.3s ease-out;

488 transition: all 0.3s ease-out;

489}

490

491/* Loaded */

492.loaded #loader-wrapper .loader-section.section-left {

493 -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */

494 -moz-transform: translateX(-100%);

495 -ms-transform: translateX(-100%); /* IE 9 */

496 transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */

497 -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);

498 transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);

499}

500.loaded #loader-wrapper .loader-section.section-right {

501 -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */

502 -ms-transform: translateX(100%); /* IE 9 */

503 -moz-transform: translateX(100%);

504 transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */

505 -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);

506 transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);

507}

508.loaded #loader-wrapper {

509 visibility: hidden;

510 -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */

511 -ms-transform: translateY(-100%); /* IE 9 */

512 -moz-transform: translateY(-100%);

513 transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

514 -webkit-transition: all 0.5s 1s ease-out;

515 transition: all 0.3s 1s ease-out;

516}

517

518.v_blue #loader-wrapper .loader-section,

519.v_navy_blue #loader-wrapper .loader-section {

520 background-color: #121a6d;

521}

522.v_dark #loader-wrapper .loader-section,

523.v_light_dark #loader-wrapper .loader-section {

524 background-color: #030307;

525}

526.v_blue_light #loader-wrapper .loader-section,

527.v_royal_blue #loader-wrapper .loader-section {

528 background-color: #081990;

529}

530.v_light_purple #loader-wrapper .loader-section {

531 background-color: #4e0094;

532}

533.v_cyan_blue #loader-wrapper .loader-section,

534.v_cyan_blue .spop {

535 background-color: #0e082c;

536}

537

538/*END PRELOADER DESIGN*/

539

540/* THEME DEMO CSS*/

541.color-switch {

542 background: #212121;

543 right: -200px;

544 padding: 20px 0;

545 position: absolute;

546 top: 0;

547 transition: all .4s ease 0s;

548 width: 200px;

549 z-index: 9999999;

550}

551.color-switch p {

552 color: #ffffff;

553 margin: 0;

554 padding: 10px 15px 5px;

555}

556.color_box {

557 padding:0px 15px;

558}

559.switch-active {

560 right: 0;

561}

562.demo ul {

563 position: fixed;

564 right: 0px;

565 top: 35%;

566 z-index:9999;

567}

568.demo ul li {

569 position:relative;

570}

571.demo li a {

572 background: #212121;

573 color: #ffffff;

574 display: block;

575 font-size: 24px;

576 height: 40px;

577 line-height: 44px;

578 text-align: center;

579 width: 40px;

580 transition: all .4s ease 0s;

581}

582.demo li a.bg-green {

583 background-color: #73e080;

584}

585.demo li a.dm {

586 background-color: #F94551;

587}

588.demo .txt {

589 background-color: #018DF1;

590 font-size: 16px;

591}

592.demo li a i {

593 line-height: normal;

594 -webkit-animation: fa-spin 2s infinite linear;

595 animation: fa-spin 2s infinite linear;

596}

597.icon {

598 right: 0;

599 position: absolute;

600 top:0;

601}

602.icon.switch-active {

603 right: 200px;

604}

605.menu_link {

606 left: 0;

607 position: fixed;

608 top: 30%;

609 z-index: 99;

610}

611.menu_link a {

612 color:#fff;

613 padding:10px;

614}

615.color-switch button::after {

616 color: #ffffff;

617 content: "\f122";

618 font-family: "Ionicons";

619

font-size: 14px;

620 opacity: 0;

621}

622.color-switch button {

623 border: 0 none;

624 border-radius: 5px;

625 cursor: pointer;

626 height: 24px;

627 line-height: 24px;

628 margin: 7px 0px 0 0;

629 padding: 0;

630 position: relative;

631 text-align: center;

632 width: 24px;

633}

634.color-switch .active::after {

635 opacity: 1;

636}

637.default {

638 background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%);

639 background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%);

640}

641.green {

642 background-image: -webkit-linear-gradient(left, #40f8a6 0%,#43B1FB 99%);

643 background-image: linear-gradient(to right, #40f8a6 0%,#43B1FB 99%);

644}

645.orange {

646 background-image: -webkit-linear-gradient(left, #f46b45 0%, #eea849 99%);

647 background-image: linear-gradient(to right, #f46b45 0%, #eea849 99%);

648}

649.lightgreen {

650 background-image: -webkit-linear-gradient(left, #de934b 0%, #56d6a7 99%);

651 background-image: linear-gradient(to right, #de934b 0%, #56d6a7 99%);

652}

653.redpink {

654 background-image: -webkit-linear-gradient(left, #FC3465 0%, #C300D8 99%);

655 background-image: linear-gradient(to right, #FC3465 0%, #C300D8 99%);

656}

657.lightpurple {

658 background-image: -webkit-linear-gradient(left, #25cc9c 0%,#9e50e4 99%);

659 background-image: linear-gradient(to right, #25cc9c 0%,#9e50e4 99%);

660}

661

662/* BTN START */

663.btn {

664 border: 0 none;

665 border-radius: 5px;

666 font-size: 16px;

667 font-weight:500;

668 height: 54px;

669 line-height: 54px;

670 padding: 0 25px;

671 position: relative;

672 text-transform: uppercase;

673 vertical-align: middle;

674}

675.btn.btn-radius {

676 border-radius: 40px;

677}

678.btn span {

679 background: #5957cd none repeat scroll 0 0;

680 border-radius: 100%;

681 color: #ffffff;

682 display: inline-block;

683 font-size: 20px;

684 height: 35px;

685 line-height: 38px;

686 margin-left: -20px;

687 margin-right: 13px;

688 padding-left: 2px;

689 position:relative;

690 text-align: center;

691 transition: all 0.5s ease 0s;

692 vertical-align: middle;

693 width: 35px;

694}

695.btn span::after {

696 -webkit-animation: rounded 2.5s infinite ;

697 -moz-animation: rounded 2.5s infinite ;

698 -o-animation: rounded 2.5s infinite ;

699 -ms-transition:rounded 2.5s infinite ;

700 animation: rounded 2.5s infinite ;

701 border: 1px solid #5957cd;

702 border-radius: 100%;

703 bottom: -5px;

704 content: "";

705 display: block;

706 left: -5px;

707 opacity: 0;

708 position: absolute;

709 right: -5px;

710 top: -5px;

711 z-index:-1;

712}

713.btn span::after {

714 animation-delay: 0.8s

715}

716.btn.btn-lg {

717 padding: 0 40px;

718}

719@keyframes rounded {

7200%

721{

722 opacity:0;

723 -webkit-transform: scale(0.5);

724 -moz-transform: scale(0.5);

725 transform: scale(0.5);

726}

72750%

728{

729 opacity:1;

730}

731100%

732{

733 opacity:0;

734 -webkit-transform: scale(1.2);

735 -moz-transform: scale(1.2);

736 transform: scale(1.2);

737}

738}

739.btn em {

740 display: inline-block;

741

742 font-size: 24px;

743 line-height: 24px;

744 margin-right: 10px;

745 vertical-align: middle;

746}

747.btn.active.focus,

748.btn.active:focus,

749.btn.active:hover,

750.btn:active:focus,

751.btn:active:hover,

752.btn.active,

753.btn:active,

754.btn.focus:active,

755.btn:focus,

756.btn.active:not(:disabled):not(.disabled),

757.btn:active:not(:disabled):not(.disabled) {

758 background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 51%,#ff67cb);

759 background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 51%,#ff67cb);

760 box-shadow:none;

761 outline:none;

762}

763.btn-default {

764 background-size: 200% auto;

765 background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 51%,#ff67cb);

766 background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 51%,#ff67cb);

767 border: 0;

768 color: #fff;

769 outline:none;

770 text-transform:uppercase;

771 z-index:2;

772 transition: all 0.5s ease 0s;

773}

774.btn-default:hover {

775 background-position: right center;

776}

777.btn-default:hover,.btn-border:hover {

778 color:#fff;

779}

780.btn-default.active.focus,

781.btn-default.active:focus,

782.btn-default.active:hover,

783.btn-default:active:focus,

784.btn-default:active:hover,

785.btn-default.active,

786.btn-default:active,

787.btn-default.focus:active,

788.btn-default:focus,

789.btn.active:not(:disabled):not(.disabled),

790.btn:active:not(:disabled):not(.disabled) {

791 background-image: -webkit-linear-gradient(left, #ffcc67 0%,#ff67cb 51%,#ffcc67);

792 background-image: linear-gradient(to right, #ffcc67 0%,#ff67cb 51%,#ffcc67);

793 box-shadow:none;

794 color: #fff;

795 outline:none;

796}

797.btn-border {

798 background-image: -webkit-linear-gradient(left, #ffcc67 0%,#ff67cb 99%);

799 background-image: linear-gradient(to right, #ffcc67 0%,#ff67cb 99%);

800 border: 0;

801 color: #fff;

802 outline:none;

803 text-transform:uppercase;

804 z-index:2;

805}

806.btn-border::after {

807 background-color: #5957cd;

808 border-radius: 5px;

809 bottom: 0;

810 content: "";

811 left: 0;

812 margin: 2px;

813 position: absolute;

814 right: 0;

815 top: 0;

816 transition: all 0.5s ease 0s;

817 z-index: -1;

818}

819.btn-border.btn-white-bg::after {

820 background-color: #fff;

821}

822.btn-border.btn-white-bg {

823 color: #5957cd;

824}

825.btn-border.btn-white-bg:hover,

826.btn-border.btn-white-bg:focus {

827 color: #fff;

828}

829.btn-border.btn-radius::after {

830 border-radius: 40px;

831}

832.btn-border:hover:after,

833.btn-border:focus:after {

834 opacity :0;

835}

836.btn.btn-border:hover,

837.btn.btn-border.active.focus,

838.btn.btn-border.active:focus,

839.btn.btn-border.active:hover,

840.btn.btn-border:active:focus,

841.btn.btn-border:active:hover,

842.btn.btn-border.active,

843.btn.btn-border:active,

844.btn.btn-border.focus:active,

845.btn.btn-border:focus {

846 background-image: -webkit-linear-gradient(left, #ffcc67 0%,#ff67cb 99%);

847 background-image: linear-gradient(to right, #ffcc67 0%,#ff67cb 99%);

848}

849

850.btn i {

851 font-size: 30px;

852 line-height: 24px;

853 margin-left: 5px;

854 padding-top: 4px;

855 vertical-align: middle;

856}

857.btn i.fa {

858 font-size: 16px;

859 margin-left: 0;

860 margin-right: 10px;

861 margin-top: -2px;

862 padding: 0;

863}

864.btn-primary {

865 background: rgba(0, 0, 0, 0);

866 color: #5957cd;

867 -moz-transition: all 0.5s ease 0s;

868 -webkit-transition: all 0.5s ease 0s;

869 transition: all 0.5s ease 0s;

870}

871.btn-primary:hover,

872.btn-primary.active.focus,

873.btn-primary.active:focus,

874.btn-primary.active:hover,

875.btn-primary:active:focus,

876.btn-primary:active:hover,

877.btn-primary.active,

878.btn-primary:active,

879.btn-primary.focus:active,

880.btn-primary:focus,

881.btn-primary.active:focus:not(:disabled):not(.disabled),

882.btn-primary:active:focus:not(:disabled):not(.disabled),

883.btn-primary.active:not(:disabled):not(.disabled),

884.btn-primary:active:not(:disabled):not(.disabled) {

885 background: rgba(0, 0, 0, 0) !important;

886 box-shadow :none;

887 color: #5957cd;

888 padding-left: 30px;

889}

890.btn-info {

891 background: #5957cd none repeat scroll 0 0;

892 height: auto;

893 line-height: normal;

894 padding: 12px 30px;

895}

896.btn-info:hover,

897.btn-info.active,

898.btn-info:focus,

899.btn-info.active:not(:disabled):not(.disabled),

900.btn-info:active:not(:disabled):not(.disabled),

901.btn-info.active:focus:not(:disabled):not(.disabled),

902.btn-info:active:focus:not(:disabled):not(.disabled) {

903 background: #4241b8;

904 box-shadow: none;

905}

906.box_shadow,

907.box_shadow:hover,

908.box_shadow.active,

909.box_shadow:focus,

910.box_shadow.active:focus:not(:disabled):not(.disabled),

911.box_shadow:active:focus:not(:disabled):not(.disabled),

912.box_shadow.active:not(:disabled):not(.disabled),

913.box_shadow:active:not(:disabled):not(.disabled) {

914 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);

915}

916.btn-border-white {

917 border: 2px solid #ffffff;

918 color: #ffffff;

919}

920.btn-border-white:hover,

921.btn-border-white.active.focus,

922.btn-border-white.active:focus,

923.btn-border-white.active:hover,

924.btn-border-white:active:focus,

925.btn-border-white:active:hover,

926.btn-border-white.active,

927.btn-border-white:active,

928.btn-border-white.focus:active,

929.btn-border-white:focus,

930.btn.btn-border-white.active:not(:disabled):not(.disabled),

931.btn.btn-border-white:active:not(:disabled):not(.disabled) {

932 background-color: #ffffff;

933 background-image: none;

934 color: #000000;

935}

936.btn-white,

937button.btn-white {

938 background: rgba(255,255,255,0.20);

939 color: #fff;

940}

941.btn-white:hover,

942.btn-white.active.focus,

943.btn-white.active:focus,

944.btn-white.active:hover,

945.btn-white:active:focus,

946.btn-white:active:hover,

947.btn-white.active,

948.btn-white:active,

949.btn-white.focus:active,

950.btn-white:focus,

951.btn.btn-white.active:not(:disabled):not(.disabled),

952.btn.btn-white:active:not(:disabled):not(.disabled) {

953 background: rgba(255,255,255,0.20);

954}

955.scrollup {

956 border-radius: 4px;

957 bottom: 30px;

958 color: #ffffff;

959 display: none;

960 font-size: 30px;

961 height: 40px;

962 line-height: 40px;

963 position: fixed;

964 right: 20px;

965 text-align: center;

966 width: 40px;

967 z-index: 99;

968}

969.btn + .btn:last-child {

970 margin-left: 10px;

971}

972.angle_top {

973 border-right: 100vw solid rgba(0, 0, 0, 0);

974 border-top: 100px solid #ffffff;

975 display: block;

976 height: 0;

977 position: absolute;

978 right: 0;

979 top: 0;

980 width: 0;

981 z-index: 1;

982}

983.angle_bottom {

984 border-bottom: 100px solid #ffffff;

985 border-left: 100vw solid rgba(0, 0, 0, 0);

986 bottom: 0;

987 display: block;

988 height: 0;

989 position: absolute;

990 right: 0;

991 width: 0;

992 z-index: 9;

993}

994

995.bounceimg{

996 -webkit-animation: bounceimg 1s ease-in-out 0s infinite alternate;

997 animation: bounceimg 1s ease-in-out 0s infinite alternate;

998}

999@-webkit-keyframes bounceimg {

1000from {

1001 -webkit-transform: translateY(0px);

1002 transform: translateY(0px);

1003}

1004to {

1005 -webkit-transform: translateY(-20px);

1006 transform: translateY(-20px);

1007}

1008}

1009

1010@keyframes bounceimg {

1011from {

1012 -webkit-transform: translateY(0px);

1013 transform: translateY(0px);

1014}

1015to {

1016 -webkit-transform: translateY(-20px);

1017 transform: translateY(-20px);

1018}

1019}

1020

1021.v_blue .btn-info ,

1022.v_navy_blue .btn-info {

1023 background-color: #0d469f;

1024}

1025.v_blue .btn-info:hover,

1026.v_blue .btn-info.active,

1027.v_blue .btn-info:focus,

1028.v_blue .btn-info.active:not(:disabled):not(.disabled),

1029.v_blue .btn-info:active:not(:disabled):not(.disabled),

1030.v_blue .btn-info.active:focus:not(:disabled):not(.disabled),

1031.v_blue .btn-info:active:focus:not(:disabled):not(.disabled),

1032.v_navy_blue .btn-info:hover,

1033.v_navy_blue .btn-info.active,

1034.v_navy_blue .btn-info:focus,

1035.v_navy_blue .btn-info.active:not(:disabled):not(.disabled),

1036.v_navy_blue .btn-info:active:not(:disabled):not(.disabled),

1037.v_navy_blue .btn-info.active:focus:not(:disabled):not(.disabled),

1038.v_navy_blue .btn-info:active:focus:not(:disabled):not(.disabled) {

1039 background-color: #0b267d;

1040}

1041.v_dark .btn-border::after {

1042 background-color: #0c0e27;

1043}

1044.v_dark .btn-info,

1045.v_light_dark .btn-info {

1046 background-color: #0c0e27;

1047}

1048.v_dark .btn-info:hover,

1049.v_dark .btn-info.active,

1050.v_dark .btn-info:focus,

1051.v_dark .btn-info.active:not(:disabled):not(.disabled),

1052.v_dark .btn-info:active:not(:disabled):not(.disabled),

1053.v_dark .btn-info.active:focus:not(:disabled):not(.disabled),

1054.v_dark .btn-info:active:focus:not(:disabled):not(.disabled),

1055.v_light_dark .btn-info:hover,

1056.v_light_dark .btn-info.active,

1057.v_light_dark .btn-info:focus,

1058.v_light_dark .btn-info.active:not(:disabled):not(.disabled),

1059.v_light_dark .btn-info:active:not(:disabled):not(.disabled),

1060.v_light_dark .btn-info.active:focus:not(:disabled):not(.disabled),

1061.v_light_dark .btn-info:active:focus:not(:disabled):not(.disabled) {

1062 background-color: #161d3e;

1063}

1064.v_navy_blue .btn-border::after {

1065 background-color: #052d85;

1066}

1067.bg_light .angle_top {

1068 border-top-color: #f7fafc;

1069}

1070.bg_light .angle_bottom {

1071 border-bottom-color: #f7fafc;

1072}

1073.v_light_purple .btn-border.btn-white-bg {

1074 color: #280e3b;

1075}

1076.v_light_purple .btn-border.btn-white-bg:hover,

1077.v_light_purple .btn-border.btn-white-bg:focus {

1078 color: #fff;

1079}

1080.v_light_purple .btn-white:hover,

1081.v_light_purple .btn-white.active.focus,

1082.v_light_purple .btn-white.active:focus,

1083.v_light_purple .btn-white.active:hover,

1084.v_light_purple .btn-white:active:focus,

1085.v_light_purple .btn-white:active:hover,

1086.v_light_purple .btn-white.active,

1087.v_light_purple .btn-white:active,

1088.v_light_purple .btn-white.focus:active,

1089.v_light_purple .btn-white:focus,

1090.v_light_purple .btn.btn-white.active:not(:disabled):not(.disabled),

1091.v_light_purple .btn.btn-white:active:not(:disabled):not(.disabled) {

1092 background: rgba(255,255,255,0.20);

1093 color: #00fdfa;

1094}

1095/* BTN END */

1096/*===================================*

1097 01.END GENERAL STYLE

1098*===================================*/

1099

1100/*===================================*

110102. HEADER DESIGN

1102*===================================*/

1103header {

1104 height: 110px;

1105 padding: 25px 50px;

1106 transition: all 0.4s ease 0s;

1107}

1108.hb_box_shadow {

1109 box-shadow: 0 0 1px rgba(255,255,255,0.3);

1110}

1111.navbar {

1112 padding: 0;

1113}

1114.navbar-brand {

1115 margin: 0;

1116 padding: 0;

1117}

1118.modal-open header.fixed-top {

1119 padding: 5px 0 !important;

1120}

1121.nav-fixed,

1122header.active,

1123.spop {

1124 background-color: #4241b8;

1125 box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

1126}

1127header.nav-fixed {

1128 height: 70px;

1129 padding: 5px 0;

1130}

1131.nav-fixed .navbar-brand img {

1132 max-width: 180px;

1133}

1134header.no-sticky {

1135 left: 0;

1136 position: absolute;

1137 right: 0;

1138}

1139header .navbar-nav a {

1140 color: #ffffff;

1141}

1142.navbar-expand-lg .navbar-nav > li {

1143 padding: 0 12px;

1144}

1145.navbar-expand-lg .navbar-nav > li:last-child {

1146 padding-right: 0;

1147}

1148header a:hover,

1149.navbar-nav li a.active,

1150.navbar-nav .dropdown-menu li.active a {

1151 color: #ff69c9;

1152}

1153.navbar-expand-lg .navbar-nav .nav-link {

1154 padding: 15px 0;

1155 font-weight:500;

1156 position:relative;

1157 text-transform:uppercase;

1158}

1159.navbar-expand-lg .navbar-nav .nav-link.nav_icon {

1160 background-color: rgba(255,255,255,0.2);

1161 height: 32px;

1162 width: 32px;

1163 border-radius: 100%;

1164 line-height: 32px;

1165 padding: 0;

1166 text-align: center;

1167 margin: 15px 0;

1168}

1169.navbar-expand-lg .navbar-nav > li > .nav-link.active:before {

1170 background-color: #ff69c9;

1171 bottom: 10px;

1172 content: "";

1173 height: 1px;

1174 left: 0;

1175 position: absolute;

1176 right: 0;

1177 width: 100%;

1178}

1179.navbar-expand-lg .nav_btn > li {

1180 margin-left: 15px;

1181 padding: 0;

1182}

1183.navbar-expand-lg .nav_btn > li:first-child {

1184 margin: 0;

1185}

1186.navbar-expand-lg .navbar-nav.nav_btn a {

1187 border:0;

1188 height: auto;

1189 line-height: normal;

1190}

1191.navbar-expand-lg .navbar-nav.nav_btn a.btn {

1192 padding: 10px 25px;

1193}

1194.dropdown-toggle::after,.dropdown-toggler::after {

1195 border: 0 none;

1196 content: "";

1197 font-family: ionicons;

1198 height: auto;

1199 line-height: normal;

1200 margin-left: 5px;

1201 vertical-align: middle;

1202 width: auto;

1203}

1204.navbar-nav .dropdown-menu {

1205 background-color: #4241b8;

1206 border: 0;

1207 border-radius: 0;

1208 margin: 0;

1209 padding: 0px;

1210}

1211.dropdown-item:focus,

1212.dropdown-item:hover {

1213 background-color: rgba(0, 0, 0, 0);

1214 color: #ff69c9;

1215 padding: 10px;

1216}

1217.navbar-expand-lg .navbar-nav li {

1218 position:relative;

1219}

1220.navbar-expand-lg .navbar-nav .dropdown-item {

1221 color: #ffffff;

1222

font-size:14px;

1223 font-weight:500;

1224 padding: 3px 10px;

1225 text-transform:capitalize;

1226}

1227.navbar-expand-lg .navbar-nav .dropdown-item:hover {

1228 color:#ff69c9;

1229}

1230.navbar-expand-lg .navbar-nav .dropdown-item.active,

1231.navbar-expand-lg .navbar-nav .dropdown.show > a {

1232 background-color: transparent;

1233 color:#ff69c9;

1234}

1235.lng_dropdown .dd.ddcommon {

1236 cursor:pointer;

1237 padding-right: 10px;

1238 position: relative;

1239 width: 70px !important;

1240}

1241.arrow::before {

1242 color: #ffffff;

1243 content: "";

1244 font-family: ionicons;

1245 position: absolute;

1246 right: 0;

1247 top: 0;

1248}

1249.lng_dropdown .divider {

1250 display: none;

1251}

1252.lng_dropdown .ddTitleText img,

1253.lng_dropdown .ddChild li img {

1254 border-radius: 100%;

1255 display: inline-block;

1256 height: 20px;

1257 width: 20px;

1258}

1259.lng_dropdown .ddTitleText {

1260 cursor: pointer;

1261}

1262.lng_dropdown .ddlabel {

1263 color: #ffffff;

1264 display: inline-block;

1265 margin-left: 8px;

1266 vertical-align: middle;

1267}

1268.lng_dropdown .border {

1269 border: 0 none !important;

1270}

1271.lng_dropdown .ddChild {

1272 background-color: #4241b8;

1273 left: -9px;

1274 margin-top: 0;

1275 padding: 5px 9px;

1276 top: 100% !important;

1277}

1278.lng_dropdown .ddChild li {

1279 cursor:pointer;

1280 line-height: normal;

1281 list-style: outside none none;

1282 padding: 2px 0;

1283}

1284.logo_dark {

1285 display:none;

1286}

1287

1288.v_blue .nav-fixed,

1289.v_blue header.active,

1290.v_blue .navbar-nav .dropdown-menu,

1291.v_blue .lng_dropdown .ddChild,

1292.v_blue .spop,

1293.v_navy_blue .nav-fixed,

1294.v_navy_blue header.active,

1295.v_navy_blue .navbar-nav .dropdown-menu,

1296.v_navy_blue .lng_dropdown .ddChild,

1297.v_navy_blue .spop {

1298 background-color: #121a6d;

1299}

1300.v_dark .nav-fixed,

1301.v_dark header.active,

1302.v_dark .navbar-nav .dropdown-menu,

1303.v_dark .lng_dropdown .ddChild,

1304.v_dark .spop,

1305.v_light_dark .nav-fixed,

1306.v_light_dark header.active,

1307.v_light_dark .navbar-nav .dropdown-menu,

1308.v_light_dark .lng_dropdown .ddChild,

1309.v_light_dark .spop {

1310 background-color: #262d4e;

1311}

1312.v_blue_light .nav-fixed,

1313.v_blue_light header.active,

1314.v_blue_light .navbar-nav .dropdown-menu,

1315.v_blue_light .lng_dropdown .ddChild,

1316.v_blue_light .spop,

1317.v_royal_blue .nav-fixed,

1318.v_royal_blue header.active,

1319.v_royal_blue .navbar-nav .dropdown-menu,

1320.v_royal_blue .lng_dropdown .ddChild,

1321.v_royal_blue .spop {

1322 background-color: #081990;

1323}

1324.v_light_purple .nav-fixed,

1325.v_light_purple header.active,

1326.v_light_purple .navbar-nav .dropdown-menu,

1327.v_light_purple .lng_dropdown .ddChild,

1328.v_light_purple .spop {

1329 background-color: #3e1084;

1330}

1331.v_cyan_blue .nav-fixed,

1332.v_cyan_blue header.active,

1333.v_cyan_blue .navbar-nav .dropdown-menu,

1334.v_cyan_blue .lng_dropdown .ddChild {

1335 background-color: #193d85;

1336}

1337.v_light_purple header {

1338 padding: 10px 0;

1339 height: auto;

1340}

1341/*===================================*

134202. END HEADER DESIGN

1343*===================================*/

1344

1345/*===================================*

134603. BANNER SECTION

1347*===================================*/

1348.banner_effect {

1349 bottom: 0;

1350 height: 100%;

1351 left: 0;

1352 position: absolute;

1353 right: 0;

1354 top: 0;

1355}

1356.transparent_effect {

1357 height: 100%;

1358 opacity: 0.4;

1359 position: absolute;

1360 top: 0;

1361}

1362.transparent_effect.fixed {

1363 position: fixed;

1364 z-index:1;

1365}

1366.banner_rouded_bg {

1367 border-radius: 0 0 400px;

1368 height: 100%;

1369 left: 0;

1370 overflow: hidden;

1371 position: absolute;

1372 top: 0;

1373 -moz-transform: skewY(3deg);

1374 -webkit-transform: skewY(3deg);

1375 transform: skewY(3deg);

1376 transform-origin: right top 0;

1377 width: 100%;

1378 z-index: -1;

1379}

1380.section_banner {

1381 background-position: left bottom;

1382 background-size: cover;

1383 padding: 200px 0 100px;

1384 position: relative;

1385 overflow:hidden;

1386}

1387.banner_full_height {

1388 min-height: 100vh;

1389 height:100%;

1390}

1391.section_banner.banner_shape {

1392 padding-bottom: 200px;

1393}

1394.banner_bg1 {

1395 background-image:url('../images/banner_bg1.png');

1396}

1397.banner_text h1 {

1398 color: #ffffff;

1399 font-weight: bold;

1400 margin-bottom:25px;

1401}

1402.banner_text_s2 h1 {

1403 font-weight: normal;

1404 margin-bottom: 25px;

1405}

1406.banner_text h3 {

1407 color: #ffffff;

1408 font-weight: bold;

1409 margin-bottom:20px;

1410}

1411.banner_text p {

1412 color:#fff;

1413}

1414.banner_image_right {

1415 min-width: 690px;

1416}

1417.banner_image_left {

1418 left: -25%;

1419 min-width: 690px;

1420 position: relative;

1421}

1422.btn_group .btn {

1423 display: inline-block;

1424}

1425.social_icon {

1426 display: inline-block;

1427 vertical-align: middle;

1428}

1429.social_icon li {

1430 float:left;

1431 margin-right:10px;

1432}

1433.social_icon li a i {

1434 background-color: #ffffff;

1435 border-radius: 100%;

1436 display: block;

1437 height: 30px;

1438 line-height: 30px;

1439 text-align: center;

1440 width: 30px;

1441}

1442.social_bg_tran li a i {

1443 background-color: rgba(255,255,255,0.10);

1444}

1445.banner_inner .alert {

1446 border: 0 none;

1447 border-radius: 5px 5px 0 0;

1448 display: table;

1449 font-weight:normal;

1450 margin: 0 auto;

1451 padding: 8px 25px 5px;

1452}

1453.alert-warning {

1454 background-color: #ffc66c;

1455 color: #000000;

1456}

1457.section_banner .tk_counter_inner {

1458 border:0;

1459}

1460.tk_counter_inner .progress,

1461.tk_counter_inner .progress-bar {

1462 border-radius: 20px;

1463 color: #5957cd;

1464

font-size: 14px;

1465 text-align: right;

1466}

1467.tk_counter_inner .progress-bar {

1468 padding-right: 12px;

1469}

1470.tk_counter_inner .progress {

1471 background-color: transparent;

1472 border: 1px solid #fff;

1473 height: 23px;

1474 margin-bottom: 40px;

1475 margin-top: 50px;

1476 overflow: visible;

1477 position: relative;

1478}

1479.tk_counter_inner .progress-bar {

1480 background: #fff;

1481 font-weight: 600;

1482}

1483.token_box .progress-bar-success {

1484 background-color: #05B5FF;

1485}

1486.progress .progress_label {

1487 background-color: #000000;

1488 bottom: -6px;

1489 color: #ffffff;

1490 line-height: 1;

1491 position: absolute;

1492 top: -6px;

1493 width: 1px;

1494}

1495.progress .progress_label strong {

1496

font-size: 14px;

1497 font-weight: 600;

1498 left: 50%;

1499 margin-top: 5px;

1500 position: absolute;

1501 top: 100%;

1502 -webkit-transform: translateX(-50%);

1503 -ms-transform: translateX(-50%);

1504 -moz-transform: translateX(-50%);

1505 transform: translateX(-50%);

1506 white-space: nowrap;

1507}

1508.progress_max_val {

1509 color: #ffffff;

1510

font-size: 14px;

1511 font-weight: 600;

1512 padding: 0 5px;

1513 position: absolute;

1514 right: 0;

1515 top: -30px;

1516}

1517.progress_min_val {

1518 color: #ffffff;

1519

font-size: 14px;

1520 font-weight: 600;

1521 padding: 0 5px;

1522 position: absolute;

1523 left: 0;

1524 top: -30px;

1525}

1526.icon_list li {

1527 line-height: normal;

1528 padding: 0 5px;

1529}

1530.icon_list li i {

1531 color: #ffffff;

1532 font-size: 20px;

1533}

1534.bg-white .tk_countdown_time {

1535 background-color: #ffffff;

1536 border: 1px solid #5857ee;

1537 border-radius: 5px;

1538 box-shadow: none;

1539}

1540.bg-white .progress-bar {

1541 background: #5957cd;

1542}

1543.bg-white .progress {

1544 border-color: #5957cd;

1545}

1546.bg-white .tk_counter,

1547.bg-white .progress_min_val,

1548.bg-white .progress_max_val,

1549.bg-white .progress .progress_label {

1550 color:#5957cd;

1551}

1552.bg-white .progress,

1553.bg-white .progress-bar {

1554 color:#fff;

1555}

1556.bg-white .tk_text {

1557 color:#7a7a7a;

1558}

1559.bg-white .icon_list li i {

1560 color: #7a79d7;

1561}

1562.banner_cl_logo {

1563 margin-top: 20px;

1564}

1565.tk_counter_inner .progress-bar.gradient {

1566 background:

-webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%);

1567 background: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%);

1568}

1569.banner_rounded_bg {

1570 height: 561px;

1571 left: 50%;

1572 min-width: 561px;

1573 position: absolute;

1574 top: -20%;

1575 width: 561px;

1576 z-index: -1;

1577 -moz-transform: translateX(-50%);

1578 -webkit-transform: translateX(-50%);

1579 transform: translateX(-50%);

1580}

1581.banner_rounded_bg img{

1582 -webkit-animation: swing 100s infinite linear;

1583 -moz-animation: swing 100s infinite linear;

1584 -o-animation: swing 100s infinite linear;

1585 animation: swing 100s infinite linear;

1586}

1587.banner_img {

1588 text-align: right;

1589}

1590.banner_rounded_shape::before {

1591 background-color: rgba(8, 22, 139, 0.3);

1592 border-radius: 100%;

1593 content: "";

1594 height: 968px;

1595 left: -160px;

1596 opacity: 1;

1597 position: absolute;

1598 right: 0;

1599 top: -165px;

1600 transform: skew(-1deg);

1601 width: 1240px;

1602 z-index: 0;

1603}

1604.banner_rounded_shape::after {

1605 background-color: rgba(8, 22, 139, 0.3);

1606 border-radius: 100%;

1607 content: "";

1608 height: 968px;

1609 left: -200px;

1610 opacity: 1;

1611 position: absolute;

1612 right: 0;

1613 top: -205px;

1614 transform: skew(-1deg);

1615 width: 1240px;

1616 z-index: 0;

1617}

1618.banner_section {

1619 padding-bottom: 200px;

1620 padding-top: 120px;

1621}

1622.banner_wave {

1623 bottom: 0;

1624 left: 0;

1625 position: absolute;

1626 right: 0;

1627 fill: #ffffff;

1628}

1629.banner-shape {

1630 position: absolute;

1631 top: 0;

1632 left: 0;

1633}

1634.banner_pattern {

1635 position: absolute;

1636 top: 150px;

1637 left: 50px;

1638}

1639.scrolldown {

1640 position: absolute;

1641 bottom: 20px;

1642 right: 0;

1643 left: 0;

1644 margin: 0 auto;

1645 text-align: center;

1646}

1647.scrolldown a {

1648 border: 1px solid #fff;

1649 border-radius: 100%;

1650 color: #fff;

1651 display: block;

1652 line-height: 50px;

1653 margin: 0 auto;

1654 font-size: 30px;

1655 height: 50px;

1656 width: 50px;

1657}

1658.vertical_social {

1659 background-color: #0E082C;

1660 position: fixed;

1661 left: 0px;

1662 top: 50%;

1663 padding: 10px 0px;

1664 text-align: center;

1665 -moz-transform: translateY(-50%);

1666 -webkit-transform: translateY(-50%);

1667 transform: translateY(-50%);

1668 z-index:100;

1669}

1670.vertical_social li {

1671 padding: 3px 15px;

1672}

1673.vertical_social li a {

1674 color: #fff;

1675 display: block;

1676}

1677.vertical_social li a:hover {

1678 color: #ff69c9;

1679}

1680.bg-white-tran,

1681.tk_countdown.bg-white-tran {

1682 background-color: rgba(255,255,255,0.10);

1683}

1684.presale_status {

1685 padding: 20px 40px;

1686 border-left: 1px solid rgba(255,255,255,0.10)

1687}

1688.token_countdown {

1689 padding: 20px;

1690}

1691@keyframes move_wave {

1692 0% {

1693 transform: translateX(0) translateZ(0)

1694 }

1695 50% {

1696 transform: translateX(-25%) translateZ(0)

1697 }

1698 100% {

1699 transform: translateX(-50%) translateZ(0)

1700 }

1701}

1702@keyframes move_wave_reverse {

1703 0% {

1704 transform: translateX(0) translateZ(0) scaleY(1)

1705 }

1706 50% {

1707 transform: translateX(25%) translateZ(0) scaleY(0.55)

1708 }

1709 100% {

1710 transform: translateX(50%) translateZ(0) scaleY(1)

1711 }

1712}

1713.waveWrapper {

1714 overflow: hidden;

1715 position: absolute;

1716 left: 0;

1717 right: 0;

1718 bottom: 0;

1719 margin: auto;

1720 height: 100px;

1721}

1722.wave {

1723 position: absolute;

1724 left: 0;

1725 width: 200%;

1726 height: 100%;

1727 background-repeat: repeat no-repeat;

1728 background-position: 0 bottom;

1729 transform-origin: center bottom;

1730}

1731.waveTop {

1732 background-size: 50% 100px;

1733 background-image: url('../images/wave.png');

1734 animation: move_wave_reverse 10s linear infinite;

1735 right: 0;

1736 left: auto;

1737}

1738.waveMiddle {

1739 background-size: 50% 100px;

1740 background-image: url('../images/wave.png');

1741 animation: move_wave 10s linear infinite;

1742}

1743.icon_title {

1744 display: block;

1745 font-weight: 600;

1746 margin-bottom: 10px;

1747 text-transform: capitalize;

1748}

1749.currency_icon li {

1750 display: inline-block;

1751 margin-right: 20px;

1752 color: #fff

1753}

1754.currency_icon li i {

1755 font-size: 20px;

1756 margin-right: 10px;

1757}

1758.banner_token {

1759 padding: 20px;

1760 border-radius: 10px 10px 0 0;

1761}

1762.token_col {

1763 width: 40%;

1764 padding: 0 15px;

1765}

1766.progress_col {

1767 width: 40%;

1768 padding: 0 15px;

1769}

1770.btn_col {

1771 width: 20%;

1772 padding: 0 15px;

1773}

1774.banner_partner_logo {

1775 padding: 30px;

1776 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);

1777 margin-top: -50px;

1778}

1779

1780.v_light_purple .tk_counter_inner .progress-bar {

1781 background-color: #461e74;

1782 color: #fff;

1783 font-weight: normal;

1784}

1785.v_cyan_blue .tk_counter_inner .progress-bar {

1786 color: #0c0e27;

1787 font-weight: 500;

1788}

1789

1790/*===================================*

179103. END BANNER SECTION

1792*===================================*/

1793

1794/*===================================*

179504. WHY CHOOSE SECTION

1796*===================================*/

1797.box_wrap {

1798 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

1799 margin-top: 30px;

1800 padding: 20px 15px;

1801 transition: all 0.5s ease 0s;

1802}

1803.radius_box {

1804 border-radius: 5px;

1805}

1806.box_wrap h4,

1807.work_inner h4 {

1808 color: #7a7a7a;

1809 font-size: 22px;

1810 font-weight: 600;

1811 margin-bottom: 20px;

1812 margin-top: 20px;

1813}

1814.box_wrap p {

1815 margin:0;

1816}

1817.ripple_effect_left_bottom {

1818 position: absolute;

1819 bottom: 0;

1820 left: 0;

1821 width: 700px;

1822 height: 700px;

1823 overflow: hidden;

1824}

1825.ripple_effect_right_top {

1826 position: absolute;

1827 top: 0;

1828 right: 0;

1829 width: 700px;

1830 height: 700px;

1831 overflow: hidden;

1832}

1833.ripple_effect_right_top .circle_bg1 {

1834 border-radius: 100%;

1835 height: 100%;

1836 width: 100%;

1837 position: absolute;

1838 right: -350px;

1839 top: -350px;

1840 left: auto;

1841 bottom: auto;

1842}

1843.circle_bg1 {

1844 border-radius: 100%;

1845 height: 100%;

1846 width: 100%;

1847 position: absolute;

1848 left: -350px;

1849 bottom: -350px;

1850}

1851.circle_bg1 span{

1852 display: block;

1853 position: absolute;

1854 top: 0;

1855 right: 0;

1856 bottom: 0;

1857 left: 0;

1858 border-radius: 50%;

1859 height: 100%;

1860 width: 100%;

1861 -moz-transform: scale(0);

1862 -webkit-transform: scale(0);

1863 transform: scale(0);

1864 -webkit-animation-name:ripple;

1865 -moz-animation-name:ripple;

1866 -o-animation-name:ripple;

1867 animation-name:ripple;

1868 -webkit-animation-duration:4s;

1869 -moz-animation-duration:4s;

1870 -o-animation-duration:4s;

1871 animation-duration:4s;

1872 -webkit-animation-delay:6s;

1873 -moz-animation-delay:6s;

1874 -o-animation-delay:6s;

1875 animation-delay:6s;

1876 -webkit-animation-iteration-count:infinite;

1877 -moz-animation-iteration-count:infinite;

1878 -o-animation-iteration-count:infinite;

1879 animation-iteration-count:infinite;

1880 -webkit-animation-timing-function:linear;

1881 -moz-animation-timing-function:linear;

1882 -o-animation-timing-function:linear;

1883 animation-timing-function:linear;

1884 border:1px solid rgba(255,255,255,0.2);

1885}

1886.circle_bg1 span:nth-child(2) {

1887 -webkit-animation-delay:5s;

1888 -moz-animation-delay:5s;

1889 -o-animation-delay:5s;

1890 animation-delay:5s;

1891}

1892.circle_bg1 span:nth-child(3) {

1893 -webkit-animation-delay:4s;

1894 -moz-animation-delay:4s;

1895 -o-animation-delay:4s;

1896 animation-delay:4s;

1897}

1898.circle_bg1 span:nth-child(4) {

1899 -webkit-animation-delay:3s;

1900 -moz-animation-delay:3s;

1901 -o-animation-delay:3s;

1902 animation-delay:3s;

1903}

1904.circle_bg1 span:nth-child(5) {

1905 -webkit-animation-delay:2s;

1906 -moz-animation-delay:2s;

1907 -o-animation-delay:2s;

1908 animation-delay:2s;

1909}

1910.circle_bg1 span:nth-child(6) {

1911 -webkit-animation-delay:1s;

1912 -moz-animation-delay:1s;

1913 -o-animation-delay:1s;

1914 animation-delay:1s;

1915}

1916

1917@-webkit-keyframes ripple{

1918 0% {-webkit-transform:scale(0.1);transform:scale(.01); opacity:1;}

1919 50% {-webkit-transform:scale(.5);transform:scale(.5); opacity:1;}

1920 100% {-webkit-transform:scale(1);transform:scale(1); opacity:0;}

1921}

1922@-moz-keyframes ripple {

1923 0% {-moz-transform:scale(0.1);transform:scale(.01); opacity:1;}

1924 50% {-moz-transform:scale(.5);transform:scale(.5); opacity:1;}

1925 100% {-moz-transform:scale(1);transform:scale(1); opacity:0;}

1926}

1927@-o-keyframes ripple {

1928 0% {-o-transform:scale(0.1);transform:scale(.01); opacity:1;}

1929 50% {-o-transform:scale(.5);transform:scale(.5); opacity:1;}

1930 100% {-o-transform:scale(1);transform:scale(1); opacity:0;}

1931}

1932@keyframes ripple{

1933 0% {transform:scale(0.1);transform:scale(0.1); opacity:1;}

1934 50% {transform:scale(.5);transform:scale(.5); opacity:1;}

1935 100% {transform:scale(1);transform:scale(1); opacity:0;}

1936}

1937

1938.circle_bg1 span::before {

1939 background-color: rgba(255, 255, 255, 0.2);

1940 border-radius: 100%;

1941 content: "";

1942 height: 15px;

1943 position: absolute;

1944 width: 15px;

1945}

1946.circle_bg1 span:first-child:before {

1947 right: 10px;

1948 top: 230px;

1949}

1950.circle_bg1 span:nth-child(2):before {

1951 right: 100px;

1952 top: 89px;

1953}

1954.circle_bg1 span:nth-child(3):before {

1955 right: 240px;

1956 top: 7px;

1957}

1958.circle_bg1 span:nth-child(4):before {

1959 right: 100px;

1960 top: 89px;

1961}

1962.ripple_effect_right_top .circle_bg1 span:first-child:before {

1963 left: 8px;

1964 bottom: 236px;

1965 top: auto;

1966}

1967.ripple_effect_right_top .circle_bg1 span:nth-child(2):before {

1968 left: 100px;

1969 bottom: 89px;

1970 top: auto;

1971}

1972.ripple_effect_right_top .circle_bg1 span:nth-child(3):before {

1973 left: 240px;

1974 bottom: 7px;

1975 top:auto;

1976}

1977.ripple_effect_right_top .circle_bg1 span:nth-child(4):before {

1978 left: 100px;

1979 bottom: 89px;

1980 top: auto;

1981}

1982.circle_bg1.circle_bg_color1 span::before {

1983 background-color: #21d397;

1984}

1985.box_wrapper {

1986 padding: 20px 15px;

1987 position: relative;

1988 margin-top: 20px;

1989 transition: all 0.5s ease-in-out;

1990}

1991.icon_box {

1992 float: left;

1993 margin-right: 20px;

1994}

1995.box_desc {

1996 overflow: hidden;

1997}

1998.box_desc h4 {

1999 font-size: 18px;

2000 font-weight: 600;

2001}

2002.box_desc p {

2003 margin: 0;

2004}

2005.box_wrapper:hover {

2006 background-color: #fff;

2007}

2008.box_wrapper:before {

2009 border-right: 1px solid #5957cd;

2010 border-top: 1px solid #5957cd;

2011 content: "";

2012 height: 0px;

2013 position: absolute;

2014 right: 0;

2015 opacity: 0;

2016 top: 0;

2017 width: 0px;

2018 visibility: hidden;

2019 transition: all 0.3s ease-in-out;

2020}

2021.box_wrapper:after {

2022 bottom: 0;

2023 border-left: 1px solid #5957cd;

2024 border-bottom: 1px solid #5957cd;

2025 content: "";

2026 height: 0px;

2027 left: 0;

2028 opacity: 0;

2029 position: absolute;

2030 width: 0px;

2031 visibility: hidden;

2032 transition: all 0.3s ease-in-out;

2033}

2034.box_wrapper:hover:before,

2035.box_wrapper:hover:after {

2036 height: 40px;

2037 opacity: 1;

2038 width: 40px;

2039 visibility: visible;

2040}

2041.presale_txt mark {

2042 border-radius: 4px;

2043 color: #fff;

2044 padding: 0 8px;

2045}

2046

2047.v_blue_pro .box_wrap {

2048 background-color: #4a49bf;

2049}

2050.v_blue_pro .box_wrap h4,

2051.v_blue_pro .box_wrap p,

2052.v_dark .box_wrap h4,

2053.v_dark .box_wrap p,

2054.v_royal_blue .box_wrap h4,

2055.v_royal_blue .box_wrap p,

2056.v_navy_blue .box_wrap h4,

2057.v_navy_blue .box_wrap p {

2058 color: #ffffff;

2059}

2060.v_dark .box_wrap {

2061 background-color: #121833;

2062}

2063.v_light_purple .box_desc h4 {

2064 color: #6000b5

2065}

2066.v_light_purple .box_wrapper:hover:before,

2067.v_light_purple .box_wrapper:hover:after {

2068 border-color: #6000b5

2069}

2070

2071/*===================================*

207204. END WHY CHOOSE SECTION

2073*===================================*/

2074

2075/*===================================*

207605. ABOUT SECTION

2077*===================================*/

2078.about_section {

2079 padding: 100px 50px 100px 80px;

2080}

2081.about_shape::before {

2082 background-color: #5957cd;

2083 border-radius: 0 150px 150px 0;

2084 bottom: 0;

2085 content: "";

2086 left: 25px;

2087 position: absolute;

2088 right: -15px;

2089 top: 0;

2090 z-index: -1;

2091}

2092.about_img img {

2093 margin: 0 auto;

2094}

2095.about_img_shape::before {

2096 background-color: #ffffff;

2097 border-radius: 150px 0 0 150px;

2098 bottom: 0;

2099 content: "";

2100 left: 0;

2101 margin-left: -15px;

2102 margin-right: -25px;

2103 position: absolute;

2104 right: 0;

2105 top: 0;

2106 z-index: -1;

2107}

2108.about_shape .btn-primary {

2109 color: #fff;

2110}

2111.about_shape .btn-primary:hover,

2112.about_shape .btn-primary.active.focus,

2113.about_shape .btn-primary.active:focus,

2114.about_shape .btn-primary.active:hover,

2115.about_shape .btn-primary:active:focus,

2116.about_shape .btn-primary:active:hover,

2117.about_shape .btn-primary.active,

2118.about_shape .btn-primary:active,

2119.about_shape .btn-primary.focus:active,

2120.about_shape .btn-primary:focus,

2121.about_shape .btn-primary.active:focus:not(:disabled):not(.disabled),

2122.about_shape .btn-primary:active:focus:not(:disabled):not(.disabled),

2123.about_shape .btn-primary.active:not(:disabled):not(.disabled),

2124.about_shape .btn-primary:active:not(:disabled):not(.disabled) {

2125 color: #fff;

2126}

2127.about_shape .btn span::after,

2128.btn.text-white span::after {

2129 border-color: #fff;

2130}

2131.highlight_txt {

2132 color: #5957cd;

2133 font-weight:500;

2134 margin-bottom: 20px;

2135}

2136.v_light_purple .highlight_txt,

2137.text-purple,

2138.text-purple.btn-primary:hover,

2139.text-purple.btn-primary.active.focus,

2140.text-purple.btn-primary.active:focus,

2141.text-purple.btn-primary.active:hover,

2142.text-purple.btn-primary:active:focus,

2143.text-purple.btn-primary:active:hover,

2144.text-purple.btn-primary.active,

2145.text-purple.btn-primary:active,

2146.text-purple.btn-primary.focus:active,

2147.text-purple.btn-primary:focus,

2148.text-purple.btn-primary.active:focus:not(:disabled):not(.disabled),

2149.text-purple.btn-primary:active:focus:not(:disabled):not(.disabled),

2150.text-purple.btn-primary.active:not(:disabled):not(.disabled),

2151.text-purple.btn-primary:active:not(:disabled):not(.disabled) {

2152 color: #6000b5;

2153}

2154.btn.text-purple span::after {

2155 border-color: #6000b5;

2156}

2157.btn.text-purple span {

2158 background-color: #6000b5;

2159}

2160

2161/*About Us 2*/

2162.about_shape_bg {

2163 background-image: url("../images/about_bg.png");

2164 background-position: center top;

2165 background-repeat: no-repeat;

2166}

2167.work_icon {

2168 float: left;

2169 margin-right: 15px;

2170}

2171.work_icon i {

2172 color: #5957cd;

2173 font-size: 30px;

2174}

2175.work_inner {

2176 overflow: hidden;

2177}

2178.work_inner h4 {

2179 margin-top:0;

2180}

2181.work_inner p {

2182 margin: 0;

2183}

2184.rounded_shape::before {

2185 background-image: url("../images/rounded_shape.png");

2186 content: "";

2187 height: 644px;

2188 left: 0;

2189 position: absolute;

2190 top: 60%;

2191 width: 289px;

2192 z-index: 2;

2193}

2194.video_wrap img {

2195 border-radius: 10px;

2196}

2197.video_wrap::before {

2198 border: 3px solid #ff67cb;

2199 border-radius: 10px;

2200 bottom: 30px;

2201 content: "";

2202 left: -30px;

2203 position: absolute;

2204 right: -30px;

2205 top: -30px;

2206 z-index: -1;

2207}

2208.video_wrap {

2209 position: relative;

2210}

2211.bg_navy_blue.video_bg {

2212 bottom: 0;

2213 height: 150px;

2214 left: 0;

2215 position: absolute;

2216 right: 0;

2217 width: 100%;

2218}

2219.video_text {

2220 left: 0;

2221 position: absolute;

2222 right: 0;

2223 text-align: center;

2224 top: 50%;

2225 -moz-transform: translateY(-50%);

2226 -webkit-transform: translateY(-50%);

2227 transform: translateY(-50%);

2228}

2229.video_text a {

2230 color: #ffffff;

2231 display: inline-block;

2232}

2233.video_text span {

2234 display: block;

2235 font-size: 24px;

2236 font-weight: bold;

2237 padding-top: 30px;

2238}

2239.video_text i {

2240 border-radius: 100%;

2241 color: #ffffff;

2242 display: inline-block;

2243 font-size: 50px;

2244 height: 85px;

2245 line-height: 90px;

2246 padding-left: 6px;

2247 width: 85px;

2248}

2249

2250.v_blue .work_icon i,

2251.v_blue .work_inner h4,

2252.v_blue .work_inner p,

2253.v_light_dark .work_icon i,

2254.v_light_dark .work_inner h4,

2255.v_light_dark .work_inner p {

2256 color: #ffffff;

2257}

2258.about_logo_icon {

2259 background-color: #ffffff;

2260 border: 3px solid #0043bb;

2261 border-radius: 100%;

2262 display: table;

2263 height: 65px;

2264 left: 0;

2265 line-height: 58px;

2266 margin: 0 auto;

2267 padding-right: 2px;

2268 position: absolute;

2269 right: 0;

2270 text-align: center;

2271 top: 50%;

2272 -moz-transform: translateY(-50%);

2273 -webkit-transform: translateY(-50%);

2274 transform: translateY(-50%);

2275 width: 65px;

2276}

2277/*===================================*

227805. END ABOUT SECTION

2279*===================================*/

2280

2281/*===================================*

228206. TOKEN SECTION

2283*===================================*/

2284.section_token {

2285 position:relative;

2286}

2287.tk_countdown_time {

2288 background-color: #5957cd;

2289 border-radius: 9px;

2290 box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);

2291 padding: 10px;

2292}

2293.tk_countdown {

2294 background-color: #4241B8;

2295 background-position: right center;

2296 background-repeat: no-repeat;

2297 border-radius: 10px;

2298 padding: 35px;

2299}

2300.banner_coundown {

2301 max-width: 460px;

2302 padding: 10px

2303}

2304.banner_coundown .tk_countdown_time {

2305 padding: 10px 0 0 0;

2306}

2307.token_countdown_bg {

2308 background-image:url('../images/token_countdown_bg.png');

2309}

2310.countdown_shape {

2311 background-image: url("../images/counter_bg.png");

2312}

2313.tk_counter_inner {

2314 margin: 0 auto;

2315 max-width: 390px;

2316 width: 100%;

2317}

2318.counter_box {

2319 color:#fff;

2320 display:inline-block;

2321 position:relative;

2322 width:25%;

2323}

2324.counter_box .tk_counter {

2325 display: block;

2326 font-size: 40px;

2327 font-weight: 600;

2328 padding: 10px;

2329}

2330.counter_medium .counter_box .tk_counter {

2331 font-weight: 500;

2332}

2333.counter_box .tk_counter::after {

2334 content: ":";

2335 font-size: 20px;

2336 font-weight: 600;

2337 left: 100%;

2338 position: absolute;

2339 top: 10px;

2340 -moz-transform: translateX(-50%);

2341 -webkit-transform: translateX(-50%);

2342 transform: translateX(-50%);

2343}

2344.counter_box:last-child .tk_counter:after {

2345 content: normal;

2346}

2347.counter_box .tk_text {

2348 display: block;

2349

font-size: 12px;

2350 font-weight: 500;

2351 text-transform: uppercase;

2352}

2353.tk_countdown .btn {

2354 margin: 15px 0;

2355}

2356.pr_box h6 {

2357 color: #ffcb68;

2358}

2359.pr_box p {

2360 color:#fff;

2361

font-size:14px;

2362 font-weight: 500;

2363 line-height: normal;

2364 margin: 0;

2365 text-transform: uppercase;

2366}

2367.pr_box {

2368 margin-top:40px;

2369 text-align: center;

2370}

2371.token_sale .pr_box:first-child {

2372 margin: 0;

2373}

2374.token_chart {

2375 position: relative;

2376}

2377.chart_list li {

2378 margin-bottom: 15px;

2379}

2380.chart_list li:last-child {

2381 margin:0;

2382}

2383.chart_list h6 {

2384 color: #444;

2385 font-weight:normal;

2386}

2387.chart_list .progress {

2388 border-radius: 0;

2389 font-weight: 600;

2390}

2391.chart_list .progress-bar {

2392 display: block;

2393 line-height: 18px;

2394}

2395.chart_list .bg-orange {

2396 background-color: #f6c59e;

2397}

2398.bg-orange .progress-bar {

2399 background-color: #f69040;

2400}

2401.chart_list .bg-green {

2402 background-color: #b7dfc9;

2403}

2404.bg-green .progress-bar {

2405 background-color: #78c596;

2406}

2407.chart_list .bg-red {

2408 background-color: #f4b8b9;

2409}

2410.bg-red .progress-bar {

2411 background-color: #f17776;

2412}

2413.chart_list .bg-blue {

2414 background-color: #82d3e2;

2415}

2416.bg-blue .progress-bar {

2417 background-color: #0eadc9;

2418}

2419.chart_list .bg-purple {

2420 background-color: #a9abd2;

2421}

2422.bg-purple .progress-bar {

2423 background-color: #5b5da8;

2424}

2425.chart_icon {

2426 left: 50%;

2427 position: absolute;

2428 right: 0;

2429 top: 50%;

2430 -moz-transform: translateY(-50%) translateX(-50%);

2431 -webkit-transform: translateY(-50%) translateX(-50%);

2432 transform: translateY(-50%) translateX(-50%);

2433 z-index: -1;

2434 text-align: center;

2435}

2436.chart_bx {

2437 background-color: #ffffff;

2438 display: inline-block;

2439 margin-right: 5px;

2440 height: 7px;

2441 vertical-align: middle;

2442 width: 7px;

2443}

2444.list_chart li {

2445 display: inline-block;

2446 padding: 0 5px;

2447

font-size:14px;

2448 font-weight: 500;

2449}

2450.list_chart li span{

2451 color: #fff;

2452}

2453.color1 {

2454 background-color: #f69040;

2455}

2456.color2 {

2457 background-color: #78c596;

2458}

2459.color3 {

2460 background-color: #f17776;

2461}

2462.color4 {

2463 background-color: #0eadc9;

2464}

2465.color5 {

2466 background-color: #4241b8;

2467}

2468.color6 {

2469 background-color: #4449cc;

2470}

2471.color7 {

2472 background-color: #00e1f4;

2473}

2474.color8 {

2475 background-color: #d26187;

2476}

2477.color9 {

2478 background-color: #d4b630;

2479}

2480.color10 {

2481 background-color: #0052ce;

2482}

2483.color11 {

2484 background-color: #5b5da8;

2485}

2486.color12 {

2487 background-color: #9a46cc;

2488}

2489.color13 {

2490 background-color: #d3b62f;

2491}

2492

2493.chart_list_info li {

2494 background-color: #121a6d;

2495 border-radius: 5px;

2496 padding: 10px 20px;

2497 margin-bottom: 10px;

2498}

2499.chart_list_info li:last-child {

2500 margin-bottom: 0;

2501}

2502.chart_list_info li p {

2503 color: #fff;

2504 margin: 0;

2505}

2506.chart_list_info li p span {

2507 color: #ffcc67;

2508}

2509.token_info {

2510 border-radius: 10px;

2511}

2512.token_info .tk_countdown_time {

2513 background-color: rgba(0, 0, 0, 0);

2514 border-radius: 0;

2515 box-shadow: none;

2516 padding: 0;

2517}

2518.token_list_info {

2519 border-radius: 0 10px 10px 0;

2520 padding: 50px 50px 50px 100px;

2521 position: relative;

2522 overflow: hidden;

2523}

2524.token_list_shape::before {

2525 background-color: #193dc0;

2526 bottom: 0;

2527 content: "";

2528 left: -20px;

2529 position: absolute;

2530 top: 0;

2531 transform: skewX(-5deg);

2532 width: 40px;

2533}

2534.token_info .tk_counter_inner {

2535 padding: 40px 30px;

2536 max-width: 100%;

2537}

2538.token_info .tk_counter_inner .btn {

2539 margin: 15px 0;

2540}

2541.sale_info h6 {

2542 color: #ffcb68;

2543 margin: 0;

2544}

2545.sale_info p {

2546 color: #ffffff;

2547

font-size: 14px;

2548 font-weight: 500;

2549 margin: 0;

2550}

2551.sale_info p span {

2552 color: #65f479;

2553}

2554.sale_info {

2555 margin-top: 30px;

2556}

2557.token_list_info .col-md-6:nth-child(-n+2) .sale_info {

2558 margin-top: 0;

2559}

2560.chart_info_list {

2561 margin-left: 40px;

2562}

2563.chart_info_list span {

2564

font-size: 14px;

2565 font-weight: 500;

2566}

2567.token_bg {

2568 background-image: url("../images/token_bg2.png");

2569 background-position: center center;

2570 background-repeat: no-repeat;

2571}

2572.token_info_table .table td {

2573 border: 0 none;

2574

font-size: 14px;

2575 font-weight: 500;

2576 line-height: normal;

2577 padding: 12px 20px;

2578 vertical-align: middle;

2579}

2580.table-dark {

2581 background-color: #0c0e27;

2582}

2583.table-blue {

2584 background-color: #0b1f98;

2585 color: #ffffff;

2586}

2587.table-navy-blue {

2588 background-color: #052d85;

2589 color: #ffffff;

2590}

2591.table-navy-blue.table tr:nth-child(2n),

2592.v_navy_blue .token_detail li {

2593 background-color: #121a6d;

2594}

2595.token_info_table .table td:first-child,

2596.token_info_table_s2 .table td:first-child {

2597 color: #ffcb68;

2598 font-size: 16px;

2599}

2600.token_info_table table tr:nth-child(2n) {

2601 background-color: #262d4e;

2602}

2603.token_dt {

2604 height: 100%;

2605 padding: 40px 30px;

2606}

2607.token_dt .tk_counter_inner {

2608 margin: 0;

2609}

2610.token_dt .progress {

2611 margin-bottom: 60px;

2612}

2613.tk_border_white {

2614 border: 3px solid #fff;

2615}

2616.token_detail {

2617 padding-left: 30px;

2618}

2619.token_detail li h4 {

2620 color: #ffffff;

2621 font-size: 22px;

2622 font-weight: 600;

2623}

2624.token_detail li span {

2625 color: #ffcb68;

2626}

2627.token_detail li {

2628 background-color: #262d4e;

2629 border-radius: 5px;

2630 margin-bottom: 9px;

2631 padding: 14px;

2632}

2633.token_detail li:last-child {

2634 margin-bottom: 0px;

2635}

2636.token_info_table_s2 .table td {

2637 border-color: #193dc0;

2638

font-size: 14px;

2639 font-weight: 500;

2640 padding: 10px 15px;

2641 text-align: right;

2642}

2643.token_info_table_s2 .table td:first-child {

2644 text-align: left;

2645}

2646.token_info_table_s2 .table tr:first-child td, .token_info_table_s2 .table tr:first-child th{

2647 border: 0;

2648}

2649.doc_list {

2650 margin: 30px -10px 0;

2651}

2652.doc_list li {

2653 float: left;

2654 padding: 0 10px;

2655 width: 20%;

2656}

2657.doc_list li a {

2658 background-color: #121a6d;

2659 border-bottom: 3px solid #ff69c9;

2660 border-radius: 5px;

2661 color: #ffffff;

2662 display: block;

2663 font-weight: 600;

2664 padding: 20px 15px 20px 30px;

2665}

2666.doc_list a:hover {

2667 color: #ff69c9;

2668}

2669.list_none.doc_list span {

2670 float: right;

2671}

2672.list_none.doc_list span i {

2673 font-size: 22px;

2674 vertical-align: middle;

2675}

2676.chart_info_list li {

2677 margin: 5px 0;

2678}

2679.token_sale_box {

2680 border: 2px solid #5957cd;

2681 border-radius: 5px;

2682 margin-top: 20px;

2683 padding: 20px 15px 15px;

2684}

2685.token_sale_box h5 {

2686 font-weight: 600;

2687 margin-bottom: 5px;

2688}

2689.token_sale_box span {

2690 color: #5957cd

2691}

2692.bonus_box {

2693 border-radius: 5px;

2694 margin-top: 30px;

2695 position: relative;

2696 overflow: hidden;

2697}

2698.bonus_box h5 {

2699 background-color: #5957cd;

2700 color: #fff;

2701 padding: 20px;

2702 margin: 0;

2703}

2704.discount_box {

2705 border-radius: 0 0 5px 5px;

2706 color: #5957cd;

2707 padding: 30px 15px;

2708 border: 2px solid #5957cd;

2709}

2710.discount {

2711 font-size: 30px;

2712 font-weight: 500;

2713 margin-right: 5px;

2714}

2715.bonnus_trip {

2716 color: #fff;

2717 position: absolute;

2718 left: -30px;

2719 top: 10px;

2720 transform: rotate(-40deg);

2721 line-height: 20px;

2722 width: 100px;

2723 text-align: center;

2724

font-size: 14px;

2725 text-transform: uppercase;

2726 height: 20px;

2727}

2728.bonnus_trip::before {

2729 background-color: #feae02;

2730 content: "";

2731 position: absolute;

2732 left: 0;

2733 top: 0;

2734 right: 0;

2735 bottom: 0;

2736 z-index: -1;

2737}

2738.chart_canvas {

2739 position: relative;

2740 margin-right: 40px;

2741}

2742.chart_text {

2743 left: 0;

2744 position: absolute;

2745 padding: 0 50px;

2746 right: 0;

2747 text-align: center;

2748 top: 50%;

2749 -moz-transform: translateY(-50%);

2750 -webkit-transform: translateY(-50%);

2751 transform: translateY(-50%);

2752}

2753.chart_text h4 {

2754 font-size: 28px;

2755 line-height: 40px;

2756 margin: 0;

2757}

2758

2759.chart_legend {

2760 border: 4px solid #280e3b;

2761 border-radius: 100%;

2762 display: table;

2763 height: 30px;

2764 margin-right: 10px;

2765 width: 30px;

2766}

2767.color_box1 {

2768 border-color: #d3b62f;

2769}

2770.color_box2 {

2771 border-color: #0052ce;

2772}

2773.color_box3 {

2774 border-color: #00e0f4;

2775}

2776.color_box4 {

2777 border-color: #d26086;

2778}

2779.color_box5 {

2780 border-color: #4448cc;

2781}

2782.chart_desc_list li {

2783 margin-bottom: 10px;

2784}

2785.chart_list_txt h5 {

2786 font-size: 22px;

2787 font-weight: 600;

2788 margin: 0;

2789}

2790.chart_list_txt p {

2791

font-size: 14px;

2792 margin: 0;

2793 line-height: normal;

2794}

2795.token_sale_box_white {

2796 margin-top: 20px;

2797 padding: 20px 15px 15px;

2798}

2799.token_sale_box_white,

2800.token_sale_box_white h5 {

2801 color: #fff;

2802}

2803.stage_title {

2804 border-bottom: 1px solid rgba(255,255,255,0.20);

2805 padding: 10px;

2806}

2807.bonus_box2 {

2808 margin-top: 20px;

2809}

2810.bonus_box2 h5 {

2811 font-weight: bold;

2812 margin: 0;

2813 text-transform: uppercase;

2814}

2815.bonus_info {

2816 padding: 15px;

2817}

2818.bonus_text_white h5,

2819.bonus_text_white h6,

2820.bonus_text_white a {

2821 color: #fff;

2822}

2823.discount_text {

2824 color: #ffcb68;

2825 margin: 25px 0 15px;

2826}

2827.discount_num {

2828 font-size: 20px;

2829}

2830.bonus_text_white a {

2831 font-size: 20px;

2832 font-weight: bold;

2833}

2834.bonus_text_white a.disabled {

2835 pointer-events: none;

2836 opacity: 0.6;

2837}

2838.token_circle {

2839 position: relative;

2840 padding: 0;

2841}

2842.token_circle::before {

2843 border-radius: 100%;

2844 height: 508px;

2845 width: 508px;

2846 content: "";

2847 background-color: rgba(255,255,255,0.10);

2848 position: absolute;

2849 left: 50%;

2850 top: 50%;

2851 right: 0;

2852 bottom: 0;

2853 -moz-transform: translateX(-50%) translateY(-50%);

2854 -webkit-transform: translateX(-50%) translateY(-50%);

2855 transform: translateX(-50%) translateY(-50%);

2856}

2857

2858.token_gradiant::after {

2859 border-radius: 100%;

2860 height: 600px;

2861 width: 600px;

2862 content: "";

2863 background-color: rgba(255,255,255,0.05);

2864 position: absolute;

2865 left: 50%;

2866 top: 50%;

2867 right: 0;

2868 bottom: 0;

2869 -moz-transform: translateX(-50%) translateY(-50%);

2870 -webkit-transform: translateX(-50%) translateY(-50%);

2871 transform: translateX(-50%) translateY(-50%);

2872 z-index: -1;

2873}

2874.token_gradiant:before {

2875 content: "";

2876 background:

-moz-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* ff3.6+ */

2877 background:

-webkit-gradient(radial, center center, 0px, center center, 70%,

color-stop(0%, rgba(68,109,188,1)),

color-stop(70%, rgba(0,0,255,0))); /* safari4+,chrome */

2878 background:

-webkit-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* safari5.1+,chrome10+ */

2879 background:

-o-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* opera 11.10+ */

2880 background:

-ms-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* ie10+ */

2881 background:radial-gradient(ellipse at center, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* w3c */

2882 filter:

progid:DXImageTransform.Microsoft.gradient( startColorstr='#446dbc', endColorstr='#0000ff',GradientType=1 ); /* ie6-9 */

2883 border-radius: 100%;

2884 height: 600px;

2885 width: 600px;

2886 position: absolute;

2887 left: 50%;

2888 top: 50%;

2889 right: 0;

2890 bottom: 0;

2891 -moz-transform: translateX(-50%) translateY(-50%);

2892 -webkit-transform: translateX(-50%) translateY(-50%);

2893 transform: translateX(-50%) translateY(-50%);

2894}

2895.banner_light_gradiant {

2896 background:

-moz-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* ff3.6+ */

2897 background:

-webkit-gradient(radial, center center, 0px, center center, 70%,

color-stop(0%, rgba(68,109,188,1)),

color-stop(100%, rgba(0,0,255,0))); /* safari4+,chrome */

2898 background:

-webkit-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* safari5.1+,chrome10+ */

2899 background:

-o-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* opera 11.10+ */

2900 background:

-ms-radial-gradient(center, ellipse cover, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* ie10+ */

2901 background:radial-gradient(ellipse at center, rgba(68,109,188,1) 0%, rgba(0,0,255,0) 70%); /* w3c */

2902 filter:

progid:DXImageTransform.Microsoft.gradient( startColorstr='#446dbc', endColorstr='#0000ff',GradientType=1 ); /* ie6-9 */

2903 border-radius: 100%;

2904 height: 500px;

2905 width: 500px;

2906 position: absolute;

2907 opacity: 0.5;

2908 left: -10%;

2909 top: -20%;

2910 z-index: 0;

2911}

2912.tk_ending_txt {

2913 color: #b8bbd4;

2914

font-size: 14px;

2915 display: inline-block;

2916 border-top: 1px solid rgba(255,255,255,0.50);

2917 border-bottom: 1px solid rgba(255,255,255,0.50);

2918 padding: 5px;

2919 margin: 15px 0 25px;

2920 width: 100%;

2921}

2922.banner_vr_social li {

2923 float: none;

2924 margin-right: 0;

2925 margin-bottom: 20px;

2926}

2927.banner_vr_social li:last-child {

2928 margin-bottom: 0px;

2929}

2930

2931

2932.v_blue_pro .tk_countdown {

2933 background-color: #5857ce;

2934 background-position: center center;

2935 background-size: cover;

2936}

2937.v_blue_pro .tk_countdown_time {

2938 background-color: #4a49bf;

2939}

2940.v_blue .banner_inner .tk_countdown {

2941 background-color: rgba(18, 26, 109,0.9);

2942}

2943.v_blue .banner_inner .tk_countdown_time,

2944.v_royal_blue .banner_inner .tk_countdown_time {

2945 background-color: rgba(0, 0, 0, 0);

2946 border: 1px solid #ffffff;

2947 box-shadow: none;

2948}

2949

2950.v_blue .tk_counter_inner .progress,

2951.v_blue .tk_counter_inner .progress-bar,

2952.v_royal_blue .tk_counter_inner .progress,

2953.v_royal_blue .tk_counter_inner .progress-bar,

2954.v_navy_blue .tk_counter_inner .progress,

2955.v_navy_blue .tk_counter_inner .progress-bar {

2956 color: #052d85;

2957}

2958.v_blue .social_icon li a {

2959 color: #0d469f;

2960}

2961.v_blue .social_icon li a:hover {

2962 color: #ff69c9;

2963}

2964.v_blue .tk_countdown {

2965 background-color: #121a6d;

2966 background-position: center center;

2967 box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);

2968}

2969.v_blue .tk_countdown_time {

2970 background-color: #052d85;

2971}

2972.v_dark .tk_countdown {

2973 background-color: #0c0e27;

2974 background-position: center center;

2975}

2976.v_dark .tk_countdown_time {

2977 background-color: #121833;

2978}

2979.v_dark .tk_counter_inner .progress,

2980.v_dark .tk_counter_inner .progress-bar,

2981.v_light_dark .tk_counter_inner .progress,

2982.v_light_dark .tk_counter_inner .progress-bar {

2983 color: #0c0e27;

2984}

2985.v_blue_light .tk_counter_inner .progress,

2986.v_blue_light .tk_counter_inner .progress-bar {

2987 color: #081990;

2988}

2989.v_light_dark .tk_countdown {

2990 background-color: rgba(18, 24, 51, 0.9);

2991}

2992.v_royal_blue .banner_inner .tk_countdown {

2993 background-color: rgba(8, 25, 144,0.9);

2994}

2995.v_light_purple .tk_countdown {

2996 background-image: -webkit-linear-gradient(left, #6000b5 0%,#3e2a9c 99%);

2997 background-image: linear-gradient(to right, #6000b5 0%,#3e2a9c 99%);

2998}

2999.v_light_purple .bonus_box h5 {

3000 background-color: #6000b5;

3001}

3002.v_light_purple .token_sale_box {

3003 border-color: #6000b5;

3004}

3005.v_light_purple .token_sale_box h5,

3006.v_light_purple .token_sale_box span,

3007.v_light_purple .discount_box,

3008.v_light_purple .chart_text h4,

3009.v_light_purple .chart_list_txt h5 {

3010 color: #6000b5;

3011}

3012.v_light_purple .discount_box {

3013 border-color: #6000b5;

3014}

3015.v_light_purple .current .discount_box {

3016 border-color: #3e1084;

3017}

3018.v_light_purple .bonus_box.current h5 {

3019 background-color: #3e1084;

3020}

3021

3022/*===================================*

302306. END TOKEN SECTION

3024*===================================*/

3025

3026/*===================================*

302707. TIMELINE SECTION

3028*===================================*/

3029.roadmap {

3030 position: relative;

3031 display: block;

3032 padding:0 100px;

3033}

3034.roadmap_box{

3035 margin-top: 115px;

3036 position: relative;

3037 text-align: center;

3038}

3039.icon_roadmap {

3040 color: #ffffff;

3041 left: 0;

3042 position: absolute;

3043 right: 0;

3044 top: -115px;

3045 z-index: 9;

3046}

3047.icon_roadmap i {

3048 font-size: 38px;

3049}

3050.roadmap.gradient_box {

3051 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

3052}

3053.roadmap::before {

3054 border-top: 1px dashed rgba(255, 255, 255, 0.6);

3055 content: "";

3056 left: 0;

3057 position: absolute;

3058 right: 0;

3059 top: 80px;

3060}

3061.roadmap_icon {

3062 background-color: #ffffff;

3063 border-radius: 100%;

3064 height: 20px;

3065 left: 0;

3066 margin: 0 auto;

3067 position: absolute;

3068 right: 0;

3069 top: -45px;

3070 width: 20px;

3071}

3072.rd_complete .roadmap_icon {

3073 background-color: #ff67cb;

3074}

3075.roadmap_icon::before {

3076 border: 3px solid #ffffff;

3077 border-radius: 100%;

3078 bottom: 0;

3079 content: "";

3080 left: 0;

3081 margin: -10px;

3082 position: absolute;

3083 right: 0;

3084 top: 0;

3085}

3086.rd_complete .roadmap_icon {

3087 height: 15px;

3088 top: -42px;

3089 width: 15px;

3090}

3091.rd_complete.current .roadmap_icon {

3092 height: 20px;

3093 top: -45px;

3094 width: 20px;

3095}

3096.rd_complete .roadmap_icon::before {

3097 margin: -8px;

3098}

3099.rd_complete.current .roadmap_icon::before {

3100 margin: -10px;

3101}

3102.roadmap_inner,

3103.timeline_inner {

3104 border-radius: 5px;

3105 padding: 10px 5px;

3106 position:relative;

3107}

3108.roadmap_box.current .roadmap_inner,

3109.timeline_box.current .timeline_inner {

3110 background-color: #ff67cb;

3111}

3112.roadmap_box.current .roadmap_inner::before,

3113.timeline_box.current .timeline_inner::before {

3114 border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff67cb;

3115 border-style: solid;

3116 border-width: 0 8px 8px;

3117 content: "";

3118 height: 0;

3119 left: 0;

3120 margin: 0 auto;

3121 position: absolute;

3122 right: 0;

3123 top: -8px;

3124 width: 0;

3125}

3126.roadmap_box h6,

3127.timeline_box h6 {

3128 color: #ffffff;

3129}

3130.roadmap_box p,

3131.timeline_box p {

3132 color: #ffffff;

3133

font-size:14px;

3134 line-height:26px;

3135 margin: 0;

3136}

3137.roadmap .owl-prev,

3138.roadmap .owl-next {

3139 position: absolute;

3140 top: 63px;

3141}

3142.roadmap .owl-prev {

3143 left: 50px;

3144}

3145.roadmap .owl-next {

3146 right: 50px;

3147}

3148.roadmap .owl-nav i {

3149 background-color: #ffffff;

3150 border-radius: 100%;

3151 color: #5957cd;

3152 display: block;

3153 font-size: 26px;

3154 height: 33px;

3155 line-height: 37px;

3156 text-align:center;

3157 width: 33px;

3158}

3159.roadmap .owl-nav i:hover,

3160.timeline .owl-nav i:hover {

3161 background-color: #ff67cb;

3162 color: #fff;

3163}

3164.roadmap .owl-prev i,

3165.timeline .owl-prev i {

3166 padding-right: 3px;

3167}

3168.roadmap .owl-next i,

3169.timeline .owl-next i {

3170 padding-left: 3px;

3171}

3172.roadmap .owl-nav .disabled {

3173 cursor: default;

3174}

3175.roadmap .owl-nav .disabled i,

3176.timeline .owl-nav .disabled i {

3177 background-color: #ffffff !important;

3178 color: #5957cd;

3179}

3180.single_roadmap h6 {

3181 color: #ffffff;

3182 font-weight: 600;

3183 left: 0;

3184 position: absolute;

3185 right: 0;

3186 top: -50px;

3187}

3188.roadmap_list .col-lg:nth-child(2n) .single_roadmap h6 {

3189 bottom: -60px;

3190 top: auto;

3191}

3192.roadmap_list p {

3193 color: #ffffff;

3194 margin: 0;

3195}

3196.roadmap_list {

3197 margin-bottom: 200px;

3198 padding: 0 50px;

3199 position: relative;

3200 text-align: center;

3201}

3202.single_roadmap {

3203 padding: 0px 0px 130px;

3204}

3205.roadmap_list .col-lg:nth-child(2n+1) .single_roadmap {

3206 left: 0;

3207 padding: 130px 0px 0px;

3208 position: absolute;

3209}

3210.single_roadmap .roadmap_icon {

3211 background-color: #ffffff;

3212 border-radius: 100%;

3213 height: 20px;

3214 left: 0;

3215 margin: 0 auto;

3216 position: absolute;

3217 right: 0;

3218 top: -9px;

3219 width: 20px;

3220}

3221.single_roadmap .roadmap_icon::before {

3222 border: 3px solid #ffffff;

3223 border-radius: 100%;

3224 bottom: 0;

3225 content: "";

3226 left: 0;

3227 margin: -10px;

3228 position: absolute;

3229 right: 0;

3230 top: 0;

3231}

3232.roadmap_list .col-lg:nth-child(2n) .single_roadmap .roadmap_icon {

3233 bottom: -10px;

3234 top: auto;

3235}

3236.single_roadmap::before {

3237 border-left: 1px dashed rgba(255,255,255,0.6);

3238 content: "";

3239 height: 90px;

3240 left: 50%;

3241 position: absolute;

3242 top: 20px;

3243 -moz-transform: translateX(-50%);

3244 -webkit-transform: translateX(-50%);

3245 transform: translateX(-50%);

3246}

3247.single_roadmap::after {

3248 background-color: #ffffff;

3249 border-radius: 100%;

3250 content: "";

3251 height: 9px;

3252 left: 50%;

3253 position: absolute;

3254 top: 110px;

3255 width: 9px;

3256 -moz-transform: translateX(-50%);

3257 -weblit-transform: translateX(-50%);

3258 transform: translateX(-50%);

3259}

3260.roadmap_list .col-lg:nth-child(2n) .single_roadmap::before {

3261 bottom: 20px;

3262 top: auto;

3263}

3264.roadmap_list .col-lg:nth-child(2n) .single_roadmap::after {

3265 bottom: 110px;

3266 top: auto;

3267}

3268.roadmap_list::before {

3269 border-bottom: 1px dashed rgba(255,255,255,0.6);

3270 content: "";

3271 left: 0;

3272 position: absolute;

3273 right: 0;

3274 top: 100%;

3275}

3276.single_roadmap.roadmap_done .roadmap_icon {

3277 background-color: #ff67cb;

3278}

3279.box_roadmap {

3280 margin-top: 120px;

3281 position: relative;

3282 text-align: center;

3283}

3284.box_roadmap .roadmap_inner {

3285 padding: 20px 5px 0;

3286}

3287.roadmap_wrap::before {

3288 border-top: 1px dashed rgba(255, 255, 255, 0.6);

3289 content: "";

3290 height: 3px;

3291 left: 0;

3292 position: absolute;

3293 top: 17px;

3294 width: 100%;

3295}

3296.box_roadmap h6 {

3297 color: #ffffff;

3298}

3299.box_roadmap p {

3300 color: #ffffff;

3301

font-size: 14px;

3302 line-height: 26px;

3303 margin: 0;

3304}

3305.box_roadmap .roadmap_inner::before {

3306 border-left: 1px dashed rgba(255, 255, 255, 0.6);

3307 content: "";

3308 height: 86px;

3309 left: 50%;

3310 position: absolute;

3311 top: -86px;

3312}

3313.box_roadmap .roadmap_inner::after {

3314 background-color: #ff67cb;

3315 border-radius: 100%;

3316 content: "";

3317 height: 10px;

3318 left: 50%;

3319 position: absolute;

3320 top: 0;

3321 -moz-transform: translateX(-50%);

3322 -webkit-transform: translateX(-50%);

3323 transform: translateX(-50%);

3324 width: 10px;

3325 z-index: 0;

3326}

3327.box_roadmap.rd_complete .roadmap_icon::after {

3328 color: #ffffff;

3329 content: "";

3330 font-family: ionicons;

3331

font-size: 14px;

3332 left: 6px;

3333 line-height: 16px;

3334 position: absolute;

3335 top: 3px;

3336}

3337.box_roadmap .roadmap_icon {

3338 height: 24px;

3339 top: -115px;

3340 width: 24px;

3341}

3342.box_roadmap .roadmap_icon::before {

3343 background-color: rgba(255, 255, 255, 0.5);

3344 border: 0 none;

3345 margin: -4px;

3346 z-index: -1;

3347}

3348.roadmap_wrap .owl-prev {

3349 left: -20px;

3350}

3351.roadmap_wrap .owl-next {

3352 right: -20px;

3353}

3354.roadmap_wrap .owl-nav i {

3355 color: #ffffff;

3356 display: block;

3357 font-size: 26px;

3358 text-align: center;

3359}

3360.roadmap_wrap .owl-nav i:hover {

3361 color: #ff67cb;

3362}

3363.roadmap_wrap .owl-prev,

3364.roadmap_wrap .owl-next {

3365 position: absolute;

3366 top: 4px;

3367}

3368.timeline_wrap {

3369 padding-top: 30px;

3370 position: relative;

3371}

3372.timeline_wrap::before {

3373 background-color: #0043bb;

3374 bottom: 0;

3375 content: "";

3376 height: 100%;

3377 left: 50%;

3378 position: absolute;

3379 top: 0;

3380 width: 1px;

3381}

3382.timeline_block {

3383 display: inline-block;

3384 position: relative;

3385 margin-bottom: 30px;

3386}

3387.timeline_icon.tm_complete {

3388 background-color: rgba(7,24,144,0.5);

3389 color: #ffffff;

3390}

3391.timeline_icon.tm_complete::before {

3392 background-color: #071890;

3393 border-radius: 100%;

3394 bottom: 0;

3395 content: "";

3396 height: 8px;

3397 left: 50%;

3398 position: absolute;

3399 right: 0;

3400 top: 50%;

3401 -moz-transform: translateX(-50%) translateY(-50%);

3402 -webkit-transform: translateX(-50%) translateY(-50%);

3403 transform: translateX(-50%) translateY(-50%);

3404 width: 8px;

3405}

3406.timeline_icon {

3407 background-color: #071890;

3408 border-radius: 100%;

3409

font-size: 12px;

3410 height: 20px;

3411 left: 50%;

3412 line-height: 23px;

3413 position: absolute;

3414 text-align: center;

3415 top: 15px;

3416 -moz-transform: translateX(-50%);

3417 -webkit-transform: translateX(-50%);

3418 transform: translateX(-50%);

3419 width: 20px;

3420}

3421.timeline_content {

3422 background-color: #071890;

3423 border-radius: 5px;

3424 padding: 15px;

3425 position: relative;

3426 text-align: right;

3427 width: 46%;

3428}

3429.timeline_content h6 {

3430 color: #ffffff;

3431}

3432.timeline_content p {

3433 color: #ffffff;

3434

font-size: 14px;

3435 line-height: normal;

3436 margin: 0;

3437}

3438.timeline_block:nth-child(2n) .timeline_content {

3439 float: right;

3440 text-align: left;

3441}

3442.tm_date {

3443 color: #071890;

3444 font-weight: 600;

3445 left: 115%;

3446 line-height: normal;

3447 position: absolute;

3448 text-align: left;

3449 top: 12px;

3450 width: 100%;

3451}

3452.timeline_content::before {

3453 border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #071890;

3454 border-style: solid;

3455 border-width: 9px 0 9px 9px;

3456 content: "";

3457 height: 0;

3458 position: absolute;

3459 right: -9px;

3460 top: 17px;

3461 width: 0;

3462}

3463.timeline_block:nth-child(2n) .timeline_content::before {

3464 border-color: rgba(0, 0, 0, 0) #071890 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);

3465 border-width: 9px 9px 9px 0;

3466 left: -9px;

3467 right: auto;

3468}

3469.timeline_block:nth-child(2n) .tm_date {

3470 left: auto;

3471 right: 115%;

3472 text-align: right;

3473}

3474.timeline_box {

3475 margin-top: 45px;

3476 position: relative;

3477 text-align: center;

3478}

3479.timeline::before {

3480 background-color: rgba(255, 255, 255, 0.20);

3481 content: "";

3482 height: 5px;

3483 left: 0;

3484 position: absolute;

3485 top: 15px;

3486 width: 100%;

3487}

3488.timeline .owl-prev, .timeline .owl-next {

3489 position: absolute;

3490 top: 0px;

3491}

3492.timeline .owl-nav i {

3493 background-color: #ffffff;

3494 border-radius: 100%;

3495 color: #5957cd;

3496 display: block;

3497 font-size: 26px;

3498 height: 33px;

3499 line-height: 37px;

3500 text-align: center;

3501 width: 33px;

3502}

3503.timeline .owl-prev {

3504 left: -30px;

3505}

3506.timeline .owl-next {

3507 right: -30px;

3508}

3509.timeline_circle {

3510 background-color: #ffffff;

3511 border-radius: 100%;

3512 height: 13px;

3513 left: 0;

3514 margin: 0 auto;

3515 position: absolute;

3516 right: 0;

3517 top: -34px;

3518 width: 13px;

3519}

3520.timeline_circle::before {

3521 border: 2px solid #ffffff;

3522 border-radius: 100%;

3523 bottom: 0;

3524 content: "";

3525 left: 0;

3526 margin: -6px;

3527 position: absolute;

3528 right: 0;

3529 top: 0;

3530 z-index: 0;

3531}

3532.timeline_box.complete .timeline_circle::before {

3533 border-color: #ff67cb;

3534 margin: -8px;

3535 background-color: #ff67cb;

3536 z-index: -1;

3537}

3538.timeline_box.complete::before {

3539 content: "";

3540 position: absolute;

3541 left: -50%;

3542 top: -30px;

3543 background-color: #ff67cb;

3544 height: 5px;

3545 z-index: -2;

3546 width: 110%;

3547 margin-left: -30px;

3548}

3549

3550

3551.v_light_dark .roadmap .owl-nav i,

3552.v_light_dark .roadmap .owl-nav .disabled i:hover {

3553 color: #121833;

3554}

3555.v_light_dark .roadmap .owl-nav i:hover {

3556 color: #ffffff;

3557}

3558.v_blue .roadmap .owl-nav i,

3559.v_blue .roadmap .owl-nav .disabled i:hover {

3560 color: #121a6d;

3561}

3562.v_blue .roadmap .owl-nav i:hover {

3563 color: #ffffff;

3564}

3565.v_blue_light .roadmap_list h6,

3566.v_blue_light .roadmap_list p {

3567 color: #7a7a7a;

3568}

3569.v_blue_light .single_roadmap::before,

3570.v_blue_light .single_roadmap .roadmap_icon::before,

3571.v_blue_light .roadmap_list::before {

3572 border-color: #193dc0;

3573}

3574.v_blue_light .single_roadmap .roadmap_icon,

3575.v_blue_light .single_roadmap::after {

3576 background-color: #193dc0;

3577}

3578.v_dark .timeline .owl-nav i {

3579 color: #0c0e27;

3580}

3581.v_dark .timeline .owl-nav [class*="owl-"]:not(.disabled) i:hover,

3582.v_navy_blue .timeline .owl-nav [class*="owl-"]:not(.disabled) i:hover,

3583.v_cyan_blue .timeline .owl-nav [class*="owl-"]:not(.disabled) i:hover {

3584 color: #fff;

3585}

3586.v_navy_blue .timeline .owl-nav i {

3587 color: #0043bb;

3588}

3589.v_cyan_blue .timeline .owl-nav i {

3590 color: #0e082c;

3591}

3592/*===================================*

359307. END TIMELINE SECTION

3594*===================================*/

3595

3596/*===================================*

359708. MOBILE APP SECTION

3598*===================================*/

3599.mobile_app {

3600 text-align: right;

3601}

3602.mobile_shape {

3603 background-image:url('../images/mobile_shape_bg.png');

3604 background-repeat:no-repeat;

3605 background-position: center right;

3606}

3607.app_list li {

3608 margin-bottom: 40px;

3609}

3610.mobileapp_icon {

3611 border-radius: 100%;

3612 float: left;

3613 height: 68px;

3614 padding: 15px 0;

3615 text-align: center;

3616 vertical-align: middle;

3617 width: 68px;

3618}

3619.mobileapp_icon i {

3620 color:#fff;

3621 font-size:36px;

3622}

3623.mobileapp_desc {

3624 overflow: hidden;

3625 padding-left: 20px;

3626}

3627.mobileapp_desc h5 {

3628 font-size: 18px;

3629 color: #fff;

3630}

3631.mobileapp_desc p {

3632

font-size: 14px;

3633 color: #fff;

3634 margin: 0;

3635}

3636.app_content li {

3637 margin-bottom: 20px;

3638}

3639.app_content li:last-child {

3640 margin-bottom: 0px;

3641}

3642.app_icon {

3643 float: left;

3644 margin-right: 30px;

3645}

3646.app_desc {

3647 overflow: hidden;

3648}

3649.app_desc h6 {

3650 font-size: 18px;

3651 font-weight: 600;

3652}

3653.app_desc h6,

3654.app_desc p {

3655 color: #ffffff;

3656}

3657.app_desc p {

3658

font-size: 14px;

3659}

3660.app_right_content .app_icon {

3661 float: right;

3662 margin-left: 30px;

3663 margin-right: 0;

3664}

3665.app_right_content .app_desc {

3666 text-align: right;

3667}

3668.list_dash {

3669 margin-bottom: 30px;

3670}

3671.list_dash li {

3672 list-style: outside none none;

3673 padding-left: 15px;

3674 position:relative;

3675}

3676.list_dash li::before {

3677 background-color: #7a7a7a;

3678 content: "";

3679 height: 2px;

3680 left: 0;

3681 position: absolute;

3682 top: 14px;

3683 width: 7px;

3684}

3685.list_white li {

3686 color: #fff;

3687}

3688.list_white li::before {

3689 background-color: #fff;

3690}

3691.v_light_purple .app_desc h6 {

3692 color: #6000b5;

3693 margin-bottom: 3px;

3694}

3695.v_light_purple .app_desc p {

3696 color: #7a7a7a;

3697}

3698/*===================================*

369908. END MOBILE APP SECTION

3700*===================================*/

3701

3702/*===================================*

370309. TEAM SECTION

3704*===================================*/

3705.team_info {

3706 padding-top: 15px;

3707}

3708.team_info h4 a {

3709 color: #444444;

3710 font-size: 20px;

3711 font-weight: 500;

3712}

3713.team_info p {

3714 line-height: normal;

3715 margin: 0;

3716}

3717.team_img {

3718 box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

3719 overflow: hidden;

3720 position: relative;

3721 margin: 0 auto;

3722 max-width: 200px;

3723}

3724.team_img::before {

3725 background-color: #5957cd;

3726 border-radius:100%;

3727 bottom: 0;

3728 content: "";

3729 display: block;

3730 left: 0;

3731 margin: 10px;

3732 opacity: 0.6;

3733 position: absolute;

3734 right: 0;

3735 top: 0;

3736 -moz-transform: scale(0);

3737 -webkit-transform: scale(0);

3738 transform: scale(0);

3739 transition: all 0.5s ease 0s;

3740}

3741.team_img.gradient_box::before {

3742 background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%);

3743 background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%);

3744}

3745.team_img.rounded_img.gradient_box {

3746 background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;

3747}

3748.team_img:hover:before {

3749 border-radius: 0;

3750 -moz-transform: scale(1);

3751 -webkit-transform: scale(1);

3752 transform: scale(1);

3753}

3754.team_img img,

3755.team_image img {

3756 border: 10px solid #ffffff;

3757 width: 100%;

3758}

3759.team_img.rounded_img,

3760.team_img.rounded_img img,

3761.team_image.rounded_img {

3762 border-radius: 100%;

3763}

3764.team_img.rounded_img:hover:before {

3765 border-radius: 100%;

3766}

3767.social_team {

3768 left: 0;

3769 position: absolute;

3770 right: 0;

3771 top: 50%;

3772 -moz-transform: translateY(-50%);

3773 -webkit-transform: translateY(-50%);

3774

3775 transform: translateY(-50%);

3776}

3777.social_team li {

3778 display: inline-block;

3779 -moz-transform: scale(0);

3780 -webkit-transform: scale(0);

3781 transform: scale(0);

3782 transition: all 0.3s ease 0s;

3783}

3784.team_img:hover .social_team li {

3785 -moz-transform: scale(1);

3786 -webkit-transform: scale(1);

3787 transform: scale(1);

3788}

3789.social_team a {

3790 color: #ffffff;

3791 display: block;

3792 font-size: 18px;

3793 padding: 0 5px;

3794 position: relative;

3795 text-align: center;

3796 z-index: 1;

3797}

3798.social_team a:hover {

3799 color: #ff67cb;

3800}

3801.gradient_box .social_team a:hover {

3802 color: #444444;

3803}

3804.team_title {

3805 background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 99%);

3806 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 99%);

3807 bottom: 0;

3808 left: 0;

3809 padding: 70px 0 10px;

3810 position: absolute;

3811 right: 0;

3812}

3813.team_img_wrap {

3814 position: relative;

3815}

3816.team_title h4 {

3817 color: #ffffff !important;

3818 margin: 0;

3819}

3820.team_title span {

3821 color:#fff;

3822}

3823.mfp-bg {

3824 background-color: #5957cd;

3825 opacity: 0.8;

3826}

3827.team_pop {

3828 background-color: #ffffff;

3829 border-radius: 10px;

3830 margin: 30px auto;

3831 max-width: 945px;

3832 padding: 30px 10px;

3833 position: relative;

3834}

3835.social_single_team li {

3836 display: inline-block;

3837}

3838.social_single_team li a {

3839 border: 1px solid #5957cd;

3840 border-radius: 40px;

3841 display: block;

3842 height: 40px;

3843 line-height: 30px;

3844 padding: 5px;

3845 width: 40px;

3846}

3847.mfp-close-btn-in .mfp-close {

3848 font-size: 32px;

3849 right: -50px;

3850 top: 0px;

3851 color: #fff;

3852 width: auto;

3853}

3854.mfp-close-btn-in .team_pop .mfp-close {

3855 color: #5957cd;

3856 background-color: #fff;

3857 width: 44px;

3858}

3859.team_pop h6 {

3860 color: #444444;

3861}

3862.team_pop .progress {

3863 border-radius: 0;

3864 height: 4px;

3865}

3866.team_pop .progress-bar {

3867 background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%);

3868 background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%);

3869}

3870.team_wrap .team_info h4 a {

3871 font-size: 18px;

3872}

3873.team_wrap .team_info p {

3874

font-size: 14px;

3875}

3876.team_box_s1 .team_box::before {

3877 background-color: #02126e;

3878 bottom: 0;

3879 content: "";

3880 left: 0;

3881 position: absolute;

3882 right: 0;

3883 top: 100px;

3884 z-index: -1;

3885}

3886.team_box_s1 .team_box {

3887 height: 100%;

3888}

3889.team_box_s1 .team_info {

3890 padding-bottom: 15px;

3891}

3892.team_box_s2 .team_box {

3893 background-color: #121a6d;

3894 padding: 20px;

3895 height: 100%

3896}

3897.team_image {

3898 box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

3899 margin: 0 auto;

3900 max-width: 170px;

3901}

3902.team_social li {

3903 display: inline-block;

3904}

3905.team_social a {

3906 color: #7a7a7a;

3907 display: block;

3908 padding: 5px;

3909}

3910.team_box_s3 {

3911 padding: 20px 20px;

3912}

3913.team_social_s2 {

3914 background-image: -webkit-linear-gradient(top, #ff67cb 0%,#ffcc67 99%);

3915 background-image: linear-gradient(to bottom, #ff67cb 0%,#ffcc67 99%);

3916 position: absolute;

3917 right: -15px;

3918 top: 50%;

3919 transform: translateY(-50%);

3920 border-radius: 40px;

3921 padding: 15px 10px;

3922}

3923.team_social_s2 a {

3924 color: #fff;

3925}

3926.team_social_s2 a:hover {

3927 color: #444;

3928}

3929

3930.v_blue_pro .team_info h4 a,

3931.v_blue_pro .team_info p,

3932.v_blue .team_info h4 a,

3933.v_blue .team_info p,

3934.v_dark .team_info h4 a,

3935.v_dark .team_info p,

3936.v_royal_blue .team_info h4 a,

3937.v_royal_blue .team_info p,

3938.v_navy_blue .team_info h4 a,

3939.v_navy_blue .team_info p {

3940 color: #fff;

3941}

3942.v_blue .mfp-bg,

3943.v_navy_blue .mfp-bg {

3944 background-color: #052d85;

3945}

3946.v_blue_light .mfp-bg,

3947.v_royal_blue .mfp-bg {

3948 background-color: #193dc0;

3949}

3950.v_blue .social_single_team li a,

3951.v_blue .mfp-close-btn-in .team_pop .mfp-close,

3952.v_blue .team_pop h1,

3953.v_blue .team_pop h2,

3954.v_blue .team_pop h3,

3955.v_blue .team_pop h4,

3956.v_blue .team_pop h5,

3957.v_blue .team_pop h6 {

3958 color: #0a257c;

3959}

3960.v_blue_light .social_single_team li a,

3961.v_blue_light .mfp-close-btn-in .team_pop .mfp-close,

3962.v_blue_light .team_pop h1,

3963.v_blue_light .team_pop h2,

3964.v_blue_light .team_pop h3,

3965.v_blue_light .team_pop h4,

3966.v_blue_light .team_pop h5,

3967.v_blue_light .team_pop h6,

3968.v_royal_blue .social_single_team li a,

3969.v_royal_blue .mfp-close-btn-in .team_pop .mfp-close,

3970.v_royal_blue .team_pop h1,

3971.v_royal_blue .team_pop h2,

3972.v_royal_blue .team_pop h3,

3973.v_royal_blue .team_pop h4,

3974.v_royal_blue .team_pop h5,

3975.v_royal_blue .team_pop h6 {

3976 color: #0043bb;

3977}

3978

3979.v_blue .social_single_team li a {

3980 border-color: #0a257c;

3981}

3982.v_blue_light .social_single_team li a,

3983.v_royal_blue .social_single_team li a {

3984 border-color: #0043bb;

3985}

3986.v_dark .mfp-bg,

3987.v_light_dark .mfp-bg {

3988 background-color: #0c0e27;

3989}

3990.v_light_purple .mfp-bg {

3991 background-color: #6000b5;

3992}

3993.v_dark .social_single_team li a,

3994.v_dark .mfp-close-btn-in .team_pop .mfp-close,

3995.v_dark .team_pop h1,

3996.v_dark .team_pop h2,

3997.v_dark .team_pop h3,

3998.v_dark .team_pop h4,

3999.v_dark .team_pop h5,

4000.v_dark .team_pop h6,

4001.v_light_dark .social_single_team li a,

4002.v_light_dark .mfp-close-btn-in .team_pop .mfp-close,

4003.v_light_dark .team_pop h1,

4004.v_light_dark .team_pop h2,

4005.v_light_dark .team_pop h3,

4006.v_light_dark .team_pop h4,

4007.v_light_dark .team_pop h5,

4008.v_light_dark .team_pop h6 {

4009 color: #0c0e27;

4010}

4011.v_blue .social_single_team li a:hover,

4012.v_dark .social_single_team li a:hover,

4013.v_light_dark .social_single_team li a:hover {

4014 color: #ff69c9;

4015}

4016.v_dark .social_single_team li a,

4017.v_light_dark .social_single_team li a {

4018 border-color: #0c0e27;

4019}

4020.v_navy_blue .social_single_team li a {

4021 border-color: #0043bb;

4022}

4023.v_navy_blue .social_single_team li a,

4024.v_navy_blue .mfp-close-btn-in .team_pop .mfp-close,

4025.v_navy_blue .team_pop h1,

4026.v_navy_blue .team_pop h2,

4027.v_navy_blue .team_pop h3,

4028.v_navy_blue .team_pop h4,

4029.v_navy_blue .team_pop h5,

4030.v_navy_blue .team_pop h6 {

4031 color: #0043bb;

4032}

4033.v_light_purple .social_single_team li a,

4034.v_light_purple .mfp-close-btn-in .team_pop .mfp-close,

4035.v_light_purple .team_pop h1,

4036.v_light_purple .team_pop h2,

4037.v_light_purple .team_pop h3,

4038.v_light_purple .team_pop h4,

4039.v_light_purple .team_pop h5,

4040.v_light_purple .team_pop h6 {

4041 color: #6000b5;

4042}

4043.v_light_purple .social_single_team li a {

4044 border-color: #6000b5;

4045}

4046.v_light_purple .team_img::before {

4047 background-color: rgba(96,0,181,0.7);

4048}

4049.v_cyan_blue .social_single_team li a,

4050.v_cyan_blue .mfp-close-btn-in .team_pop .mfp-close,

4051.v_cyan_blue .team_pop h1,

4052.v_cyan_blue .team_pop h2,

4053.v_cyan_blue .team_pop h3,

4054.v_cyan_blue .team_pop h4,

4055.v_cyan_blue .team_pop h5,

4056.v_cyan_blue .team_pop h6 {

4057 color: #0e082c;

4058}

4059.v_cyan_blue .social_single_team li a {

4060 border-color: #0e082c;

4061}

4062.v_cyan_blue .mfp-bg {

4063 background-color: #193d85;

4064}

4065/*===================================*

406609. END TEAM SECTION

4067*===================================*/

4068/*===================================*

406910. FAQ SECTION

4070*===================================*/

4071.faq_question .card {

4072 border: 0;

4073 background-color: transparent;

4074}

4075.faq_question .card-header {

4076 background-color: transparent;

4077 border: 0 none;

4078 padding: 0;

4079 z-index: 2;

4080}

4081.faq_question .card-header a::after {

4082 content: "\f105";

4083 font-family: "Ionicons";

4084 font-size: 20px;

4085 font-weight: normal;

4086 position: absolute;

4087 right: 15px;

4088 top: 14px;

4089}

4090.faq_question .card-header a.collapsed::after {

4091 content: "\f10b";

4092}

4093.faq_question .card-header a::before {

4094 content: "?";

4095 font-weight: 600;

4096 font-size: 24px;

4097 text-align: center;

4098 height: 30px;

4099 width: 30px;

4100 background-color: #5957cd;

4101 border-radius: 100%;

4102 color: #fff;

4103 margin-right: 10px;

4104 padding: 5px 0;

4105 vertical-align: middle;

4106 position: absolute;

4107 left: 10px;

4108 top: 50%;

4109 transform: translateY(-50%);

4110}

4111.faq_question .card-header a {

4112 background-color: #fff;

4113 border: 1px solid #5957cd;

4114 border-radius: 5px 5px 0 0;

4115 display: block;

4116 font-size: 18px;

4117 font-weight: 600;

4118 padding: 15px 30px 15px 50px;

4119 position: relative;

4120 margin-top: 10px;

4121}

4122.faq_question .card-header a[aria-expanded="false"] {

4123 background-color: transparent;

4124 border-top-color: transparent;

4125 border-left-color: transparent;

4126 border-right-color: transparent;

4127 margin: 0;

4128}

4129.faq_question .card-body {

4130 background-color: #fff;

4131 border: 1px solid #5957cd;

4132 border-top: 0;

4133 border-radius: 0 0 5px 5px;

4134 position: relative;

4135 padding-left: 40px;

4136 line-height: 24px;

4137}

4138.faq_question .card-body::before {

4139 content: "";

4140 border-left: 2px solid #e5e5e5;

4141 position: absolute;

4142 left: 20px;

4143 top: 0;

4144 bottom: 0;

4145 margin: 20px 0;

4146}

4147.faq_content .card {

4148 background-color: rgba(0, 0, 0, 0);

4149 border: 0 none;

4150 border-radius: 0;

4151 margin-bottom: 10px;

4152}

4153.faq_content .card:last-child {

4154 margin-bottom: 0px;

4155}

4156.faq_content .card-header,

4157.faq_content5 .card-header {

4158 background-color: rgba(0, 0, 0, 0);

4159 border: 0 none;

4160 padding:0;

4161 z-index:2;

4162}

4163.faq_content .card-header a {

4164 background-color: #5957cd;

4165 color: #ffffff;

4166 border: 1px solid #5957cd;

4167 border-radius: 5px 5px 0 0;

4168 display: block;

4169 font-weight: 600;

4170 padding: 15px 40px 15px 15px;

4171}

4172.faq_content .card-header a.collapsed {

4173 background-color: #ffffff;

4174 border-radius: 5px;

4175 color: #5957cd;

4176}

4177.faq_content .card-body {

4178 background-color: #5957cd;

4179 border-radius: 0 0 5px 5px;

4180 color: #ffffff;

4181 padding: 10px 15px;

4182 position: relative;

4183 z-index: 1;

4184}

4185.faq_content .card-header a::after {

4186 color: #fff;

4187 content: "\f126";

4188 font-family: "Ionicons";

4189 font-size: 18px;

4190 font-weight: normal;

4191 position: absolute;

4192 right: 15px;

4193 top: 14px;

4194}

4195.faq_content .card-header a.collapsed:after {

4196 content: "\f123";

4197 color:#5957cd;

4198}

4199.faq_content .card-header a::before {

4200 content: "Q.";

4201 font-weight: 600;

4202 margin-right: 5px;

4203}

4204.card-body::before {

4205 content: "A.";

4206 font-weight: 600;

4207 margin-right:5px;

4208}

4209.tab_content ul {

4210 margin: 0 -10px;

4211}

4212.tab_content .nav-item {

4213 padding: 0 10px;

4214}

4215.tab-link {

4216 display: block;

4217 padding: 8px 16px;

4218 text-transform: capitalize;

4219}

4220.tab-link {

4221 background-color: #071890;

4222 border-radius: 5px;

4223 color: #fff;

4224}

4225.tab-link.active,

4226.tab-link.active:hover,

4227.tab-link:hover {

4228 background-color: #ff68ca;

4229 color: #fff;

4230}

4231.tab_content .tab-content {

4232 margin-top: 30px;

4233}

4234.faq_content2 .card {

4235 background-color: rgba(0, 0, 0, 0);

4236 border: 1px solid #ffffff;

4237 border-radius: 5px;

4238 margin-bottom: 10px;

4239}

4240.faq_content2 .card:last-child {

4241 margin: 0;

4242}

4243.faq_content2 .card-header {

4244 background-color: rgba(0, 0, 0, 0);

4245 border: 0 none;

4246 padding: 0;

4247 z-index: 2;

4248}

4249.faq_content2 .card-header a::before {

4250 content: "Q.";

4251 font-weight: 600;

4252 margin-right: 5px;

4253}

4254.faq_content2 .card-header a::after {

4255 color: #ffffff;

4256 content: "\f126";

4257 font-family: "Ionicons";

4258 font-size: 18px;

4259 font-weight: normal;

4260 position: absolute;

4261 right: 15px;

4262 top: 14px;

4263}

4264.faq_content2 .card-header a.collapsed:after {

4265 content: "\f123";

4266 color:#fff;

4267}

4268.faq_content2 .card-header a {

4269 display: block;

4270 font-weight: 600;

4271 padding: 15px 40px 15px 15px;

4272}

4273.faq_content2 .card-body {

4274 padding: 10px 15px;

4275}

4276.faq_content2 .card-header a,

4277.faq_content2 .card-body {

4278 color: #ffffff;

4279}

4280.tab_s2 .tab-link {

4281 border-radius: 0;

4282 margin-bottom: 2px;

4283 padding: 10px 20px;

4284}

4285.tab_nav_s2 li.nav-item {

4286 border-right: 1px solid #0043bb;

4287 padding: 0 25px;

4288}

4289.tab_nav_s2 li.nav-item:last-child {

4290 border-right: 0;

4291}

4292.tab_nav_s2 li.nav-item a.active,

4293.tab_nav_s2 li.nav-item a:hover {

4294 color: #ff69c9;

4295}

4296.tab_color_white a {

4297 color: #fff;

4298}

4299.tab_nav_s2.tab_color_white li.nav-item {

4300 border-color: #fff;

4301}

4302.tab_nav_s3 li.nav-item {

4303 padding: 0 10px;

4304}

4305.tab_nav_s3 li.nav-item a {

4306 border-radius: 5px;

4307 color: #fff;

4308 display: block;

4309 padding: 6px 25px;

4310 text-align: center;

4311}

4312.tab_nav_s3 li.nav-item a.active {

4313 background-color: rgba(255,255,255,0.50);

4314}

4315.faq_content3 .card {

4316 background-color: rgba(255,255,255,0.20);

4317 border: 0;

4318 border-radius: 5px;

4319 margin-bottom: 10px;

4320}

4321.faq_content3 .card:last-child {

4322 margin: 0;

4323}

4324.faq_content3 .card-header {

4325 background-color: rgba(0, 0, 0, 0);

4326 border: 0 none;

4327 padding: 0;

4328 z-index: 2;

4329}

4330.faq_content3 .card-header a::before {

4331 content: "Q.";

4332 font-weight: 600;

4333 margin-right: 5px;

4334}

4335.faq_content3 .card-header a::after {

4336 color: #ffffff;

4337 content: "\f126";

4338 font-family: "Ionicons";

4339 font-size: 18px;

4340 font-weight: normal;

4341 position: absolute;

4342 right: 15px;

4343 top: 14px;

4344}

4345.faq_content3 .card-header a.collapsed:after {

4346 content: "\f123";

4347 color:#fff;

4348}

4349.faq_content3 .card-header a {

4350 display: block;

4351 font-weight: 600;

4352 padding: 15px 40px 15px 15px;

4353}

4354.faq_content3 .card-body {

4355 padding: 10px 15px;

4356}

4357.faq_content3 .card-header a,

4358.faq_content3 .card-body {

4359 color: #ffffff;

4360}

4361.tab_nav_s4 li.nav-item {

4362 padding: 0 5px;

4363}

4364.tab_nav_s4 li.nav-item a {

4365 border-radius: 40px;

4366 color: #0e082c;

4367 display: block;

4368 padding: 3px 20px;

4369 text-align: center;

4370 border: 1px solid #0e082c;

4371}

4372.tab_nav_s4 li.nav-item a.active {

4373 background-color: #ff6cc6;

4374 border-color: #ff6cc6;

4375 color: #fff;

4376}

4377.faq_content4 .card {

4378 background-color: #f0f1f4;

4379 border: 0;

4380 border-radius: 5px;

4381 margin-bottom: 10px;

4382}

4383.faq_content4 .card:last-child {

4384 margin: 0;

4385}

4386.faq_content4 .card-header {

4387 background-color: rgba(0, 0, 0, 0);

4388 border: 0 none;

4389 padding: 0;

4390 z-index: 2;

4391}

4392.faq_content4 .card-header a::before {

4393 content: "Q.";

4394 font-weight: 600;

4395 margin-right: 5px;

4396}

4397.faq_content4 .card-header a::after {

4398 background-image: -webkit-linear-gradient(left, #ff67cb 0%,#ffcc67 99%);

4399 background-image: linear-gradient(to right, #ff67cb 0%,#ffcc67 99%);

4400 border-radius: 100%;

4401 color: #ffffff;

4402 content: "\f208";

4403 font-family: "Ionicons";

4404 font-size: 18px;

4405 font-weight: normal;

4406 line-height: 25px;

4407 position: absolute;

4408 right: 15px;

4409 top: 12px;

4410 height: 25px;

4411 text-align: center;

4412 width: 25px;

4413}

4414.faq_content4 .card-header a.collapsed:after {

4415 content: "\f217";

4416 color:#fff;

4417}

4418.faq_content4 .card-header a {

4419 display: block;

4420 font-weight: 600;

4421 padding: 15px 40px 15px 15px;

4422}

4423.faq_content4 .card-body {

4424 padding: 10px 15px;

4425}

4426.faq_content4 .card-header a,

4427.faq_content4 .card-body {

4428 color: #0e082c;

4429}

4430.faq_content5 .card-header a::before {

4431 content: "Q.";

4432 font-weight: 600;

4433 margin-right: 5px;

4434}

4435.faq_content5 .card {

4436 background-color: transparent;

4437 border: 0;

4438 border-radius: 0;

4439 margin-bottom: 20px;

4440}

4441.faq_content5 .card-header a {

4442 background-color: #4a49bf;

4443 border-color: #fff;

4444 color: #fff;

4445 display: block;

4446 padding: 15px 40px 15px 15px;

4447 position: relative;

4448}

4449.faq_content5 .card-body {

4450 background-color: #4141af;

4451 color: #fff;

4452 padding: 10px 20px;

4453 margin: 0 10px;

4454}

4455.faq_content5 .card-header a.collapsed::after {

4456 content: "\f104";

4457 color: #fff;

4458}

4459.faq_content5 .card-header a::after {

4460 color: #ffffff;

4461 content: "\f10d";

4462 font-family: "Ionicons";

4463 font-size: 18px;

4464 font-weight: normal;

4465 position: absolute;

4466 right: 15px;

4467 top: 14px;

4468}

4469.faq_content5 .card-header a span::after {

4470 content: "";

4471 position: absolute;

4472 left: 0;

4473 top: 100%;

4474 border-style: solid;

4475 border-width: 0 10px 10px 0;

4476 border-color: transparent #4141af transparent transparent;

4477}

4478.faq_content5 .card-header a span::before {

4479 content: "";

4480 position: absolute;

4481 right: 0;

4482 top: 100%;

4483 border-style: solid;

4484 border-width: 10px 10px 0 0;

4485 border-color: #4141af transparent transparent transparent;

4486}

4487.faq_content5 .card-header ins {

4488 background-color: #4141af;

4489 top: 100%;

4490 height: 10px;

4491 position: absolute;

4492 left: 10px;

4493 right: 10px;

4494}

4495.faq_content5 .collapse.show .card-body {

4496 margin-bottom: -10px;

4497}

4498.tab_content .tab_nav_s5 {

4499 background-color: rgba(255,255,255,0.2);

4500 display: table;

4501 border-radius: 40px;

4502 margin: 0 auto;

4503}

4504.tab_content .tab_nav_s5 li {

4505 display: inline-block;

4506 padding: 5px;

4507}

4508.tab_nav_s5 li a {

4509 border-radius: 40px;

4510 padding: 5px 15px;

4511 display: block;

4512 color: #fff;

4513 text-align: center;

4514}

4515.tab_nav_s5 li a.active {

4516 background-color: #fff;

4517 color: #5957cd;

4518}

4519.tab_content .tab_nav_s6 {

4520 border: 1px solid #fff;

4521 border-radius: 5px;

4522 display: table;

4523 margin: 0 auto;

4524}

4525.tab_content .tab_nav_s6 li {

4526 display: inline-block;

4527 padding: 0;

4528}

4529.tab_nav_s6 li a {

4530 border-radius: 5px;

4531 padding: 5px 15px;

4532 display: block;

4533 color: #fff;

4534 text-align: center;

4535}

4536.tab_nav_s6 li a.active {

4537 background-color: #fff;

4538 color: #5957cd;

4539}

4540

4541.v_blue_pro .faq_content .card-header a.collapsed,

4542.v_blue_pro .faq_content .card-header a.collapsed::after,

4543.v_blue .faq_content .card-header a.collapsed,

4544.v_blue .faq_content .card-header a.collapsed::after,

4545.v_dark .faq_content .card-header a.collapsed,

4546.v_dark .faq_content .card-header a.collapsed::after {

4547 background-color: rgba(0, 0, 0, 0);

4548 color: #ffffff;

4549}

4550.v_blue_pro .faq_content .card-header a {

4551 background-color: #4a49bf;

4552 border-color: #fff;

4553 border-radius: 5px;

4554}

4555.v_blue_pro .faq_content .card-body {

4556 background-color: #4a49bf;

4557}

4558.v_blue_pro .faq_content .card::after,

4559.v_blue .faq_content .card::after,

4560.v_dark .faq_content .card::after {

4561 border: 1px solid #ffffff;

4562 border-radius: 5px;

4563 bottom: 0;

4564 content: "";

4565 left: 0;

4566 position: absolute;

4567 right: 0;

4568 top: 0;

4569 z-index: 1;

4570}

4571.v_blue .faq_content .card-header a {

4572 background-color: #052d85;

4573 border-color: #fff;

4574 border-radius: 5px;

4575}

4576.v_blue .faq_content .card-body {

4577 background-color: #052d85;

4578}

4579.v_dark .faq_content .card-header a {

4580 background-color: #121833;

4581 border-color: #fff;

4582 border-radius: 5px;

4583}

4584.v_dark .faq_content .card-body {

4585 background-color: #121833;

4586}

4587.v_light_dark .tab-link {

4588 background-color: #262d4e;

4589}

4590.v_light_dark .tab-link.active,

4591.v_light_dark .tab-link.active:hover,

4592.v_light_dark .tab-link:hover,

4593.v_royal_blue .tab-link.active,

4594.v_royal_blue .tab-link.active:hover,

4595.v_royal_blue .tab-link:hover {

4596 background-color: #ff68ca;

4597}

4598.v_royal_blue .tab-link {

4599 background-color: #02126e;

4600}

4601.v_navy_blue .faq_content2 .card {

4602 border: 1px solid #0043bb;

4603}

4604.v_navy_blue .faq_content2 .card-header a.collapsed {

4605 background-color: rgba(0, 0, 0, 0);

4606 color: #0043bb;

4607}

4608.v_navy_blue .faq_content2 .card-header a.collapsed::after {

4609 color: #0043bb;

4610}

4611.v_navy_blue .faq_content2 .card-header a,

4612.v_navy_blue .faq_content2 .card-body {

4613 background-color: #052d85;

4614 color: #ffffff;

4615}

4616.v_navy_blue .nav-item a {

4617 color: #0043bb;

4618}

4619.v_light_blue_pro .nav-item a:hover,

4620.v_light_blue_pro .nav-item a.active,

4621.v_navy_blue .nav-item a:hover,

4622.v_navy_blue .nav-item a.active {

4623 color: #ff67cb;

4624}

4625.v_blue_pro .tab-link {

4626 background-color: #4141af;

4627}

4628.v_blue_light .tab_nav_s5 li a.active {

4629 color: #0043bb;

4630}

4631.v_blue .tab_nav_s6 li a.active {

4632 color: #052d85;

4633}

4634.v_navy_blue .faq_question .card-header a::before {

4635 background-color: #0043bb;

4636}

4637.v_navy_blue .faq_question .card-header a {

4638 border-bottom-color: #0043bb;

4639 color: #0043bb;

4640}

4641.v_navy_blue .faq_question .card-body {

4642 border-color: #0043bb;

4643}

4644.v_light_purple .tab_nav_s5 li a.active,

4645.v_light_purple .tab_nav_s6 li a.active {

4646 color: #6000b5;

4647}

4648.v_cyan_blue .tab_nav_s2 li.nav-item {

4649 border-color: #193f88;

4650}

4651.v_cyan_blue .tab_nav_s2 li a {

4652 color: #193f88;

4653}

4654.v_cyan_blue .faq_question .card-header a::before {

4655 background-color: #193f88;

4656}

4657.v_cyan_blue .faq_question .card-header a {

4658 border-color: #193f88;

4659 color: #193f88;

4660}

4661.v_cyan_blue .faq_question .card-body {

4662 border-color: #193f88;

4663}

4664.v_cyan_blue .faq_question .card-header a[aria-expanded="false"] {

4665 border-top-color: transparent;

4666 border-left-color: transparent;

4667 border-right-color: transparent;

4668}

4669

4670

4671/*===================================*

467210. END FAQ SECTION

4673*===================================*/

4674

4675/*===================================*

467611. CONTACT SECTION

4677*===================================*/

4678.contact_section {

4679 overflow: hidden;

4680}

4681.contact_box {

4682 padding:100px 50px;

4683 height:100%;

4684}

4685.form_field .form-group {

4686 margin-bottom: 30px;

4687}

4688.form_field input, .form_field textarea {

4689 background-color: rgba(0, 0, 0, 0);

4690 border-bottom: 1px solid #bdbcfb;

4691 border-left:0;

4692 border-right:0;

4693 border-top: 0;

4694 border-radius: 0;

4695 color: #bdbcfb;

4696 padding: 10px 0;

4697}

4698.form_field input:focus,.form_field textarea:focus {

4699 background-color: rgba(0, 0, 0, 0);

4700 border-bottom: 1px solid #bdbcfb;

4701 border-left:0;

4702 border-right:0;

4703 border-top: 0;

4704 box-shadow: none;

4705 color: #bdbcfb;

4706 outline: 0 none;

4707}

4708.form_field .form-control::-webkit-input-placeholder {

4709 color: #bdbcfb;

4710}

4711.form_field .form-control:-moz-placeholder {

4712 color: #bdbcfb;

4713}

4714.form_field .form-control::-moz-placeholder {

4715 color: #bdbcfb;

4716}

4717.form_field .form-control:-ms-input-placeholder {

4718 color: #bdbcfb;

4719}

4720.form_field textarea {

4721 resize: none;

4722}

4723.form_field input[required="required"] {

4724 box-shadow: none;

4725 outline: medium none;

4726}

4727.contact_detail {

4728 padding-left: 75px;

4729}

4730.contact_info li {

4731 margin-bottom: 25px;

4732}

4733.contact_info li:last-child {

4734 margin-bottom: 0px;

4735}

4736.contact_info li i {

4737 border: 1px solid #ffffff;

4738 border-radius: 100%;

4739 color: #ffffff;

4740 float: left;

4741 font-size: 26px;

4742 height: 46px;

4743 line-height: 46px;

4744 text-align: center;

4745 width: 46px;

4746}

4747.contct_follow span{

4748 color:#fff;

4749 font-weight: 500;

4750 margin-right:20px;

4751}

4752.contact_detail span {

4753 color: #ffffff;

4754 display: block;

4755 font-weight: 600;

4756 text-transform: uppercase;

4757}

4758.contact_detail p {

4759 color: #ffffff;

4760 line-height: normal;

4761 margin: 0;

4762}

4763.alert-msg-failure {

4764 color: #ff0000;

4765 margin-top: 10px;

4766}

4767.alert-msg-success {

4768 color: #07AD00;

4769 margin-top: 10px;

4770}

4771.info_contact {

4772 display: inline-block;

4773 width: 100%;

4774}

4775.contact_info.info_contact li {

4776 float: left;

4777 width: 33.33%;

4778}

4779.contact_info.info_contact li i {

4780 background-color: #5957cd;

4781 border: 0 none;

4782 display: inline-block;

4783 float: none;

4784 margin-bottom: 10px;

4785}

4786.info_contact .contact_detail {

4787 padding: 0;

4788}

4789.info_contact .contact_detail span,

4790.info_contact .contact_detail p {

4791 color: #7a7a7a;

4792}

4793.field_form .form-control {

4794 border-color: #7a7a7a;

4795 border-radius: 5px;

4796 padding: 12px 15px;

4797}

4798.contact_info.info_contact2 li i {

4799 border: 0 none;

4800 color: #0043bb;

4801 width: auto;

4802}

4803.info_contact2 .contact_detail {

4804 padding-left: 40px;

4805}

4806.contact_info.info_contact2 li span,

4807.contact_info.info_contact2 li p {

4808 color: #7a7a7a;

4809}

4810.info_contact3 {

4811 display: inline-block;

4812 width: 100%;

4813}

4814.info_contact3 li {

4815 margin-bottom: 30px;

4816}

4817.info_contact3 li:last-child {

4818 margin-bottom: 0px;

4819}

4820.info_contact3 i {

4821 font-size: 20px;

4822 float: left;

4823 height: 30px;

4824 width: 30px;

4825 display: block;

4826 text-align: center;

4827 line-height: 30px;

4828}

4829.info_contact3 .contact_detail {

4830 padding-left: 40px;

4831}

4832.info_contact3 .contact_detail p {

4833 color: #7a7a7a;

4834}

4835.contact_map {

4836 height: 308px;

4837 width: 100%;

4838 border: 4px solid #fff;

4839}

4840.field_form_s2 .form-control {

4841 background-color: #e9eff2;

4842 border: 0;

4843 border-radius: 5px;

4844 color: #8e9294;

4845

font-size: 14px;

4846 padding: 14px 15px;

4847}

4848.contact_box_s2 {

4849 padding: 30px 20px;

4850}

4851.contact_title * {

4852 color: #fff;

4853}

4854.contact_title h5 {

4855 font-weight: 600;

4856 margin-bottom: 20px;

4857}

4858.contact_box_s2 .contact_info li {

4859 margin-bottom: 15px;

4860}

4861.contact_box_s3 {

4862 padding: 30px;

4863}

4864.contact_box_s3 i {

4865 font-size: 26px;

4866 color: #fff;

4867 border: 1px solid #fff;

4868 display: inline-block;

4869 border-radius: 100%;

4870 height: 40px;

4871 width: 40px;

4872 line-height: 40px;

4873 margin-bottom: 15px;

4874}

4875.contact_box_s3 h5 {

4876 color: #fff;

4877 font-weight: bold;

4878 text-transform: uppercase;

4879}

4880.contact_box_s3 p {

4881 color: #fff;

4882 margin: 15px 0;

4883 display: inline-block;

4884 width: 100%;

4885}

4886.contact_box_s3 a {

4887 color: #fff;

4888 font-weight: bold;

4889 text-transform: uppercase;

4890}

4891.contact_box_s3 i.ion-paper-airplane {

4892 padding: 1px 4px 0 0;

4893}

4894.contact_map2 {

4895 height: 100%;

4896}

4897.contact_info_box {

4898 padding: 40px 30px;

4899}

4900.half-info li {

4901 float: left;

4902 width: 50%;

4903 margin-bottom: 0;

4904 margin-top: 20px;

4905}

4906.half-info li:nth-child(2n+1) {

4907 clear: both;

4908}

4909.half-info.info_contact3 i {

4910 line-height: normal;

4911}

4912.v_blue_pro .form_field .form-control::-webkit-input-placeholder {

4913 color: #ffffff;

4914}

4915.v_blue_pro .form_field .form-control:-moz-placeholder {

4916 color: #ffffff;

4917}

4918.v_blue_pro .form_field .form-control::-moz-placeholder {

4919 color: #ffffff;

4920}

4921.v_blue_pro .form_field .form-control:-ms-input-placeholder {

4922 color: #ffffff;

4923}

4924.v_blue_light .contact_info.info_contact li i {

4925 background-color: #0043bb;

4926}

4927.v_blue .info_contact .contact_detail span,

4928.v_blue .info_contact .contact_detail p {

4929 color: #ffffff;

4930}

4931.v_blue .field_form .form-control,

4932.v_dark .field_form .form-control,

4933.v_royal_blue .field_form .form-control {

4934 background-color: transparent;

4935 border-color: #ffffff;

4936 color:#ffffff;

4937}

4938.v_blue .form-control::-webkit-input-placeholder {

4939 color: #ffffff;

4940}

4941.v_blue .form-control:-moz-placeholder {

4942 color: #ffffff;

4943}

4944.v_blue .form-control::-moz-placeholder {

4945 color: #ffffff;

4946}

4947.v_blue .form-control:-ms-input-placeholder {

4948 color: #ffffff;

4949}

4950.v_dark .form-control::-webkit-input-placeholder {

4951 color: #ffffff;

4952}

4953.v_dark .form-control:-moz-placeholder {

4954 color: #ffffff;

4955}

4956.v_dark .form-control::-moz-placeholder {

4957 color: #ffffff;

4958}

4959.v_dark .form-control:-ms-input-placeholder {

4960 color: #ffffff;

4961}

4962.v_royal_blue .form-control::-webkit-input-placeholder {

4963 color: #ffffff;

4964}

4965.v_royal_blue .form-control:-moz-placeholder {

4966 color: #ffffff;

4967}

4968.v_royal_blue .form-control::-moz-placeholder {

4969 color: #ffffff;

4970}

4971.v_royal_blue .form-control:-ms-input-placeholder {

4972 color: #ffffff;

4973}

4974.v_dark .social_icon li a,

4975.v_light_dark .social_icon li a {

4976 color: #0c0e27;

4977}

4978.v_navy_blue .social_icon li a {

4979 color: #052d85;

4980}

4981.v_dark .social_icon li a:hover {

4982 color: #ff69c9;

4983}

4984.v_dark .form_field .form-control::-webkit-input-placeholder {

4985 color: #ffffff;

4986}

4987.v_dark .form_field .form-control:-moz-placeholder {

4988 color: #ffffff;

4989}

4990.v_dark .form_field .form-control::-moz-placeholder {

4991 color: #ffffff;

4992}

4993.v_dark .form_field .form-control:-ms-input-placeholder {

4994 color: #ffffff;

4995}

4996.v_light_dark .form_field .form-control::-webkit-input-placeholder {

4997 color: #ffffff;

4998}

4999.v_light_dark .form_field .form-control:-moz-placeholder {

5000 color: #ffffff;

5001}

5002.v_light_dark .form_field .form-control::-moz-placeholder {

5003 color: #ffffff;

5004}

5005.v_light_dark .form_field .form-control:-ms-input-placeholder {

5006 color: #ffffff;

5007}

5008.v_royal_blue .form_field .form-control::-webkit-input-placeholder {

5009 color: #ffffff;

5010}

5011.v_royal_blue .form_field .form-control:-moz-placeholder {

5012 color: #ffffff;

5013}

5014.v_royal_blue .form_field .form-control::-moz-placeholder {

5015 color: #ffffff;

5016}

5017.v_royal_blue .form_field .form-control:-ms-input-placeholder {

5018 color: #ffffff;

5019}

5020.v_navy_blue .form_field .form-control::-webkit-input-placeholder {

5021 color: #ffffff;

5022}

5023.v_navy_blue .form_field .form-control:-moz-placeholder {

5024 color: #ffffff;

5025}

5026.v_navy_blue .form_field .form-control::-moz-placeholder {

5027 color: #ffffff;

5028}

5029.v_navy_blue .form_field .form-control:-ms-input-placeholder {

5030 color: #ffffff;

5031}

5032.v_blue_pro .form_field input,

5033.v_blue_pro .form_field textarea,

5034.v_dark .form_field input,

5035.v_dark .form_field textarea,

5036.v_light_dark .form_field input,

5037.v_light_dark .form_field textarea,

5038.v_royal_blue .form_field input,

5039.v_royal_blue .form_field textarea,

5040.v_navy_blue .form_field input,

5041.v_navy_blue .form_field textarea {

5042 border-color: #ffffff;

5043 color:#ffffff;

5044}

5045.v_light_purple .contact_info.info_contact li i{

5046 background-color: #6441a5;

5047}

5048.v_cyan_blue .info_contact3 i {

5049 color: #193f88

5050}

5051/*===================================*

505211. END CONTACT SECTION

5053*===================================*/

5054

5055/*===================================*

505612. CLIENT SECTION

5057*===================================*/

5058.client_logo_border {

5059 border: 1px solid #5957cd;

5060 padding: 10px;

5061 margin-top:20px;

5062}

5063.logo_border {

5064 height:120px;

5065}

5066.logo_border::before {

5067 background-color: #e6e8ea;

5068 bottom: 0;

5069 content: "";

5070 height: 1px;

5071 left: 0;

5072 margin-bottom: -1px;

5073 position: absolute;

5074 width: 100%;

5075}

5076.logo_border::after {

5077 background-color: #e6e8ea;

5078 content: "";

5079 height: 100%;

5080 margin-right: -1px;

5081 position: absolute;

5082 right: 0;

5083 top: 0;

5084 width: 1px;

5085}

5086.partner_logo {

5087 padding: 35px 40px;

5088 margin-bottom: -60px;

5089}

5090.v_blue_pro .logo_border::after,

5091.v_blue_pro .logo_border::before,

5092.v_blue_light .logo_border::after,

5093.v_blue_light .logo_border::before,

5094.v_blue .logo_border::after,

5095.v_blue .logo_border::before,

5096.v_dark .logo_border::after,

5097.v_dark .logo_border::before,

5098.v_royal_blue .logo_border::after,

5099.v_royal_blue .logo_border::before {

5100 background-color: rgba(255,255,255,0.2);

5101}

5102/*===================================*

510312. END CLIENT SECTION

5104*===================================*/

5105

5106/*===================================*

510713. FOOTER SECTION

5108*===================================*/

5109.top_footer {

5110 position:relative;

5111}

5112.top_footer {

5113 padding: 100px 0;

5114}

5115.footer_title {

5116 color: #ffffff;

5117 font-size: 22px;

5118 font-weight: 600;

5119 margin-bottom: 30px;

5120 position:relative;

5121 text-transform:uppercase;

5122}

5123.footer_title_s2 {

5124 font-size: 18px;

5125 color: #fff;

5126 text-transform: uppercase;

5127 margin: 15px 0;

5128}

5129.footer_title.border_title {

5130 padding-left: 40px;

5131}

5132.footer_title.border_title::before {

5133 background-color: #ffffff;

5134 content: "";

5135 height: 1px;

5136 left: 0;

5137 position: absolute;

5138 top: 12px;

5139 width: 30px;

5140}

5141.footer_desc p {

5142 color: #ffffff;

5143 margin: 0;

5144}

5145.company_info p {

5146 margin-bottom: 15px;

5147}

5148.newsletter_form form {

5149 position: relative;

5150}

5151.newsletter_form p {

5152 color: #ffffff;

5153}

5154.newsletter_form input {

5155 background-color: #fff;

5156 color:#7a7a7a;

5157}

5158.newsletter_form input:focus {

5159 outline:none;

5160}

5161.newslattter_section {

5162 border-radius: 5px;

5163 padding: 40px;

5164}

5165.newsletter_form .input_outline_white {

5166 background-color: transparent;

5167 border: 2px solid #fff;

5168 color: #fff;

5169 padding-right: 160px;

5170}

5171.newsletter_form_s2 .input_outline_white {

5172 padding-right: 50px;

5173 height: 46px;

5174}

5175.newsletter_form .btn_icon {

5176 padding: 0;

5177 height: 35px;

5178 width: 35px;

5179 line-height: 35px;

5180 text-align: center;

5181}

5182.newsletter_form .input_outline_white::-webkit-input-placeholder {

5183 color: #fff;

5184 opacity: 1;

5185}

5186.newsletter_form .input_outline_white:-moz-placeholder {

5187 color: #fff;

5188 opacity: 1;

5189}

5190.newsletter_form .input_outline_white::-moz-placeholder {

5191 color: #fff;

5192 opacity: 1;

5193}

5194.newsletter_form .input_outline_white:-ms-input-placeholder {

5195 color: #fff;

5196 opacity: 1;

5197}

5198button.radius_btn {

5199 border-radius: 5px;

5200}

5201.newsletter_form button.radius_btn {

5202 padding: 5px 35px;

5203 right: 5px;

5204 top: 7px;

5205}

5206.chat_title {

5207 font-size: 20px;

5208 color: #fff;

5209}

5210button.btn-white:hover {

5211 background-color: rgba(255,255,255,0.55);

5212 }

5213.input-rounded {

5214 border-radius: 50px;

5215}

5216.newsletter_form button {

5217 padding: 7px 40px;

5218 position: absolute;

5219 right: 5px;

5220 top: 5px;

5221}

5222.newslattter_small {

5223 margin: 0 auto;

5224 max-width: 490px;

5225}

5226.bottom_footer {

5227 background-color: #4b49c5;

5228 padding: 20px 0;

5229}

5230.footer_bottom {

5231 border-top: 1px solid #fff;

5232 padding: 20px 0;

5233}

5234.copyright {

5235 color: #ffffff;

5236

font-size: 14px;

5237 margin: 0;

5238}

5239.footer_menu {

5240 text-align: right;

5241}

5242.footer_menu li {

5243 display: inline-block;

5244 margin-left: 10px;

5245}

5246.footer_menu li:first-child {

5247 margin-left: 0;

5248}

5249.footer_menu li a,

5250.footer_link a {

5251 color:#fff;

5252

font-size:14px;

5253}

5254.footer_menu li a:hover,

5255.footer_link a:hover,

5256.footer_social li a:hover {

5257 color: #ff69c9;

5258}

5259.footer_link.list_arrow li {

5260 list-style: none;

5261}

5262.footer_link.list_arrow li a::before {

5263 content: "\f125";

5264 font-family: ionicons;

5265

font-size: 14px;

5266 margin-right: 10px;

5267}

5268.half_link li {

5269 float: left;

5270 width: 50%;

5271}

5272.half_link li:nth-child(2n) {

5273 padding-left: 30px;

5274}

5275.footer_social li a {

5276 color: #ffffff;

5277

font-size:14px;

5278 text-transform: capitalize;

5279}

5280.footer_social li a i {

5281 display: inline-block;

5282 font-size:16px;

5283 margin-right: 5px;

5284 text-align: center;

5285 width: 15px;

5286}

5287.footer_social_s2 {

5288 margin-top: 30px;

5289}

5290.footer_link_s2 li {

5291 display: inline-block;

5292 list-style: outside none none;

5293 padding: 0 10px;

5294}

5295.footer_link_s2 li a {

5296 color: #ffffff;

5297

font-size: 14px

5298}

5299.footer_link_s2 li a:hover {

5300 color: #ff69c9;

5301}

5302.footer_pattern {

5303 background-image: url('../images/footer_pattern.png');

5304 background-position: center center;

5305 background-repeat: no-repeat;

5306 background-size: cover;

5307}

5308.newsletter_form.newsletter_form_s3 input {

5309 border-radius: 5px;

5310 padding: 8px 10px;

5311 margin-bottom: 10px;

5312}

5313.newsletter_form_s3 button {

5314 border-radius: 5px;

5315 right: 0;

5316 top: 0;

5317}

5318.v_blue_pro .bottom_footer {

5319 background-color: #4241b8;

5320}

5321.v_blue .bottom_footer {

5322 background-color: #052d85;

5323}

5324.v_dark .bottom_footer,

5325.v_light_dark .bottom_footer {

5326 background-color: #0c0e27;

5327}

5328.v_blue_light .btn-info,

5329.v_royal_blue .btn-info {

5330 background-color: #193dc0;

5331}

5332.v_blue_light .btn-info:hover,

5333.v_blue_light .btn-info.active,

5334.v_blue_light .btn-info:focus,

5335.v_blue_light .btn-info.active:not(:disabled):not(.disabled),

5336.v_blue_light .btn-info:active:not(:disabled):not(.disabled),

5337.v_blue_light .btn-info.active:focus:not(:disabled):not(.disabled),

5338.v_blue_light .btn-info:active:focus:not(:disabled):not(.disabled),

5339.v_royal_blue .btn-info:hover,

5340.v_royal_blue .btn-info.active,

5341.v_royal_blue .btn-info:focus,

5342.v_royal_blue .btn-info.active:not(:disabled):not(.disabled),

5343.v_royal_blue .btn-info:active:not(:disabled):not(.disabled),

5344.v_royal_blue .btn-info.active:focus:not(:disabled):not(.disabled),

5345.v_royal_blue .btn-info:active:focus:not(:disabled):not(.disabled) {

5346 background-color: #071890;

5347}

5348.v_blue_light .social_icon li a {

5349 color: #193dc0;

5350}

5351.v_blue_light .social_icon li a:hover {

5352 color: #ff69c9;

5353}

5354.v_blue_light .bottom_footer {

5355 background-color: #071890;

5356}

5357.v_royal_blue .social_icon li a i {

5358 background-color: #193dc0;

5359}

5360.v_royal_blue .social_icon li a{

5361 color: #ffffff;

5362}

5363.v_royal_blue .social_icon li a:hover {

5364 color: #ff69c9;

5365}

5366.v_royal_blue .bottom_footer {

5367 background-color: #193dc0;

5368}

5369.v_light_purple .social_icon li a {

5370 color: #6000b5;

5371}

5372.v_cyan_blue .social_icon li a {

5373 color: #fff;

5374}

5375

5376

5377/*===================================*

537813. END FOOTER SECTION

5379*===================================*/

5380

5381/*===================================*

538214. ABOUT US PAGE

5383*===================================*/

5384.section_breadcrumb {

5385 padding: 200px 0 100px;

5386}

5387.breadcrumb li a,

5388.breadcrumb li span {

5389 color: #ffffff;

5390 text-transform: capitalize;

5391}

5392.breadcrumb li a:hover {

5393 color: #ff69c9;

5394}

5395.breadcrumb li::before {

5396 color: #ffffff;

5397 content: "/";

5398 margin: 5px;

5399}

5400.breadcrumb li:first-child:before {

5401 content: normal;

5402}

5403.counter_wrap.overlay::before {

5404 background-color: rgba(89, 87, 205, 0.9);

5405 bottom: 0;

5406 content: "";

5407 left: 0;

5408 position: absolute;

5409 right: 0;

5410 top: 0;

5411}

5412.counter_bg {

5413 background-image:url('../images/counter_bg.jpg');

5414}

5415.box_counter i,

5416.box_counter .counter,

5417.box_counter p {

5418 color: #ffffff;

5419}

5420.box_counter i {

5421 font-size: 60px;

5422}

5423.box_counter .counter {

5424 font-size:40px;

5425 font-weight: 600;

5426 margin-top:20px;

5427}

5428.box_counter p {

5429 margin:0;

5430}

5431.testimonial_wrap {

5432 background-color: #f7f7f7;

5433 display: inline-block;

5434 padding: 20px;

5435 width: 100%;

5436}

5437.testimonial_wrap img {

5438 float: left;

5439 height: 146px;

5440 margin-right: 20px;

5441 max-width: 146px;

5442}

5443.rounded_img img {

5444 border-radius: 100%;

5445}

5446.testimonial_wrap h5 {

5447 color: #333333;

5448 margin: 0;

5449}

5450.testimonial_wrap span {

5451 color: #333333;

5452

font-size:14px;

5453 margin-bottom:10px;

5454}

5455.testimonial_wrap p {

5456

font-size:14px;

5457 margin: 0;

5458 overflow: hidden;

5459}

5460.action-content h3 {

5461 color: #ffffff;

5462 font-size: 26px;

5463}

5464.action-content p {

5465 color: #ffffff;

5466}

5467/*===================================*

546814. END ABOUT US PAGE

5469*===================================*/

5470

5471/*===================================*

547215. SERVICES PAGE

5473*===================================*/

5474.rounded_border_icon::before {

5475 background-color: rgba(89, 87, 205, 0.5);

5476 border-radius: 100%;

5477 bottom: 0;

5478 content: "";

5479 left: 0;

5480 margin: -5px;

5481 position: absolute;

5482 right: 0;

5483 top: 0;

5484 z-index: -1;

5485}

5486.rounded_border_icon::after {

5487 background-color: rgba(89, 87, 205, 0.5);

5488 border-radius: 100%;

5489 bottom: 0;

5490 content: "";

5491 left: 0;

5492 margin: 0px;

5493 position: absolute;

5494 right: 0;

5495 top: 0;

5496 transition: all 0.8s ease 0s;

5497 z-index: -1;

5498}

5499.box_wrap:hover .rounded_border_icon::after {

5500 margin: -20px;

5501 opacity: 0;

5502}

5503.rounded_border_icon {

5504 border-radius: 100%;

5505 display: inline-block;

5506 padding: 15px;

5507 position: relative;

5508}

5509.video.play_btn {

5510 background-color: #5957cd;

5511 border: 4px solid #ffffff;

5512 border-radius: 100%;

5513 height: 74px;

5514 left: 50%;

5515 padding: 22px 0 22px 5px;

5516 position: absolute;

5517 top: 50%;

5518 -moz-transform: translate(-50%, -50%);

5519 -webkit-transform: translate(-50%, -50%);

5520 transform: translate(-50%, -50%);

5521 vertical-align: middle;

5522 width: 74px;

5523}

5524.play_btn::before {

5525 -webkit-animation: rounded 2.5s infinite ;

5526 -moz-animation: rounded 2.5s infinite ;

5527 -o-animation: rounded 2.5s infinite ;

5528 -ms-transition:rounded 2.5s infinite ;

5529 animation: rounded 2.5s infinite ;

5530 border: 2px solid #ffffff;

5531 border-radius: 100%;

5532 bottom: -10px;

5533 content: "";

5534 display: block;

5535 left: -10px;

5536 opacity: 0;

5537 position: absolute;

5538 right: -10px;

5539 top: -10px;

5540 z-index:-1;

5541}

5542.play_btn::before {

5543 animation-delay: 0.8s

5544}

5545@keyframes rounded {

55460%

5547{

5548 opacity:0;

5549 -moz-transform: scale(0.8);

5550 -webkit-transform: scale(0.8);

5551 transform: scale(0.8);

5552}

555350%

5554{

5555 opacity:1;

5556}

5557100%

5558{

5559 opacity:0;

5560 -moz-transform: scale(1.2);

5561 -webkit-transform: scale(1.2);

5562 transform: scale(1.2);

5563}

5564}

5565

5566.play_icon {

5567 border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;

5568 border-style: solid;

5569 border-width: 10px 0 10px 15px;

5570 display: block;

5571 height: 0;

5572 margin: 0 auto;

5573 width: 0;

5574}

5575/*===================================*

557615. END SERVICES PAGE

5577*===================================*/

5578

5579/*===================================*

558016. PRICING PAGE

5581*===================================*/

5582.pricing_box {

5583 box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);

5584}

5585.pr_title h3,

5586.pr_title span {

5587 color: #ffffff;

5588}

5589.pr_title h3 {

5590 font-size: 26px;

5591 font-weight: bold;

5592 text-transform: uppercase;

5593 margin: 0;

5594}

5595.pr_title > h3 {

5596 background-color: rgba(0, 0, 0, 0.3);

5597 padding: 25px;

5598}

5599.price_tage {

5600 padding: 25px;

5601}

5602.pr_content li {

5603 padding: 10px;

5604 line-height: normal;

5605}

5606.pr_footer {

5607 padding: 10px 10px 30px;

5608}

5609/*===================================*

561016. END PRICING PAGE

5611*===================================*/

5612

5613/*===================================*

561417. START 404 PAGE

5615*===================================*/

5616.not_found {

5617 margin: 0 auto;

5618 max-width: 450px;

5619}

5620.not_found h3 {

5621 font-size: 24px;

5622 font-weight: 600;

5623 margin-bottom: 20px;

5624 text-transform: uppercase;

5625}

5626/*===================================*

562717. END 404 PAGE

5628*===================================*/

5629

5630/*===================================*

563118. BLOG SECTION

5632*====================================*/

5633.blog_content {

5634 background-color: #ffffff;

5635 border-radius: 0 0 10px 10px;

5636 display: inline-block;

5637 width: 100%;

5638}

5639.blog_text {

5640 padding: 15px;

5641}

5642.blog_title {

5643 font-weight: 600;

5644}

5645.blog_title a {

5646 color: #444444;

5647}

5648.blog_text a {

5649 font-weight: 600;

5650 line-height: normal;

5651}

5652.blog_title a:hover,

5653.blog_meta a:hover,

5654.blog_meta a:hover i,

5655.blog_content_detail .blog_meta a:hover,

5656.blog_content_detail .blog_meta a:hover span,

5657.blog_content_detail .blog_meta a:hover i,

5658.widget-post-content h6 a:hover {

5659 color: #ff69c9;

5660}

5661.blog_item {

5662 border: 1px solid rgba(0, 0, 0, 0);

5663 border-radius: 10px;

5664 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

5665 margin-top: 20px;

5666}

5667.blog_meta li {

5668 display: inline-block;

5669 padding-right: 15px;

5670}

5671.blog_meta li:last-child {

5672 padding: 0;

5673 float:right;

5674}

5675.blog_content p {

5676 height: 85px;

5677 margin: 0 0 10px;

5678 overflow: hidden;

5679}

5680.blog_meta a {

5681 color: #444444;

5682}

5683.blog_meta li a i {

5684 color: #5957cd;

5685 font-size: 18px;

5686 vertical-align: middle;

5687 transition: all 0.5s ease 0s;

5688}

5689.blog_img {

5690 border-radius: 10px 10px 0 0;

5691 overflow: hidden;

5692}

5693.blog_img img {

5694 zoom: 1;

5695 -moz-transform: scale(1);

5696 -o-transform: scale(1);

5697 -webkit-transform: scale(1);

5698 transform: scale(1); /* Standard Property */

5699 transition: all 0.5s ease 0s;

5700 width:100%;

5701}

5702.blog_item:hover img {

5703 zoom: 1.1;

5704 -moz-transform: scale(1.1);

5705 -o-transform: scale(1.1);

5706 -webkit-transform: scale(1.1);

5707 transform: scale(1.1); /* Standard Property */

5708}

5709.blog_meta {

5710 background-color: #f1f1f1;

5711 border-radius: 0 0 10px 10px;

5712 display: block;

5713 padding: 10px 15px;

5714 width: 100%;

5715}

5716.owl-theme .owl-dots .owl-dot span {

5717 background-color: #5957cd;

5718 height: 13px;

5719 margin: 3px;

5720 width: 13px;

5721}

5722.owl-theme .owl-dots .owl-dot.active span,

5723.owl-theme .owl-dots .owl-dot:hover span {

5724 background-color: #5957cd;

5725}

5726.owl-theme .owl-dots .owl-dot.active span {

5727 background-color: transparent;

5728 border:2px solid #5957cd;

5729}

5730.owl-theme .owl-nav.disabled + .owl-dots {

5731 margin-top: 30px;

5732}

5733

5734.v_blue_pro .blog_content {

5735 background-color: #5957cd;

5736}

5737.v_blue_pro .blog_item {

5738 border-color: #4241b8;

5739 box-shadow: none;

5740}

5741.v_blue_pro .blog_meta {

5742 background-color: #4a49bf;

5743}

5744.v_blue_pro .blog_title a,

5745.v_blue_pro .blog_text p,

5746.v_blue_pro .blog_text a,

5747.v_blue_pro .blog_meta a,

5748.v_blue_pro .blog_meta a i,

5749.v_dark .blog_title a,

5750.v_dark .blog_text p,

5751.v_dark .blog_meta a {

5752 color: #ffffff;

5753}

5754.v_blue_pro .blog_title a:hover,

5755.v_blue_pro .blog_text a:hover,

5756.v_blue_pro .blog_meta a:hover,

5757.v_blue_pro .blog_meta a:hover i,

5758.v_dark .blog_title a:hover,

5759.v_dark .blog_text a:hover,

5760.v_dark .blog_meta a:hover,

5761.v_dark .blog_meta a:hover i {

5762 color: #ff69c9;

5763}

5764.v_dark .blog_item {

5765 border-color: #fff;

5766}

5767.v_dark .blog_meta {

5768 background-color: #121833;

5769}

5770.v_dark .blog_content {

5771 background-color: #0c0e27;

5772}

5773.v_dark .blog_text > a,

5774.v_dark .blog_meta a i {

5775 color: #ffcc67;

5776}

5777.v_dark .owl-theme .owl-dots .owl-dot span,

5778.v_dark .owl-theme .owl-dots .owl-dot.active span,

5779.v_dark .owl-theme .owl-dots .owl-dot:hover span,

5780.v_blue_pro .owl-theme .owl-dots .owl-dot span,

5781.v_blue_pro .owl-theme .owl-dots .owl-dot.active span,

5782.v_blue_pro .owl-theme .owl-dots .owl-dot:hover span {

5783 background-color: #fff;

5784}

5785.v_dark .owl-theme .owl-dots .owl-dot.active span,

5786.v_blue_pro .owl-theme .owl-dots .owl-dot.active span {

5787 background-color: transparent;

5788 border-color:#fff;

5789}

5790/*===================================*

579118. END BLOG SECTION

5792*====================================*/

5793

5794/*===================================*

579519. LOGIN PAGE

5796*====================================*/

5797.authorize_box {

5798 background-color:#fff;

5799 border-radius: 10px;

5800 box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);

5801 margin: 0 auto;

5802 max-width: 495px;

5803 padding: 45px 50px;

5804}

5805.authorize_box .form-group {

5806 margin-bottom: 30px;

5807}

5808.forgot_pass {

5809 color: #7a7a7a;

5810}

5811.authorize_form .form-group:last-child {

5812 margin: 0;

5813}

5814.checkbox_field input {

5815 display: none;

5816 width: auto;

5817}

5818.checkbox_field label {

5819 padding-left: 20px;

5820 cursor: pointer;

5821 margin: 0;

5822 position: relative;

5823}

5824.checkbox_field label::before {

5825 content: "\f372";

5826 font-family: ionicons;

5827 font-size: 18px;

5828 left: 0;

5829 line-height: normal;

5830 position: absolute;

5831 top: 5px;

5832}

5833.checkbox_field input:checked + label::before {

5834 content: "\f373";

5835}

5836/*===================================*

583719. END LOGIN PAGE

5838*====================================*/

5839

5840/*===================================*

584120. SIDEBAR SECTION

5842*====================================*/

5843.form_search {

5844 position: relative;

5845}

5846.form_search input {

5847 border: 1px solid #7a7a7a;

5848 border-radius: 40px;

5849 padding-right: 45px;

5850}

5851.form_search input::-webkit-input-placeholder {

5852 opacity: 1;

5853}

5854.form_search input:-moz-placeholder {

5855 opacity: 1;

5856}

5857.form_search input::-moz-placeholder {

5858 opacity: 1;

5859}

5860.form_search input:-ms-input-placeholder {

5861 opacity: 1;

5862}

5863.form_search button {

5864 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

5865 border-radius: 0;

5866 color: #7a7a7a;

5867 font-size: 30px;

5868 padding: 0;

5869 position: absolute;

5870 right: 20px;

5871 top: 10px;

5872}

5873.widget {

5874 margin-bottom: 40px;

5875}

5876.widget:last-child {

5877 margin:0;

5878}

5879.widget_title {

5880 color: #444444;

5881 font-size: 22px;

5882 padding-bottom: 10px;

5883}

5884.widget_category li,

5885.widget_archive li {

5886 margin-bottom: 5px;

5887}

5888.widget_category li a,

5889.widget_archive li a {

5890 color: #7a7a7a;

5891 display: block;

5892 padding-left: 15px;

5893 position: relative;

5894}

5895.widget_category li a:hover,

5896.widget_archive li a:hover {

5897 color:#ff69c9;

5898}

5899.widget_category li a::before,

5900.widget_archive li a:before {

5901 content: "\f3d3";

5902 font-family: ionicons;

5903 left: 0;

5904 position: absolute;

5905 top: 0;

5906}

5907.widget-post-thumb {

5908 float: left;

5909}

5910.widget-post-thumb img {

5911 max-width: 100px;

5912}

5913.widget-post-content h6 {

5914 font-weight: 600;

5915 line-height: normal;

5916 margin-top: -5px;

5917}

5918.widget-post-content h6 a {

5919 color: #444444;

5920}

5921.widget-post-content {

5922 overflow: hidden;

5923 padding-left: 10px;

5924}

5925.widget-post {

5926 border-bottom: 1px solid #7a7a7a;

5927 display: inline-block;

5928 margin-bottom: 15px;

5929 padding-bottom: 15px;

5930 width: 100%;

5931}

5932.widget-post:last-child {

5933 margin: 0;

5934}

5935.widget-date i {

5936 font-size: 18px;

5937 vertical-align: middle;

5938}

5939.widget-date {

5940 line-height: normal;

5941}

5942.tags li {

5943 display:inline-block;

5944}

5945.tags li a {

5946 border: 1px solid #7a7a7a;

5947 border-radius: 40px;

5948 color: #7a7a7a;

5949 display: block;

5950 margin-top: 10px;

5951 padding: 4px 18px;

5952 text-transform: capitalize;

5953}

5954.tags li a:hover {

5955 border-color:#ff69c9;

5956 color:#ff69c9;

5957}

5958.widget_archive li a span,

5959.widget_category li a span {

5960 float: right;

5961}

5962/*===================================*

596320. END SIDEBAR SECTION

5964*====================================*/

5965

5966/*===================================*

596721. POST DETAIL SECTION

5968*====================================*/

5969.post-details article {

5970 border-bottom: 1px solid #7a7a7a;

5971 margin-bottom: 50px;

5972 padding-bottom: 50px;

5973}

5974.blog_content_detail .blog_title {

5975 font-size: 30px;

5976 font-weight: bold;

5977 margin-bottom: 20px;

5978}

5979.blog_content_detail .blog_meta {

5980 background-color: rgba(0, 0, 0, 0);

5981 padding: 0;

5982}

5983.blog_content_detail .blog_meta a {

5984 color: #7a7a7a;

5985

font-size: 14px;

5986}

5987.blog_content_detail .blog_meta li:last-child {

5988 float: none;

5989}

5990.blog_content_detail .blog_meta li a i {

5991 color: #7a7a7a;

5992}

5993.blog_content_detail .blog_meta a span {

5994 color: #5957cd;

5995 transition: all 0.5s ease 0s;

5996}

5997.post_content p {

5998 margin-bottom: 10px;

5999}

6000.action_block {

6001 margin-top:20px;

6002}

6003.action_block a, .action_block ul {

6004 display: inline-block;

6005 vertical-align: middle;

6006}

6007.social-share {

6008 margin-left: 15px;

6009}

6010.social-share li {

6011 float: left;

6012 margin-right: 5px;

6013}

6014.social-share li a {

6015 border: 1px solid #7a7a7a;

6016 border-radius: 100%;

6017 color: #7a7a7a;

6018 display: block;

6019 font-size: 18px;

6020 height: 30px;

6021 line-height: 30px;

6022 text-align: center;

6023 width: 30px;

6024}

6025.social-share li a:hover {

6026 background-color: #5957cd;

6027 border-color: #5957cd;

6028 color: #ffffff;

6029}

6030.pagination li {

6031 margin-right: 5px;

6032}

6033.pagination li a {

6034 background-color: #eeeeee;

6035 border-radius: 5px;

6036 color: #7a7a7a;

6037 display: block;

6038 font-size: 18px;

6039 font-weight: 500;

6040 line-height: normal;

6041 padding: 7px 20px;

6042 text-transform: uppercase;

6043}

6044.pagination li.active a,

6045.pagination li a:hover {

6046 background-color: #5957cd;

6047 color: #fff;

6048}

6049.comment_info {

6050 border-bottom: 1px solid #cdcdcd;

6051 margin-bottom: 25px;

6052 padding-bottom: 25px;

6053}

6054.comment_list {

6055 margin-bottom: 50px;

6056}

6057.comment_info:last-child {

6058 margin-bottom: 0px;

6059}

6060.comment_reply {

6061 background-color: #f7f7f7;

6062 margin-left: 50px;

6063 margin-top: 25px;

6064 padding: 20px;

6065}

6066.comment-area {

6067 margin-top: 30px;

6068}

6069.comment-title {

6070 margin-bottom: 30px;

6071}

6072.comment-title h6 {

6073 color: #000000;

6074 font-weight: 600;

6075 text-transform: uppercase;

6076}

6077.user_img img {

6078 border: 5px solid #e2dede;

6079 border-radius: 100%;

6080 height: 92px;

6081 max-width: 92px;

6082}

6083.comment_content {

6084 padding-left: 20px;

6085}

6086.meta_data a {

6087 color: #444444;

6088 font-weight: bold;

6089}

6090.comment-time {

6091

font-size: 14px;

6092 line-height: normal;

6093 margin-bottom: 8px;

6094}

6095.comment-reply {

6096 color: #444444;

6097}

6098.comment-reply i {

6099 font-size: 26px;

6100 margin-right: 5px;

6101 vertical-align: middle;

6102}

6103.comment_content p {

6104 margin: 0;

6105}

6106.comment_form .form-group {

6107 margin-bottom: 30px;

6108}

6109/*===================================*

611021. END POST DETAIL SECTION

6111*====================================*/

6112

6113/*===================================*

611422. CONTACT PAGE

6115*====================================*/

6116.map iframe {

6117 border: 0;

6118 display: block;

6119}

6120/*===================================*

612122. END CONTACT PAGE

6122*====================================*/

6123

6124/*===================================*

612523. DIGITAL NETWORK SECTION

6126*====================================*/

6127.list_icon {

6128 background-color: #5957cd;

6129 border-radius: 100%;

6130 display: inline-block;

6131 height: 50px;

6132 line-height: 53px;

6133 text-align: center;

6134 vertical-align: middle;

6135 width: 50px;

6136}

6137.list_icon i {

6138 color: #ffffff;

6139 font-size: 20px;

6140}

6141.list_info_half {

6142 margin: 0 -10px;

6143}

6144.list_info_half li {

6145 float: left;

6146 width: 50%;

6147 margin-bottom: 15px;

6148 padding: 0 10px;

6149}

6150.list_content {

6151 padding-left: 5px;

6152 vertical-align: middle;

6153 width: calc(100% - 55px);

6154 width:

-moz-calc(100% - 55px);

6155 width:

-webkit-calc(100% - 55px);

6156 display: inline-block;

6157}

6158.list_content h6 {

6159 font-weight: 600;

6160}

6161.list_content h6,

6162.list_content p {

6163 color: #ffffff;

6164}

6165.list_content p {

6166

font-size: 14px;

6167}

6168.list_info li:last-child .list_content p {

6169 margin-bottom: 0;

6170}

6171.list_icon .fa-mobile {

6172 font-size: 30px;

6173 line-height: 50px;

6174}

6175.list_info li {

6176 position: relative;

6177}

6178.border_line li::before {

6179 background-color: #081990;

6180 content: "";

6181 height: 100%;

6182 left: 31px;

6183 position: absolute;

6184 top: 0;

6185 width: 1px;

6186 z-index: -1;

6187}

6188.border_line li:last-child::before {

6189 content: none;

6190}

6191

6192.v_blue_light .list_icon {

6193 background-color: #081990;

6194}

6195.v_light_dark .list_icon {

6196 background-color: #121833;

6197}

6198.v_light_dark .list_content h6 {

6199 color: #121833;

6200}

6201.v_light_dark .list_content p {

6202 color: #7a7a7a;

6203}

6204/*===================================*

620523. END DIGITAL NETWORK SECTION

6206*====================================*/

6207

6208/*===================================*

620924. WHITEPAPER SECTION

6210*====================================*/

6211.dl_lan {

6212 margin: 0 -5px;

6213}

6214.dl_lan li {

6215 float: left;

6216 padding: 0 5px;

6217 width: 25%;

6218}

6219.dl_lan li a {

6220 background-color: #071890;

6221 border-bottom: 2px solid #ffcc67;

6222 color: #ffffff;

6223 display: block;

6224

font-size: 15px;

6225 padding: 10px 15px;

6226 text-align: center;

6227}

6228.dl_lan img,

6229.dl_lan span {

6230 margin-right: 8px;

6231}

6232.dl_lan li a:hover {

6233 border-color: #ff69c9;

6234}

6235.wp_pattern {

6236 background-image: url("../images/whitepaper_pattern.png");

6237 background-position: center bottom;

6238 background-repeat: repeat-x;

6239 background-size: contain;

6240}

6241.doc_box {

6242 margin-bottom: 15px;

6243}

6244.doc_dropdown {

6245 z-index: 2;

6246}

6247.doc_dropdown > a,.doc_dropdown > a:hover {

6248 background-image: -webkit-linear-gradient(left, #6441a5 0%, #2a0845 99%);

6249 background-image: linear-gradient(to right, #6441a5 0%, #2a0845 99%);

6250 border-radius: 5px;

6251 color: #280e3b;

6252 padding: 12px 20px;

6253 position: relative;

6254 text-transform: uppercase;

6255 text-align: left;

6256 vertical-align: middle;

6257 z-index: 2;

6258}

6259.doc_dropdown a::before {

6260 background-color: #f8f8ff;

6261 border-radius: 5px;

6262 bottom: 0;

6263 content: "";

6264 left: 0;

6265 margin: 2px;

6266 position: absolute;

6267 right: 0;

6268 top: 0;

6269 transition: all 0.5s ease 0s;

6270 z-index: -1;

6271}

6272.doc_dropdown .dropdown-toggle::after {

6273 position: absolute;

6274 right: 20px;

6275 top: 15px;

6276 font-size: 20px;

6277}

6278.doc_dropdown .dropdown-menu {

6279 background-image: -webkit-linear-gradient(left, #6441a5 0%, #2a0845 99%);

6280 background-image: linear-gradient(to right, #6441a5 0%, #2a0845 99%);

6281 border: 0;

6282 right: 0px;

6283 padding: 10px 15px;

6284}

6285.doc_dropdown .dropdown-menu li a {

6286 display: block;

6287 color: #2a0845;

6288 text-transform: capitalize;

6289}

6290.doc_dropdown .dropdown-menu li a:hover {

6291 color: #00fdfa;

6292}

6293.doc_dropdown .dropdown-menu li a i {

6294 float: right;

6295 margin-top: 6px;

6296}

6297.doc_lan {

6298 margin: 0 -7px;

6299}

6300.doc_lan li {

6301 float: left;

6302 padding: 0 7px;

6303}

6304.doc_lan li a {

6305 background-color: #fff;

6306 border-radius: 5px;

6307 box-shadow: 0 0 10px rgba(0,0,0,0.09);

6308 color: #7a7a7a;

6309 display: block;

6310 padding: 15px 15px 10px;

6311}

6312.doc_lan li a:hover,

6313.doc_lan li a:hover span i{

6314 color: #ff69c9;

6315}

6316.doc_lan li a span {

6317 display: block;

6318 margin-top: 5px;

6319}

6320.doc_lan li a span i {

6321 color: #280e3b;

6322 font-size: 24px;

6323 margin-left: 10px;

6324 vertical-align: middle;

6325 transition: all .5s ease;

6326}

6327.document_wrap {

6328 margin-bottom: 20px;

6329}

6330.document_wrap label, .document_dropdown {

6331 display: inline-block;

6332}

6333.document_dropdown {

6334 margin-left: 10px;

6335 position: relative;

6336}

6337.document_dropdown .divider {

6338 display: none;

6339}

6340.document_dropdown .arrow::before {

6341 color: #7a7a7a;

6342 right: 15px;

6343 top: 5px;

6344}

6345.document_dropdown #doc_select_msdd {

6346 border: 1px solid #7a7a7a;

6347 color: #7a7a7a;

6348 cursor: pointer;

6349 padding: 3px 15px;

6350 border-radius: 40px;

6351 width: 240px !important;

6352 display: block;

6353}

6354#doc_select_child {

6355 background-color: #fff;

6356 border-color: #7a7a7a !important;

6357 width: 100%;

6358 left: 0;

6359 right: 0;

6360

6361 margin-top: 10px;

6362}

6363#doc_select_child ul li {

6364 list-style: none;

6365}

6366#doc_select_child ul li span {

6367 display: block;

6368 padding: 5px 10px;

6369 transition: all 0.3s ease-in-out;

6370}

6371#doc_select_child ul li span:hover {

6372 padding-left: 15px;

6373}

6374/*===================================*

637524. END WHITEPAPER SECTION

6376*====================================*/

6377

6378/*===================================*

637925. TOKEN RATING SECTION

6380*====================================*/

6381.token_rtinfo {

6382 border-radius: 10px;

6383 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);

6384 margin-top: -80px;

6385 padding: 40px 15px;

6386}

6387.token_rt_value {

6388 padding: 0 25px;

6389}

6390.token_rt_value h3 {

6391 color:#0c0e27;

6392 font-weight: bold;

6393 margin: 0;

6394}

6395.token_rt_value h3 span {

6396 font-size: 18px;

6397}

6398.token_rt_value p {

6399 color:#0c0e27;

6400 margin: 0;

6401}

6402.border_right div[class*="col-"] {

6403 border-left: 1px solid #cccccc;

6404}

6405.border_right div[class*="col-"]:first-child {

6406 border-left: 0 none;

6407}

6408.token_rt_value.token_value_white * {

6409 color: #fff;

6410}

6411.review_icon {

6412 float: left;

6413 margin-right: 20px;

6414}

6415.review_icon i {

6416 color: #fff;

6417 font-size: 40px;

6418}

6419.rate_title {

6420 color: #fff;

6421 font-size: 18px;

6422 font-weight: bold;

6423 margin: 0;

6424}

6425.review_info {

6426 overflow: hidden;

6427}

6428.review_info h6 {

6429 color: #fff;

6430 font-weight:normal;

6431}

6432.rating {

6433 color: #25cc9c;

6434 font-size: 20px;

6435 font-weight: bold;

6436}

6437.rating small {

6438 font-size: 16px;

6439 font-weight: normal;

6440}

6441/*===================================*

644225. END TOKEN RATING SECTION

6443*====================================*/

6444

6445/*===================================*

644626. TOKEN NOTIFICATION POPUP

6447*====================================*/

6448.spop {width:100%;}

6449.notification_inner {

6450 padding-left: 10px;

6451 padding-right: 10px;

6452}

6453.notification_inner h3 {

6454 font-size:18px;

6455 margin-bottom:10px;

6456}

6457.notification_inner h3,

6458.notification_inner p {

6459 color:#fff;

6460}

6461.spop .spop-close {

6462 right: 6px;

6463 top: 10px;

6464}

6465.notification_inner img {

6466 border-radius: 100%;

6467 display: inline-block;

6468 height: 20px;

6469 width: 20px;

6470}

6471/*===================================*

647226. END TOKEN NOTIFICATION POPUP

6473*====================================*/