/*=========================================================
Author       : Bestwebcreator.
Template Name: Cryptoking - Bitcoin & ICO Cryptocurrency Landing Page HTML Template
Version      : 1.5
==============================================================*/


/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. HEADER DESIGN
	03. BANNER SECTION
	04. HOW IT WORKS SECTION
	05. ABOUT SECTION
	06. TOKEN SECTION
	07. TIMELINE SECTION
	08. TEAM SECTION
	09. FAQ SECTION
	10. CLIENT SECTION
	11. CONTACT SECTION
	12. FOOTER SECTION
	13. BLOG PAGE
	14. LOGIN PAGE
	15. MOBILE APP SECTION
	16. WHITEPAPER SECTION
*=============================================================*/


/*===================================*
  01. GENERAL STYLE
 *===================================*/

 @import url("../../../../../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
 .owl-nav {
     display: none;
 }
 
 .owl-dots {
     display: none;
 }
 
 body {
     background: #ffffff none repeat scroll 0 0;
     color: #7a7a7a; 
     font-size: 16px;
     font-weight: 400;
     line-height: 30px;
 }
 
 html,
 body {
     height: 100%;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #20126f;
 }
 
 p {
     color: #7a7a7a;
     margin-bottom: 30px;
 }
 
 a {
     color: #20126f;
     text-decoration: none;
     -webkit-transition: all 0.5s ease;
     transition: all .5s ease;
 }
 
 a:hover {
     color: #26b6d4;
     text-decoration: none;
     transition: all .5s ease;
 }
 
 a:focus {
     outline: none;
     text-decoration: none;
 }
 
 img {
     max-width: 100%;
 }
 
 ul,
 li {
     margin: 0;
     padding: 0;
 }
 
 .form-control::-webkit-input-placeholder {
     color: #7ab9ff;
     font-weight: 400; 
 }
 
 .form-control:-moz-placeholder {
     color: #7ab9ff;
     font-weight: 400; 
 }
 
 .form-control::-moz-placeholder {
     color: #7ab9ff;
     font-weight: 400; 
 }
 
 .form-control:-ms-input-placeholder {
     color: #7ab9ff;
     font-weight: 400; 
 }
 
 fieldset {
     border: 0 none;
     margin: 0 auto;
     padding: 0;
 }
 
 section {
     padding: 100px 0;
     position: relative;
 }
 
 .no-padding {
     padding: 0
 }
 
 section.small_pt {
     padding-top: 50px;
 }
 
 section.small_pb {
     padding-bottom: 50px;
 }
 
 .list_none li {
     list-style: none;
 }
 
 input {
     border: 0;
     padding: 10px 20px;
     width: 100%;
 }
 
 button {
     background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     border: 0;
     border-radius: 40px;
     color: #ffffff;
     cursor: pointer;
     padding: 10px 20px;
     text-transform: uppercase;
     transition: all 0.5s ease 0s;
 }
 
 button:hover {
     color: #fff;
 }
 
 button:focus {
     outline: none;
 }
 
 .title_light h2,
 .title_dark h2 {
     font-size: 21px;
     font-weight: bold;
     margin-bottom: 30px;
     text-transform: capitalize;
 }
 
 .title_light span,
 .title_dark span {
     color: #ffbc00;
     display: block;
     font-weight: 500;
     letter-spacing: 1px;
     text-transform: uppercase;
     font-size: 30px;
     margin-bottom: 15px;
 }
 
 .title_light h2,
 .title_light p {
     color: #fff;
 }
 
 .divider {
     clear: both;
     display: block;
     height: 20px;
 }
 
 .bg_blue_dark {
     /* background-color: #130f31; */
 }
 
 .bg_black_dark {
     background-color: #080b1f;
 }
 
 .bg_blue {
     background-color: #142bac;
 }
 
 .bg_blue_dark_pro {
     background-color: #041b9c;
 }
 
 .large_divider {
     height: 100px;
 }
 
 .small_divider {
     height: 50px;
 }
 
 .small_space {
     margin-top: 20px;
 }
 
 .large_space {
     margin-top: 50px;
 }
 
 .container {
     position: relative;
     z-index: 5;
 }
 
 .animation,
 .staggered-animation {
     visibility: hidden;
 }
 
 .v_light .title_light span,
 .v_light .title_dark span {
     color: #26b6d4;
 }
 
 .v_light .form-control::-webkit-input-placeholder {
     color: #26b6d4;
 }
 
 .v_light .form-control:-moz-placeholder {
     color: #26b6d4;
 }
 
 .v_light .form-control::-moz-placeholder {
     color: #26b6d4;
 }
 
 .v_light .form-control:-ms-input-placeholder {
     color: #26b6d4;
 }
 
 .v_dark .title_light span,
 .v_dark .title_dark span,
 .v_dark_light .title_light span,
 .v_dark_light .title_dark span {
     color: #26b6d4;
 }
 
 .v_dark_light .title_dark h2 {
     color: #1a1c34;
 }
 
 
 /*START LOADER DESIGN*/
 
 .preloader {
     background-color: #1d1844;
     bottom: 0;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     vertical-align: middle;
     z-index: 99999;
 }
 
 #g-spinner {
     position: relative;
     margin: 0 auto;
     height: 150px;
     margin: -100px auto 0;
     top: 50%;
     width: 150px;
     border-radius: 50%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
 
 #g-spinner.loading {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transition: 1s ease-in-out all;
     transition: 1s ease-in-out all;
     -webkit-animation: rotate 2s cubic-bezier(.465, .183, .153, .946) infinite;
     animation: rotate 2s cubic-bezier(.465, .183, .153, .946) infinite
 }
 
 #g-spinner>.circle {
     position: absolute;
     height: 30px;
     width: 30px;
     border-radius: 50%
 }
 
 #g-spinner.loading>.circle.c1 {
     left: 60px;
     top: 5px;
     background: #26B6D4;
     -webkit-animation: c1Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
     animation: c1Center 4s cubic-bezier(.645, .045, .355, 1) infinite
 }
 
 #g-spinner.loading>.circle.c2 {
     left: 5px;
     top: 60px;
     background: #C61664;
     -webkit-animation: c2Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
     animation: c2Center 4s cubic-bezier(.645, .045, .355, 1) infinite
 }
 
 #g-spinner.loading>.circle.c3 {
     left: 60px;
     bottom: 5px;
     background: #fbbd06;
     -webkit-animation: c3Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
     animation: c3Center 4s cubic-bezier(.645, .045, .355, 1) infinite
 }
 
 #g-spinner.loading>.circle.c4 {
     right: 5px;
     top: 60px;
     background: #ea4436;
     -webkit-animation: c4Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
     animation: c4Center 4s cubic-bezier(.645, .045, .355, 1) infinite
 }
 
 @-webkit-keyframes rotate {
     from {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg)
     }
     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }
 
 @keyframes rotate {
     from {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg)
     }
     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }
 
 @-webkit-keyframes c1Center {
     0% {
         top: 5px;
         background: #26B6D4
     }
     24% {
         background: #26B6D4
     }
     24% {
         background: #26B6D4
     }
     25% {
         background: #fbbd06;
         top: 60px
     }
     50% {
         background: #fbbd06;
         top: 5px
     }
     55% {
         background: #fbbd06;
         top: 5px
     }
     74% {
         background: #fbbd06
     }
     75% {
         background: #26B6D4;
         top: 60px
     }
     100% {
         background: #26B6D4;
         top: 5px
     }
 }
 
 @keyframes c1Center {
     0% {
         top: 5px;
         background: #26B6D4
     }
     24% {
         background: #26B6D4
     }
     24% {
         background: #26B6D4
     }
     25% {
         background: #fbbd06;
         top: 60px
     }
     50% {
         background: #fbbd06;
         top: 5px
     }
     55% {
         background: #fbbd06;
         top: 5px
     }
     74% {
         background: #fbbd06
     }
     75% {
         background: #26B6D4;
         top: 60px
     }
     100% {
         background: #26B6D4;
         top: 5px
     }
 }
 
 @-webkit-keyframes c2Center {
     0% {
         background: #C61664;
         left: 5px
     }
     24% {
         background: #C61664
     }
     25% {
         background: #ea4436;
         left: 60px
     }
     50% {
         background: #ea4436;
         left: 5px
     }
     55% {
         background: #ea4436;
         left: 5px
     }
     74% {
         background: #ea4436
     }
     75% {
         background: #C61664;
         left: 60px
     }
     100% {
         background: #C61664;
         left: 5px
     }
 }
 
 @keyframes c2Center {
     0% {
         background: #C61664;
         left: 5px
     }
     24% {
         background: #C61664
     }
     25% {
         background: #ea4436;
         left: 60px
     }
     50% {
         background: #ea4436;
         left: 5px
     }
     55% {
         background: #ea4436;
         left: 5px
     }
     74% {
         background: #ea4436
     }
     75% {
         background: #C61664;
         left: 60px
     }
     100% {
         background: #C61664;
         left: 5px
     }
 }
 
 @-webkit-keyframes c3Center {
     0% {
         background: #fbbd06;
         bottom: 5px
     }
     24% {
         background: #fbbd06
     }
     25% {
         background: #26B6D4;
         bottom: 60px
     }
     50% {
         background: #26B6D4;
         bottom: 5px
     }
     55% {
         background: #26B6D4;
         bottom: 5px
     }
     74% {
         background: #26B6D4
     }
     75% {
         background: #fbbd06;
         bottom: 60px
     }
     100% {
         background: #fbbd06;
         bottom: 5px
     }
 }
 
 @keyframes c3Center {
     0% {
         background: #fbbd06;
         bottom: 5px
     }
     24% {
         background: #fbbd06
     }
     25% {
         background: #26B6D4;
         bottom: 60px
     }
     50% {
         background: #26B6D4;
         bottom: 5px
     }
     55% {
         background: #26B6D4;
         bottom: 5px
     }
     74% {
         background: #26B6D4
     }
     75% {
         background: #fbbd06;
         bottom: 60px
     }
     100% {
         background: #fbbd06;
         bottom: 5px
     }
 }
 
 @-webkit-keyframes c4Center {
     0% {
         background: #ea4436;
         right: 5px
     }
     24% {
         background: #ea4436
     }
     25% {
         background: #C61664;
         right: 60px
     }
     50% {
         background: #C61664;
         right: 5px
     }
     55% {
         background: #C61664;
         right: 5px
     }
     74% {
         background: #C61664
     }
     75% {
         background: #ea4436;
         right: 60px
     }
     100% {
         background: #ea4436;
         right: 5px
     }
 }
 
 @keyframes c4Center {
     0% {
         background: #ea4436;
         right: 5px
     }
     24% {
         background: #ea4436
     }
     25% {
         background: #C61664;
         right: 60px
     }
     50% {
         background: #C61664;
         right: 5px
     }
     55% {
         background: #C61664;
         right: 5px
     }
     74% {
         background: #C61664
     }
     75% {
         background: #ea4436;
         right: 60px
     }
     100% {
         background: #ea4436;
         right: 5px
     }
 }
 
 .v_light .preloader {
     background-color: #f6f8ff;
 }
 
 .v_dark .preloader,
 .v_dark_light .preloader {
     background-color: #0c0e28;
 }
 
 .v_blue_pro .preloader {
     background-color: #205dee;
 }
 
 
 /*END PRELOADER DESIGN*/
 
 
 /* THEME DEMO CSS*/
 
 .color-switch {
     background: #212121;
     left: -200px;
     padding: 20px 0;
     position: absolute;
     top: 0;
     transition: all .4s ease 0s;
     width: 200px;
     z-index: 9999999;
 }
 
 .color-switch p {
     color: #ffffff;
     margin: 0;
     padding: 10px 20px;
 }
 
 .color_box {
     padding: 0px 20px;
 }
 
 .switch-active {
     left: 0;
 }
 
 .demo ul {
     position: fixed;
     left: 0px;
     top: 35%;
     z-index: 999;
 }
 
 .demo ul li {
     position: relative;
 }
 
 .demo li a {
     background: #212121;
     color: #ffffff;
     display: block;
     font-size: 24px;
     height: 40px;
     line-height: 44px;
     text-align: center;
     width: 40px;
     transition: all .4s ease 0s;
 }
 
 .demo li a.bg-green {
     background-color: #73e080;
 }
 
 .demo li a.dm {
     background-color: #ef7240;
 }
 
 .demo li a i {
     line-height: normal;
 }
 
 .icon {
     left: 0;
     position: absolute;
     top: 0;
 }
 
 .icon.switch-active {
     left: 200px;
 }
 
 .menu_link {
     left: 0;
     position: fixed;
     top: 30%;
     z-index: 99;
 }
 
 .menu_link a {
     color: #fff;
     padding: 10px;
 }
 
 .color-switch button::after {
     color: #ffffff;
     content: "\f122";
     font-family: "Ionicons";
     font-size: 16px;
     left: 8px;
     opacity: 0;
     position: absolute;
     top: 5px;
 }
 
 .color-switch button {
     border: 0 none;
     border-radius: 3px;
     cursor: pointer;
     height: 30px;
     line-height: 20px;
     margin: 2px;
     padding: 0;
     position: relative;
     text-align: center;
     width: 30px;
 }
 
 .color-switch .active::after {
     opacity: 1;
 }
 
 .default {
     background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
 }
 
 .green {
     background: -webkit-linear-gradient(left, rgba(14, 156, 255, 1) 0%, rgba(64, 248, 166, 1) 99%);
     background: linear-gradient(to right, rgba(14, 156, 255, 1) 0%, rgba(64, 248, 166, 1) 99%);
 }
 
 .orange {
     background: -webkit-linear-gradient(left, rgba(238, 168, 73, 1) 0%, rgba(244, 107, 69, 1) 99%);
     background: linear-gradient(to right, rgba(238, 168, 73, 1) 0%, rgba(244, 107, 69, 1) 99%);
 }
 
 .pink {
     background: -webkit-linear-gradient(left, rgba(59, 82, 255, 1) 0%, rgba(207, 5, 213, 1) 99%);
     background: linear-gradient(to right, rgba(59, 82, 255, 1) 0%, rgba(207, 5, 213, 1) 99%);
 }
 
 .lightpink {
     background: -webkit-linear-gradient(left, rgba(255, 103, 203, 1) 0%, rgba(255, 204, 103, 1) 99%);
     background: linear-gradient(to right, rgba(255, 103, 203, 1) 0%, rgba(255, 204, 103, 1) 99%);
 }
 
 .lightblue {
     background: -webkit-linear-gradient(left, rgba(183, 33, 255, 1) 0%, rgba(33, 212, 253, 1) 99%);
     background: linear-gradient(to right, rgba(183, 33, 255, 1) 0%, rgba(33, 212, 253, 1) 99%);
 }
 
 .lightgreen {
     background: -webkit-linear-gradient(left, rgba(222, 147, 75, 1) 0%, rgba(86, 214, 167, 1) 99%);
     background: linear-gradient(to right, rgba(222, 147, 75, 1) 0%, rgba(86, 214, 167, 1) 99%);
 }
 
 .lightred {
     background: -webkit-linear-gradient(left, rgba(47, 170, 171, 1) 0%, rgba(236, 67, 90, 1) 99%);
     background: linear-gradient(to right, rgba(47, 170, 171, 1) 0%, rgba(236, 67, 90, 1) 99%);
 }
 
 .blue-pro {
     background: -webkit-linear-gradient(left, rgba(29, 106, 255, 1) 0%, rgba(70, 214, 255, 1) 99%);
     background: linear-gradient(to right, rgba(29, 106, 255, 1) 0%, rgba(70, 214, 255, 1) 99%);
 }
 
 
 /* BTN START */
 
 .btn {
     border: 0 none;
     border-radius: 40px;
     font-size: 16px;
     height: 54px;
     line-height: 54px;
     padding: 0 25px;
     position: relative;
     text-transform: uppercase;
     vertical-align: middle;
 }
 
 .btn span {
     background-color: #ffffff;
     border-radius: 100%;
     color: #7459a6;
     display: inline-block;
     font-size: 24px;
     height: 42px;
     line-height: 46px;
     margin-left: -20px;
     margin-right: 10px;
     margin-top: -1px;
     text-align: center;
     vertical-align: middle;
     width: 42px;
     transition: all .5s ease 0s;
 }
 
 .btn:hover span {
     color: #25b8d5;
 }
 
 .btn.active.focus,
 .btn.active:focus,
 .btn.active:hover,
 .btn:active:focus,
 .btn:active:hover,
 .btn.active,
 .btn:active,
 .btn.focus:active,
 .btn:focus,
 .btn.active:not(:disabled):not(.disabled),
 .btn:active:not(:disabled):not(.disabled) {
     box-shadow: none;
     outline: none;
 }
 
 .btn-default {
     /* background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%); */
     /* background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%); */
     border: 0;
     color: #fff;
     outline: none;
     text-transform: uppercase;
     z-index: 2;
 }
 
 .btn-default:hover,
 .btn-border:hover {
     color: #fff;
 }
 
 .btn-default.active.focus,
 .btn-default.active:focus,
 .btn-default.active:hover,
 .btn-default:active:focus,
 .btn-default:active:hover,
 .btn-default.active,
 .btn-default:active,
 .btn-default.focus:active,
 .btn-default:focus,
 .btn.active:not(:disabled):not(.disabled),
 .btn:active:not(:disabled):not(.disabled) {
     /* background: -webkit-linear-gradient(left, rgba(37, 184, 213, 1) 0%, rgba(117, 88, 165, 1) 99%); */
     /* background: linear-gradient(to right, rgba(37, 184, 213, 1) 0%, rgba(117, 88, 165, 1) 99%); */
     box-shadow: none;
     color: #fff;
     outline: none;
 }
 
 .btn-default::before {
     /* background: -webkit-linear-gradient(left, rgba(37, 184, 213, 1) 0%, rgba(117, 88, 165, 1) 99%); */
     /* background: linear-gradient(to right, rgba(37, 184, 213, 1) 0%, rgba(117, 88, 165, 1) 99%); */
     /* border-radius: 40px; */
     content: "";
     /* height: 100%; */
     /* left: 0; */
     opacity: 0;
     /* position: absolute; */
     /* top: 0; */
     /* transition: all 0.5s ease 0s; */
     /* width: 100%; */
     /* z-index: -1; */
 }
 
 .btn-default:hover:before {
     opacity: 1;
 }
 
 .btn-border {
     background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     border: 0;
     color: #fff;
     outline: none;
     text-transform: uppercase;
     z-index: 2;
 }
 
 .btn-border::after {
     background-color: #103f98;
     border-radius: 40px;
     bottom: 0;
     content: "";
     left: 0;
     margin: 2px;
     position: absolute;
     right: 0;
     top: 0;
     transition: all 0.5s ease 0s;
     z-index: -1;
 }
 
 .btn-border:hover:after {
     opacity: 0;
 }
 
 .btn i {
     font-size: 18px;
     line-height: 18px;
     margin-left: 5px;
     padding-top: 0;
     vertical-align: middle;
 }
 
 .btn-secondary {
     background-color: rgba(0, 0, 0, 0);
     border: 2px solid #ffffff;
     line-height: 50px;
 }
 
 .btn-secondary:hover,
 .btn-secondary.active.focus,
 .btn-secondary.active:focus,
 .btn-secondary.active:hover,
 .btn-secondary:active:focus,
 .btn-secondary:active:hover,
 .btn-secondary.active,
 .btn-secondary:active,
 .btn-secondary.focus:active,
 .btn-secondary:focus,
 .btn-secondary.active:focus:not(:disabled):not(.disabled),
 .btn-secondary:active:focus:not(:disabled):not(.disabled),
 .show>.btn-secondary.dropdown-toggle:focus,
 .btn-secondary.active:not(:disabled):not(.disabled),
 .btn-secondary:active:not(:disabled):not(.disabled) {
     background: #ffffff;
     border-color: #ffffff;
     color: #000000;
     box-shadow: none;
     outline: none;
 }
 
 .scrollup {
     background-color: #fa6e00;
     border-radius: 100%;
     bottom: 20px;
     color: #ffffff;
     font-size: 18px;
     height: 50px;
     line-height: 50px;
     position: fixed;
     right: 20px;
     text-align: center;
     width: 50px;
     z-index: 99;
 }
 
 .scrollup:hover {
     background-color: #ff880e;
     color: #fff;
 }
 
 .scrollup:focus {
     color: #fff;
 }
 
 .btn+.btn:last-child {
     margin-left: 10px;
 }
 
 .shape {
     background-repeat: no-repeat;
     background-size: contain;
     content: "";
     height: 808px;
     left: 0;
     position: absolute;
     top: 100px;
     width: 242px;
     z-index: -1;
 }
 
 .shap1 {
     background-image: url("../images/shape1.png");
     background-position: right center;
     bottom: 100px;
     left: auto;
     right: 0;
     top: auto;
 }
 
 .shap2 {
     background-image: url("../images/shape2.png");
     background-position: left center;
 }
 
 .shap3 {
     background-image: url("../images/shape3.html");
     background-position: left center;
 }
 
 .shap4 {
     background-image: url("../images/shape4.html");
     background-position: left center;
 }
 
 .shap5 {
     background-image: url("../images/shape5.png");
     background-position: right center;
     bottom: 100px;
     left: auto;
     right: 0;
     top: auto;
 }
 
 .shap6 {
     background-image: url("../images/shape6.png");
     background-position: left center;
 }
 
 .rounded_shape {
     background-repeat: no-repeat;
     background-size: contain;
     content: "";
     height: 402px;
     left: 0;
     position: absolute;
     top: 0px;
     width: 494px;
     z-index: 1;
 }
 
 .rounded_shape1 {
     background-image: url("../images/rounded-shape1.png");
     background-position: left top;
     opacity: 0.3;
 }
 
 .rounded_shape2 {
     background-image: url("../images/rounded-shape2.png");
     background-position: right bottom;
     bottom: 0;
     left: auto;
     right: 0;
     top: 24px;
     opacity: 0.4;
 }
 
 .light_rounded_shape3 {
     background-image: url("../images/light_rounded-shape3.html");
     background-position: left top;
 }
 
 .light_rounded_shape4 {
     background-image: url("../images/light_rounded-shape4.html");
     background-position: right bottom;
     bottom: 0;
     left: auto;
     right: 0;
     top: auto;
 }
 
 .light_rounded_shape5 {
     background-image: url("../images/light_rounded-shape5.html");
     background-position: right bottom;
     bottom: 0;
     left: auto;
     right: 0;
     top: auto;
 }
 
 .v_light .btn-default,
 .v_light .btn-default:hover {
     color: #fff;
 }
 
 .v_light .btn-border {
     color: #20126f;
 }
 
 .v_light .btn-border:hover {
     color: #fff;
 }
 
 .v_light .btn-border::after {
     background-color: #f6f8ff;
 }
 
 .light_rounded_shape1 {
     background-image: url("../images/light_rounded-shape1.html");
     background-position: left top;
 }
 
 .light_rounded_shape2 {
     background-image: url("../images/light_rounded-shape2.html");
     background-position: right bottom;
     bottom: 0;
     left: auto;
     right: 0;
     top: auto;
 }
 
 .v_dark .btn-border::after,
 .v_dark_light .btn-border::after {
     background-color: #080b1b;
 }
 
 .v_blue_pro .btn-border::after {
     background-color: #06127A;
 }
 
 header {
     height: 110px;
     padding: 25px 0;
     transition: all 0.4s ease 0s;
 }
 
 .navbar {
     padding: 0;
 }
 
 .modal-open header.fixed-top {
     padding: 5px 0 !important;
 }
 
 .nav-fixed,
 header.active {
     background-color: #0952a2;
     box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
 }
 
 header.nav-fixed {
     height: 90px;
     padding: 5px 0;
 }
 
 header.no-sticky {
     position: absolute;
 }
 
 header a {
     color: #ffffff;
 }
 
 header a:hover,
 .navbar-nav li a.active {
     color: #26b6d4;
 }
 
 .navbar-expand-lg .navbar-nav .nav-link {
     padding: 0 8px;
 }
 
 .nav_btn li {
     margin-left: 10px;
 }
 
 .navbar-expand-lg .navbar-nav.nav_btn a {
     height: auto;
     line-height: normal;
     padding: 10px 25px;
 }
 
 .logo_dark,
 .v_light .logo_light {
     display: none;
 }
 
 .v_light .logo_dark {
     display: block;
 }
 
 .v_light header a {
     color: #20126f;
 }
 
 .v_light .nav-fixed,
 .v_light header.active {
     background-color: #f6f8ff;
 }
 
 .v_light header a:hover,
 .v_light .navbar-nav li a.active {
     color: #26b6d4;
 }
 
 .v_dark .nav-fixed,
 .v_dark header.active,
 .v_dark_light .nav-fixed,
 .v_dark_light header.active {
     background-color: #1a1c34;
 }
 
 .v_blue_pro .nav-fixed,
 .v_blue_pro header.active {
     background-color: #00036d;
 }
 
 .banner_section {
     background-color: #1d1844;
     padding-top: 150px;
     position: relative;
     z-index: 0;
     /* background: url(../images/main-bg.svg); */
     padding-bottom: 150px !important;
 }
 
 .banner_full_height {
     min-height: 100vh;
 }
 
 .banner_text h1 {
     color: #ffffff;
     font-weight: bold;
     margin-bottom: 20px;
 }
 
 .banner_text h1 span {
     color: #26b6d4;
 }
 
 .banner_text h3 {
     color: #ffffff;
     font-weight: bold;
     margin-bottom: 20px;
 }
 
 .banner_text p {
     color: #fff;
 }
 
 .banner_image_right {
     min-width: 690px;
 }
 
 .banner_image_left {
     left: -25%;
     min-width: 690px;
     position: relative;
 }
 
 .banner_btn .btn {
     display: inline-block;
 }
 
 .section_wave {
     content: '';
     position: absolute;
     bottom: -1px;
     left: 0;
     right: 0;
     width: 100%;
     height: 15.7vw;
     background-position: bottom center;
     background-repeat: no-repeat;
     background-size: cover;
     z-index: 2;
     pointer-events: none;
 }
 
 .section_wave2 {
     background-position: center bottom;
     height: 110px;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
 }
 
 .banner_effect {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
 }
 
 .banner_section .tk_countdown {
     background-color: RGBA(15, 62, 151, 0.6);
     max-width: 480px;
     ;
     margin: 0 auto;
 }
 
 .banner_section .tk_counter_inner {
     border: 0;
 }
 
 .banner_section .counter_box .tk_counter {
     border: 1px solid RGBA(255, 255, 255, 0.2);
     border-radius: 10px;
 }
 
 .progress,
 .progress-bar {
     border-radius: 20px;
 }
 
 .progress {
     background-color: #fff;
     position: relative;
     height: 40px;
     overflow: visible;
     margin-top: 60px;
     margin-bottom: 15px;
 }
 
 .progress-bar {
     background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     line-height: 30px;
     font-weight: bold;
     border: 5px solid #fff;
     box-shadow: 0 0 0 0;
 }
 
 .token_box .progress-bar-success {
     background-color: #05B5FF;
 }
 
 .progress .progress_label {
     position: absolute;
     top: -8px;
     bottom: -8px;
     width: 1px;
     background-color: silver;
     line-height: 1;
     color: #fff;
 }
 
 .progress .progress_label strong {
     position: absolute;
     left: 50%;
     bottom: 100%;
     margin-bottom: 10px;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     font-weight: normal;
 }
 
 .progress_max_val {
     position: absolute;
     top: 0;
     right: 0;
     float: right;
     font-size: 12px;
     font-weight: bold;
     line-height: 40px;
     padding: 0 15px;
 }
 
 .banner_shape_effect {
     overflow: hidden;
 }
 
 .banner_shape_effect::before {
     background: -webkit-linear-gradient(to right, #0c1277 0%, #1d6aff 450%) repeat scroll 0 0;
     background: linear-gradient(to right, #0c1277 0%, #1d6aff 450%) repeat scroll 0 0;
     border-radius: 270px 270px 0;
     content: "";
     height: 100%;
     left: 0;
     opacity: 0.3;
     position: absolute;
     top: 0;
     -moz-transform: skewX(-25deg);
     -webkit-transform: skewX(-25deg);
     transform: skewX(-25deg);
     width: 44%;
     z-index: 0;
 }
 
 .banner_shape_effect::after {
     background: -webkit-linear-gradient(to right, #0c1277 0%, #1d6aff 300%) repeat scroll 0 0;
     background: linear-gradient(to right, #0c1277 0%, #1d6aff 300%) repeat scroll 0 0;
     border-radius: 150px 320px 390px 250px;
     content: "";
     height: 100%;
     left: 0;
     opacity: 0.3;
     position: absolute;
     top: 0;
     -moz-transform: skew(-25deg);
     -webkit-transform: skew(-25deg);
     transform: skew(-25deg);
     width: 30%;
 }
 
 .section_gradiant2 {
     background: -webkit-linear-gradient(to bottom, rgba(13, 70, 159, 1) 10%, rgba(32, 18, 111, 1) 100%);
     background-image: linear-gradient(to bottom, rgba(13, 70, 159, 1) 10%, rgba(32, 18, 111, 1) 100%);
 }
 
 .section_gradiant3 {
     background: -webkit-linear-gradient(to right, rgba(0, 19, 125, 1) 10%, rgba(32, 18, 111, 1) 100%);
     background-image: linear-gradient(to right, rgba(0, 19, 125, 1) 10%, rgba(32, 18, 111, 1) 100%);
 }
 
 .section_gradiant_dark {
     background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1) 10%, rgba(12, 14, 41, 1) 100%);
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 10%, rgba(12, 14, 41, 1) 100%);
 }
 
 .section_light_bg {
     background-color: #f6f8ff;
 }
 
 .how_work .shape {
     bottom: auto;
     top: 0;
 }
 
 .v_light .banner_text h1,
 .v_light .banner_text h3 {
     color: #20126f;
 }
 
 .v_light .banner_text p,
 .v_light .progress .progress_label {
     color: #7a7a7a;
 }
 
 .v_blue {
     /* background-color: #1d1844; */
 }
 
 .v_dark {
     background-color: #0c0e28;
 }
 
 .v_blue_pro .banner_section .tk_countdown {
     background-color: rgba(20, 43, 172, 0.5);
 }
 
 .how_work {
     background-position: center center;
     background-size: cover;
     position: relative;
 }
 
 .work_box {
     float: left;
     margin-top: 30px;
     padding-left: 30px;
     width: 50%;
 }
 
 .work_box:nth-child(-n+2) {
     margin: 0;
 }
 
 .box_inner {
     background-color: #fff;
     box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
     padding: 20px 25px;
 }
 
 .work_box:nth-child(2n) {
     position: relative;
     top: 150px;
 }
 
 .work_box:nth-child(2n+1) {
     clear: both;
 }
 
 .box_inner h4 {
     color: #7a7a7a;
     font-size: 22px;
     font-weight: 600;
     margin: 10px 0;
 }
 
 .box_inner p {
     margin: 0;
 }
 
 .box_inner i {
     color: #26b6d4;
     font-size: 50px;
 }
 
 .v_blue .box_inner {
     background-color: #0f3e97;
 }
 
 .v_blue .benefit_box {
     background-color: #0f3e97;
 }
 
 .v_blue .box_inner h4,
 .v_blue .box_inner p,
 .v_blue .box_inner i {
     color: #fff;
 }
 
 .v_dark .box_inner {
     background-color: #1a1c34;
 }
 
 .v_dark .benefit_box,
 .section_gradiant_dark .benefit_box {
     background-color: #1a1c34;
 }
 
 .v_dark .box_inner h4,
 .v_dark .box_inner p,
 .v_dark .box_inner i {
     color: #fff;
 }
 
 .benefit_box {
     background-color: #023780;
     border-radius: 10px;
     padding: 15px 5px;
 }
 
 .benefit_box h6 {
     color: #ffffff;
     margin-bottom: 0;
     margin-top: 10px;
 }
 
 .section_token {
     position: relative;
 }
 
 .pr_box h6 {
     color: #7ab9ff;
     text-transform: uppercase;
 }
 
 .pr_box p {
     font-size: 14px;
     font-weight: 500;
     line-height: normal;
     margin: 0;
     text-transform: uppercase;
 }
 
 .pr_box {
     background-color: #fff;
     box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
     margin-bottom: 15px;
     padding: 20px;
 }
 
 .tk_countdown_time {
     margin: 15px 0;
 }
 
 .tk_countdown {
     background-color: #023780;
     background-position: right bottom;
     background-repeat: no-repeat;
     padding: 10px;
 }
 
 .countdown_shape {
     background-image: url("../images/counter_bg.png");
 }
 
 .tk_counter_inner {
     border: 1px solid #ffffff;
     padding: 25px;
 }
 
 .counter_box {
     color: #fff;
     display: inline-block;
     width: 25%;
 }
 
 .counter_box .tk_counter {
     border: 1px solid #ffffff;
     display: block;
     font-size: 36px;
     font-weight: 500;
     margin: 0 5px;
     padding: 20px 5px;
 }
 
 .counter_box .tk_text {
     display: block;
     font-size: 14px;
     font-weight: 500;
     margin-top: 10px;
     text-transform: uppercase;
 }
 
 .tk_countdown .btn {
     margin: 15px 0;
 }
 
 .pie_chart_icon img {
     display: table;
     left: 0;
     margin: 0 auto;
     padding: 20px;
     position: absolute;
     right: 0;
     top: 50%;
     -moz-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: -1;
 }
 
 .token_chart {
     position: relative;
 }
 
 .chart_list li {
     background-color: #fff;
     border-left: 3px solid #7a7a7a;
     box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
     font-weight: 500;
     margin-bottom: 12px;
     padding: 7px 15px;
     text-transform: capitalize;
 }
 
 .chart_list li:last-child {
     margin: 0;
 }
 
 .chart_list .color1 {
     border-color: #ff7876;
 }
 
 .chart_list .color2 {
     border-color: #36ffad;
 }
 
 .chart_list .color3 {
     border-color: #3b8a99;
 }
 
 .chart_list .color4 {
     border-color: #13afcc;
 }
 
 .chart_list .color5 {
     border-color: #cc1667;
 }
 
 .chart_list .color6 {
     border-color: #F91F64;
 }
 
 .chart_list .color7 {
     border-color: #B23AF8;
 }
 
 .token_wrap {
     background-color: #142BAC;
     border-radius: 7px;
     padding: 20px;
 }
 
 .token_inner h5 {
     color: #ffffff;
     display: inline-block;
 }
 
 .social_icon,
 .social_icon li {
     display: inline-block;
 }
 
 .social_icon li {
     margin-left: 5px;
 }
 
 .social_icon li:first-child {
     margin-left: 0px;
 }
 
 .social_icon li a {
     color: #ffffff;
     font-size: 20px;
 }
 
 .tk_sale_info {
     border-left: 1px solid #ffffff;
     margin-top: 45px;
     padding-left: 30px;
 }
 
 .tk_pricing_info h6 {
     color: #ffffff;
     font-size: 14px;
     text-transform: uppercase;
 }
 
 .tk_pricing_info h5 {
     color: #ffffff;
     font-weight: 600;
     margin-bottom: 5px;
     margin-top: 10px;
 }
 
 .tk_pricing_info p {
     color: #ffffff;
     font-size: 14px;
 }
 
 .tk_pricing_info span {
     color: #93ffa0;
 }
 
 .tk_pricing_info li img {
     border-radius: 100%;
     height: 18px;
     margin-right: 7px;
     width: 18px;
 }
 
 .tk_pricing_info li {
     color: #ffffff;
     font-size: 14px;
 }
 
 .token_chart_info {
     padding-left: 30px;
 }
 
 .token_chart_info h5 {
     color: #ffffff;
     margin-bottom: 20px;
 }
 
 .chart_info li {
     color: #ffffff;
     font-size: 14px;
     margin-top: 5px;
 }
 
 .cl_circle {
     background-color: #000000;
     border-radius: 100%;
     display: inline-block;
     height: 10px;
     margin-right: 5px;
     width: 10px;
 }
 
 .color1 {
     background-color: #0053ce;
 }
 
 .color2 {
     background-color: #d5b631;
 }
 
 .color3 {
     background-color: #d26288;
 }
 
 .color4 {
     background-color: #00e2f4;
 }
 
 .color5 {
     background-color: #444acc;
 }
 
 .v_light .pr_box h6 {
     color: #26b6d4;
 }
 
 .v_light .tk_countdown {
     background-color: #f6f8ff;
 }
 
 .v_light .counter_box {
     color: #20126f;
 }
 
 .v_light .counter_box .tk_counter {
     border-color: #20126f;
 }
 
 .v_light .tk_counter_inner {
     border: 1px solid #20126f;
 }
 
 .v_light .countdown_shape {
     background-image: url("../images/light_counter_bg.html");
 }
 
 .v_blue .pr_box,
 .v_blue .tk_countdown,
 .v_blue .chart_list li {
     background-color: #0f3e97;
 }
 
 .v_blue .pr_box p,
 .v_blue .chart_list li {
     color: #fff;
 }
 
 .v_dark .pr_box,
 .v_dark .tk_countdown,
 .v_dark_light .tk_countdown,
 .v_dark .chart_list li {
     background-color: #1a1c34;
 }
 
 .v_dark .pr_box h6,
 .v_dark_light .pr_box h6 {
     color: #26b6d4;
 }
 
 .v_dark .pr_box p,
 .v_dark .chart_list li {
     color: #fff;
 }
 
 .v_dark .countdown_shape,
 .v_dark_light .countdown_shape {
     background-image: url("../images/light_counter_bg2.html");
 }
 
 .roadmap {
     position: relative;
     display: block;
 }
 
 .roadmap_box {
     margin-top: 0;
     position: relative;
     text-align: center;
 }
 
 .roadmap.gradient_box {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 }
 
 .roadmap::before {
     /* background-color: #26b6d4; */
     /* content: ""; */
     height: 3px;
     left: 0;
     position: absolute;
     top: 343px;
     width: 100%;
 }
 
 .roadmap_icon {
     background-color: rgba(0, 0, 0, 0);
     height: 31px;
     left: 0;
     margin: 0 auto;
     overflow: hidden;
     position: absolute;
     right: 0;
     bottom: -100px;
     transform: rotate(-60deg) skewY(30deg);
     width: 27px;
     z-index: 9999999999;
 }
 
 .roadmap_icon.icon_gradient_box::before {
     background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
 }
 
 .roadmap_icon::before {
     background-color: #26b6d4;
     color: #ffffff;
     content: "c";
     display: block;
     font-size: 28px;
     font-weight: 700;
     height: inherit;
     transform: skewY(-30deg) rotate(60deg) translate(0%);
     width: inherit;
 }
 
 .rd_complete .roadmap_icon::before {
     content: '';
     font-family: ionicons;
     font-size: 16px;
     font-weight: normal;
 }
 
 .roadmap_inner::before {
     background-color: #26b6d4;
     content: "";
     height: 94px;
     left: 0;
     margin: 0 auto;
     position: absolute;
     right: 0;
     top: 102px;
     width: 3px;
     z-index: 9999999999999;
 }
 
 .roadmap_inner::after {
     background: #26b6d4 none repeat scroll 0 0;
     border: 2px solid #ffffff;
     border-radius: 100%;
     content: "";
     height: 15px;
     left: 0;
     margin: 0 auto;
     position: absolute;
     right: 0;
     top: -6px;
     width: 15px;
     z-index: -1;
 }
 
 .roadmap_inner {
     background-color: #26b6d4;
     border-radius: 10px;
     padding: 20px;
 }
 
 .roadmap_box h6 {
     color: #ffffff;
 }
 
 .roadmap_box p {
     color: #ffffff;
     font-size: 14px;
     line-height: 26px;
     margin: 0;
 }
 
 .roadmap .owl-prev,
 .roadmap .owl-next {
     position: absolute;
     top: 0;
 }
 
 .roadmap .owl-prev {
     left: -33px;
 }
 
 .roadmap .owl-next {
     right: -33px;
 }
 
 .roadmap .owl-nav i {
     /* background-color: #26b6d4; */
     border-radius: 100%;
     color: #757394;
     display: block;
     height: 33px;
     line-height: 35px;
     text-align: center;
     width: 33px;
     font-size: 14px;
 }
 
 .roadmap .owl-prev i {
     padding-right: 3px;
 }
 
 .roadmap .owl-next i {
     padding-left: 3px;
 }
 
 .roadmap .owl-nav .disabled {
     cursor: default;
 }
 
 .roadmap .owl-nav .disabled i {
     background-color: #e0e0ec !important;
     color: #757394;
 }
 
 .timeline_wrap {
     margin-top: 20px;
     padding-top: 30px;
     position: relative;
 }
 
 .timeline_wrap::before {
     background-color: #ffffff;
     bottom: 0;
     content: "";
     height: 100%;
     left: 50%;
     position: absolute;
     top: 0;
     width: 1px;
 }
 
 .timeline_block {
     display: inline-block;
     position: relative;
 }
 
 .timeline_icon {
     background-color: #ffffff;
     border-radius: 100%;
     font-size: 12px;
     height: 20px;
     left: 50%;
     line-height: 23px;
     position: absolute;
     text-align: center;
     top: 0;
     transform: translateX(-50%);
     width: 20px;
 }
 
 .timeline_content {
     position: relative;
     text-align: right;
     width: 47%;
 }
 
 .timeline_content h6,
 .timeline_content p {
     color: #ffffff;
 }
 
 .tm_date {
     color: #46d6ff;
     font-weight: 600;
     left: 113%;
     line-height: normal;
     position: absolute;
     text-align: left;
     top: -3px;
     width: 100%;
 }
 
 .timeline_block:nth-child(2n) .timeline_content {
     float: right;
     text-align: left;
 }
 
 .timeline_block:nth-child(2n) .tm_date {
     left: auto;
     right: 113%;
     text-align: right;
 }
 
 .timeline_icon.tm_complete {
     background-color: #73e080;
     color: #ffffff;
 }
 
 .v_blue .roadmap_inner::before,
 .v_blue .roadmap_inner::after,
 .v_blue .roadmap::before,
 .v_blue .roadmap_inner,
 .v_blue .roadmap .owl-nav i {
     /* background-color: #e0e0ec; */
 }
 
 .v_dark .roadmap_inner::before,
 .v_dark .roadmap_inner::after,
 .v_dark .roadmap::before,
 .v_dark .roadmap_inner,
 .v_dark .roadmap .owl-nav i,
 .v_dark_light .roadmap_inner::before,
 .v_dark_light .roadmap_inner::after,
 .v_dark_light .roadmap::before,
 .v_dark_light .roadmap_inner,
 .v_dark_light .roadmap .owl-nav i {
     background-color: #1a1c34;
 }
 
 .v_dark .roadmap .owl-nav .disabled i,
 .v_dark_light .roadmap .owl-nav .disabled i {
     color: #999999;
 }
 
 .team_info {
     background-color: #25b8d5;
     padding: 20px;
 }
 
 .gradient_box {
     background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
 }
 
 .team_info h4 a {
     color: #ffffff;
     font-size: 22px;
     font-weight: bold;
 }
 
 .team_info p {
     color: #ffffff;
     line-height: normal;
     margin: 0;
 }
 
 .team_img {
     overflow: hidden;
     position: relative;
 }
 
 .team_img img {
     width: 100%;
 }
 
 .social_team {
     left: 0;
     position: absolute;
     right: 0;
     top: 50%;
     -moz-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
 }
 
 .social_team li {
     display: inline-block;
     opacity: 0;
     transform: translateY(130px);
     transition: all 0.5s ease 0s;
     visibility: hidden;
 }
 
 .team_img:hover .social_team li {
     opacity: 1;
     transform: translateY(0px);
     visibility: visible;
 }
 
 .social_team li:nth-child(2n) {
     transition: all 0.6s ease 0s;
 }
 
 .social_team li:nth-child(3n) {
     transition: all 0.8s ease 0s;
 }
 
 .social_team li:nth-child(4n) {
     transition: all 1s ease 0s;
 }
 
 .social_team a {
     background-color: #25b8d5;
     border-radius: 40px;
     color: #ffffff;
     display: block;
     font-size: 24px;
     height: 38px;
     line-height: 40px;
     position: relative;
     text-align: center;
     width: 38px;
     z-index: 1;
 }
 
 .social_team a:before {
     background: -webkit-linear-gradient(left, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     background: linear-gradient(to right, rgba(117, 88, 165, 1) 0%, rgba(37, 184, 213, 1) 99%);
     border-radius: 40px;
     content: "";
     height: 100%;
     left: 0;
     opacity: 0;
     position: absolute;
     top: 0;
     transition: all 0.5s ease 0s;
     width: 100%;
     z-index: -1;
 }
 
 .social_team a:hover:before {
     opacity: 1;
 }
 
 .mfp-bg {
     background: -webkit-linear-gradient(to bottom, rgba(32, 18, 111, 1) 10%, rgba(13, 70, 159, 1) 100%);
     background-image: linear-gradient(to bottom, rgba(32, 18, 111, 1) 10%, rgba(13, 70, 159, 1) 100%);
     opacity: 0.8;
 }
 
 .team_pop {
     background-color: #ffffff;
     border-radius: 4px;
     margin: 30px auto;
     max-width: 800px;
     padding: 10px;
     position: relative;
 }
 
 .social_single_team {
     margin-bottom: 10px;
 }
 
 .social_single_team li {
     display: inline-block;
     padding-right: 10px;
 }
 
 .social_single_team li a {
     color: #25b8d5;
 }
 
 .team_pop .title_dark h2 {
     margin-bottom: 10px;
 }
 
 .team_wrap .shap1,
 .team_wrap .shap5 {
     bottom: auto;
     top: 100px;
 }
 
 .team_wrap .shap2,
 .team_wrap .shap6 {
     bottom: 100px;
     top: auto;
 }
 
 .team_content {
     margin-top: 15px;
 }
 
 .team_bx {
     background-color: #142bac;
 }
 
 .team_image {
     padding-top: 15px;
 }
 
 .rounded-img img {
     border-radius: 100%;
 }
 
 .team_content h5 a {
     color: #46d6ff;
 }
 
 .team_content h5 {
     margin-bottom: 5px;
 }
 
 .team_content p {
     color: #ffffff;
     margin: 0;
 }
 
 .team_social {
     background-color: #00036d;
     margin-top: 10px;
     padding: 10px 15px;
 }
 
 .team_social li {
     display: inline-block;
 }
 
 .team_social li a {
     color: #ffffff;
     padding: 0 5px;
 }
 
 .team_social li a:hover {
     color: #46d6ff;
 }
 
 .v_blue .team_info {
     background-color: #0f3e97;
 }
 
 .v_blue .mfp-bg {
     background-color: #0d469f;
     background-image: none;
 }
 
 .v_dark .team_info,
 .v_dark_light .team_info {
     background-color: #1a1c34;
 }
 
 .v_dark .mfp-bg,
 .v_dark_light .mfp-bg {
     background-color: #1a1c34;
     background-image: none;
 }
 
 .faq_content .card {
     border: 0 none;
     border-radius: 0;
     margin-bottom: 10px;
 }
 
 .faq_content .card:last-child {
     margin-bottom: 0px;
 }
 
 .faq_content .card-header {
     background-color: rgba(0, 0, 0, 0);
     border: 0 none;
     padding: 0;
 }
 
 .faq_content .card-header a {
     background-color: #25b8d5;
     color: #ffffff;
     display: block;
     font-weight: 600;
     padding: 15px 40px 15px 15px;
 }
 
 .faq_content .card-body {
     padding: 10px 15px;
     position: relative;
     z-index: 1;
 }
 
 .faq_content .card {
     background-color: #25b8d5;
 }
 
 .faq_content .card-body::after {
     background-color: #ffffff;
     bottom: 1px;
     content: "";
     left: 1px;
     position: absolute;
     right: 1px;
     top: 0;
     z-index: -1;
 }
 
 .faq_content .card-header a::after {
     color: #ffffff;
     content: '';
     font-family: "Ionicons";
     font-size: 22px;
     font-weight: normal;
     position: absolute;
     right: 15px;
     top: 12px;
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     content: "\f077";
 }
 
 .faq_content .card-header a.collapsed:after {
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     content: "\f078";
 }
 
 .faq_content .card-header a::before {
     content: "Q.";
     font-weight: 600;
     margin-right: 5px;
 }
 
 .card-body::before {
     /* content: "A."; */
     font-weight: 600;
     margin-right: 5px;
 }
 
 .faq_box .card {
     background-color: rgba(0, 0, 0, 0);
     border: 1px solid #ffffff;
     margin-bottom: 10px;
 }
 
 .faq_box .card-header {
     background-color: rgba(0, 0, 0, 0);
     border: 0 none;
     padding: 0;
 }
 
 .faq_box .card-header a {
     color: #ffffff;
     display: block;
     font-weight: 600;
     padding: 15px 40px 15px 15px;
 }
 
 .faq_box .card-body {
     border-top: 1px solid #ffffff;
     color: #ffffff;
 }
 
 .faq_box .card-header a::after {
     color: #ffffff;
     content: "\f126";
     font-family: "Ionicons";
     font-size: 22px;
     font-weight: normal;
     position: absolute;
     right: 15px;
     top: 12px;
 }
 
 .faq_box .card-header a.collapsed:after {
     content: "\f123";
 }
 
 .faq_box .card-body::before {
     content: normal;
 }
 
 .v_blue .faq_content .card-body::after {
     background-color: #ffffff;
 }
 
 .v_blue .faq_content .card-body,
 .v_dark .faq_content .card-body {
     color: #777777;
     font-weight: 100;
 }
 
 .v_blue .faq_content .card,
 .v_blue .faq_content .card-header a {
     background-color: #0952a2;
     font-weight: 400;
 }
 
 .v_dark .faq_content .card,
 .v_dark .faq_content .card-header a,
 .v_dark_light .faq_content .card,
 .v_dark_light .faq_content .card-header a {
     background-color: #1a1c34;
 }
 
 .v_dark .faq_content .card-body::after {
     background-color: #12142c;
 }
 
 .client_logo img {
     margin-top: 20px;
 }
 
 .client_logo .shape {
     height: 90vh;
     z-index: 1;
 }
 
 .form_field input,
 .form_field textarea {
     background-color: rgba(0, 0, 0, 0);
     border-bottom: 1px solid #7ab9ff;
     border-left: 0;
     border-right: 0;
     border-top: 0;
     border-radius: 0;
     color: #7ab9ff;
     padding: 10px 0;
 }
 
 .form_field input:focus,
 .form_field textarea:focus {
     background-color: rgba(0, 0, 0, 0);
     border-bottom: 1px solid #7ab9ff;
     border-left: 0;
     border-right: 0;
     border-top: 0;
     box-shadow: none;
     color: #7ab9ff;
     outline: 0 none;
 }
 
 .form_field textarea {
     resize: none;
 }
 
 .form_field input[required="required"] {
     box-shadow: none;
     outline: medium none;
 }
 
 .contact_detail {
     border-left: 1px solid #ffffff;
     padding-left: 10px;
 }
 
 .contact_info li {
     margin-bottom: 25px;
 }
 
 .contact_info li:last-child {
     margin-bottom: 0px;
 }
 
 .contact_info li i {
     color: #ffffff;
     font-size: 26px;
     text-align: center;
     width: 40px;
 }
 
 .contact_detail span {
     color: #26b6d4;
     display: block;
     font-size: 14px;
     font-weight: 600;
     line-height: normal;
     text-transform: uppercase;
 }
 
 .contact_detail p {
     color: #ffffff;
     line-height: normal;
     margin: 0;
 }
 
 .alert-msg-failure {
     color: #ff0000;
     margin-top: 5px;
 }
 
 .alert-msg-success {
     color: #07AD00;
     margin-top: 5px;
 }
 
 .form_submit {
     text-align: right;
 }
 
 .contact_form input,
 .contact_form textarea {
     background-color: rgba(0, 0, 0, 0);
     border: 1px solid rgba(255, 255, 255, 0.2);
     border-radius: 0;
     color: #fff;
     padding: 10px;
 }
 
 .contact_form textarea {
     height: 170px;
 }
 
 .contact_form input:focus,
 .contact_form textarea:focus {
     background-color: rgba(0, 0, 0, 0);
     border: 1px solid rgba(255, 255, 255, 0.2);
     box-shadow: none;
     color: #ffffff;
     outline: 0 none;
 }
 
 .contact_form .form-control::-webkit-input-placeholder {
     color: #ffffff;
 }
 
 .contact_form .form-control:-moz-placeholder {
     color: #ffffff;
 }
 
 .contact_form .form-control::-moz-placeholder {
     color: #ffffff;
 }
 
 .contact_form .form-control:-ms-input-placeholder {
     color: #ffffff;
 }
 
 .con_info p {
     color: #fff;
     margin: 0;
 }
 
 .con_dt li {
     margin-bottom: 15px;
 }
 
 .con_dt i {
     background-color: #00036d;
     border: 1px solid rgba(255, 255, 255, 0.5);
     border-radius: 100%;
     color: #ffffff;
     font-size: 18px;
     height: 35px;
     line-height: 35px;
     margin-right: 10px;
     text-align: center;
     width: 35px;
 }
 
 .v_light .form_field input,
 .v_light .form_field textarea {
     border-color: #26b6d4;
     color: #26b6d4;
 }
 
 .v_light .contact_info li i {
     color: #26b6d4;
 }
 
 .v_light .contact_detail {
     border-color: #26b6d4;
 }
 
 .v_light .contact_detail p {
     color: #7a7a7a;
 }
 
 .v_dark .form-control::-webkit-input-placeholder {
     color: #ffffff;
 }
 
 .v_dark .form-control:-moz-placeholder {
     color: #ffffff;
 }
 
 .v_dark .form-control::-moz-placeholder {
     color: #ffffff;
 }
 
 .v_dark .form-control:-ms-input-placeholder {
     color: #ffffff;
 }
 
 .v_dark .form_field input,
 .v_dark .form_field textarea,
 .v_dark .form_field input:focus,
 .v_dark .form_field textarea:focus {
     border-bottom: 1px solid #ffffff;
     color: #ffffff;
 }
 
 .v_dark_light .form-control::-webkit-input-placeholder {
     color: #ffffff;
 }
 
 .v_dark_light .form-control:-moz-placeholder {
     color: #ffffff;
 }
 
 .v_dark_light .form-control::-moz-placeholder {
     color: #ffffff;
 }
 
 .v_dark_light .form-control:-ms-input-placeholder {
     color: #ffffff;
 }
 
 .v_dark_light .form_field input,
 .v_dark_light .form_field textarea,
 .v_dark_light .form_field input:focus,
 .v_dark_light .form_field textarea:focus {
     border-bottom: 1px solid #ffffff;
     color: #ffffff;
 }
 
 .top_footer {
     position: relative;
 }
 
 .top_footer {
     /* border-top: 1px solid #3d5091; */
     padding: 100px 0;
     padding-bottom: 0;
 }
 
 .footer_title {
     color: #efb63b;
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 30px;
 }
 
 .newsletter_form form {
     position: relative;
 }
 
 .newsletter_form input {
     background-color: #130f31;
     color: #ffffff;
 }
 
 .newsletter_form .outline_input {
     background: -webkit-linear-gradient(to right, rgb(35 29 78) 0%, rgb(54 28 82) 99%);
     background: linear-gradient(to right, rgb(35 29 78) 0%, rgb(54 28 82) 99%) !important;
     border-radius: 40px;
     bottom: 0;
     content: "";
     left: 0;
     padding: 2px;
     right: 0;
     top: 0;
 }
 
 .outline_input input {
     border-radius: 30px;
     height: 60px;
     padding-right: 37%;
     width: 100%;
 }
 
 .newsletter_form input::-webkit-input-placeholder {
     color: #fff;
     opacity: 1;
 }
 
 .newsletter_form input:-moz-placeholder {
     color: #fff;
     opacity: 1;
 }
 
 .newsletter_form input::-moz-placeholder {
     color: #fff;
     opacity: 1;
 }
 
 .newsletter_form input:-ms-input-placeholder {
     color: #fff;
     opacity: 1;
 }
 
 .newsletter_form input:focus {
     outline: none;
 }
 
 .newsletter_form button {
     position: absolute;
     right: 5px;
     top: 5px;
 }
 
 .newsletter_form+.footer_social {
     margin-top: 30px;
 }
 
 .newslattter_small {
     margin: 0 auto;
     max-width: 490px;
 }
 
 .footer_social li {
     display: inline-block;
     margin: 0 3px;
 }
 
 .footer_social li a {
     border-radius: 100%;
     color: #ffffff;
     display: block;
     font-size: 18px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     width: 30px;
     background: #0c509e;
 }
 
 .footer_social li a:hover {
     background-color: #26b6d4;
     border-color: transparent;
 }
 
 .bottom_footer {
     background-color: #0000002b;
     padding: 30px 0;
 }
 
 .copyright {
     color: #ffffff;
     font-size: 14px;
     margin: 0;
 }
 
 .footer_menu {
     text-align: right;
 }
 
 .footer_menu li {
     display: inline-block;
     margin-left: 10px;
 }
 
 .footer_menu li a,
 .footer_link a {
     color: #fff;
     font-size: 14px;
 }
 
 .footer_menu li a:hover,
 .footer_link a:hover {
     color: #26b6d4;
 }
 
 .footer_link li {
     line-height: normal;
     margin-top: 10px;
     vertical-align: top;
 }
 
 .footer_link li:nth-child(-n+2) {
 }
 
 .footer_link li:nth-child(2n+1) {
 }
 
 .footer_desc {
     margin-top: 20px;
 }
 
 .footer_desc p {
     color: #ffffff;
     margin-bottom: 0;
 }
 
 .v_light .top_footer {
     border-top: 1px solid #d2d0e2;
 }
 
 .v_light .footer_title {
     color: #20126f;
 }
 
 .v_light .newsletter_form input {
     background-color: #ffffff;
     color: #7a7a7a;
 }
 
 .v_light .newsletter_form input::-webkit-input-placeholder {
     color: #7a7a7a;
 }
 
 .v_light .newsletter_form input:-moz-placeholder {
     color: #7a7a7a;
 }
 
 .v_light .newsletter_form input::-moz-placeholder {
     color: #7a7a7a;
 }
 
 .v_light .newsletter_form input:-ms-input-placeholder {
     color: #7a7a7a;
 }
 
 .v_light .footer_social li a {
     border: 2px solid #20126f;
     color: #20126f;
 }
 
 .v_light .footer_social li a:hover {
     background-color: #26b6d4;
     border-color: transparent;
     color: #ffffff;
 }
 
 .v_light .footer_link a {
     color: #20126f;
 }
 
 .v_light .footer_link a:hover {
     color: #26b6d4;
 }
 
 .v_dark .newsletter_form input,
 .v_dark_light .newsletter_form input {
     background-color: #080b1f;
 }
 
 .v_dark .top_footer,
 .v_dark_light .top_footer {
     border-top: 1px solid #393c4c;
 }
 
 .v_dark .bottom_footer,
 .v_dark_light .bottom_footer {
     background-color: #0c0e28;
 }
 
 .v_blue_pro .newsletter_form input {
     background-color: #142bac;
 }
 
 .v_blue_pro .bottom_footer {
     background-color: #041b9c;
 }
 
 .blog_content {
     padding: 15px;
     margin-bottom: 40px;
 }
 
 .blog_title {
     font-weight: 600;
 }
 
 .blog_item {
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 }
 
 .blog_meta {
     display: inline-block;
     width: 100%;
 }
 
 .blog_meta li {
     float: left;
     padding-right: 15px;
 }
 
 .blog_meta li:last-child {
     padding: 0;
 }
 
 .blog_content p {
     margin: 0;
 }
 
 .blog_img {
     overflow: hidden;
 }
 
 .blog_img img {
     zoom: 1;
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -webkit-transform: scale(1);
     transform: scale(1);
     /* Standard Property */
     transition: all 0.5s ease 0s;
     width: 100%;
 }
 
 .blog_item:hover img {
     zoom: 1.1;
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     /* Standard Property */
 }
 
 .pagination li a {
     background-color: #002e87;
     color: #ffffff;
     display: block;
     font-size: 18px;
     line-height: normal;
     padding: 10px 22px;
 }
 
 .pagination li.active a,
 .pagination li a:hover {
     background-color: #001e77;
 }
 
 .pagination li:first-child a {
     border-radius: 5px 0 0 5px;
 }
 
 .pagination li:last-child a {
     border-radius: 0 5px 5px 0;
 }
 
 
 /*Sidebar Section*/
 
 .sidebar_block {
     padding-left: 30px;
 }
 
 .form_search {
     position: relative;
 }
 
 .form_search input {
     border: 1px solid #dddddd;
     border-radius: 40px;
     padding-right: 45px;
 }
 
 .form_search button {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border-radius: 0;
     color: #999999;
     font-size: 22px;
     padding: 0;
     position: absolute;
     right: 20px;
     top: 12px;
 }
 
 .widget {
     margin-bottom: 30px;
 }
 
 .widget_title {
     border-bottom: 1px solid #dddddd;
     margin-bottom: 15px;
     padding-bottom: 10px;
     position: relative;
 }
 
 .widget_title::before {
     background-color: #20126f;
     bottom: -2px;
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     width: 70px;
 }
 
 .widget_category li,
 .widget_archive li {
     margin-bottom: 5px;
 }
 
 .widget_category li a,
 .widget_archive li a {
     color: #7a7a7a;
     display: block;
     padding-left: 20px;
     position: relative;
 }
 
 .widget_category li a:hover,
 .widget_archive li a:hover {
     color: #26b6d4;
 }
 
 .widget_category li a::before,
 .widget_archive li a:before {
     content: "\f30f";
     font-family: ionicons;
     left: 0;
     position: absolute;
     top: 0;
 }
 
 .widget-post-thumb {
     float: left;
 }
 
 .widget-post-thumb img {
     max-width: 100px;
 }
 
 .widget-post-content h6 {
     font-weight: 600;
 }
 
 .widget-post-content {
     overflow: hidden;
     padding-left: 10px;
 }
 
 .widget-post {
     border-bottom: 1px dashed #999999;
     display: inline-block;
     margin-top: 15px;
     padding-bottom: 15px;
     width: 100%;
 }
 
 .widget-date {
     font-size: 14px;
     line-height: normal;
 }
 
 .tags li {
     display: inline-block;
 }
 
 .tags li a {
     border: 1px solid #7a7a7a;
     border-radius: 40px;
     color: #7a7a7a;
     display: block;
     font-size: 14px;
     margin-top: 10px;
     padding: 5px 15px;
 }
 
 .tags li a:hover {
     border-color: #26b6d4;
     color: #26b6d4;
 }
 
 .widget_archive li a span {
     float: right;
 }
 
 
 /*Post Detail*/
 
 .post_content p {
     margin-bottom: 20px;
 }
 
 .blog_content_detail .blog_content p:last-child {
     margin: 0;
 }
 
 .post_content {
     margin-top: 20px;
 }
 
 .social-share {
     display: inline-block;
     width: 100%;
 }
 
 .social-share li {
     float: left;
 }
 
 .social-share li a {
     background-color: #dddddd;
     border-radius: 100%;
     color: #ffffff;
     display: block;
     height: 35px;
     line-height: 36px;
     margin-right: 5px;
     text-align: center;
     width: 35px;
 }
 
 .social-share li a:hover {
     opacity: 0.7;
 }
 
 .social-share li.facebook a {
     background: #3b5999;
 }
 
 .social-share li.twitter a {
     background: #34CBFF;
 }
 
 .social-share li.google-plus a {
     background: #D14836;
 }
 
 .social-share li.pinterest a {
     background: #B30610;
 }
 
 .social-share li.linkedin a {
     background: #01669A;
 }
 
 .social-share li.reddit a {
     background: #6FC2FD;
 }
 
 .social-share li.tumblr a {
     background: #2D5770;
 }
 
 .comment_info {
     background-color: #f6f8ff;
     margin-top: 10px;
     padding: 30px;
 }
 
 .comment_info.reply {
     border-top: 1px solid #dddddd;
     margin: 0;
     padding-left: 90px;
 }
 
 .comment-area {
     margin-top: 30px;
 }
 
 .comment-title {
     margin-bottom: 30px;
 }
 
 .user_img img {
     border-radius: 100%;
     height: auto;
     max-width: 80px;
 }
 
 .comment_content {
     padding-left: 20px;
 }
 
 .meta_data h6 {
     margin-bottom: 0;
 }
 
 .comment-time {
     font-size: 14px;
     line-height: normal;
     margin-bottom: 8px;
 }
 
 .comment-reply i {
     margin-right: 5px;
 }
 
 .comment_content p {
     margin: 0;
 }
 
 .comment_list {
     margin-bottom: 30px;
 }
 
 .v_blue .blog_content,
 .v_blue .comment_info {
     background-color: #0f3e97;
 }
 
 .v_dark_light .blog_title,
 .v_dark_light .blog_title a,
 .v_dark_light .blog_meta li a,
 .v_dark_light .blog_content a,
 .v_dark_light .widget_title,
 .v_dark_light .widget-post-content h6 a,
 .v_dark_light .comment-title h5 {
     color: #1a1c34;
 }
 
 .v_blue .blog_title a,
 .v_blue .blog_meta a,
 .v_blue .blog_content p,
 .v_blue .blog_content a,
 .v_blue .widget_title,
 .v_blue .widget_category li a,
 .v_blue .widget_archive li a,
 .v_blue .widget-post-content h6 a,
 .v_blue .widget-date,
 .v_blue .tags li a,
 .v_blue .post_content p,
 .v_blue .comment-title h5,
 .v_blue .meta_data a,
 .v_blue .comment-time,
 .v_blue .comment-reply,
 .v_blue .comment_content p,
 .v_dark .blog_title a,
 .v_dark .blog_meta a,
 .v_dark .blog_content p,
 .v_dark .blog_content a,
 .v_dark .widget_title,
 .v_dark .widget_category li a,
 .v_dark .widget_archive li a,
 .v_dark .widget-post-content h6 a,
 .v_dark .widget-date,
 .v_dark .tags li a,
 .v_dark .post_content p,
 .v_dark .comment-title h5,
 .v_dark .meta_data a,
 .v_dark .comment-time,
 .v_dark .comment-reply,
 .v_dark .comment_content p,
 .v_dark_light .meta_data a,
 .v_dark_light .comment-time,
 .v_dark_light .comment_content p,
 .v_dark_light .comment-reply {
     color: #ffffff;
 }
 
 .v_blue .blog_title a:hover,
 .v_blue .blog_meta a:hover,
 .v_blue .blog_content a:hover,
 .v_blue .widget_category li a:hover,
 .v_blue .widget_archive li a:hover,
 .v_blue .widget-post-content h6 a:hover,
 .v_blue .tags li a:hover,
 .v_blue .meta_data a:hover,
 .v_blue .comment-reply:hover,
 .v_dark .tags li a:hover,
 .v_dark .blog_title a:hover,
 .v_dark .blog_meta a:hover,
 .v_dark .blog_content a:hover,
 .v_dark .widget_category li a:hover,
 .v_dark .widget_archive li a:hover,
 .v_dark .widget-post-content h6 a:hover,
 .v_dark .tags li a:hover,
 .v_dark .meta_data a:hover,
 .v_dark .comment-reply:hover,
 .v_dark_light .blog_title a:hover,
 .v_dark_light .blog_meta li a:hover,
 .v_dark_light .blog_content a:hover,
 .v_dark_light .widget-post-content h6 a:hover,
 .v_dark_light .meta_data a:hover,
 .v_dark_light .comment-reply:hover {
     color: #26b6d4;
 }
 
 .v_blue .tags li a {
     border-color: #fff;
 }
 
 .v_blue .tags li a:hover {
     border-color: #26b6d4;
 }
 
 .v_blue .widget_title::before {
     background-color: #ffffff;
 }
 
 .v_blue .comment_info.reply {
     border-top: 1px solid #001e77;
 }
 
 .v_dark .blog_content,
 .v_dark .comment_info,
 .v_dark_light .comment_info {
     background-color: #1a1c34;
 }
 
 .v_dark .comment_info.reply,
 .v_dark_light .comment_info.reply {
     border-top: 1px solid #000014;
 }
 
 .v_dark .tags li a {
     border-color: #fff;
 }
 
 .v_dark .tags li a:hover {
     border-color: #26b6d4;
 }
 
 .v_dark .widget_title:before {
     background-color: #ffffff;
 }
 
 .v_dark_light .widget_title:before {
     background-color: #1a1c34;
 }
 
 .v_dark .pagination li a,
 .v_dark_light .pagination li a {
     background-color: #1a1c34;
 }
 
 .v_dark .pagination li.active a,
 .v_dark .pagination li a:hover,
 .v_dark_light .pagination li.active a,
 .v_dark_light .pagination li a:hover {
     background-color: #2a2c44;
 }
 
 .v_light .blog_content {
     background-color: #f6f8ff;
 }
 
 .v_light .pagination li a {
     background-color: #f6f8ff;
     color: #002e87;
 }
 
 .v_light .pagination li.active a,
 .v_light .pagination li a:hover {
     background-color: #e6e8ef;
 }
 
 .v_dark_light .comment-area .form_field input,
 .v_dark_light .comment-area .form_field textarea,
 .v_dark_light .comment-area .form_field input:focus,
 .v_dark_light .comment-area .form_field textarea:focus {
     border-color: #1a1c34;
     color: #1a1c34;
 }
 
 .v_dark_light .comment-area .form-control::-webkit-input-placeholder {
     color: #1a1c34;
 }
 
 .v_dark_light .comment-area .form-control:-moz-placeholder {
     color: #1a1c34;
 }
 
 .v_dark_light .comment-area .form-control::-moz-placeholder {
     color: #1a1c34;
 }
 
 .v_dark_light .comment-area .form-control:-ms-input-placeholder {
     color: #1a1c34;
 }
 
 .authorize_box {
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
     margin: 0 auto;
     max-width: 400px;
     padding: 35px;
 }
 
 .authorize_form input {
     border: 1px solid #c0c0c0;
     border-radius: 40px;
 }
 
 .authorize_form input#password-field {
     padding-right: 50px;
 }
 
 .authorize_form input:hover,
 .authorize_form input:focus {
     border-color: #999999;
 }
 
 .authorize_form button {
     width: 100%;
 }
 
 .checkbox_field input {
     display: none;
     width: auto;
 }
 
 .checkbox_field label {
     padding-left: 20px;
     cursor: pointer;
     font-size: 14px;
     margin: 0;
     position: relative;
 }
 
 .checkbox_field label::before {
     content: "\f372";
     font-family: ionicons;
     font-size: 18px;
     left: 0;
     line-height: normal;
     position: absolute;
     top: 5px;
 }
 
 .checkbox_field input:checked+label::before {
     content: "\f373";
 }
 
 .forgot_pass {
     float: right;
     font-size: 14px;
 }
 
 .authorize_form .form-group {
     position: relative;
 }
 
 .toggle-password {
     color: #999999;
     cursor: pointer;
     font-size: 26px;
     position: absolute;
     right: 15px;
     top: 12px;
 }
 
 .authorize_form .form-group:last-child {
     margin: 0;
 }
 
 .v_blue .authorize_box {
     background-color: #0f3e97;
 }
 
 .v_light .authorize_box {
     background-color: #f6f8ff;
 }
 
 .v_blue .checkbox_field label,
 .v_blue .forgot_pass,
 .v_blue .authorize_form .form-group span,
 .v_blue .authorize_form .form-group span a,
 .v_blue .authorize_form .form-group .checkbox_field label a,
 .v_dark .checkbox_field label,
 .v_dark .forgot_pass,
 .v_dark .authorize_form .form-group span,
 .v_dark .authorize_form .form-group span a,
 .v_dark .authorize_form .form-group .checkbox_field label a {
     color: #ffffff;
 }
 
 .v_blue .forgot_pass:hover,
 .v_blue .authorize_form .form-group span a:hover,
 .v_blue .authorize_form .form-group .checkbox_field label a:hover,
 .v_dark .forgot_pass:hover,
 .v_dark .authorize_form .form-group span a:hover,
 .v_dark .authorize_form .form-group .checkbox_field label a:hover {
     color: #26b6d4;
 }
 
 .v_dark .authorize_box {
     background-color: #1a1c34;
 }
 
 .v_dark_light .forgot_pass,
 .v_dark_light .authorize_form .form-group span a {
     color: #1a1c34;
 }
 
 .v_dark_light .forgot_pass:hover,
 .v_dark_light .authorize_form .form-group span a:hover {
     color: #26b6d4;
 }
 
 
 /*===================================14. LOGIN PAGE*====================================*/
 
 
 /*===================================*15. MOBILE APP SECTION *====================================*/
 
 .app_btn li {
     display: inline-block;
     margin-right: 10px;
 }
 
 .app_btn li a span {
     color: #ffffff;
     font-size: 18px;
     margin-left: 5px;
 }
 
 .app_btn li a:hover span {
     color: #46d6ff;
 }
 
 .app_feature {
     margin-bottom: 30px;
 }
 
 .app_content p {
     color: #ffffff;
     margin-bottom: 15px;
 }
 
 .app_feature i {
     color: #46d6ff;
     font-size: 24px;
     margin-bottom: 15px;
 }
 
 .app_feature h5 {
     color: #ffbc00;
     font-size: 18px;
     text-transform: uppercase;
     margin-bottom: 18px;
 }
 
 
 /*===================================* 15. END MOBILE APP SECTION*====================================*/
 
 
 /*===================================*16. WHITEPAPER SECTION*====================================*/
 
 .doc_box {
     background-color: #00036d;
     border-left: 3px solid #46d6ff;
     border-radius: 5px;
     padding: 10px;
 }
 
 .wp_document {
     margin-left: -10px;
     margin-right: -10px;
 }
 
 .wp_document li {
     float: left;
     padding: 0 10px;
     width: 25%;
 }
 
 .doc_box h5,
 .doc_box a {
     color: #ffffff;
     text-transform: capitalize;
 }
 
 .doc_box a:hover {
     color: #46d6ff;
 }
 
 .doc_box a i {
     margin-left: 5px;
 }
 
 span.statcounter {
     display: none;
 }
 
 
 /**********************************************************************************/
 
 .navbar-brand img.logo_light {
     width: 230px;
 }
 
 section.bg_blue_dark.client_logo {
     padding: 0;
 }
 
 .owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0, 0, 0);
 }
 
 .in-crl {
     width: 200px;
     height: 200px;
     background: white;
     border-radius: 200px;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     margin: 0 auto;
     box-shadow: 0 0 20px #00000045;
 }
 
 .dbl-clr {
     width: 60%;
     height: 60%;
     border-radius: 300px;
     background: linear-gradient(45deg, white, #ececec), linear-gradient(-24deg, white, #ffffff);
     padding: 15px;
     position: relative;
     box-shadow: 5px 4px 20px #00000080;
 }
 
 .thr-clr {
     width: 100%;
     height: 100%;
     background: #fe561f;
     border-radius: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: inset 0 0 11px #00000024;
 }
 
 .in-crl:before {
     content: '';
     position: absolute;
     width: 100%;
     height: 50%;
     background: linear-gradient(-45deg, #fd4722, #ff721a);
     border-radius: 0 0 50% 50%/0 0 100% 100%;
     bottom: 0;
     box-shadow: 0px -3px 15px 0px #00000045;
 }
 
 .main-crle.two .in-crl:before {
     background: linear-gradient( -45deg, #e0a300, #ffba03);
 }
 
 .main-crle.two .thr-clr {
     background: #ffba03;
 }
 
 .main-crle.three .in-crl:before {
     background: linear-gradient( -45deg, #08c1bc, #07d2cc);
 }
 
 .main-crle.three .thr-clr {
     background: #07d2cc;
 }
 
 .main-crle.four .in-crl:before {
     background: linear-gradient( -45deg, #0398d4, #01acf1);
 }
 
 .main-crle.four .thr-clr {
     background: #01acf1;
 }
 
 .main-crle.five .in-crl:before {
     background: linear-gradient( -45deg, #4d1ea5, #653db0);
 }
 
 .main-crle.five .thr-clr {
     background: #653db0;
 }
 
 .crl-wrp {
     text-align: center;
 }
 
 .brl-bm {
     width: 5px;
     height: 130px;
     background: #fe5620;
     display: inline-flex;
     position: relative;
 }
 
 .brl-bm:before {
     content: '';
     position: absolute;
     width: 30px;
     height: 30px;
     background: #fff;
     border-radius: 100px;
     border: 5px solid #fe571f;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
 }
 
 .main-crle.two .brl-bm {
     background: #ebab01;
 }
 
 .main-crle.two .brl-bm:before {
     background: #fff;
     border: 5px solid #ebac01;
 }
 
 .main-crle.three .brl-bm {
     background: #07d2cc;
 }
 
 .main-crle.three .brl-bm:before {
     background: #fff;
     border: 5px solid #07d2cc;
 }
 
 .main-crle.four .brl-bm {
     background: #01acf1;
 }
 
 .main-crle.four .brl-bm:before {
     background: #fff;
     border: 5px solid #01acf1;
 }
 
 .main-crle.five .brl-bm {
     background: #653db0;
 }
 
 .main-crle.five .brl-bm:before {
     background: #fff;
     border: 5px solid #653db0;
 }
 
 .thr-clr p {
     color: #fff;
     margin-bottom: 0;
 }
 
 .thr-clr p b {
     font-weight: 900;
     font-size: 24px;
 }
 
 section#road_map {
     background: url(../images/map.svg);
     background-color: #fff;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     padding: 100px 0;
 }
 
 .owl-next {
     top: 329px !important;
 }
 
 i.ion-ios-arrow-forward {}
 
 .owl-prev {
     top: 329px !important;
     position: absolute;
 }
 
 .main-crle>h4 {
     color: #1d1844;
     margin-top: 15px;
     font-size: 22px;
     margin-bottom: 7px;
 }
 
 .main-crle>h4+p {
     color: #5c5e61;
     margin-bottom: 0;
     line-height: 27px;
 }
 
 section#road_map .title_light span {
     color: #ffbc00;
     font-size: 60px;
 }
 
 section#road_map .title_light h2 {
     color: #1d1844;
 }
 
 section#road_map .title_light p {
     color: #5c5e61;
 }
 
 section#about {
     background: #fff;
     padding: 100px 0;
 }
 
 .smart-contract {
     box-shadow: 0 0 30px #0000005e;
     border-radius: 30px;
     position: relative;
 }
 
 .smart-contract img {
     border-radius: 30px;
 }
 
 .smart-contract a.video.animation {
     position: absolute;
     top: calc(50% - 40px);
     left: calc(50% - 40px);
     background: #ffff;
     width: 80px;
     border-radius: 300px;
     height: 80px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 40px;
     color: #fbb702;
 }
 
 .work-box-bg {
     background: url(../images/work-petern.png);
     background-position: center;
     background-repeat: no-repeat;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     animation: ripple 5s infinite;
     transition: all 400ms ease;
 }
 
 @keyframes ripple {
     0% {
         transform: scale(0.8);
     }
     50% {
         transform: scale(1.2);
     }
     100% {
         transform: scale(0.8);
     }
 }
 
 @-webkit-keyframes rotation {
     from {
         -webkit-transform: rotate(0deg);
     }
     to {
         -webkit-transform: rotate(359deg);
     }
 }
 
 .work-box img {
     position: relative;
 }
 
 .rotation-img {
     -webkit-animation: rotation 15s infinite linear;
 }
 
 @keyframes ripple {
     0% {
         transform: scale(0.8);
     }
     50% {
         transform: scale(1.2);
     }
     100% {
         transform: scale(0.8);
     }
 }
 
 @-webkit-keyframes rotation {
     from {
         -webkit-transform: rotate(0deg);
     }
     to {
         -webkit-transform: rotate(359deg);
     }
 }
 
 .row.bg-rg-bt {
     background: #1d1844;
     border-radius: 15px 15px 0 0;
     box-shadow: 0 0 30px #0006;
     padding: 30px;
     padding-bottom: 7px;
 }
 
 .row.bg-rg-bt .title_light {
     text-align: center;
 }
 
 .row.two-bt-rp {
     background: #130f31;
     border-radius: 0 0 15px 15px;
     padding: 15px;
     box-shadow: 0 0 30px #0006;
 }
 
 .inner-ntm {
     text-align: center;
 }
 
 .inner-ntm p {
     margin-bottom: 0;
 }
 
 .text-set input {
     border-radius: 30px;
     height: 60px;
     padding-right: 37%;
     width: 100%;
     background-color: #130f31;
     color: #ffffff;
     outline: none;
 }
 
 .text-set {
     background: linear-gradient(to right, rgb(35 29 78) 0%, rgb(54 28 82) 99%);
     padding: 2px;
     border-radius: 30px;
 }
 
 .register_login .title_light h2 {
     font-size: 28px;
     line-height: 35px;
 }
 
 .register_login .title_light p a {}
 
 .row.two-bt-rp .inner-ntm a {
     color: #f9d101;
 }
 
 .row.two-bt-rp .inner-ntm p {
     color: #fff;
     font-size: 20px;
     font-weight: 600;
 }
 
 .row.bg-rg-bt .title_light p.mt-3 {
     margin-bottom: 0;
 }
 
 section.small_pt.register_login {
     background: url('../images/team-bg.png');
     background-size: inherit;
     padding: 100px 0;
     background-repeat: no-repeat;
     background-position: 0 75px;
 }
 
 .heading-small {
     font-size: 18px !important;
     font-weight: 500 !important;
 }
 
 .main-crle {
     text-align: center;
 }
 
 .light-color {
     color: #473e92;
 }
 
 .section_wave {
     background-image: url(../images/ezgif.com-gif-maker.png);
 }
 
 section#home {
     background: url(../images/x0.jpg);
 }
 
 section#faqs .shape.shap2 {
     opacity: 0.09;
 }
 
 section#faqs .shape.shap1 {
     opacity: 0.1;
 }
 
 footer {
     background-image: url(../images/06_footer.png) !important;
     /* border-top: 1px solid #fff0; */
     margin-bottom: 0;
     padding-bottom: 0;
     background-position: top center;
     padding-top: 80px;
 }
 
 section#leadership {
     background: #fff;
     padding: 0;
     position: relative;
 }
 
 .new-ldr {
     background: linear-gradient(to right, #2a2554, #1c0a48);
     padding: 30px;
     box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 25%);
     border-radius: 15px;
     margin-top: -100px;
     color: #fff;
     background: #1d1844;
     background-image: url(../images/team-bg.png);
     background-position: center;
 }
 
 table.table-new {
     width: 100%;
 }
 
 .leadership-tb {
     border-right: 1px solid #ffffff1a;
 }
 
 .leadership-tb.last {
     border: none;
 }
 
 section#about h2 {
     color: #1d1844;
 }
 
 section#faqs {
     padding: 100px 0;
 }
 
 .carousel-indicators li {
     height: 18px;
     width: 18px;
 }
 
 .carousel-indicators .active {
     background: #f9d100;
     height: 0 !important;
 }
 
 ul.carousel-indicators {
     align-items: center;
 }
 
 ul.lkj {
     display: flex;
     justify-content: center;
     list-style: none;
     position: unset;
     margin: auto !important;
     left: unset;
     right: unset;
     bottom: unset;
 }
 
 ul.lkj li {
     width: 20px;
     height: 20px;
     background: rgb(255 255 255 / 25%);
     border-radius: 50px;
     margin: 0 5px;
     cursor: pointer;
     display: unset !important;
     flex: unset !important;
     box-sizing: border-box;
 }
 
 ul.lkj li.active {
     background: #f9d100;
 }
 
 section#how_it_work {
     padding-top: 50px;
     padding-bottom: 100px;
 }
 
 ul.qst_list li:before {
     position: absolute;
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     content: "\f086";
     left: 0;
     top: 15px;
     color: #e49f0b;
 }
 
 ul.qst_list {
     list-style: none;
 }
 
 ul.qst_list li {
     padding-left: 50px;
     position: relative;
     padding: 7px 0 7px 30px;
     font-weight: 100 !important;
     color: #7a7a7a;
 }
 
 ul.qst_list li p {
     margin-bottom: 7px;
     color: #fff;
 }
 
 ul.qst_list li a {
     color: #26b6d4;
 }
 
 section.inner-top-head {
     height: 350px;
     background-image: url(../images/stock-market.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 50%;
     position: relative;
     display: flex;
     align-items: flex-end;
     justify-content: center;
     padding-bottom: 50px;
 }
 
 section.inner-top-head:before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     top: 0;
     background-image: linear-gradient(45deg, #3f3075 0%, #21015f 100%) !important;
     z-index: 1;
     width: 100%;
     height: 100%;
     opacity: 0.5;
 }
 
 section.inner-top-head h1 {
     color: #fff !important;
     text-align: center;
 }
 
 header.header_wrap.inner-hd {
     background-color: #1d1844;
     box-shadow: 0 0 4px rgb(0 0 0 / 10%);
 }
 
 
 /**************************************************************************/
 
 
 /******************************About us page********************************************/
 
 section.about-page1 {
     padding: 100px 0;
     background: #fff;
     overflow: hidden;
 }
 
 .abt_pic1 {
     max-width: 500px;
     display: block;
     margin: 0 auto;
     margin-bottom: 50px;
 }
 
 img.about-shape1 {
     position: absolute;
     right: -50px;
     z-index: 0;
     max-width: 600px;
     top: 200px;
     opacity: 0.6;
 }
 
 img.about-shape2 {
     position: absolute;
     left: -50px;
     z-index: 0;
     max-width: 600px;
     bottom: 50px;
     opacity: 0.7;
 }
 
 
 /***********************Rewards pages***************************************************/
 
 .rewards-page1 h2 {
     color: #1d1844;
 }
 
 .rewards-page1 .abt_pic1 {
     max-width: 600px;
     margin-bottom: 15px;
 }
 
 .sm-pic {
     width: 90px;
     margin: 0;
 }
 
 .one-r,
 .two-r,
 .three-r {
     border: 2px solid #16bf86;
     padding: 15px 15px;
     min-height: 366px;
     padding-top: 30px;
     background: rgb(255 255 255 / 48%);
     border-radius: 5px;
 }
 
 .app_feature.two-r {
     border: 2px solid #5775cf;
 }
 
 .three-r {
     border: 2px solid #f2718b;
 }
 
 .one-r p,
 .two-r p,
 .three-r p {
     margin-bottom: 0;
 }
 
 section.about-page1.rewards-page1 {
     background: url(../images/bg_6.png);
     background-color: #f7f7f7;
 }
 
 
 /***********************************************************************************/
 
 
 /*************************************Gallery pages**********************************************/
 
 #gallery {
     padding-top: 40px;
 }
 
 @media screen and (min-width: 991px) {
     #gallery {
         padding: 60px 30px 0 30px;
     }
 }
 
 .img-wrapper {
     position: relative;
     margin-top: 15px;
     border: 7px solid #ffffff;
     box-shadow: 0 0 12px 0px #00000029;
 }
 
 .img-wrapper img {
     width: 100%;
 }
 
 .img-overlay {
     background: rgba(0, 0, 0, 0.7);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0;
 }
 
 .img-overlay i {
     color: #fff;
     font-size: 3em;
 }
 
 #overlay {
     background: rgba(0, 0, 0, 0.7);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 
 #overlay img {
     margin: 0;
     width: 80%;
     height: auto;
     -o-object-fit: contain;
     object-fit: contain;
     padding: 5%;
 }
 
 section.contact_pages h2 {
     color: #1d1844;
 }
 
 section.contact_pages {
     background: #ffffff;
 }
 
 input#first-name {}
 
 section.contact_pages .form-control {
     color: #1e1945;
     border-bottom: 1px solid #cacaca;
 }
 
 section.contact_pages .form-control::placeholder {
     color: #1e1945;
 }
 
 section.contact_pages .contact_detail span {
     color: #007bfe;
 }
 
 section.contact_pages p {
     color: #5e6163;
 }
 
 section.contact_pages .contact_info li i {
     color: #f9d100;
 }
 
 @media screen and (min-width: 768px) {
     #overlay img {
         width: 60%;
     }
 }
 
 @media screen and (min-width: 1200px) {
     #overlay img {
         width: 50%;
     }
 }
 
 #nextButton {
     color: #fff;
     font-size: 2em;
     transition: opacity 0.8s;
 }
 
 #nextButton:hover {
     opacity: 0.7;
 }
 
 @media screen and (min-width: 768px) {
     #nextButton {
         font-size: 3em;
     }
 }
 
 #prevButton {
     color: #fff;
     font-size: 2em;
     transition: opacity 0.8s;
 }
 
 #prevButton:hover {
     opacity: 0.7;
 }
 
 section.gallery-page {
     background: #fff;
 }
 
 @media screen and (min-width: 768px) {
     #prevButton {
         font-size: 3em;
     }
 }
 
 #exitButton {
     color: #fff;
     font-size: 2em;
     transition: opacity 0.8s;
     position: absolute;
     top: 15px;
     right: 15px;
 }
 
 #exitButton:hover {
     opacity: 0.7;
 }
 
 @media screen and (min-width: 768px) {
     #exitButton {
         font-size: 3em;
     }
 }
 
 
 /**************************************************************************/
 
 
 /**************************Privacy and policy************************************************/
 
 section.privacy-policy_1 {
     background: #fff;
 }
 
 section.privacy-policy_2 {
     background-image: url(../images/cruve-2.svg);
     background-color: #f0eff9;
 }
 
 section.privacy-policy_3 {
     background: #fff;
 }
 
 section.privacy-policy_2 h2,
 section.privacy-policy_3 h2 {
     color: #1d1844;
 }
 
 section.privacy-policy_2 h4 {
     font-size: 20px;
 }
 
 [class*="p-policy-"] {
     align-items: center;
     padding: 50px 0;
 }
 
 .row.p-policy-1 {
     padding: 0;
 }
 
 .row.p-policy-2 {
     padding-top: 0;
 }
 
 section.privacy-policy_4 .shape.shap2 {
     opacity: 0.1;
 }
 
 section.privacy-policy_4 .shape.shap1 {
     opacity: 0.2;
 }
 
 section.privacy-policy_4 h4 {
     color: #fff;
 }
 
 section.privacy-policy_4 p {
     color: #fff;
 }
 
 section.privacy-policy_4 h4 {
     font-size: 20px;
 }
 
 section.privacy-policy_3 h4 {
     font-size: 20px;
 }
 
 .app_feature .fa {
     font-size: 30px;
 }
 
 
 /*****************term & condition*********************************************************/
 
 section.tert-one-con {
     background: #fff;
 }
 
 [class*="term-contion_"] .title_light {
     width: 100%;
     height: 100%;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 30px;
     min-height: 350px;
 }
 
 [class*="term-contion_"] .title_light img {
     position: absolute;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 [class*="term-contion_"] .title_light:before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     height: 100%;
     width: 100%;
     /* background: #014288eb; */
     z-index: 1;
 }
 
 [class*="term-contion_"] .title_light h2 {
     position: relative;
     z-index: 99;
     margin-bottom: 0;
     font-size: 24px;
     text-align: center;
 }
 
 [class*="term-contion_"] {
     background: #fff;
 }
 
 section.term-contion_2 {
     background: #f2f1ff;
 }
 
 section.term-contion_4 {
     background: #fff4f4;
 }
 
 section.term-contion_6 {
     background: #f7fff4;
 }
 
 section.term-contion_8 {
     background: #edecff;
 }
 
 section.term-contion_10 {
     background: #e9e7ff;
 }
 
 ul.list-lokj {
     margin-top: 20px;
     list-style: none;
 }
 
 ul.list-lokj li {
     margin-bottom: 15px;
 }
 
 
 /*****************************Banner 1*********************************************/
 
 section.banner_1_page {
     background: url(../images/bg_6.png);
     background-color: #f7f7f7;
 }
 
 section.banner_1_page h2 {
     color: #1d1844;
     font-size: 21px;
 }
 
 section.banner_1_page .title_light span {
     font-size: 30px;
     margin-bottom: 7px;
 }
 
 img.logo-footers {
     width: 200px;
 }
 
 
 /**************************************************************************/
 
 .banner-page_one_pic {
     float: right;
     width: 50%;
     margin-left: 30px;
     margin-bottom: 30px;
 }
 
 section.inner-top-head.banner-1 {
     background: url(../images/about-inner-hd.jpg);
     background-size: contain;
 }
 
 section.inner-top-head.banner-2 {
     background: url(../images/no-hacking-blockchain.jpg);
     background-size: cover;
     height: 400px;
 }
 
 .banner-inner-pic1 {
     float: right;
     width: 48%;
     margin-left: 30px;
     margin-bottom: 30px;
 }
 
 img.banner-inner-pic2 {
     float: left;
     width: 50%;
     margin-right: 30px;
     margin-bottom: 30px;
 }
 
 .banner-inner-pic3 {
     float: right;
     width: 48%;
     margin-left: 30px;
     margin-bottom: 30px;
 }
 
 section.inner-top-head.banner-3 {
     background: url(../images/blckchain-future.jpg);
     background-size: contain;
 }
 
 section.inner-top-head.contact-header-in {
     background-image: url(../images/contact-inner.jpg);
 }
 
 section.inner-top-head.rewards1 {
     background: url(../images/reward-inner-banner.jpg);
 }
 
 section.inner-top-head.about-nfg {
     background: url(../images/about-inner-banner.jpg);
 }
 
 section.inner-top-head.terms-contdon {
     background: url(../images/term-condition.jpg);
     background-size: cover;
     background-position: center;
 }
 
 .align-center {
     display: flex;
     align-items: center;
 }
 
 img.img-fluid3 {
     margin: 0 auto;
     width: 250px;
 }
 
 section.privacy-policy_4 h4 {
     color: #ffbc00;
 }
 
 section.privacy-policy_4 a {
     color: #6431ef;
 }
 
 .sc_layouts_row_type_normal {
     background-image: url(../images/06_footer.png) !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
     background-size: cover !important;
 }
 
 
 /**************************************************************************/
 
 @media (max-width:767px) {
     section#leadership {
         padding: 0 15px;
     }
     .row.bg-rg-bt {
         margin: 15px;
         margin-bottom: 0;
     }
     .row.two-bt-rp {
         margin: 0 15px;
     }
     .work-box img {
         width: 250px;
     }
     section#how_it_work {
         overflow-x: hidden;
     }
     .leadership-tb {
         border-right: 0;
         border-bottom: 1px solid #ffffff1a;
     }
     ul.carousel-indicators {
         position: relative;
         margin-top: 50px;
     }
     section.inner-top-head {
         height: 200px;
         padding-top: 150px !important;
         padding-bottom: 0 !important;
     }
     .row.p-policy-3 {
         flex-direction: column-reverse;
     }
     .row.p-policy-5 {
         flex-direction: column-reverse;
     }
     .row.p-policy-8 {
         flex-direction: column-reverse;
     }
     .row.p-policy-10 {
         flex-direction: column-reverse;
     }
     .row.p-policy-12 {
         flex-direction: column-reverse;
     }
     .row.p-policy-14 {
         flex-direction: column-reverse;
     }
     [class*="p-policy-"] img {
         margin-bottom: 25px;
     }
     section.privacy-policy_2 {
         padding: 30px 0;
     }
     [class*="p-policy-"] {
         padding: 0;
     }
     .owl-nav {
         display: block !important;
     }
     .owl-dots {
         display: block !important;
     }
     .title_light span {
         font-size: 24px !important;
     }
     .title_light h2 {
         font-size: 18px !important;
     }
     .banner-inner-pic1,
     .banner-inner-pic3 {
         width: 100%;
         max-width: 100%;
         margin-left: 0;
     }
     .banner-inner-pic2 {
         width: 100%;
         max-width: 100%;
         margin-left: 0;
     }
     img.banner-inner-pic2 {
         float: inherit;
         width: 100%;
         margin-right: 0;
         max-width: 100%;
     }
     .banner-page_one_pic {
         max-width: 100%;
         width: 100%;
         margin-left: 0;
         float: inherit;
     }
     section.term-contion_2 .row {
         flex-direction: column-reverse;
     }
     section.term-contion_2 .row img {
         margin-bottom: 30px;
     }
     section.term-contion_3 .row img {
         margin-bottom: 30px;
     }
     section.term-contion_4 .row {
         flex-direction: column-reverse;
     }
     section.term-contion_4 .row img,
     section.term-contion_5 .row img,
     section.term-contion_6 img,
     section.term-contion_7 img,
     section.term-contion_8 img,
     section.term-contion_9 img,
     section.term-contion_10 img,
     section.term-contion_11 img {
         margin-bottom: 30px;
     }
     section.term-contion_6 .row {
         flex-direction: column-reverse;
     }
     section.term-contion_8 .row {
         flex-direction: column-reverse;
     }
     section.term-contion_10 .row {
         flex-direction: column-reverse;
     }
     .carousel-item {
         margin-bottom: 30px;
     }
     ul.list_none.footer_link {
         margin-top: 30px;
     }
     .one-r,
     .two-r,
     .three-r {
         min-height: auto;
     }
     [class*="term-contion_"] .title_light {
         min-height: 200px;
     }
 }
  
 @font-face {
    font-family:jost ;
    src: url(../fonts/Jost-Medium.ttf);
}
 body {
    font-family:jost  !important;
 }




 
 h3 {
     font-size: 32px;
     color: #162d42;
     font-weight: 500;
     margin-bottom: 20px;
 }
 
 section.small_pt.small_pb.about-uspg {
     background: url(../images/shape-2.png);
     background-repeat: no-repeat;
     background-size: auto;
     background-position: left top;
 }
 
 .unc-inventment-container {
     background-image: url(../images/bgr-unc-inventment.png);
     background-repeat: no-repeat;
     background-position: center 0;
     -webkit-background-size: cover;
     background-size: cover;
     overflow: hidden;
 }
 
 .unc-inventment-container:after {
     width: 664px;
     height: 696px;
     background: url(../images/inv-img.png);
     background-repeat: no-repeat;
     /* background-size: cover; */
     /* background-position: 0 center; */
     position: absolute;
     content: "";
     top: 50%;
     transform: translateY(-50%);
     right: 0;
     z-index: 1;
 }
 
 .unc-inventment-container-3 {
     background-image: url(../images/bgr-unc-inventment2.png);
     background-repeat: no-repeat;
     background-position: center 0;
     -webkit-background-size: cover;
     background-size: cover;
     overflow: hidden;
 }
 
 .unc-inventment-container-3:after {
     width: 664px;
     height: 696px;
     background: url(../images/inv-img2.png);
     background-repeat: no-repeat;
     /* background-size: cover; */
     /* background-position: 0 center; */
     position: absolute;
     content: "";
     top: 50%;
     transform: translateY(-50%);
     right: 0;
     z-index: 1;
 }
 
 .teamwork .think_inner figure img {
     width: 13px;
     margin-top: 7px;
 }
 
 .teamwork .think_txt {
     margin-left: 17px;
 }
 
 .sub_headline p {
     margin: 0px;
 }
 
 .teamwork .think_inner figure img {
     width: 60px;
     margin-top: 7px;
 }
 
 .think_inner {
     display: flex;
 }
 
 .thinkarea {
     margin: 0;
     background: #fff;
     z-index: 0;
     padding: 20px;
     margin-bottom: 35px;
 }
 
 .common_bx {
     box-shadow: 8px 14px 22.8px 1.2px rgb(0 0 0 / 6%);
     border-radius: 12px;
     border: 1px solid rgb(0 0 0 / 3%);
 }
 
 .ineer-opptnt {
     box-shadow: 8px 14px 22.8px 1.2px rgb(0 0 0 / 6%);
     border-radius: 12px;
     border: 1px solid rgb(0 0 0 / 3%);
     padding: 30px;
     padding-right: 150px;
     background: #fff;
 }
 
 .opp-right {
     margin-top: -75px;
     width: 130%;
     float: right;
     box-shadow: 8px 14px 22.8px 1.2px rgb(0 0 0 / 6%);
     border-radius: 12px;
     border: 1px solid rgb(0 0 0 / 3%);
     overflow: hidden;
 }
 
 .opp-right img {
     width: 100%;
 }
 .payment-modes ul {
    display: flex;
    background: #043263;
    border-radius: 5px;
    padding: 7px 15px;
    justify-content: space-between;
    box-shadow: 5px 12px 20px #00000057;
    list-style: none;
}

.payment-modes ul li a img {
    width: 40px;
}

.payment-modes h5 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
img.logo-ft {
    width: 220px;
}
.bd-tk {
    margin-top: 30px;
    border-top: 1px solid #ffffff1a;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.easy-step-start {
    color: #ffff;
}

.easy-step-start h3 {
    color: #fff;
}

.logjs-1 img {
    position: absolute;
    width: 70px;
    left: 30px;
    top: 14px;
}

.logjs-1 {
    margin-top: 30px;
    box-shadow: 0 0 20px #00000038;
    padding: 15px;
    padding-left: 110px;
    position: relative;
}

.logjs-1 h4 {
    color: #efb63b;
}

.logjs-1 p {
    color: #fff;
    margin-bottom: 0;
}
.unc-inv-col-row img {
    width: 60px;
    margin-bottom: 15px;
}

.unc-inv-col-row p {
    color: #fff;
}

.why-atc h3 {
    color: #fff;
    margin-bottom: 50px;
}
.heading-6 span {
    position: relative;
    padding-left: 65px;
    
    color: #fa6e00;
}

.heading-6 span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    background: #fa6e00;
    height: 3px;
    top: 8px;
}

ul.dlkj {
    padding-left: 0;
    list-style: none;
}

ul.dlkj li {
    margin-bottom: 15px;
}
.roadmap-wor {
    box-shadow: 8px 14px 22.8px 1.2px rgb(0 0 0 / 6%);
    border-radius: 12px;
    border: 1px solid rgb(0 0 0 / 3%);
    padding: 30px;
    position: relative;
    z-index: 999999999999999999999;
    background: #fff;
}
.rodms .row {
    display: flex;
    justify-content: center;
}
header.fixed-top .dropdown-menu {
    padding: 0;
    border-top: 4px solid #fb8224;
    border-radius: 0;
}

.ethiriam  a img {
    width: 25px;
}

.ethiriam a span {
    width: 35px;
}
li.nav-item.dropdown.ethiriam a span {
    position: relative;
    background: #fffefb;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: 5px;
    line-height: 32px;
}

.ethiriam .dropdown-menu {
    left: unset;
    right: 0;
}
.twomu a {
    padding: 10px 7px !important;
}
.twomu {
    padding-right: 15px;
}
section.small_pt.small_pb.rodms {
    padding-top: 30px;
    padding-bottom: 150px;
}
 .animated-one1 {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
  
  @-webkit-keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }






  
/* Easy Start */
.easy {
    position: relative;
    padding: 50px 0;
    overflow-x: hidden;
  }
  .easy .easy-bggg {
    position: absolute;
    top: 0%;
    left: 4%;
    max-width: unset;
    z-index: -1;
    -webkit-animation: trantani 6s ease-in-out infinite;
    animation: trantani 6s ease-in-out infinite;
  }
  .easy .pic {
    margin-left: 30px;
  }
  .easy .pic .dashboad {
    max-width: unset;
    -webkit-animation: trantani 5s linear infinite;
    animation: trantani 4s linear infinite;
  }
  .easy .section-head h2.title {
    padding: 21px 0 16px;
  }
  .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .item-box .item {
    text-align: center;
    margin-top: 30px;
    padding: 0px 40px 30px;
    position: relative;
  }
  .item-box .item .arrow {
    position: absolute;
    top: 20%;
    right: -15%;
  }
  .easy .item-box .item h5.title {
    padding-top: 26px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #33276a;
  }
  
  
@-webkit-keyframes trantani {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
    }
    50% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    100% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
    }
  }
  @keyframes trantani {
    0% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
    }
    50% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    100% {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
    }
  }
  .item-box .item .icon {
    position: relative;
}
  
  /* Rates Start */
  
/* Feature Start */
.feature {
    padding: 100px 0;
    position: relative;
  }
  .feature .shap .fshap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 40%;
    z-index: -1;
  }
  .feature .upper-content {
    margin-top: 26px;
  }
  .feature .feature-box {
    min-height: 220px;
    margin-top: 30px;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 1.95px 15.881px 30px 0px rgba(47, 105, 252, 0.1);
    box-shadow: 1.95px 15.881px 30px 0px rgba(47, 105, 252, 0.1);
    padding: 30px 30px 24px;
    text-align: center;
  }
  .feature .feature-box .tumb img {
    width: 100px;
  }
  .feature .feature-box p.text {
    font-family: "Josefin Sans", sans-serif;
    color: #20126f;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
  }
  .feature .feature-box.one,
  .feature .feature-box.three {
    margin-top: -100px;
  }
  
  .upper-content a.button.button-1 {
    margin-top: 33px;
    min-width: 220px;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
            box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
  }

  .button-1:hover {
    color: #ffffff;
    background: linear-gradient(
45deg
, #3e19ff 0%, #903eff 100%);
}
.button-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
    width: 160px;
    height: 50px;
    text-transform: uppercase;
    background: linear-gradient(
45deg
, #903eff 0%, #3e19ff 100%);
}

section.main-padding.Opportunity-lk {
    padding: 100px 0;
}

section.market-overview {
    padding: 50px 0;
}
section.main-padding.Opportunity-lk {
    padding: 100px 0;
}

section.market-overview {
    padding: 50px 0;
    padding-top: 100px;
    background: url(../images/chart.png);
}
section.main-padding.Opportunity-lk .row {
    align-items: center;
}



 /**************Contact page************************/

/* Contact-section Start */
.contact-section {
    /* padding: 120px 0 128px; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f0f5fc), to(#ffffff)); */
    /* background: linear-gradient(to bottom, #f0f5fc 0%, #ffffff 100%); */
    position: relative;
    margin-top: -400px;
  }
  .contact-section .contact-wrapper {
  
  }
  .contact-section .contact-wrapper h3.subtitle {
    color: #33276a;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }
  .contact-section .contact-wrapper .contact-form {
    text-align: left;
  }
  .contact-section .contact-wrapper .contact-form .form-group {
    margin-bottom: 23px;
  }
  .contact-section .contact-wrapper .contact-form .form-group label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    color: #33276a;
    margin-bottom: 8px;
  }
  .contact-section .contact-wrapper .contact-form .form-group input,
  .contact-section .contact-wrapper .contact-form .form-group textarea {
    border: 1px solid rgba(59, 54, 140, 0.1);
    border-radius: 5px;
    background-color: #f6f6fa;
    padding: 0 30px;
    height: 60px;
    padding: 15px;
    width: 100%;
    color: #33276a;
  }
  .contact-section .contact-wrapper .contact-form .form-group textarea {
    min-height: 150px;
  }
  .contact-section .contact-wrapper .contact-form .form-group .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .contact-section .contact-wrapper .contact-form .form-group .form-check label {
    font-size: 16px;
    line-height: 26px;
    color: #33276a;
    font-weight: 400;
    margin: 0;
  }
  .contact-section .contact-wrapper .contact-form .form-group .form-check input[type=checkbox] {
    width: 20px;
    margin-right: 10px;
  }
  .contact-section .contact-wrapper .contact-form .form-group input[type=submit] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 40px;
    color: #fff;
    border-radius: 50px;
    width: auto;
    font-size: 18px;
  }
  .contact-section .contact-wrapper .contact-form .form-group:last-child {
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }
  .contact-section .contact-content .section-header h3.subtitle {
    color: #33276a;
    padding-bottom: 16px;
  }
  .contact-section .contact-content .section-header p.text {
    color: #33276a;
  }
  .contact-section .contact-content .section-header a {
    margin: 20px 0px 0px;
    color: #33276a;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .contact-section .contact-content .section-header a:hover {
    color: #6342ff;
  }
  .contact-section .contact-content .contact-area .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
  }
  .contact-section .contact-content .contact-area .contact-item .contact-thumb {
    width: 78px;
  }
  .contact-section .contact-content .contact-area .contact-item .contact-contact {
    width: calc(100% - 78px);
    padding-left: 30px;
  }
  .contact-section .contact-content .contact-area .contact-item .contact-contact h4.lasthead {
    color: #33276a;
  }
  .contact-section .contact-content .contact-area .contact-item .contact-contact p,
  .contact-section .contact-content .contact-area .contact-item .contact-contact a {
    color: #33276a;
  }
  
  .banner.faq {
    padding: 200px 0 100px;
  }
  .banner.faq .hero-area .banner-content h2.title {
    color: #fff;
    padding: 0px 0 3px;
  }
  
 /****************End **********************/



 .banner.contact {
    padding: 198px 0 100px;
}   
.banner.contact .hero-area .banner-content h2.title {
    color: #fff;
    padding: 0px 0 3px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb li { 
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.breadcrumb li a { 
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin-right: 30px;
    color: #fff;
}

.breadcrumb li a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡";
    top: 52%;
    right: -42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
}
.breadcrumb li i {
    font-size: 18px;
}
 
 
body.active {
    background: url(../images/tokensale.svg) no-repeat;
    background-attachment: fixed;
}
 
 .contge {
    background: white;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 29.2px 0.8px rgb(66 58 232 / 10%);
    box-shadow: 0 11px 29.2px 0.8px rgb(66 58 232 / 10%);
    padding: 53px 40px 0;
    text-align: center;
}

.contact-content {
    text-align: left;
}


/**********************/

/* About Section Start */
.about-section {
    position: relative;
    padding: 120px 0px 0;
    /* background: #f0f5fc; */
  }
  .about-section .about-thumb {
    padding-right: 15px;
    direction: rtl;
  }
  img.about-img {
    max-width: unset;
    -webkit-animation: trantani 5s ease-out infinite;
            animation: trantani 5s ease-out infinite;
  }
  .about-section .about-content .upper-content {
    margin-bottom: 38px;
  }
  .about-section .about-content .upper-content h2.title {
    padding: 13px 0 16px;
  }
  .about-section .about-content .counter-area-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
  }
  .about-section .about-content .counter-area-5 .page-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: calc(100% / 3);
    padding: 15px;
    position: relative;
  }
  .about-section .about-content .counter-area-5 .page-counter:before {
    position: absolute;
    top: 0;
    right: -10%;
    content: "";
    width: 1px;
    height: 100%;
    background: #d8daf3;
  }
  .about-section .about-content .counter-area-5 .page-counter:last-child:before {
    display: none;
  }
  .about-section .about-content .counter-area-5 .page-counter .counter-thumb {
    width: 65px;
  }
  .about-section .about-content .counter-area-5 .page-counter .counter-item {
    width: calc(100% - 65px);
    padding-left: 15px;
  }
  .about-section .about-content .counter-area-5 .page-counter .counter-item h2.title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #33276a;
  }
  .about-section .about-content .counter-area-5 .page-counter .counter-item h2.title span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #33276a;
  }
  .about-section .about-content .counter-area-5 .page-counter .counter-item p.text {
    color: #33276a;
  }
  
/*********************/



.main-ab {
    background: url(../images/shape_bg_5.png);
    background-size: contain;
    background-repeat: no-repeat;
}









section.on-abt2 {
    padding-top: 100px;
}

section.on-abt3 {
    padding-top: 0;
}
.item-main .item {
    padding-left: 0;
}

.item-main ul {
    display: flex;
    list-style: none;
    margin-top: 30px;
}

.item-main ul li {
    flex: 1;
}

span.on-spj {
    position: relative;
    width: 100px;
    height: 100px;
    background: #5c97d80d;
    display: block;
    border-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

span.on-spj:before {content: '';position: absolute;left: -15px;top: 0px;background: #5c97d80d;width: 100%;height: 100%;border-radius: 300px;}

::before {}

span.on-spj h5 {
    font-size: 26px;
    font-weight: 600;
} 
.box-utl-td {
    box-shadow: 8px 14px 22.8px 1.2px rgb(0 0 0 / 6%);
    border-radius: 12px;
    border: 1px solid rgb(0 0 0 / 3%);
    padding: 15px;
    margin-top: 15px;
    min-height: 273px;
}

.box-utl-td p {
    margin-bottom: 0;
}

.box-utl-td img {
    width: 70px;
    margin-bottom: 15px;
}
section.ult-yt {
    padding-top: 0;
}
button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rebeccapurple;
    width: 30px;
    height: 30px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    background: orange;
    line-height: 0;
}

.container {}

.gift-card-1 {}

.gift-card-1 .feature-box {
    padding: 0;
    min-height: 170px;
    background: no-repeat;
}

.gift-card-1 .feature-box.one {
    margin-top: 0;
}

.gift-card-1 .feature-box.three {
    margin-top: 0;
}

.gift-card-1 .feature-box.two {
    margin-top: 30px;
    position: relative;
    top: 59px;
}

img.card-pic {
    max-width: 100%;
    margin-bottom: 15px;
    margin: 0 auto 0 auto;
    /* -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(67%, transparent), to(rgba(250, 250, 250, 0.5))); */
}

.gift-card-1 .feature-box.three {
    margin-top: 0;
    width: 500px;
}

.gift-card-1 .feature-box.three img {
    width: 100%;
}



